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

#cnt{	padding: 20px 0;}

/** prof **/

#prof{
	display: table;
	width: 1060px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}

#prof_l,
#prof_r{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_l{
	width: 540px;
	position: relative;
	padding: 0 20px 130px 0;
}

#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: 510px;
	left: 25px;
}


/*** left ***/

/** photo **/

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

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


/**	prof slider start **/

#sliderContainer{
	width: 520px;
	height: 560px;
	font-size: 0;
	line-height: 0;
	margin-bottom: 15px;
	padding: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#flame{
	width: 390px;
	height: 520px;
	border-width: 2px;
	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{
	width: 390px;
	height: 520px;
}

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

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: 0;
	top: -285px;
	border-radius: 0 5px 5px 0;
}

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

.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: 18px;
	right: 38px;
}

.thumbnailNavi li{
	display: block;
	overflow: hidden;
	margin: 0 0 6px 0;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
}

.thumbnailNavi li img /* thum */{
	width: 72px;
	height: 96px;
	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;
}


/** sche **/

.sche{
	width: 520px;
	padding: 14px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 575px;
	left: -540px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sche table{
	width: 100%;
	height: 100px;
	font-size: 12px;
	line-height: 14px;
	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: 33px;
	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{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}


/*** right ***/

#prof_r{
	position: relative;
	width: 520px;
}

#prof_r .s_title{
}


/** name **/

#prof_r .name_bg{
	border-width: 1px;
	border-style: solid;
	margin: 0 0 15px 0;
	padding: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_r .name{
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 0 0 13px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_r .name h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 13px 0 5px 0;
}

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

#prof_r .name p{
	font-size: 13px;
	line-height: 25px;
	border-radius: 2px;
	margin: 0 15px;
}


/** form **/

.form{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 3px 0;
}

.form .bt1{
	display: inline-block;
	vertical-align: top;
	width: 260px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0;
	border-radius: 17px;
}

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


/** data **/

.data{
	border-width: 1px;
	border-style: solid;
	margin: 0 0 15px 0;
	padding: 5px 14px 13px 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

.data tr{
	vertical-align: middle;
}

.data th{
	width: 105px;
	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_bg{
	padding: 15px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.comment{
	border-width: 1px;
	border-style: solid;
}

.comment p{
	font-size: 14px;
	line-height: 20px;
	padding: 11px;
}

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


/** op **/

.op{
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.op ul{
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-bottom: -1px;
}

.op li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.op li div{
	display: table;
	width: 100%;
}
.op li span{
	height: 43px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 0 5px 0 42px;
}
.op li.ok{	background: url(img/ok.png) no-repeat 10px 50%;	-webkit-background-size: 26px 26px; background-size: 26px 26px;}
.op li.sp{	background: url(img/sp.png) no-repeat 10px 50%;	-webkit-background-size: 26px 26px; background-size: 26px 26px;}
.op li.ng{	background: url(img/ng.png) no-repeat 10px 50%;	-webkit-background-size: 26px 26px; background-size: 26px 26px;}
.op li:nth-of-type(6n + 1){
	border-left-width: 1px;
	border-left-style: solid;
}
.op li:nth-of-type(6n){	border-right: none;}


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

@media screen and (max-width: 650px) {
	#cnt{	padding: 0 0 10px 0;}
	#prof,
	#prof_l,
	#prof_r{
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#prof_l{
		width: 100%;
		position: relative;
	}
	#prof_l .icon{
		width: 256px;
		font-size: 12px;
		line-height: 18px;
		position: absolute;
		top: 339px;
		left: calc(50% - 128px);
	}
	#prof_r{
		width: 100%;
		float: none;
		padding: 0;
	}

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

	/**	prof slider start **/
	#sliderContainer{
		display: block;
		width: auto;
		height: auto;
		text-align: center;
		margin: 0;
		padding: 10px 0 0 0;
	}
	#flame{
		width: 260px;
		height: 347px;
		margin: 0 auto;
	}
	ul#slider{
		width: 1000px;
		height: 347px;
	}
	ul#slider li{	width: 260px;}
	ul#slider li img{
		width: 260px;
		height: 347px;
	}
	ul#slideIcon{	width: 100%;}
	ul#slideIcon li{
		display: inline-block;
		width: 20px; /* 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: 0;
		top: -201px;
	}
	ul#slideIcon li#next{
		right: 0;
		top: -201px;
	}
	#btnPagination{
		width: auto;
		margin-top: 0;
		padding: 5px 0 10px 0;
		position: static;
	}
	.thumbnailNavi ul{
		text-align: center;
	}
	.thumbnailNavi li{
		display: inline-block;
		vertical-align: top;
		margin: 0 0.5px;
	}
	.thumbnailNavi li img{
		width: 48px;
		height: 64px;
	}

	/** name **/
	#prof_r .name_bg{
		border-left: none;
		border-right: none;
		margin: 0 0 10px 0;
		padding: 5px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#prof_r .name{
		border-left: none;
		border-right: none;
		padding: 0 0 10px 0;
	}
	#prof_r .name h2{
		font-size: 20px;
		line-height: 20px;
		padding: 12px 0 5px 0;
	}
	#prof_r .name h2 em{	font-size: 12px;}
	#prof_r .name p{
		font-size: 11px;
		line-height: 22px;
		margin: 0 10px;
	}

	/** form **/
	.form{
		background: none !important;
		margin: 0 0 10px 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.form .bt1{
		display: block;
		width: auto;
		padding: 5px 0;
		border-radius: 20px;
	}

	/** sche **/
	.sche{
		width: auto;
		position: static;
		border-left: none;
		border-right: none;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	.sche table{
		width: 100%;
		height: 90px;
		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: 13px;
	}
	#prof_r .s_title em{	padding-left: 5px;}
	#prof_r .s_title br{	display: inline;}
	#prof_r .s_title i{	display: none;}

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

	/** comment **/
	.comment_bg{
		border-left: none;
		border-right: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.comment{
		border: none;
	}
	.comment p{
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
	}

	/** op **/
	.op{	border-right: none;}
	.op li{
		width: calc(100% / 2);
	}
	.op li:nth-child(odd){
		border-right-width: 1px;
		border-right-style: solid;
	}
	.op li:nth-of-type(6n + 1){	border-left: none;}
	.op li:nth-of-type(6n),
	.op li:nth-of-type(even){	border-right: none;}
}
}