@charset "utf-8";

/*----------------------------------------------------------
	Header
----------------------------------------------------------*/

#MBHeadArea{
	width:548px;
	margin:0 auto;
/*	height:62px;
	padding:5px 0 0;*/
	padding: 5px 0;
}
	#MBHeadArea h1{
		float:left;
		padding-right:25px;
	}

#MBGnaviArea{
	width:100%;
	background: url(/mobile/images/mobile_bg.gif) repeat-x top;
	height:60px;
}
	#MBGnaviArea ul{
		width:294px ;
		margin:0 auto;
		list-style:none;
	}
		#MBGnaviArea ul li{
			float:left;
		}

/*----------------------------------------------------------
	maincontents Area
----------------------------------------------------------*/
/*
#MBMainContArea{
	width:100%;
	background:url(/mobile/images/mobile_cont_bg.png) repeat-x top;
	padding:60px 0 0;
}
*/
#MBMainContArea{
	width:490px;
	margin:10px auto 20px;
	background:url(/mobile/images/mobile_cont_bg.png) repeat-x top;
	padding:60px 0 0;
	text-align:center;
}

#MBMainContArea-in{
	margin:0 auto;
}
	#MBMainContArea-in iframe{
		width:100%;
		height:380px;
		margin:0 auto;
		border:none;

	}

#smComment{
	display:none;
}

/*----------------------------------------------------------
	Footer Area
----------------------------------------------------------*/

#MBFooterArea{
	width:490px;
	margin:30px auto 20px;
	background:url(/mobile/images/mobile_footline.png) repeat-x top;
	padding:16px 0 0;
	text-align:center;
}

/*----------------------------------------------------------
	yuuken.html
----------------------------------------------------------*/
body#mobile #yuuken dl {
	width:420px;
	margin:auto;
}
body#mobile #yuuken dt {
	text-align:left;
	list-style-type:circle;
	padding:4px;
}
body#mobile #yuuken dd {
	text-align:right;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:dotted 1px #CCB;
	padding:4px;
	}
	body#mobile #yuuken dd strong {
		font-weight:bold;
		color:#CC3300;
		}



/*----------------------------------------------------------
	����p 2012.09.18 ADD
----------------------------------------------------------*/
@media print{

body#mobile .printNone{
	display: none;
}

}

/*----------------------------------------------------------
	MoreLink 2019.05.07 ADD
----------------------------------------------------------*/
#mobile .MoreLink {
/*	background:url(/common/images/cl_bg_asobu.gif);*/
/*	float: left;*/
	display: block;
	float: none;
}
#mobile .MoreLink a, 
#mobile .MoreLink a:link,
#mobile .MoreLink a:visited {
		background: #0EB2FD url(/common/images/cl_list_asobu.gif) no-repeat 10px 50% ;
		border-bottom: 1px solid #0C9EC7;
		border-top:1px solid #B9E9FE;
}
