@charset "shift_jis";

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

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 {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	background: url(../images/bg.jpg) top center repeat-x fixed #FFF;
	text-align: center;
	}
A,A:visited {
	color:#D5174C;
	text-decoration: none;
	}
A:hover{
	color:#D5174C;
	text-decoration: underline;
	}
#wrapper {
	width: 900px;
	background-color:rgba(255,255,255,0.90);
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}
#wrapper2 {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	}
.container {
	text-align: left;
	font-size: 14px;
	padding: 0 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
	}

h1 {
	font-size: 22px;
	line-height: 115%;
	font-weight: normal;
	letter-spacing: -1px;
	}
h2 {
	background: #00548D;
	color: #FFF;
	margin: 15px 0 10px 0;
	font-size: 20px;
	padding: 3px 0 1px 15px;
	text-align: left;
	}
h3 {
	color: #D5174C;
	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;
	}
.course {
	width: 800px;
	margin: 0 auto 20px;
	border: 1px solid #BABAA5;
	border-collapse: collapse;
	}
.course th {
	color: #FFF;
	background: #333333;
	border: 1px solid #FFF;
	font-size: 14px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	}
.course td {
	color: #222;
	border: 1px solid #666;
	font-size: 14px;
	text-align: left;
	padding: 3px 3px 3px 15px;
	height: 20px;
	vertical-align: middle;
	}
.course td p{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
  	}
.tableset {
	position: relative;
	z-index: 0;
	}
.tabletitle {
	position: absolute;
	z-index: 0;
	font-size:0.65em;
	margin-top: 10%;
	top:0;
	left: 23%;
	background: #FFF;
	}
@media screen and (min-width:981px) {
.tabletitle {
	position: absolute;
	z-index: 0;
	font-size:14px;
	margin-top: 80px;
	top: 0;
	left: 200px;
	background: #FFF;
	}
}*
.tabletitle2 {
	position: absolute;
	z-index: 0;
	font-size:0.65em;
	margin-bottom: 22.5%;
	bottom:0;
	left: 23%;
	background: #FFF;
	}
@media screen and (min-width:981px) {
.tabletitle2 {
	position: absolute;
	z-index: 0;
	font-size:14px;
	margin-bottom:124px;
	bottom: 0;
	left: 200px;
	background: #FFF;
	}
}*

.schtable {
	width: 800px;
	margin: 0 auto 3px;
	border-collapse: collapse;
	border: 1px solid #333333;
	z-index: 0;
	}
.schtable .tabletitle1 {
	display:none;
	position: absolute;
	z-index: 0;
	top: 96px;
	left: 130px;
	}
.schtable .tabletitle2 {
	display:none;
	position: absolute;
	z-index: 0;
	top: 796px;
	left: 130px;
	}
.schtable th{
	border-collapse: collapse;
	border: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #333333;
	color: #FFF;
	height: 30px;
	font-size: 12px;
	text-align: center;
	}
.schtable th.date{
	border-collapse: collapse;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	}

.schtable td{
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 5px;
	vertical-align: top;
	text-align:center;
	}
.schtable td p{
	padding: 0;
	}
.schtable td .event{
	background: #00548D;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto 7px;
	padding: 0.5em 0;
	text-align: center;
	border: 2px solid #D5174C;
	}
	
.entryterms {
	border: dashed 1px #FF7A4F;
	padding: 10px 10px 15px;
	color: #FFF;
	margin: 0 auto 25px;
	width: 770px;
	word-break: break-all;
	background-color:rgba(0,84,141,0.75);
	text-align: center;
	}
/*.entryterms p{
	padding-left:1em;
	text-indent:-1em;
	}*/
.entryterms h4{
	padding: 5px 0 0 10px;
	color: #FFFFFF;
	}

.container p{
	padding:0 0 0 20px;
	font-size: 14px;
	}
.container p.tourrate {
	font-size:20px;
	font-weight:bold;
	text-align: center;
	text-decoration: underline;
	}
.container ul li p,
.container ol li p{
	padding-left: 1em;
	text-indent: -1em;
	}
.attention {
	width: 690px;
	margin: 0 auto 20px;
	padding: 15px;
	color: #333;
	background: #FFF;
	border: 1px solid #C0CFAF;
	font-size: 12px;
	line-height: 135%;
	text-align: left;
	}
.note {
	color: #C00;
	font-weight: bold;
	}
.copyright {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 10px;
	padding: 3px;
	text-align: center;
	}
