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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .in {
	height: 50px;
	overflow: hidden;
}

#gHeader h1 {
	margin-top: 10px;
	margin-left: 5%;
	text-align: left;
	float: left;
}

#gHeader .catchcopy2 {
	color: #000;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 5%;
	text-align: right;
	text-decoration: none;
	float: right;
}


/*------------------------------------------------------------
	スケジュール
------------------------------------------------------------*/
#schedule {
	background-color: #fafafa;
	
	-webkit-box-shadow: inset 0px 0px 5px 0px #aaa; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0px 0px 5px 0px #aaa; /* Firefox用 */
	box-shadow: inset 0px 0px 5px 0px #aaa; /* CSS3 */

}

#schedule .in {
	margin-bottom: 30px;
	padding-top: 17px;
	padding-bottom: 17px;
	overflow: hidden;
}

#schedule .left {
	float: left;
}

#schedule p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#schedule .time {
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 10px;
}

#conts .box {
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#conts table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#conts tr {
	background-color: #ffffff;
}

#conts td {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#conts .con {
	width: 74px;
}

#conts .price {
	
}

#conts .gray {
	background-color: #eeeeee;
}

#conts .ttl_sub {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	border: 1px solid #ccc;
	background-color: #eee;

	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* safari, Chrome */
}

#conts .notes {
	width: 80%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}