@charset "utf-8";
/* CSS Document */

#mobile h3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac\*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Hides from IE-mac */

/*===== cnts ====================*/
#mobile {
	width: 750px;
	color: #000000;
}
#mobile .topImage {
	margin-bottom: 10px;
}
#mobile .topImage img {
	vertical-align: bottom;
}
#mobile .note {
	width: 32em;
	float: right;
	margin-bottom: 15px;
	color: #ff0800;
	font-weight: bold;
}
#mobile .siteList {
	clear: right;
}
#mobile .siteList ul {
	margin-bottom: 25px;
}
#mobile .siteList ul li {
	float: left;
	width: 220px;
	margin-right: 15px;
	padding: 10px;
	background: #e8f8ff url(../img/special/mobile/bg_site.jpg) repeat-x left top;
}
#mobile .siteList ul li.last {
	margin-right: 0;
}
#mobile .siteList ul li h3 {
	min-height: 22px;
	height: auto !important;
	height: 22px;
	padding: 8px 0 0;
	background: #0d72e7 url(../img/special/mobile/bg_site_ttl.gif) no-repeat 0 bottom;
	text-align: center;
	font-size: 109%;
	font-weight: bold;
	color: #ffffff;
}
#mobile .siteList ul li h3 .subTtl {
	font-size: 77%;
	font-weight: normal;
	letter-spacing: -0.04em;
}
#mobile .siteList ul li .siteDetail {
	padding: 14px;
	background: #ffffff;
}
#mobile .siteList ul li .siteDetail .bnr {
	margin-bottom: 12px;
}
#mobile .siteList ul li .siteDetail .info {
	margin-bottom: 12px;
}
#mobile .siteList ul li .siteDetail table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 12px;
}
#mobile .siteList ul li .siteDetail table th,
#mobile .siteList ul li .siteDetail table td {
	padding: 7px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 92%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
#mobile .siteList ul li .siteDetail table th {
	background: #f2f2f2;
}
#mobile .siteList ul li .siteDetail table td {
	width: 88px;
}
#mobile .siteList ul li .siteDetail table td.getPoint {
	color: #008be6;
}
#mobile .siteList ul li .siteDetail .qrCode {
	xwidth: 82px;
	xheight: 82px;
	padding: 10px 9px 8px 99px;
	background: url(../img/special/mobile/bg_qrcode.gif) no-repeat;
}
#mobile .others {
	margin: 15px;
	text-align: center;
}
#mobile .others .link {
	position: relative;
	width: 400px;
	height: 115px;
	margin: 0 auto 12px;
}
#mobile .others .link .qrCode{
	position: absolute;
	top: 17px;
	right: 37px;
}