﻿@charset "utf-8";

/**
 * Setup
 */
body {
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	background: url('../img/bg_red.png') #D0000E;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal;}

/* a { color: #333; text-decoration: none;} */
a { color:red; text-decoration: underline;}
a:hover { text-decoration: underline; color: #486cab;}
a:visited {} 


input[text],input[password],textarea{ border: 1px solid #ccc;}

li{ list-style: none;}

hr{ border: 1px solid #ddd;}

div,p{ word-break: break-all;}

strong{}
em{ font-style: normal;}

table{ border-collapse: collapse;}
th{ vertical-align: middle; text-align: left;}
td{ vertical-align: middle;}

/* TEXT = #fff or 000, BACKGROUND = #fefefe or 010101 */




/**
 * clearfix
 */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}





/**
 * Font color, Text align
 */
.red{ color: #D54000;}
.blue{ color: #33B3FF;}
.green{ color: #89BD00;}
.orange{ color: #fc0;}
.pink{ color: #F85291;}
.glay{ color: #996;}
.bold{ font-weight: bold;}
.small{ font-size: 10px;}
.right{ text-align: right;}
.left{ text-align: left;}
.center{ text-align: center;}





/**
 * List Style
 */
.decimal,.circle,.disc,.upper_roman,.lower_roman,.lower-latin{ margin-left: 20px;}
.decimal>li{ list-style-type: decimal;}
.circle>li{ list-style-type: circle;}
.disc>li{ list-style-type: disc;}
.upper_roman>li{ list-style-type: upper-roman;}
.lower_roman>li{ list-style-type: lower-roman;}
.lower-latin>li{ list-style-type: lower-latin;}





/**
 * Font size
 */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }





/**
 * Development
 */
#wrapper{
	width: 1137px;
	margin: 0 auto;
	background: url('../img/bg_all.png') center top no-repeat #F0DE93;
}

#mainv{
	width: 1010px;
	margin: 0 auto 20px;
}

#catch{
	width: 1016px;
	margin: 0 auto 20px;
	padding-left: 40px;
}

#information{
	width: 916px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#information .schedule{
	float: left;
	width: 454px;
}

#information .schedule2{
	float: center;
	width: 454px;
}

#information .text{
	float: left;
	width: 454px;
	height: 314px;
	line-height: 135%;
	background: url('../img/bg_information.png') left top no-repeat;
	font-size: 13px;
	font-weight: bold;
}


#information .text span{
	display: block;
}

#information .text span.top{
	margin-bottom: 20px;
	padding: 40px 20px 00px 95px;
}

#information .text span.btm{
	padding: 0 20px 0 40px;
}



#information2.text{
	float: right;
	width: 454px;
	height: 314px;
	line-height: 135%;
	background: url('../img/bg_information.png') left top no-repeat;
	font-size: 13px;
	font-weight: bold;
}


#information2.text span{
	display: block;
}

#information2.text span.top{
	margin-bottom: 20px;
	padding: 40px 20px 00px 95px;
}

#information2.text span.btm{
	padding: 0 20px 0 40px;
}




#contents{
	width: 921px;
	margin: 0 auto;
	padding: 0 0 33px;
	background: url('../img/bg_table_btm.png') left bottom no-repeat;
}

#contents_btm{
	padding: 120px 0 33px;
	background: url('../img/bg_table.png') left top no-repeat;
}

.list{
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
}

.list th{
	width: 144px;
	background: url('../img/bg_th.png');
}

.list th,
.list td{
	padding: 15px 8px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.bnrs{
	margin-bottom: 20px;
}

.bnrs ul{
	text-align: center;
}

.bnrs li{
	padding: 0 10px;
	display: inline-block;
}

.bnrs a img:hover{
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}


#footer{
	font-size: 10px;
	text-align: center;
}

#footer p{
	padding: 20px 0;
}













