@charset "shift_jis";
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

/*********** header設定 ***********/
header{
	border-bottom:3px solid #eee;
}

#h_desc span{
	display:none;
}

#h_logo{
	width:100px;
	padding:10px 0;
}

/*********** メニューボタン設定 ***********/
nav{
	display:none;
}


#menuButton {
	display: block;
	width: 42px;
	height:42px;
	position: absolute;
	top: 35px;
	right: 10px;
	z-index: 3;
}

#menuButton span {
	display: block;
	background: #1b85cb;
	width: 24px;
	height: 4px;
	position: absolute;
	left: 9px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

#menuButton span:first-child {
	top: 12px;
}

#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}

#menuButton span:last-child {
	bottom: 10px;
}

#menuButton.active span:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
	opacity: 0;
}

#menuButton.active span:last-child {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

#menuButton ul,
#dropmenu{
	display:none;
}

/*********** dropメニュー設定 ***********/
#dropmenu{
	display:none;
	position:absolute;
	top:90px;
	width:100%;
	height:auto;
	z-index:999999;
	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

_::content, _:future, #dropmenu:not(*:root) { 
	top:74px;
}


#dropmenu.active{
	display:block;
}

#dropmenu li{
	height:51px;
}

#dropmenu a{
	display:block;
	background:#1b85cb;
	height:50px;
	line-height:50px;
	padding:0 10px;
	border-bottom:1px solid #fff;
	text-decoration:none;
	color:#fff;
}


/*********** mv設定 ***********/
#mv_common p{
	font-size:150%;
	padding:30px;
}


/*********** footer設定 ***********/
#f_nav{
	padding:40px 0 0;
	float:none;
}

#f_info{
	padding:40px 0;
	float:none;
	text-align:center;
}

#f_logo img{
	width:150px;
	margin-bottom:20px;
}

#f_info p{
	line-height:1.6;
	font-size:80%;
}

/*********** dl設定 ***********/
.dl1{
	border-bottom:1px solid #eee;
}

.dl1 dt{
	float:none;
	padding:30px 0 10px;
	width:100%;
	font-weight:bold;
	color:#1b85cb;
}

.dl1 dd{
	width:100%;
	float:none;
	padding:0 0 30px;
}

}
