.mobile_head { display: none;}
@media screen and (max-width: 769px) {
	.mobile_head {
		display:block;
	width: 100%;
	height: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;

	z-index: 200;
}
.mobile_left {
	float: left;
	height: auto;
	width: 55%;
	margin-left: 5%;
	max-width: 230px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.scrool {
	width: 5%;
	position: absolute;
	left: 47.5%;
	bottom: 7%;
	text-align: center;
	max-width: 80px;
}
.scrool img { filter: alpha(opacity=30);
-moz-opacity:0.3;
opacity:0.3;}
.phone {
	display: block;
	width: 11%;
	height: auto;
	position: absolute;
	top: 10px;
	right: 18%;
}
.mobile_head h5 a
{
	background-image: url(../images/mob_menu_02.png);
	display: block;
	width: 11%;
	height: auto;
	position: absolute;
	top: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	right: 5%;
}
#menu_mobile ul li {
	text-align: left;
	line-height: 200%;
}
}
/*-----------------------------------------------------	*/
/*	/* 479px以下用（スマートフォン用）の記述 */
/*-----------------------------------------------------	*/

@media screen and (max-device-width: 479px) {
	


}
/*-----------------------------------------------------	*/
/*	デバイスが縦向きの場合			*/
/*-----------------------------------------------------	*/

@media screen and (orientation:portrait){
	.header_mob
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
}
.header_mob.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header_mob a
{
	background-image: url(../images/mob_menu_02.png);
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
}
				
}
