@charset "utf-8";

/************************************************************
 common
************************************************************/
html{
	overflow-y:scroll;
	height:100%;
}
ul {
	list-style: none;
}
body{
	margin: 0;
	padding:0;
	height:100%;
	background:#fbf7ea;
	line-height:1.7;
	color:#3e3a39;
	font-family: 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	text-align: center;
}
a {
	color:#e83104;
}
/*
 h1, h2, h3
************************************************************/
h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
    margin-top: 20px;
	text-align: center;
}
h3.section-detail__title {
	margin-bottom: 20px;
}
h3.section-entry__title {
	margin-bottom: 30px;
	text-align: center;
}
.mt-20 {
	margin-top: -20px;
}
/*
 sns
************************************************************/
.sns-btn {
	padding-top: 20px;
}
.sns-btn.sns-btn--header {
	text-align: right;
    padding-right: 40px;
}
.sns-btn.sns-btn--fotter {
	text-align: center;
}
.sns-btn__item {
	display: inline-block;
}

/************************************************************
 contents
************************************************************/
#wrap{
	margin:auto;
	width:1000px;
	background: url(../images/bg-wrap.jpg) repeat center;
	border-right:#a5b7b4 1px solid;
	border-left:#a5b7b4 1px solid;
	font-size: 110%;
	text-align: left;
    letter-spacing: 0.1em;
}
.contents-shadow {
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.mainvisual {
	text-align: center;
}
.contents {
	padding-bottom: 100px;
}
.section {
	padding: 50px 60px;
}
.section .section__inner, .section-entry__annotation {
	padding: 10px 20px;
}
.result-announcement{
	margin: 20px 60px;
}
.result-photo{
text-align: center;	
}

/*
 スタイリストコメント
************************************************************/
.section__inner-comment-wrap{
	float:left;
	width: 460px;
}
.section__inner-shopname {
    background: url(../images/img_shopicon.png) no-repeat 20px 0;
    padding: 0 0 0 65px;
    margin-bottom: 10px;
    font-size: 142%;
    border-bottom: solid 1px #834700;
}
.section__inner-shopname a {
    color: #834700;
    text-decoration: none;
}
.section__inner-stylist-wrap{
    padding: 10px;
}
.name-wrap {
    line-height: 1.4;
}
.name-wrap .name {
    font-size: 130%;
    padding-top: 25px;
}
.name-wrap .jobstyle {
    font-size: 80%;
}
.comment{
    background-color: #f2ede1;
    padding: 20px;
    font-size: 90%;
    line-height: 1.6;	
    border-radius: 2%;
    min-height: 225px;
}
/*
 写真の切り替え
************************************************************/
.section__inner-photo-wrap{
	float:right;
}
.photo{
	float: left;
	margin-right: 30px;
}
.photo-change{
	width: 314px;
	height: 400px;
    padding: 8px;
	background-color: #fff;
	border: solid 1px #cfcbca;
    margin:0 auto 10px;
}
.photo-change li {
    padding: 8px;
}
.change-wrap {
    text-align: center;
}
.change-wrap li {
    display: inline-block;
    margin: 0 3px;
}
.change-wrap .front-btn{
	background: url("../images/front-btn-off.png") no-repeat;	
}
.change-wrap .front-btn a{
	width: 104px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/front-btn-off.png") no-repeat;	
}
.change-wrap .front-btn a:hover {
	background-image: url("../images/front-btn-on.png");
}

.change-wrap .back-btn{
	background: url("../images/back-btn-off.png") no-repeat;	
}
.change-wrap .back-btn a{
	width: 104px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/back-btn-off.png") no-repeat;	
}
.change-wrap .back-btn a:hover {
	background-image: url("../images/back-btn-on.png");
}

.change-wrap .side-btn{
	background: url("../images/side-btn-off.png") no-repeat;	
}
.change-wrap .side-btn a{
	width: 104px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/side-btn-off.png") no-repeat;	
}
.change-wrap .side-btn a:hover {
	background-image: url("../images/side-btn-on.png");
}

/*
 スタイリストコメント1/2幅
************************************************************/
.section__inner-comment-wrap-l{
	float:left;
	width: 380px;
    margin-bottom: 60px;
}
.photo-change02{
    padding: 8px;
	background-color: #fff;
	border: solid 1px #cfcbca;
    margin: 0 auto 10px;
    width: 314px;
    height: 314px;
}
.photo-change02 li{
	padding: 8px;
}
.section__inner-photo02-wrap{
	margin: 30px 0 0 0; 
}
.section__inner-shopname02 {
    background: url(../images/img_shopicon_s.png) no-repeat 20px 0;
    padding: 0 0 0 65px;
    margin-bottom: 10px;
    font-size: 112%;
    border-bottom: solid 1px #834700;
}
.section__inner-shopname02 a {
    color: #834700;
    text-decoration: none;
}
.name02-wrap {
    line-height: 1.3;
    padding-top: 25px;
}
.name02-wrap .name {
    font-size: 120%;
}
.name02-wrap .jobstyle {
    font-size: 70%;
}
.section__inner-comment-wrap-r{
	float:right;
	width: 380px;
    margin-bottom: 60px;
}
.comment02{
    background-color: #f2ede1;
    padding: 20px;
    font-size: 90%;
    line-height: 1.6;	
    border-radius: 2%;
    min-height: 150px;
}
.ls{
    letter-spacing: 0;
}

/*
モデル賞
************************************************************/
.section .section__inner-model{
	position: relative;	
/*	background-color: #f8f8ed;*/
	background-color: rgba(248,248,237,0.7);
	padding-top: 200px;
	padding: 200px 80px 40px 80px;  
}

.section .section__inner-model .model-award{
	position: absolute;
	top: -45px;
	left: 100px;
	text-align: center;
}
.section__inner-comment02-wrap{
	float:right;
	width: 420px;
}
.section__inner-model-photo-wrap{
	float:left;
	width: 274px;
}
.photo-change03{
    padding: 8px;
	background-color: #fff;
	border: solid 1px #cfcbca;
    margin: 0 auto 10px;
}
.photo-change03 li{
	padding: 8px;
}
.model-name-wrap {
    line-height: 1.3;
    border-bottom: solid 1px #cfcbca;
    padding-bottom: 5px;
    text-align: center;
}
.model-name-wrap .name {
    font-size: 120%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 144px;
}
.model-name-wrap .jobstyle {
    font-size: 70%;
    text-align: left;
}
.comment-m{
    font-size: 90%;
    line-height: 1.6;
    margin-top: 10px;
}
.edit{
	text-align: center;
    font-size: 120%;
    margin-top: 30px;
}
.end{
	text-align: center;
    margin: 10px 0 20px;
}

/************************************************************
 fotter
************************************************************/
.fotter {
	width: 1000px;
	height: 100px;
	background: url(../images/fotter.jpg) repeat center;
	text-align: right;
}
.fotter img {
	margin: 20px 50px 0 50px;
}

