@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::

	セット

:::::::::::::::::::::::::::::::::::::::: */

/* clearfix
------------------------------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* float
------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}


/* ::::::::::::::::::::::::::::::::::::::::

	モジュール

:::::::::::::::::::::::::::::::::::::::: */
p , table , ul li , dl {
	line-height: 1.6;
	color: #464646;
}
ul li {
	list-style: disc inside;
}	
div.section {
	margin-top: 36px;
}
.caution {
	color: #f30;
	font-weight: bold;
}
.note {
	color: #666;
	font-size: 85%;
	font-weight: normal;
}		
.t-center {
	text-align: center;
}	
.t-right {
	text-align: right;
}		
address {
	font-style: normal;
}	

/* リンク
----------------------------------*/
a:link {
	color: #1970d2;
	text-decoration: underline;
}
a:visited , a:hover , a:active {
	color: #0954a9;
	text-decoration: none;
}		


/* ::::::::::::::::::::::::::::::::::::::::

	レイアウト

:::::::::::::::::::::::::::::::::::::::: */
body {
	background: url(img/bg.gif) repeat;
	text-align: center;
}
div#containter {
	margin: 0 auto;
	width: 984px;
	position: relative;
}
div#content {
	background: url(img/bg-repeat.gif) repeat-y;
	padding: 30px 48px;
	text-align: left;
}
div.content_box {
	margin-top: 24px;
}	
div.content_box .title {
	width: 120px;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 108%;
	letter-spacing: 0.1em;
	color: #464646;
	display: block;
	text-align: right;
}
div.content_box .box_r {
	border-left: #999 5px solid;
	padding: 0.5em 0 0.5em 1.5em;
}	

/* ::::::::::::::::::::::::::::::::::::::::

	コンテンツ

:::::::::::::::::::::::::::::::::::::::: */
div#top_boxes {
	background: url(img/bg-box1.gif) repeat-y;
}
div#bottom_boxes {
	background: url(img/bg-box2.gif) repeat-y;
}
div.box {
	width: 423px;
	text-align: left;
}
div.box table {
	width: 100%;
	margin: 24px 0;
	padding: 0 24px;
}	
div.box table tbody tr th {
	border-right: #f8f8f8 5px solid;
	vertical-align: top;
	padding: 0.5em 1em;
	width: 25%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: right;
	white-space: pre;
}	
div.box table tbody tr td {
	padding: 0.6em 1em;
}	

/* ticket
----------------------------------*/
div#ticket div.content_box div.box_r {
	width: 700px;
}		
div#ticket div.content_box h4 {
	color: #464646;
	line-height: 1.8;
	font-size: 108%;
	font-weight: bold;
	letter-spacing: 0.1em;
}	
div#ticket div#date table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 1em;
}
div#ticket div#date table tbody tr th { 	
	width: 50%;
	padding: 1em;
	font-weight: normal;
}	
div#ticket div#date table tbody tr th#class_fukuhara {
	background-color: #f0f735;
}
div#ticket div#date table tbody tr th#class_yokoyama {
	background-color: #aedb4e;
}
div#ticket div#date table tbody tr th#class_akahori {
	background-color: #86d5dc;
}
div#ticket div#date table tbody tr th#class_shiba {
	background-color: #f4a5b7;
}	
div#ticket div#date table tbody tr td {
	background-color: #f1f1f1;
	padding: 1em;
	line-height: 1.6;
}
div#ticket div#date table tbody tr td.over {
	color: #f40;
}	
div#ticket div#date table tbody tr td.over span {
	text-decoration: line-through;
	color: #666;
}	
div#ticket p.t-center {
	margin: 30px 0 0;
}		

/* place
----------------------------------*/
div#place dl dt {
	font-weight: bold;
}
div#place div.box_l {
	width: 514px;
}	

/* foot
----------------------------------*/
div#foot {
	background-color: #d9e614;
	padding: 24px 48px;
	text-align: left;
	margin: 0 auto;
	width: 886px;
}
div#foot dl.box_r {
	border-left: #f9f9f9 5px solid; 
}		

/* totop */	
p.totop {
	position: absolute;
	right:0;
	bottom: 0;
}

/* copyright */
p#copyright {
	font-size: 85%;
	color: #f9f9f9;
	background-color: #464646;
	letter-spacing: 0.1em;
	padding: 1em;
	margin-top: 48px;
}

		