@charset "UTF-8";
/* CSS Document */


#contents{
	width:100%;
	padding:98px 0 60px 0;
	margin:0 auto;
}
#contents .inner{
	padding: 0 30px;
	position:relative;
}
/* flexslider */
#contents .inner #photo{
	text-align:center;
	width:100%;
	margin-bottom:60px;
	position:relative;
}
#contents .inner #photo img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#contents .inner #photo .flex-direction-nav{
	width:100%;
	margin-top:-34px;
	left:0px;
	top:50%;
	position:absolute;
	overflow:hidden;
	z-index:10;
}
.flex-direction-nav li{ width:27px; }
.flex-direction-nav li a{
	text-indent:100%;
	white-space:nowrap;
	background-image:url(../images/arrow_lr.png);
	background-repeat:no-repeat;
	height:68px;
	display:block;
	overflow:hidden;
}
.flex-direction-nav li.flex-nav-prev{
	margin-left:60px;
	float:left;
}
.flex-direction-nav li.flex-nav-next{
	margin-right:60px;
	float:right;
}
.flex-direction-nav li.flex-nav-next a{ background-position:-27px 0; }

#contents .inner #photo .flex-control-nav{
	width:50%;
	margin-left:-25%;
	position:absolute;
	left:50%;
	bottom:30px;
	z-index:11;
}
.flex-control-nav li{
	padding:10px;
	display:inline-block;
}
.flex-control-nav li a{
	text-indent:100%;
	white-space:nowrap;
	width:10px;
	height:10px;
	background-color:#FFF;
	border-radius:5px;
	overflow:hidden;
	display:block;
}
.flex-control-nav li a.flex-active{ background-color:#000; }

/* //flexslider */
#contents .inner .lead{
	text-align:left;
	width:960px;
	margin:0 auto 30px auto;
}
#contents .inner .lead p{ margin-bottom: 15px; }
#contents .inner .lead p:las-child{ margin-bottom:0px; }

#contents .inner .detail{
	width:960px;
	margin:0 auto;
}
.detail h3{
	text-indent: 100%;
	white-space: nowrap;
	width: 372px;
	height: 24px;
	background-image: url(../images/title_315.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin:0 auto 30px auto;
	overflow: hidden;
}
.detail hr{
	width:320px;
	margin-bottom:30px;
	border-bottom:solid 2px #000;
}

.detail .data{ text-align:left; }
.detail .data div dl dt{
	font-family:"museo-sans", Helvetica, sans-serif;
	font-weight:900;
	font-size:1.4em;
	margin-bottom:10px;
}
.detail .data .data-l{
	width:450px;
	float:left;
}
.detail .data .data-l p.caution{
font-size: 0.8em;
line-height: 1.6em;
}

.detail .data .data-r{
	width:450px;
	float:right;
}
.detail .data .data-r dl{ margin-bottom:20px; }
.detail .data .data-r .menu{ margin-bottom: 20px; }
.detail .data .data-r .menu ul{
	width:210px;
	float:left;
	display:block;
}
.detail .data .data-r .menu ul.mr{ float:right; }
.detail .data .data-r .btn{
	width: 100%;
	margin-bottom: 20px;
}
.detail .data .data-r .btn a{
	background-image: url(../images/btn_menu.png);
	height: 45px;
}
.detail .data .data-r .btn a:hover{ background-position: left bottom; }
.detail .data .data-r .btn:last-child{ margin-bottom: 0px; }
.detail .data .data-r .btn:last-child a{
	background-image: url(../images/btn_menu2.png);	
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 736px) {

#contents{ padding:49px 0 30px 0; }
#contents .inner{ padding: 0px; }

/* flexslider */
#contents .inner #photo{ margin-bottom:30px; }
#contents .inner #photo .flex-direction-nav{ display: none; }

#contents .inner #photo .flex-control-nav{ bottom:15px; }
.flex-control-nav li{ padding:5px; }

/* //flexslider */
#contents .inner .lead{
	text-align:left;
	width:auto;
	margin:0 auto;
}
#contents .inner .lead p{ margin-bottom: 15px; }
#contents .inner .lead p:las-child{ margin-bottom:0px; }

#contents .inner .detail{
	width:auto;
	padding: 0 15px;
	margin:0 auto;
}
.detail h3{
	color: #000;
	font-family:"museo-sans", Helvetica, sans-serif;
	font-size:1.4rem;
	font-weight: 900;
	text-indent: 0;
	width: auto;
	background-image: none;
	margin-bottom:15px;
}

.detail hr{
	width:160px;
	margin-bottom:30px;
	border-bottom:solid 1px #000;
}
.detail .data div dl dt{
	font-size:1.2rem;
	margin-bottom:10px;
}
.detail .data .data-l{
	width:100%;
	margin-bottom: 15px;
	float:none;
}
.detail .data .data-l dd{
}
.detail .data .data-l dd img{
width:100%;
height: auto;
}
.detail .data .data-l p.caution{
font-size: 0.9rem;
line-height: 1.6rem;
}

.detail .data .data-r{
	width:100%;
	float:none;
}
.detail .data .data-r dl{ margin-bottom:15px; }

.detail .data .data-r .menu{ margin-bottom: 15px; }
.detail .data .data-r .menu ul{ width:49%; }
.detail .data .data-r .menu ul li{
font-size: 1rem;
line-height: 1.5rem;
}
.detail .data .data-r .btn a{
	background-color: #000;
	background-position: center top;
	background-size: 250px 50px;
	height: 25px;
}
.detail .data .data-r .btn a:hover{
background-position: center top;
}

}
