/* 交通費 */

 div.area{
	margin:15px auto;
	text-align:left;
	width:750px;
	}
 div.area th{
	padding:10px 5px;




	padding-top:12px;
	color:#FFAA00;
	font-size:12px;
	width:20%;
	text-align:center;
	}
 div.area th span{
	font-weight:bold;
	}
 div.area th span span{
	font-size:large;
	}

 div.area td{
	padding:10px 5px;
	}

 div.area div.bikou{
	margin:15px auto;
	font-size:11px;
	line-height:1.5;
	}


/* 料金 */

div.price{
	margin:15px auto;
	text-align:left;
	width:840px;
	}

div.price th,
div.price td {
	background:transparent;
	vertical-align:top;
	}

div.price th {
	text-align:left;
	}


div.price div.course{
	width:400px;
	float:left;
	}


div.price div.course dt{
	color:#F39;
	border-bottom:solid 1px #BF7F00;
	}
div.price div.course dd{
	color:#B6A88C;
	font-size:11px;
	padding:5px;
	text-align:right;
	line-height:1.5;
	}

div.price div.course table {
	border-spacing:2px;
	}

div.price div.course dd th{
	}
div.price div.course dd td{
	font-size:10px;
	}


/*　その他料金等（１押　２普通　３サブ）　*/

div.price div.other_1,
div.price div.other_2,
div.price div.other_3 {
	width:380px;
	float:right;
	margin-bottom:15px;
	}
div.price div.other_1 dt,
div.price div.other_2 dt ,
div.price div.other_3 dt {
	color:#BF7F00;
	border-bottom:dotted 1px #7E5401;
	font-size:12px;
	padding-bottom:5px;
	}
div.price div.other_1 dd,
div.price div.other_2 dd,
div.price div.other_3 dd {
	padding:5px;
	padding-right:0;
	line-height:1.4;
	}
div.price div.other_1 dd th,
div.price div.other_2 dd th ,
div.price div.other_3 dd th {
	color:#B6A88C;
	font-size:12px;
	padding:3px 0px 1px 0px;
	line-height:1.2;
	width:185px;
	border-bottom:dotted 1px #593B00;
	vertical-align:top;
	}
div.price div.other_1 dd td,
div.price div.other_2  dd td,
div.price div.other_3  dd td{
	padding:3px 0px 1px 0px;
	color:#BF7F00;
	font-size:16px;
	padding-left:5px;
	font-weight:bold;
	text-align:right;
	width:190px;
	border-bottom:dotted 1px #593B00;
	vertical-align:bottom;
	}

div.price div.other_1 dt{
	font-weight:bold;
	}
div.price div.other_1 th{
	font-weight:bold;
	}
div.price span.cou_1{
	display:block;
	padding-top:2px;
	}
div.price span.cou_2{
	display:block;
	padding-top:2px;
	}
/* 規約 */

div.kiyaku {
	clear:both;
	border:solid 1px #593B00;
	font-size:11px;
	margin:15px auto;
	text-align:left;
	width:750px;

	}
div.kiyaku dt{
	color:#FFF;
	border-bottom:dotted 1px #593B00;
	}
div.kiyaku dl {
	padding:15px;
	}
div.kiyaku dd {
	padding:5px;
	}
div.kiyaku dd ul{
	}
div.kiyaku dd li{
	list-style-type:disc;	
	list-style-position:inside;
	margin-bottom:5px;
	}




