@charset "utf-8";
/* CSS Document */

.tourBox {
	background: url(../img/bg_tour-box_bottom.jpg) no-repeat 0 100%;
}

.tourBox .inner {
	background: url(../img/bg_tour-box_top.jpg) no-repeat 0 0;
	padding: 15px;
}


.tourBox .photo {
	float: left;
	width: 200px;
	margin-top: 0;
}


.tourBox .description {
	margin-left: 215px;
}

.tourBox h2 {
	margin: 10px 0 10px;

}

.tourBox .link {
	text-align: right;
}

.tourBox .link a {
	padding-left: 10px;
	background: url(../../../common/img/icon_arw001.gif) no-repeat 0 0.4em;
}


.hover {
	background: url(../img/bg_tour-box_bottom.jpg) no-repeat -695px 100%;
}

.hover .inner {
	background: url(../img/bg_tour-box_top.jpg) no-repeat  -695px 0;
}



/*   詳細ページ 
-------------------------------------------------------------*/

/*.detail p,
.detail ul,
.detail dl,
.detail table {
	margin-right: 10px;
	margin-left: 10px;
}*/

.detail h3 {
	background: url(../../../common/img/bg_title2.jpg) no-repeat 0 0;
	min-height: 24px;
	padding: 3px 0 0 30px;
	color: #174B64;
	margin-top: 15px;
}

* html .detail h3 {
	height: 24px;
}

.detail .photo {
	float: right;
	width: 280px;
}

.detail .description {
	margin-right: 300px;
}


.detail .hr {
	clear: both;
	height: 1px;
}

.detail .listDisc{
	font-size:87%;
}


/* 講習時間 */


.detail .tblType{
	border-collapse:separate;
	border-spacing:2px;
}

.detail .tblType th,
.detail .tblType td {
	padding: 5px 10px;
	line-height: 1.4;
	background: url(../../../common/img/bg_table001.jpg);
}

.detail .tblType th {
	width: 100px;
	text-align: center;
	font-weight: bold;
}

.detail .tblType th.am {
	background: url(../img/bg_table_am.jpg) ;
}

.detail .tblType th.pm {
	background: url(../img/bg_table_pm.jpg) ;
}


/* タイムテーブル */

.detail .tblTime{
	border-spacing:2px;
}

.detail .tblTime tr {
	background: url(../../../common/img/bg_table002.jpg);
}

.detail .tblTime tr.even {
	background: url(../../../common/img/bg_table001.jpg);
}

.detail .tblTime th,
.detail .tblTime td {
	padding: 5px 10px;
	line-height: 1.4;
}

.detail .tblTime th {
	width: 120px;
	text-align: center;
	font-weight: normal;
}


/* カレンダー */

table.calendar {
  /*display:inline;*/
  border-collapse:collapse;
  text-align:center;
}

table.calendar caption {
	margin-top: 20px;
	font-weight: bold;
}

table.calendar td,
table.calendar th {
  border:1px solid #425568;
}

table.calendar th {
  background:#eee;
  width: 90px;
  padding: 6px 0;
  text-align: center;
}

table.calendar td {
	vertical-align: top;
	background: #cadee9;
}

table.calendar td div.divisionlink {
}


table.calendar td div.hover {
	background: #fff;
}

.contents table.calendar td dl {
	margin: 0;
}

.contents table.calendar td dt {
	margin: 0;
	border-bottom:1px dotted #8Eb3CE;
	padding: 3px 0;
	font-weight: normal;
}

.contents table.calendar td dt  a {
	font-weight: bold;
}

.contents table.calendar td dd {
	padding: 3px 0;
}	

table.calendar td.today {
  background:#a3c8e2;
}

table.calendar .red {
  color:#f33;
}

table.calendar .blue {
  color:#33f;
}


/* カレンダーの見方 */
.calendarmark table{
	border-collapse:collapse;
	width:637px;
}

.calendarmark table tr th, 
.calendarmark table tr td{
	padding:5px;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}

.calendarmark table tr th{
	text-align:left;
	border-right:1px dotted #EEEEEE;
	border-left:1px solid #EEEEEE;
	width:150px;
}

.calendarmark table tr td{
	border-right:1px solid #EEEEEE;
}

