.lbox{
	width:440px;
	height:450px;
	float:left;
	margin:20px 0 20px 10px;
	border:1px solid #999;
}

.r_col{
	width:440px;
	height:450px;
	margin:20px 0 20px 10px;
	float:left;
	border:1px solid #999;
}

h4{
	width:420px;
	margin:5px auto;
	padding: 0px 5px;
	height:30px;
	line-height:30px;
background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	color:#f3ecce;
	font-weight:normal;
}

.basic{
	border:1px solid #999;
	width:422px;
	margin:10px;
	line-height:1.3em;
}

.basic th{
	height:30px;
	vertical-align:middle;
	border:1px solid #999;
	font-size:14px;
	padding:5px;
	background:#f3ecf4;
}

.basic td{
	height:30px;
	vertical-align:middle;
	border:1px solid #999;
	font-size:14px;
	padding:5px;
}

.basic td span{
	color:#471863;
}

.lbox p{
	padding:5px;
	font-size:14px;
	line-height:1.4em;
}

.sysbox{
	width:890px;

	border:1px solid #999;
	margin:0 auto 20px;
}

.price_head{
	width:860px;
	margin:10px auto 10px;
	padding: 0px 5px;
	height:30px;
	line-height:30px;
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	color:#f3ecce;
	font-weight:normal;
}

.coursetable{
	font-size:14px;
	margin:0 auto;
}

.coursetable th{
	border:1px solid #fd3886;
	height:30px;
	height:30px;
	vertical-align:middle;
	background:#fdccf2;
}

.coursetable td{
	border:1px solid #fd3886;
	height:30px;
	vertical-align:middle;
	padding-left:10px;
	text-align:center;
}

.coursetable td div {
	margin:5px;
	line-height:1.3em;
}

.coursetable .mornig{
	background:#eefaff;
}

.coursetable .noon{
	background:#fff6e8;
}

.coursetable .night{
	background:#ffebfb;
}

.kinsi{
	width:860px;
	margin:10px auto 10px;
	line-height:1.5em;
}

.tohotel{
	width:380px;
	height:40px;
	margin:10px auto 0;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	line-height:0em;
}

.k_t{
	width:850px; 
	margin:5px auto;
	padding:10px; 
	background:#eee;
	line-height:1.4em;
}

.k_t b{
	color:#20457c;
}

.k_t a{
	display:block;
	font-weight:bold;
	text-shadow: 1px 1px 2px #503d19;
	width:400px;
	color:#fff;
	height:30px;
	line-height:30px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:10px 0 0 5px;;
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;

}

.baitai{
	padding:5px 5px 10px;
	background:#fcfcfc;
	margin:5px 0;
}

.optext{
	padding:0 10px 10px;
	line-height:1.4em;
	color:#444;
	font-size:14px;
}

.optext h5{
	padding-bottom:2px ;
	border-bottom:1px solid #8137e5;
	color:#8137e5;
	margin:10px 0 5px;
}

.op_img{
	width:422px;
	margin:0 auto;
}

.opbtn{
	width:860px;
	margin:15px auto 20px;
	
	background:#eee;
}
	
.opbtn p{
	float:left;
}

.opbtn p{
	display:block;
	width:128px;
	height:32px;
	line-height:17px;
	margin-right:5px;
	margin-bottom:5px;
background:#fe4f95;
	padding:5px;
	text-align:center;
	font-size:13px;
	color:#fffdd9;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	border-radius:2px;
}

.opbtn p a{
	color:#fff;
}

.onecol{
width: 800px;
border: 2px solid #fff664;
padding: 20px 10px;
margin: 20px auto 20px;
color: #333;
line-height: 1.3em;
font-size: 15px;
background:#fff;
}

.in_c{
	width:760px;
	margin:0 auto 10px;
}

.in_c a:hover{
	border:2px solid #ff943e;
}

.in_c_2{
	width:580px;
	margin:0 auto 0px;
	display:block;
	line-height:0em;
	border:2px solid #ff73bb;
}

.in_c h4{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #fd4479;
	color:#fd4479;
	margin:10px 0 5px;
}

.in_c p{
	width:738px;
	margin:0 auto 0px;
	border:1px solid #1d1d21;
	padding:10px;
	font-size:16px;
	line-height:1.35em;
}

.in_c b{
	color:#ff2a00;
}

.c_t{
	width:760px;
	height:40px;
	margin:0 auto;
	text-align:center;
	background:#1d1d21;
	color:#ff2a00;
	font-weight:bold;
	font-size:22px;
	line-height:40px
}

.c_t_r{
	width:760px;
	height:24px;
	margin:0 auto;
	text-align:center;
	background:#ff6490;
	color:#fff;
	font-weight:bold;
	font-size:22px;
	line-height:24px
}

.exsam{
	width:738px;
	margin:0 auto 0px;
	border:1px solid #1d1d21;
	padding:10px;
	font-size:16px;
	line-height:1.35em;
}

.ex_date{
	background:#ffef88;
	padding:4px;
	margin-bottom:4px;
}

.exsam_text{
	padding:2px 4px 10px;
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#0b3d81;
}

.ag{
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	color:#ff6490;
}

.basetable{
	width:98%;
	margin:10px auto;
	border: solid 1px #ffb8df;
}

.basetable th{
	width:25%;
	background:#ff73c0;
	border: solid 1px #ffb8df;
	text-align:center;
	padding:5px;
	color:#fff;
}

.basetable td{
	width:25%;
	background:#f0f0f0;
	border: solid 1px #ffb8df;
	text-align:center;
	padding:5px;
}

.tcc{
	display:block;height:40px;width:100%;line-height:40px;text-align:center;
	margin:0px auto 5px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	background:#4b99ed;
	border-radius:5px;
	border:solid 2px #fff;
	color:#fff;
	font-weight:bold;
}

.c_tex{
	width:772px;
	padding:10px 20px;
	font-size:14px;
	line-height:1.4em;
	border: 1px solid #999;
	margin:10px auto;
	background:#fff;
}

.cbtn{
	display:block;height:40px;width:80%;line-height:40px;text-align:center;
	margin:0px auto 5px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	background:#ff6ec3;
	border-radius:5px;
	border:solid 2px #feffbe;
	color:#fff;
	font-weight:bold;
}
