@charset "utf-8";

img.calendar-img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 15px;
}
.cmt{
	margin:10px 0 30px;
	font-weight:bold;
	color:#0266cd;
}
h6{
	font-size:16px;
	color:#666;
}

/* 料金用テーブル */
table.fee{
	width: 100%;
	border-collapse:collapse;
	border: 0;
	text-align:center;
}
table.fee caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	line-height:1;
	color:#f00;
}
table.fee th{
	padding: 5px;
	border: 1px solid #000;
	background: #a7ebf5;
}
table.fee td{
	padding: 5px;
	border: 1px solid #000;
}
table.fee td.total{
	font-size: 18px;
	font-weight: bold;
	width: 14em;
}
table.fee td.h{
	width:250px;
	background: #EEE;
}

table.fee td.h2{
	background: #EEE;
}

table td.bg_gray{
	text-align:right;
	background-color:#EEE;
}
table td.bg_pink{
	text-align:right;
	background-color: #fff3e6;
}
table td.bg1{
	background-color: #e4e7d5;
}
table td.bg2{
	background-color: #e7e3d5;
}
table td.bg3{
	background-color: #bed7d5;
}
table td.price{
	font-weight:bold;
}


table.fee2{
	width: 100%;
	margin: 0px auto 20px;
	border-collapse:collapse;
	border: 0;
	text-align:center;
}
table.fee2 caption{
	padding: 5px 0;
	text-align: left;
	font-size: 11px;
	line-height:1;
	color:#f00;
	caption-side:bottom;
}
table.fee2 th{
	width:250px;
	padding: 5px;
	border: 1px solid #000;
	background: #17bb87;
	color: #FFF;
	font-weight:normal;
}
table.fee2 td{
	padding: 5px;
	border: 1px solid #000;
}
table.fee2 td.h{
	background: #EEE;
}


table.fee3{
	width: 100%;
	border-collapse:collapse;
	border: 0;
}
table.fee3 caption{
	padding: 5px 0;
	text-align: left;
	font-size: 11px;
	line-height:1;
	color:#f00;
}
table.fee3 th{
	padding: 5px;
	border: 1px solid #000;
	background: #17bb87;
	color: #FFF;
}
table.fee3 td{
	padding: 5px;
	border: 1px solid #000;
}
table.fee3 td.h{
	width:250px;
	background: #EEE;
}

table.fee3 td.h2{
	background: #EEE;
	text-align:center;
}


/* 画像とテキスト */
.photo_txt{
	margin-bottom:15px;
}
.photo_txt .photo{
	padding:0 5px;
	display:table-cell;
}
.photo_txt .photo img{
	vertical-align:top;
}
.photo_txt .txt{
	padding:0 5px;
	display:table-cell;
}

/* flow */
.flow_chart{
	float: left;
	width: 400px;
}

.frame_details{
	float: right;
	width: 580px;
}

.frame_details .boxblue{
	width: 557px;
	padding:10px;
	border:1px solid #38b0ed;
	margin:10px 0;
}

.frame_details .box{
	width: 557px;
	padding:10px;
	margin:10px 0;
}

/* 合宿生活 */
.accomodation ul{
	margin-bottom: 20px;
	list-style-type: none;
	text-align: center;
}
.accomodation li{
	width: 280px;
	height: 110px;
	margin: 5px;
	border: 1px solid #009944;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
	text-align: left;
}
.accomodation li img{
	width: 130px;
	float: left;
	margin-right: 10px;
}
.accomodation li.report{
	width: 280px;
	height: 110px;
	margin: 5px;
	border: 1px solid #009944;
	background: #009944;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	color: #FFF;
	font-size:16px;
	font-weight: bold;
}
/* 合宿生活・案内レポート */
.report{
	padding: 20px;
	background: #FFF;
	line-height: 1.8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/* 周辺案内 */
.report2{
	padding: 20px;
	background: #FFF;
	line-height: 1.8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.report2 li{
	width:480px;
	height:130px;
    display: block;
    margin: 5px 0px 3px 0px;
	display:block;
	float:left;	
	border-bottom:1px dotted #bfbfbf;
}
.report2 li img{
    display: block;
    margin: 5px 15px 5px 5px;
	display:block;
	float:left;
}


/*page_schedule
************************************************************************************/
.page_schedule{}


.page_schedule .btnPdf{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #80a1cb;
	background: url(../../tsugaku/img/icon_calendar.png) no-repeat 10px center #e4edf8;
	margin: 30px 0 0 0;
	display: inline-block;
}

.page_schedule .btnPdf:hover{
	background: url(../../tsugaku/img/icon_calendar.png) no-repeat 10px center #e8f5d4;
	border: 1px solid #86c32f;
}

.page_schedule .btnPdf a{
	padding: 10px 15px 10px 40px;
	color: #000;
	text-decoration: none;
	display: block;
}

/*.frameCalendar
----------------------------------------------------------------------*/
.frameCalendar{
	width: 1000px;
	height: 1023px;
	position: relative;
	font-size: 0;
}
.frameCalendar .frame{
	width: 60px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #666;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
	white-space:normal;
	font-size: 12px;
}

.frameCalendar .frame p{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
}

.frameCalendar .frame p.ht{
	height: 92px;
	font-size: 10px;
}


.frameCalendar .head_sche,
.frameCalendar .head_time,
.frameCalendar .head_class{
	font-weight: bold;
}

.frameCalendar .head_sche{
	background: #ededed;
}

.frameCalendar .head_time{
	background: #FFECEC;
}

.frameCalendar .head_class{
	background: #E0F5F8;
}

.frameCalendar .calendar_head{
	width: 183px;
	position: absolute;
	top: 0;
	left: 0;
}
.frameCalendar .calendar_inner{
	width: 817px;
	position: absolute;
	top: 0;
	left: 184px;
	overflow-x:auto;
	overflow-y:hidden;
	white-space:nowrap;
}


/*.frameCaution
----------------------------------------------------------------------*/
.page_schedule .frameCaution{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 20px 0;
	padding: 15px;
}


/*frameCalendar
----------------------------------------------------------------------*/
.frameCalendarGasshuku table{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 1px solid #333;
	font-size: 12px;
}

.frameCalendarGasshuku th{
	padding: 5px;
	border: 1px solid #333;
}

.frameCalendarGasshuku td{
	padding: 5px;
	border: 1px solid #333;
	text-align: center;
}

.frameCalendarGasshuku thead th{
	background: #a6e9e7;
}

.frameCalendarGasshuku tbody th{
	background: #ededed;
}


.priceList tr.even{
	background: #FCF9C2;
}

/*frameCalendarS
----------------------------------------------------------------------*/
.frameCalendarS table{
	width: 98%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 1px solid #333;
	font-size: 12px;
}

.frameCalendarS th{
	padding: 5px;
	border: 1px solid #333;
	width: 100px;
}

.frameCalendarS td{
	padding: 5px;
	border: 1px solid #333;
	text-align: left;
}

.frameCalendarS thead th{
	background: #a6e9e7;
}

.frameCalendarS tbody th{
	background: #ededed;
}

/*スケジュールフレーム（２分割）
----------------------------------------------------------------------*/
.frameSchedule{
	width: 400px;
	float: left;
}

.frameScheduleDetails{
	width: 580px;
	float: right;
}


/*----------------------------------------------------------------------*/
.btnPriceList span{
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #FFF;
	background:-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background:-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: linear-gradient(to bottom, #FFF, #e6e6e6);
	padding: 0 5px;
	box-shadow:0px 0px 3px #CCCCCC;
	-moz-box-shadow:0px 0px 3px #CCCCCC;
	-webkit-box-shadow:0px 0px 3px #CCCCCC;
}
.btnPriceList span a{
	background: url(../../img/common/ar_blue.png) no-repeat right center;
	padding: 7px 25px 7px 5px;
	display: block;
	color: #000;
	text-decoration: none;
}
.btnPriceList span a:hover{
	color: #17bb87;
}

/*----------------------------------------------------------------------*/

/*Schedule button*/
.btnSchedule{
	text-align: right;
	padding: 10px 0;
}

.btnSchedule span{
	background: #009f6c;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 10px;
}
.btnSchedule span:hover{
	background: #F90;
}

.btnSchedule span a{
	background: url(../../camp/img/icon_calendar.png) no-repeat left center;
	padding: 5px 15px 5px 40px;
	line-height: 32px;
	display: block;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}


/*Contact button*/
.btnContact{
	text-align: right;
	padding: 10px 0;
}

.btnContact span{
	background: #009f6c;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 10px;
}
.btnContact span:hover{
	background: #F90;
}

.btnContact span a{
	background: url(../../camp/img/icon_mail.png) no-repeat left center;
	padding: 5px 15px 5px 40px;
	line-height: 32px;
	display: block;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

/*
----------------------------------------------------------------------*/
.frameCalendarGasshuku tr.A{
	background: #FF9;
}
.frameCalendarGasshuku tr.B{
	background: #D3F8FC;
}
.frameCalendarGasshuku tr.C{
	background: #DEF7AA;
}
.frameCalendarGasshuku tr.D{
	background: #FFD2D2;
}
.frameCalendarGasshuku tr.E{
	background: #F1E7BE;
}
.frameCalendarGasshuku tr.F{
	background: #D9E4F0;
}
.frameCalendarGasshuku tr.G{
	background: #E6CAFD;
}
.frameCalendarGasshuku tr.H{
	background: #F3CEB6;
}
.frameCalendarGasshuku tr.I{
	background: #E4D7A0;
}
.frameCalendarGasshuku tr.J{
	background: #8EEADE;
}

.frameCalendarGasshuku.priceList .insection.scroll{
	height: 500px;
	overflow-y: scroll;
}


.btnPrint{
	margin: 20px auto 60px auto;
	width: 470px;
	background: url(../../tsugaku/print/img/btn_bg.png) repeat #fb9005;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	clear: both;
}
.btnPrint:hover{
	background: url(../../tsugaku/print/img/btn_bg.png) repeat #e66b08;
}

.btnPrint a{
	line-height: 66px;
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #8c5f24;
}

.btnPrint img{
	vertical-align: middle;
	margin: 0 15px 0 0;
}


/*************************************************************************************/
.cms-post table{
	width: 100%;
	border-collapse:collapse;
	border: 0;
	text-align:center;
}
.cms-post table caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	line-height:1;
	color:#f00;
}
.cms-post table th{
	padding: 5px;
	border: 1px solid #000;
	background: #b3f1e9;
}
.cms-post table td{
	padding: 5px;
	border: 1px solid #000;
	text-align: left;
}

