
#h2{
	position:relative;
	margin:0 10px;
}

h2#midashi{
	color:#231815;
	line-height:1.2;
	border-bottom:1px solid #666666;
	margin-bottom:0;
	margin-top:0;
	padding-top:0;
}
.small{ font-size:0.7em; }

#kouki{
	font-weight:bold;
	color:#231815;
	border:1px solid #231815;
	text-align:center;
	padding:3px 3px;
	position:absolute;
	right:0;
	top:0;
	font-size:1.4em;
}

#h2 p.kmb{
	color:#231815;
	line-height:1.3;
	font-size:1.15em;
	margin: 4px;
	font-weight:700;
}

#details{
	margin:10px;
	margin-top:0;
	clear:both;
}
.smalltxt{ font-size:0.85em; }


/*o֌W*/
#details h3{
	clear:both;
	position: relative;
	padding: .65em 1em .5em .8em;
	/* box-shadow */
	box-shadow:rgba(76, 79, 82, 0.419608) -1px 1px 1px 1px;
	-webkit-box-shadow:rgba(76, 79, 82, 0.419608) -1px 1px 1px 1px;
	-moz-box-shadow:rgba(76, 79, 82, 0.419608) -1px 1px 1px 1px;
	color:#333;
	font-size:1.25em;
	background: -webkit-linear-gradient(top, #ededed 0%, #fff 100%);
	background: linear-gradient(to bottom,#ededed  0%, #fff 100%);
	height:auto !important ;
	margin:20px 0
}
#details h3::after{
	position: absolute;
	top: .4em;
	left: .3em;
	content:url(../img/bb.png);
	width: 6px;
}

#details h4{
	margin:15px 0
}
.radow{
	color:#000;
	font-weight:bold;
	margin:15px 10px;
	padding:3px;
	font-size:1.3em;
	border-bottom:3px solid #ED785E !important;
}

.radow2{
	color:#000;
	font-weight:bold;
	margin:15px 10px;
	padding:3px;
	font-size:1.3em;
	border-bottom:3px solid #ED785E
}

#details h5{
	position: relative;
	padding: .5em .6em;
	background-color: #f2f2ea;
	border: 1px solid #ec9369;
	color:#ec9369;
	border-radius:4px;
	font-size:1.15em
}
#details h5::before,
#details h5::after {
	position: absolute;
	top: 100%;
	left: 20px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
#details h5::before {
	border-top: 15px solid #ec9369;
}
#details h5::after {
	margin-top: -2px;
	border-top: 15px solid #f2f2ea;
}

#details h5.colorv{
	background-color:#efefef;
	color:#333333;
	border:0;
	margin:10px 0
}
#details h5.colorv::before,
#details h5.colorv::after{
	border:0
}
/*o**/

hr{
	border: 0;
    height: 1px;
    background: #626262;
    background-image: -webkit-linear-gradient(left, #ccc, #626262, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #626262, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #626262, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #626262, #ccc);
	margin-bottom:20px
}
	
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

/*XCh\*/
#hyou{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
	margin-top:5px;
}
.hyou{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
	margin-top:2px;
}
.hyouR{ position:relative; }
.hyouR .hyouHead{
	position: absolute;
	top:0;
	left:0;
}
p.yajirusi{/**/
	margin-top:3px;
	background-image:url(../img/yajirusi.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:37px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:1.1em
}
/*XCh\*/

/*{^*/
.button a{
	max-width:300px;
	width:90%;
	background-color: #29aae1;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0,126,170,1);
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
	background-image:url(../img/arow.png);
	background-position: 4% 50%;
	background-repeat:no-repeat; 
}
/*{^*/

.m10{ margin:10px auto; }
.mr7{ margin-right:5px; }
.mr4{ margin-right:4px; }
.mr4{ margin-right:3px; }
.mlr10{ margin-right:10px; margin-left:10px; }
.mr1p{ margin-right:1%;}

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt20{ padding-top:20px; }
.pt30{ padding-top:30px; }
.pt40{ padding-top:40px; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }

.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }
.mr30{ margin-right:30px; }
.mr40{ margin-right:40px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }

.ml5{ margin-left:5px; }
.ml10{ margin-left:10px; }
.ml20{ margin-left:20px; }
.ml30{ margin-left:30px; }
.ml40{ margin-left:40px; }

.tleft{ text-align:left; }
.tright{ text-align:right; }
.tcenter{ text-align:center; }




/*փhAǋL*/
#details .img_pc{ display:none; }
#details .img_smt{ display:block; }

#details p{
	margin-bottom:10px;	
}

#details p.image{
	margin:0;
	padding:0;
}

#details .w60pr,
#details .w80pr{
	margin:0 auto;
}

#details .w60pr{ width:60%; }
#details .w80pr{ width:80%; }

#details span.pack{
	width:12em;
	display:block;
	background-color:#E50012;
	font-size:1.2em;
	padding:5px 7px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:5px;
	margin-bottom:15px
}

#details .lineh4{
	color:#000;
	font-size:1.3em;
	line-height:1.0;
	border-bottom:solid 3px #0068B6;
	margin-bottom:10px;
	padding-bottom:8px;
}
#details p.subhead{
	color:#E7372F;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:6px;
}

#details ul li{
	float:none;
	font-size:1.0em;
	line-height:1.4;
	margin-bottom:5px;
	display:block;
}

#details .box_01,
#details .box_02,
#details .box_03{
	margin-bottom:8px;
	overflow:hidden;
}

#details .box_left,
#details .box_naka,
#details .box_right{
	float:none;
	overflow:hidden;
}

#details .box_01 .box_left,
#details .box_01 .box_right,
#details .box_02 .box_lef,
#details .box_02 .box_right,
#details .box_03 .box_left,
#details .box_03 .box_naka,
#details .box_03 .box_right{
	width:100%;
}

#details .mt8{
	margin-top:8px;
}

#details .img_right{
	float:right;
}

#details .img_left{
	float:left;
}

#details .text_indent{
	text-indent:-1.0em;
	padding-left:1.0em;
}

#details .waku{
	border:solid 1px #000000;
	padding:7px;
	margin:10px 0;
}
@media screen and (min-width: 600px) {
#details .img_pc{ display:block; }
#details .img_smt{ display:none; }

#details .w60pr,
#details .w80pr{
	width:100%;
}

#details .lineh4{
	font-size:1.6em;
}

#details .box_left,
#details .box_naka{
	float:left;
}

#details .box_right{
	float:right;
}

#details .box_01 .box_left{
	width:48%;
}

#details .box_01 .box_right{
	width:48%;
}

#details .box_02 .box_left{
	width:62%;
}

#details .box_02 .box_right{
	width:34%;
}

#details .box_03 .box_left{
	width:26%;
}

#details .box_03 .box_naka{
	width:34%;
	margin-left:2%;
}

#details .box_03 .box_right{
	width:34%;
}


}
/*փhAǋL*/