@charset "UTF-8";

#slider-profile{
	width:1080px;
	margin:0 auto;

}

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

#profile h3{
	padding-bottom:5px;
	border-bottom:solid 1px #fa2;
	margin-bottom:20px;
}

#profile h3 img{
	width:100%;
	vertical-align: bottom;
}

#profile h2{
	border-bottom:none;
	color:#73d6fb;
}

.summary{
	text-align: center;
	position: relative;
}

.summary h2{
	font-size:2.0rem;
	line-height:1.0em;
	font-weight:bold;
	color:#000;
}

.summary h2 span.age{
	font-size:1.5rem;
	line-height:1.0em;
	margin-left:5px;
}

.summary ul.size{
	text-align: center;
	margin-top:10px;
	color:#000;
}

.summary ul.size li{
	display:inline-block;
	font-size:1.25rem;
	line-height:1.5em;
	font-weight:bold;
	color:#000;
}

.summary ul.size li:after{
	content:"/";
	margin-left:2.5px;
}

.summary div.states{
	position: absolute;
	top:0;
	right:0;
	
	width:240px;
	text-align: center;
}

.summary div.states p.standby{
	box-sizing: border-box;
	border:solid 5px #73d6fb;
	
	font-weight:bold;
	color:#000;
	text-align: left;
	
	margin-bottom:5px;
}

.summary div.states p.standby span{
	display:inline-block;
	background-color:#73d6fb;
	color:#fff;
	
	box-sizing: border-box;
	padding:0 10px;
	text-align: center;
	
	margin-right:10px;
}

.summary div.system{
	margin:20px 0;
	box-sizing: border-box;
	border:solid 5px #09f;
}

.summary div.system div.row{
	width:25%;
	float:left;
	
	text-align: center;
}

.summary div.system div.row p.que{
	background-image: url(../images/bg-slide-blue.png);
	background-repeat: repeat;
	background-size: 40px;
	
	font-weight:bold;
	color:#fff;
	text-align: center;
	
	box-sizing: border-box;
	border-right:solid 5px #fff;
	border-bottom:solid 5px #09f;
	padding:10px 0;
	
	font-size:1.25rem;
	line-height:1.75em;
}

.summary div.system div.row:last-child p.que{
	border-right:none;
}

.summary div.system div.row p.ans{
	background-color:#fff;
	color:#444;
	
	font-weight:bold;
	text-align: center;
	
	box-sizing: border-box;
	border-right:solid 5px #09f;
	padding:10px 0;
	
	font-size:1.25rem;
	line-height:1.75em;
}

.summary div.system div.row:last-child p.ans{
	border-right:none;
}

.comment{
	margin-bottom:20px;
}

.comment div.content{
	box-sizing: border-box;
	padding:10px;
}

.interview{
	margin-bottom:20px;
}

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

.interview div.row div.table-parent{
	display:table;
	width:100%;
	
	background-color:#ddd;
}

.interview div.row div.table-parent p.que{
	display:table-cell;
	width:50%;
	text-align: left;
	vertical-align: middle;
	
	box-sizing: border-box;
	padding:5px 10px;
}

.interview div.row div.table-parent p.ans{
	display:table-cell;
	width:50%;
	text-align: right;
	vertical-align: middle;
	
	box-sizing: border-box;
	padding:5px 10px;
	
	font-weight:bold;
}

.option{
	margin-bottom:20px;
}

.option h4{
	background-image: url(../images/bg-slide-blue.png);
	background-repeat: repeat;
	background-size: 40px;
	
	box-sizing: border-box;
	padding:10px;
	
	font-size:1.25rem;
	line-height:1.0em;
	font-weight:bold;
	color:#fff;
	
	margin-bottom:10px;
}

.option h4 span{
	font-size:1.0rem;
	line-height:1.0em;
	font-weight:normal;
	margin-left:5px;
}

.option ul{
	font-size:0;
	line-height:1.0em;
	
	margin-bottom:20px;
}

.option ul li{
	display:inline-block;
	width:50%;
	
	box-sizing: border-box;
	padding:5px;
	
	font-size:1.0rem;
	line-height:1.0em;
}

.option ul li span{
	display:block;
	box-sizing: border-box;
	padding:10px;
	
	background-color:#ddd;
}

.option ul li.highlight span{
	background-color:#f69;
	color:#fff;
}

.weekly{
	margin-bottom:20px;
}

.weekly div.content{
	box-sizing: border-box;
	border:solid 5px #09f;
}

.weekly div.row{
	width:12.5%;
	float:left;
	
	text-align: center;
}

.weekly div.row p.que{
	background-image: url(../images/bg-slide-blue.png);
	background-repeat: repeat;
	background-size: 40px;
	
	color:#fff;
	text-align: center;
	
	box-sizing: border-box;
	border-right:solid 5px #fff;
	border-bottom:solid 5px #09f;
	padding:10px 0;
	
	font-size:1.0rem;
	line-height:1.0em;
}

.weekly div.row p.que span{
	display:block;
	font-size:0.8rem;
	line-height:1.0em;
	margin-top:5px;
}

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

.weekly div.row p.ans{
	background-color:#fff;
	color:#444;
	
	font-weight:bold;
	text-align: center;
	
	box-sizing: border-box;
	border-right:solid 5px #09f;
	padding:10px 0;
	
	font-size:1.0rem;
	line-height:1.0em;
}

.weekly div.row p.ans span{
	display:block;
}

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