@charset "utf-8";
@import url("../css/common.css");

.page_title {
	background-image: url(images/title.png);
	height: 60px;
	display: block;
	width: 645px;
	background-repeat: no-repeat;
}


.mobile .text {
	background-image: url(images/mobile_text.png);
	display: block;
	height: 245px;
	width: 645px;
}
.mobile .info {
	width: 600px;
	height: 240px;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 25px;
	background-image: url(images/mobile_camp_bg.png);
	background-repeat: no-repeat;
}
.mobile .info .txt {
	float: left;
	width: 270px;
	font-size: 10px;
	padding-top: 10px;
	_padding-left: 70px;
	padding-left/**/: 170px;
	padding-right: 10px;
}
.mobile .info .txt .date {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	margin-bottom: 10px;
}
.mobile .info .txt .title {
	font-size: 14px;
	color: #F33;
	font-weight: bold;
	margin-bottom: 10px;
}
.mobile .info .txt .detail {
	font-size: 12px;
	color: #333;
	line-height: 24px;
}

.mobile .info .image {
	float: left;
	border: 1px solid #CCC;
	width: 130px;
	margin-top: 10px;
}


.mobile .price {
	background-image: url(images/mobile_price.png);
	float: left;
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 510px;
	margin: 10px;
	background-position: center;
}
.mobile .qr {
	float: left;
	background-image: url(images/qr.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	border: 1px solid #CCCCCC;
	margin: 10px;
}

.mobile .acess {
	background-image: url(images/mobile_access.png);
	display: block;
	height: 260px;
	width: 645px;
	clear: both;
}
