@charset "shift_jis";

/* reset
------------------------------------------------------ */

body,p,form,h1,h2,h3,h4,h5,h6,div,class,form {
	margin:0;
	padding:0;
	}
ol,ul {
	margin-top:0;
	}
img,table{
	border: 0;
	margin: 0;
	}

/* layout
------------------------------------------------------ */
body {
	background: url(../images/bg.png) #FFF center 0 repeat;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
a:link,
a:visited{
	color: #333;
	text-decoration: underline;
	}
a:hover{
	color: #333;
	text-decoration: none;
	}
#wrapper {
	width: 100%;
	text-align: center;
	background: url(../images/bg_wrapper.png) rgba(228,168,141,0.25) center 0 no-repeat;
	}
.container {
	width: 840px;
	padding: 15px 30px 0;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	text-align: left;
	background-color: rgba(255,255,255,0.9);
	}
.container p{
	padding:0 0 0 1em;
	font-size: 14px;
	}
.container2 {
	width: 840px;
	padding:0 30px;
	margin: 0 auto;
	overflow: hidden;
	background:#231815;
	font-size:14px;
	text-align:left;
	}
.container2 p{
	padding:0 0 0 1em;
	font-size: 14px;
	}
	
h2 {
	background-color: rgb(228,168,141);
	color: #FFF;
	margin: 15px 0 10px 0;
	font-size: 20px;
	padding: 14px 0 10px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	}
h3 {
	color: #E4007F;
	padding: 15px 0 5px 0;
	}
h4 {
	text-align:center;
	font-size:20px;
	padding:15px 0 5px 0;
	}

.f10 {
    font-size: 10px;
    line-height: 13px;
	}	
.topicpass {
	width:730px;
	text-align:left;
	padding:5px 0 5px 20px;
	font-size: 12px;
	}
.pagetop {
	text-align: right;
	padding: 5px 20px 5px 0;
	font-size: 12px;
	}
.main-image {
	width: 900px;
	height: auto;
	margin: 0 auto;
	}
.main-image img{
	width: 900px;
	}
.course {
	width: 720px;
	margin: 0 auto 25px;
	border: 1px solid #383635;
	border-collapse: collapse;
	}
.course th {
	color: #222;
	background-color: #CECEBF;
	border: 1px solid #AAA;
	font-size: 14px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	}
.course td {
	background: #FFF;
	color: #231815;
	border: 1px solid #AAA;
	font-size: 16px;
	text-align: center;
	padding: 3px;
	height: 39px;
	vertical-align: middle;
	}
.schtable {
	width: 720px;
	margin: 0 auto 3px;
	border-collapse: collapse;
	border: 1px solid #AAA;
	}
.schtable th{
	border-collapse: collapse;
	border: 1px solid #AAA;
	background-color: #CECEBF;
	color: #222;
	height: 30px;
	font-size: 12px;
	text-align: center;
	}
.schtable th.date{
	border-collapse: collapse;
	color: #222;
	font-size: 12px;
	}

.schtable td{
	background: #FFF;
	color: #231815;
	border-collapse: collapse;
	border: 1px solid #AAA;
	}
.schtable td p{
	line-height: 24px;
	}
.schtable td .event{
	margin: 10px 15px 10px 15px;
	padding: 15px 0 15px 1em;
	width: 380px;
	background: #7E0041;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	}
.tabletitle {
	position: absolute;
	z-index: 0;
	margin-top: 20%;
	top:0;
	left: 170px;
	}
@media screen and (min-width:981px) {
.tabletitle {
	position: absolute;
	z-index: 0;
	margin-top: 125px;
	top: 0;
	left: 195px;
	}
}
.container p.tourrate {
	font-size:20px;
	font-weight:bold;
	text-align: center;
	text-decoration: underline;
	}
.entryterms {
	padding: 5px;
	color: #FFF;
	margin: 10px 15px 25px 10px;
	position: relative;
	background: #1D3052;
	display: none;
	}
.entryterms a,
.entryterms a:visited{
	color:#FF0;
	text-decoration:none;
	}
.entryterms a:hover{
	color:#FFF;
	text-decoration:underline;
	}
.container ul li p,
.container ol li p{
	padding:0px;
	}
.attention {
	color: #E4007F;
	font-weight: bold;
	}
.copyright {
	color: #333;
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
	}
