@charset "UTF-8";

#profile{
	margin-bottom:20px;
}

.content-twin{
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	border:solid 10px #eee;
	
	margin-bottom:20px;
}

.content-twin-noborder{
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	
	margin-bottom:20px;
}

.castimg-profile{
	width:45%;
	float:left;
	
	box-sizing: border-box;
	padding:10px;
}

.slider-profile-for img{
	width:100%;
	vertical-align: bottom;
}

.slider-profile-nav img{
	width:100%;
	vertical-align: bottom!important;
}

.castimg-profile ul.btn-link{
	margin-bottom:10px;
	
	font-size:0;
	line-height:1.0em;
}

.castimg-profile ul.btn-link li{
	display:inline-block;
	width:50%;
	
	font-size:1.0rem;
	line-height:40px;
	font-weight:bold;
	
	height:40px;
	
	box-sizing: border-box;
	padding-right:5px;
}

.castimg-profile ul.btn-link li:nth-child(even){
	padding-right:0;
}

.castimg-profile ul.btn-link li a{
	display:block;
	color:#fff;
	
	box-sizing: border-box;
	padding-left:45px;
}

.castimg-profile ul.btn-link li a:hover{
	text-decoration: none;
}

.castimg-profile ul.btn-link li.reserve a{
	background-color:#fdb44c;
	background-image: url("../images/icon-pen-white.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left 5px center;
}

.castimg-profile ul.btn-link li.reserve:hover a{
	opacity: 0.8;
	cursor: pointer;
}

.castimg-profile ul.btn-link li.twitter a{
	background-color:#00acee;
	background-image: url("../images/icon-twitter.jpg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left 5px center;
}

.castimg-profile ul.btn-link li.twitter:hover a{
	opacity: 0.8;
	cursor: pointer;
}

.casttext-profile{
	width:55%;
	float:right;
	
	box-sizing: border-box;
	padding:10px;
	
	position: relative;
}

.casttext-profile ul.iconlist{
	font-size:0;
	line-height:1.0em;
}

.casttext-profile ul.iconlist li{
	display:inline-block;
	width:200px;
	height:30px;
	vertical-align: middle;
	text-align: center;
	
	font-size:1.0rem;
	line-height:30px;
	
	box-sizing: border-box;
	padding-right:5px;
}

.casttext-profile ul.iconlist li:last-child{
	padding-right:0;
}

.casttext-profile ul.iconlist li span.ol{
	display:block;
	
	background-color:#444;
	color:#fff;
}

.casttext-profile ul.iconlist li.new span.ol{
	background-color:#008;
}

.casttext-profile ul.iconlist li.sokuhime span.ol{
	background-color:#f44;
}

.casttext-profile p.copy{
	font-weight:bold;
}

.casttext-profile h4{
	font-size:2.0rem;
	line-height:1.5em;
	font-weight:bold;
}

.casttext-profile h4 span.age{
	display:inline-block;
	font-size:1.5rem;
	line-height:1.5em;
}

.casttext-profile h4 span.age:before{
	content:"（";
}

.casttext-profile h4 span.age:after{
	content:"）";
}

.casttext-profile ul.size{
	font-size:0;
	line-height:1.0em;
	
	margin-bottom:7.5px;
}

.casttext-profile ul.size li{
	display:inline-block;
	
	font-size:1.5rem;
	line-height:1.5em;
}

.casttext-profile ul.size li:after{
	content:"/";
	box-sizing: border-box;
	padding:0 0.5px;
}

.casttext-profile ul.size li:last-child:after{
	content:" ";
	padding:0;
}

.casttext-profile ul.size li.tall:before{
	content:"T:";
}

.casttext-profile ul.size li.bust:before{
	content:"B:";
}

.casttext-profile ul.size li.waist:before{
	content:"W:";
}

.casttext-profile ul.size li.hip:before{
	content:"H:";
}

.casttext-profile div.standby{
	display:table;
	width:360px;
	box-sizing: border-box;
	font-size:1.25rem;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:20px;
    background-color: #eee;
}

.casttext-profile div.standby p.today{
	display:table-cell;
	width:120px;
	vertical-align: middle;
	
	background-color:#ad0000;
	color:#fff;
	
	text-align: center;
}

.casttext-profile div.standby p.time{
	display:table-cell;
	width:auto;
	vertical-align: middle;
	
	text-align: center;
}

.casttext-profile div.qa div.row{
	display:table;
	width:100%;
	
	box-sizing: border-box;
	padding:10px 0;
	border-bottom:solid 1px #eee;
}

.casttext-profile div.qa div.row:last-child{
	border-bottom:none;
}

.casttext-profile div.qa div.row p.que{
	display:table-cell;
	width:200px;
	vertical-align: top;
}

.casttext-profile div.qa div.row p.que span.ol{
	display:block;
	
	box-sizing: border-box;
	padding:5px 10px;
	
	background-color:#eee;
	text-align: center;
}

.casttext-profile div.qa div.row div.ans{
	display:table-cell;
	width:auto;
	vertical-align: top;
	
	box-sizing: border-box;
	padding:5px 10px;
}

.comment{
	width:50%;
	float:left;
	
	box-sizing: border-box;
	padding:5px;
}

.comment div.content-inner{
	box-sizing: border-box;
	border:solid 5px #eee;
	border-top:none;
	
	padding:10px;
	
	background-color:#fff;
}

.comment div.content-scroll{
	height:300px;
	overflow-y: scroll;
	
	box-sizing: border-box;
	padding:10px;
}

.twitter-widget{
	width:50%;
	float:right;
	
	box-sizing: border-box;
	padding:5px;
}

.twitter-widget div.content-inner{
	box-sizing: border-box;
	border:solid 5px #eee;
	border-top:none;

	padding:10px;
	
	background-color:#fff;
}

.twitter-widget div.content-scroll{
	height:300px;
	overflow-y: scroll;
}

.weekly{
	box-sizing: border-box;
	padding:5px;
}

.weekly div.content-inner{
	box-sizing: border-box;
	border:solid 5px #eee;
	border-top:none;
	
	padding:15px;
	
	background-color:#fff;
	
	font-size:0;
	line-height:1.0em;
}

.weekly div.row{
	display:inline-block;
	width:20%;
	vertical-align: top;
	
	font-size:1.0rem;
	line-height:1.5em;
	
	text-align: center;
	
	box-sizing: border-box;
	
}

.weekly div.row p.date{
	background-color: #cea261;
	color:#fff;
	box-sizing: border-box;
	padding:5px;

}

.weekly div.row:last-child p.date{
	border-right:none;
}

.weekly div.row p.date span.note{
	display:block;
	font-size:0.8rem;
	line-height:1.5em;
}

.weekly div.row p.date span.note:before{
	content:"（";
}

.weekly div.row p.date span.note:after{
	content:"）";
}

.weekly div.row p.time{
	box-sizing: border-box;
	padding:10px;
	background-color: #eee;
}

.weekly div.row:last-child p.time{
	border-right:none;
}

.option{
	box-sizing: border-box;
	padding:5px;
}

.option div.content-inner{
	box-sizing: border-box;
	border:solid 5px #eee;
	border-top:none;
	
	padding:15px;
	
	background-color:#fff;
}

.option ul.optionlist{
	font-size:0;
	line-height:1.0em;
}

.option ul.optionlist li{
	display:inline-block;
	width:25%;
	height:40px;
	text-align: center;
	
	box-sizing: border-box;
	padding:2.5px;
	
	font-size:1.0rem;
	line-height:40px;
	font-weight:bold;
	
	margin-bottom:5px;
}

.option ul.optionlist li span.ol{
	display:block;
	background-color:#444;
	color:#fff;
}

.option ul.optionlist li.active span.ol{
    background-color: #7299da;
}

#today{
	margin-bottom:20px;
}

#today div.content{
	background-color:#eee;
	color:#222;
	
	box-sizing: border-box;
	padding:5px;
	
	font-size:0;
	line-height:1.0em;
}

#today article{
	display:inline-block;
	width:25%;
	vertical-align: top;
	
	font-size:1.0rem;
	line-height:1.0em;
	
	box-sizing: border-box;
	padding:5px;
}
