.header_mob{
	display:none;}
	
	/*-----------------------------------------------------	*/
/*	/* 767px以下用（タブレット／スマートフォン用）の記述 */
/*-----------------------------------------------------	*/

@media screen and (max-width: 830px) {
	.header_mob
{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.header_mob.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header_mob a
{
	background-image: url(../images/mob_menu_02.png);
	display: block;
	width: 80px;
	height: 30px;
	position: absolute;
	top: 8px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
}
.mm-listview li { margin: 3%!important;}	
	.header_mob img {
	vertical-align: middle;
}
#menu_mobile ul li span {
	font-size: 60%;
	letter-spacing: 0em;
	color: #999;
}				
}
/*-----------------------------------------------------	*/
/*	/* 479px以下用（スマートフォン用）の記述 */
/*-----------------------------------------------------	*/

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


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

@media screen and (orientation:portrait){
			
}