
/*=================================================
 * CSS for PC
 * ================================================= */

/** prof **/

#prof{
	text-align: left;
	padding: 20px;
}

#prof_top:after{
	content			: "";
	display			: block;
	clear			: both;
}

#prof_l{
	width: 515px;
	float: left;
	position: relative;
}

#prof_l .icon{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
	top: 500px;
	left: 15px;
}

#prof_r{
	width: 445px;
	float: left;
}

#prof_m{
	clear: left;
}


/*** left ***/

/** photo **/

#photo{
	font-size: 0;
	line-height: 0;
}

#photo p{
	display: inline-block;
	border-width: 10px;
	border-style: solid;
}


/**	prof slider start **/

#sliderContainer{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-bottom: 15px;
}

#flame{
	width: 390px;
	height: 520px;
	border-width: 10px;
	border-style: solid;
	position: relative;
	overflow: hidden;
}

ul#slider{
	margin-left: 0;
	width: 1950px;
	height: 520px;
	overflow: hidden;
	position: relative;
}

ul#slider li{
	float: left;
	width: 390px;
	position: absolute;
}

ul#slider li img{
}

ul#slideIcon{
	width: 390px;
	height: 0;
	position: relative;
	margin: 0 auto;
}

ul#slideIcon li{
	display: inline-block;
	width: 25px; /* no change */
	height: 50px; /* no change */
	position: absolute;
	font-size: 11px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

ul#slideIcon li#prev{
	left: -10px;
	top: -285px;
	border-radius: 0 3px 3px 0;
}

ul#slideIcon li#next{
	right: -10px;
	top: -285px;
	border-radius: 3px 0 0 3px;
}

.thumbnail li{
	display: block;
	margin: 0 auto;
	width: 304px; /* no change */
	height: 404px; /* no change */
}

#btnPagination{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 20px;
}

.thumbnailNavi li{
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
	cursor: pointer;
}

.thumbnailNavi li img /* thum */{
	width: 75px;
	height: 100px;
	opacity: 0.7;
}

.thumbnailNavi li a{
	display: block;
}

.thumbnailNavi li.active img /* thum selected */{
	opacity: 1;
}

#sliderContainer ul:after{
	content: "";
	display: block;
	clear: both;
}

/**	prof slider end **/

/** thum **/

#thum{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 20px;
}

#thum li{
	margin: 0 0 10px 0;
}


/** name **/

#prof_l .name{
	position: absolute;
	top: 0;
	left: 515px;
	width: 445px;
	height: 100px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_l .name h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 15px 0 10px 0;
}

#prof_l .name h2 em{
	font-size: 16px;
	font-weight: normal;
}

#prof_l .name p{
	font-size: 12px;
	line-height: 25px;
	border-radius: 2px;
	margin: 0 17px;
}


/** form **/

.form{
	width: 495px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 20px 0;
}

.form .bt1{
	display: inline-block;
	vertical-align: top;
	width: 250px;
}

#prof_l span.bt:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}


/** sche **/

#sche{
}

#sche table{
	width: 495px;
	font-size: 12px;
	line-height: 18px;
	table-layout: fixed;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

#sche table tr{
	vertical-align	: middle;
}

#sche table th{
	height: 49px;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-style: solid;
}

#sche table td{
	height: 68px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}


/*** right ***/

#prof_r{
	padding-top: 115px;
}

#prof_r .s_title{
	font-size: 15px;
	text-align: left;
	text-indent: 10px;
	height: 45px;
	padding-top: 15px;
}

#prof_r .s_title em{	padding-left: 5px;}
#prof_r .s_title br{	display: none;}


/** data **/

.data{
	margin: 0 0 20px 0;
}

.data table{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}

.data tr{
	vertical-align: middle;
}

.data th{
	width: 100px;
	font-weight: normal;
	text-align: left;
	padding: 7px 0 7px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.data td{
	padding: 7px 5px 7px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


/** comment **/

.comment p{
	font-size: 12px;
	line-height: 20px;
	padding: 15px;
}

#prof_m{
	clear: left;
	margin-top: 20px;
}


/** op **/

#op{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
}

#op .s_title,
#op .list{
	display: table-cell;
	vertical-align: middle;
}

#op .s_title{
	width: 150px;
	min-height: 145px;
	font-size: 15px;
	padding-top: 5px;
}

#op .list{}

#op .list ul{
	padding-left: 8px;
}

#op .list li{
	display: inline-block;
	vertical-align: top;
	border-radius: 12.5px;
	width: 155px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	margin: 0 3px 5px 2px;
}

#op .list li.ok{	background: #cc0000; color: #ffffff;}
#op .list li.sp{	background: #0066ff; color: #ffffff;}
#op .list li.ng{	background: #666; color: #333;}

#op .list .okng{
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0 10px;
}
#op .list .okng .ok{	color: #cc0000;}
#op .list .okng .sp{	color: #0066ff;}
#op .list .okng .ng{	color: #666;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#prof{
		padding: 0;
	}
	#prof_l{
		width: 100%;
		float: none;
		position: relative;
	}
	#prof_l .icon{
		width: 196px;
		font-size: 12px;
		line-height: 18px;
		position: absolute;
		top: 262px;
		left: calc(50% - 98px);
	}
	#prof_r{
		width: 100%;
		float: none;
		padding: 0;
	}

	/** photo **/
	#photo{
	}
	#photo p{
		border-width: 5px;
	}

	/**	prof slider start **/
	#sliderContainer{
		display: block;
		text-align: center;
		margin-bottom: 0;
		padding: 10px 0;
	}
	#flame{
		width: 200px;
		height: 267px;
		border-width: 5px;
		margin: 0 auto;
	}
	ul#slider{
		width: 1000px;
		height: 267px;
	}
	ul#slider li{	width: 200px;}
	ul#slider li img{
		width: 200px;
		height: 267px;
	}
	ul#slideIcon{	width: 100%;}
	ul#slideIcon li{
		display: inline-block;
		width: 35px; /* no change */
		height: 70px; /* no change */
		position: absolute;
		font-size: 11px;
		line-height: 70px;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
	ul#slideIcon li#prev{
		left: 0;
		top: -173px;
	}
	ul#slideIcon li#next{
		right: 0;
		top: -173px;
	}
	#btnPagination{
		position: static;
		margin-top: 5px;
	}
	.thumbnailNavi ul{
		text-align: center;
	}
	.thumbnailNavi li{
		display: inline-block;
		vertical-align: top;
		margin: 0 1px;
	}
	.thumbnailNavi li img{
		width: 40px;
		height: 53px;
	}

	/** name **/
	#prof_l .name{
		position: static;
		width: 100%;
		height: 80px;
		margin: 0 0 0 0;
		text-align: center;
		border-left: none;
		border-right: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#prof_l .name h2{
		font-size: 20px;
		line-height: 30px;
		padding: 8px 0 3px 0;
	}
	#prof_l .name h2 em{	font-size: 12px;}
	#prof_l .name p{
		font-size: 11px;
		line-height: 25px;
		margin: 0 10px;
	}

	/** form **/
	.form{
		width: 100%;
		padding: 0 10px 0 10px;
		margin: 10px 0 10px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.form .bt1{
		display: block;
		width: 100%;
	}

	/** sche **/
	#sche{
		margin: 10px 0 10px 0;
		padding: 0 10px 0 10px;
	}
	#sche table{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
	}
	#sche table th{	height: 35px;}
	#sche table td{	height: 45px;}

	/*** right ***/
	#prof_r .s_title{
		text-align: center;
		text-indent: 0;
		height: 60px;
		padding-top: 17px;
	}
	#prof_r .s_title em{	padding-left: 5px;}
	#prof_r .s_title br{	display: inline;}
	#prof_r .s_title i{	display: none;}

	/** data **/
	.data{	margin: 0 0 10px 0;}
	.data table{
		font-size: 12px;
		line-height: 18px;
	}
	.data th{
		width: 100px;
		font-weight: bold;
		padding: 10px 0 10px 10px;
	}
	.data td{
		padding: 10px 10px 10px 0;
	}
	.data tr:last-child th,
	.data tr:last-child td{	border-bottom-style: solid;}

	/** comment **/
	.comment{	margin: 0 0 10px 0;}
	.comment p{
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
	}
	#prof_m{	margin: 0;}

	/** op **/
	#op{
		display: block;
		margin: 0 0 10px 0;
	}
	#op .s_title,
	#op .list{
		display: block;
	}
	#op .s_title{
		width: 100%;
		min-height: 0;
		font-size: 15px;
		padding-top: 17px;
	}
	#op .list ul{
		padding: 10px 8px 0 8px;
	}
	#op .list li{
		width: calc(50% - 4px);
		margin: 0 2px 5px 2px;
	}
	#op .list .okng{
		font-size: 12px;
		line-height: 20px;
		text-align: right;
		padding: 0 10px 5px 10px;
	}
}
