@charset "utf-8";
/*-------------------------------------------------
  LA PISTA Stylesheet
  * mobile *
-------------------------------------------------*/
.bgGlay2 {
	background:#fff url(../images/mobile/bg_glay2_top.gif) no-repeat 0 0;
	margin:0 10px 0 10px;
	padding:0 0 0 0;
}
#mobile {
	background:url(../images/mobile/bg_glay2_bottom.gif) no-repeat bottom;
	width:560px;
	padding:25px 0 25px 0;
}
h4.subtitle {
	margin:0 0 10px 20px;
}
#mobile .photoArea {
	float:left;
	width:250px;
	padding:0 0 0 13px;
}
#mobile .textArea {
	float:left;
	width:290px;
	padding:5px 0 0 0;
}
dl.CList {
	float:left;
	width:270px;
	margin:0 0 0 10px;
	padding:15px 0;
	text-align:center;
	border-top:1px dotted #d0d0d0;
	
}
dl.CList dt {
	margin:0 0 10px 0;
}
dl.CList dd {
	margin:0 0 10px 0;
}
dl.CList dd.detailBtn {
	border-top:1px dotted #d0d0d0;
	border-bottom:1px dotted #d0d0d0;
	padding:10px 0;
}
.point_image {
	text-align:center;
	margin:0 auto 10px;
	background-color: #FFFFFF;
}

.comming_image {
	text-align:center;
	background-color: #FFFFFF;
	padding: 160px 0 100px;
}

.comming_rogo {
	text-align:right;
	background-color: #FFFFFF;
	padding: 10px 10px 10px;
}

#mobile:after,
.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mobile,
.clearfix {
	min-height: 1px;
	
	_overflow:visible;
	_height:1px;
	zoom:1;/*for IE 5.5-7*/
	/*dis
	play:inline-block;*/
}

* html #mobile,
* html .clearfix { /*for IE -6*/
  height: 1px;
  
  /*for IE4,5*/
  /*\*//*/ 
  height: auto;
  overflow: hidden;
  /**/
}
