@charset "utf-8";
@import "./common.css";
.system{
	padding-bottom:15px;
}
/*イベント*/
.event{
	margin-bottom:20px;
}
.event ul{
	margin:10px auto 0px;
	padding-bottom:10px;
	width:94%;
	border:#333333 solid 2px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
/*.event dt{
	padding:5px 0px;
	text-align:center;
	font-weight:bolder;
	-webkit-border-radius:7px 7px 0px 0px;
	-moz-border-radius:7px 7px 0px 0px;
	border-radius:7px 7px 0px 0px;
}*/
.eventimg{
	margin:10px 10px 0px;
}
.eventtxt{
	margin:10px 10px 0px;
}
.eventprice{
	margin:10px 10px 0px;
}

div.event2{
	margin-bottom:20px;
	background-color:#808080;
	color:#990000;
}

/*コース料金*/
.course{
	margin:0px 10px 20px;
}
.price{
	margin:10px auto 0px;
	width:100%;
}
.price th{
	text-align:left;
	font-weight:normal;
	border-bottom:#333333 dotted 1px;
	padding:2px 0px 2px 5px;
}
.price th p{
	background:url(../image/mark01.png) no-repeat;
	background-position:left;
	padding-left:10px;
	color:#FFFFFF;
}
.price td{
	text-align:right;
	border-bottom:#333333 dotted 1px;
	padding:2px 10px 2px 0px;
	width:30%;
}
.course ul{
	margin-top:5px;
}
.course h4{
	margin:10px auto 5px;
}
.credit{
	font-size:12px;
	padding-left:5px;
}
.credit span{color:#E3869D;}
.credit dd{
	margin-top:5px;
}


/*交通費*/
.transportation{
	margin:10px 10px 20px;
}
/*デリ*/
.delivery {
	margin-bottom:15px;
}
.delivery dt{
	background:url(../image/mark01.png) no-repeat;
	background-position:left;
	padding-left:10px;
	border-bottom:#333333 dotted 1px;
}
.delivery dd{
	border-bottom:#222222 solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.delivery dd:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.delivery dd small{
	white-space:nowrap;
	margin-right:5px;
}

/*プレイ*/
.play{
	margin:10px 10px 0px;
	color:#FFFFFF;
}
.basic li{
	border-bottom:#333333 dotted 1px;
	padding:2px 5px;
	width:45%;
	float:left;
	margin-right:5px;
	list-style-type:circle;
}
.basic li p{
	background:url(../image/mark01.png) no-repeat;
	background-position:left;
	padding-left:10px;
}
.basic{
	margin-bottom:15px;
}
.basic:after{
	display:block;
	clear:both;
	content:'';
}
.play .price{
	margin-bottom:5px;
}

/*交通費*/
.transportationlist{
	margin:10px 10px 15px;
	color:#FFFFFF;	
}
.erea{
	font-weight: bolder;
	font-size: 16px;
}
.erea span{
	padding-left: 5px;
	display: inline-block;
	border-left: 5px solid #555555;
}
.ereaname{
	border-bottom: #666666 dotted 1px;
	margin-bottom: 15px;
	padding: 0 0 15px 10px;
}

/*クレジットカード*/
.creditcard{
	font-size:12px;
	margin:5px 5px 0px 10px;
	
}
.creditimg,.creditcard ul{
	color:#FFFFFF;
}
.neo_bnr{
	text-align:center;
	margin:10px 0px; 
}