
.page_title{	margin-bottom: 20px;}

.cdbox{
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	min-height: auto;
	margin: 0;
	overflow: hidden;
}

.cdbox:hover{	text-decoration: none;}

.cdbox_l{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cdbox_l{
	position: relative;
	text-align: left;
	padding: 0 0 40px 0;
}

.cdbox_l .icon_bg{
	width: 390px;
	position: absolute;
	top: 522px;
	left: calc(50% - 195px);
}

.cdbox_l .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	text-shadow: none;
	padding: 0 3px;
	border-radius: 2px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}


/**	prof slider start **/

#sliderContainer{
	position: relative;
	font-size: 0;
	line-height: 0;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0;
	-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;
	margin: 0 auto;
}

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;
}

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;
	cursor: pointer;
}

ul#slideIcon li#prev{
	left: 0;
	top: calc(50% - 25px);
	border-radius: 0 5px 5px 0;
}

ul#slideIcon li#next{
	right: 0;
	top: calc(50% - 25px);
	border-radius: 5px 0 0 5px;
}


@media screen and (max-width: 650px) {
	.cdbox_l{	padding: 0 0 30px 0;}
	.cdbox_l .icon_bg{
		width: 260px;
		position: absolute;
		top: 349px;
		left: calc(50% - 130px);
	}

	#flame{
		width: 260px;
		height: 347px;
	}
	ul#slider{
		width: 1000px;
		height: 347px;
	}
	ul#slider li{	width: 260px;}
	ul#slider li img{
		width: 260px;
		height: 347px;
	}
}



	/**	prof slider start **/
	ul#slideIcon{
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	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;
	}


/** name **/

#name{
	text-align: center;
	padding: 20px 0;
}

#name h3{
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 10px 0;
}

#name .size{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

#name .outlink{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 7px;
}
#name a.outlink:hover{
	text-decoration: none;
}


/** op **/

.op{
	padding: 20px 20px 15px 20px;
}

.op ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.op li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 2 - 2.5px);
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 3px 2px;
	border: 1px solid currentColor;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.op li.ng{	border: none;}


/** sche **/

.sche{
	padding: 20px;
}

.sche dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.sche dl:first-of-type{
	border-top-width: 1px;
	border-top-style: solid;
}

.sche dt,
.sche dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 10px 0;
}


/** wid **/

.wid_bg{}

.wid_bg h3{
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	padding: 15px;
}


/** qa **/

.qa{
	padding: 20px;
}

.qa dl{
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.qa dt,
.qa dd{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.qa dt{	
	padding: 10px 0 2px 0;
}
.qa dd{
	padding: 2px 0 10px 0;
}


/** other **/

.other{
	padding: 20px;
}

.other_in{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
