

@media only screen and (max-width:768px) {


/* デバイスの向きによってフォントサイズを変えない */
body {
	-webkit-text-size-adjust: 100%;
	text-align:center;
}
img {
	width:auto !important;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#wrapper,#menu,#menu_center,#gnavi,#main,#side,#top_img,#side_navi_top,#tab_nav01,
#tab_nav02,#left_blue,#right_blue,#left_red,#right_red{
	width:100% !important;
	height:auto;
}
#tit_top,#hed_top,#header_top_blk{
	text-align:left;
	height:auto;
}
#tit_con,#hed_con{
	text-align:left;
	height:auto;
}
#menu{
	height:auto;
}
#header_right{
	width:100%;
}
#gnavi{
	padding: 0px;
	margin:0 auto;
	text-align:left;
	width:100%;
	position:fixed;
	top:0px;
	z-index:100;
	margin: 33px 0 0px 0;
}
#gnavi li {
}
#gnavi ul {
	padding: 0px;
	list-style: none;

}

#gnavi li a:link{
	color:#ffffff;
}
#gnavi li a:visited{
	color:#ffffff;
}
#gnavi li a:hover{
	color:#eeeeee;
}

#gnavi li {
	font-size:13px;
	border-bottom:1px solid #ffffff;
	background-color:#050229;
	padding: 10px 15px;
	
}
#gnavi li:first-child{
	border-top:1px solid #ffffff;
}
#gnavi li:last-child{
	border-bottom:none;
}


#header {
	margin-top:45px;
}
#menubtn {
	background-color:#050229;
	color: #333333;
	text-align:left;
	background-image: url(../img/common/mob_btn.png);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	background-size:20px 15px;
	padding:3px 0 0 30px;
	height:30px;
	position:fixed;
	top:0px;
	z-index:100;
	width:100%;
	margin: 0 0 20px 0;
	
}
#menubtn p{
	font-size:17px;
	color:#ffffff;
}

#detail_con br{
	margin-bottom:2em;
}






}

