@charset "utf-8";


body{
	margin: 0;
	padding: 0;
	color:#000;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
	font-size:12px;
	line-height:1.6em;
	text-align:left;
	width:100%;
	min-width:960px;
	background:url(image/back.jpg) repeat center top;
	background-attachment:fixed;
	transform: translate(0,0);
}


a:link {color:#c01920;text-decoration:none;}
a:visited {color:#c01920;text-decoration:none;}
a:hover {color:#c01920;text-decoration:underline;}

a.white {
	color: #fff;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form { margin: 0; padding: 0; }
ul,ol,li {list-style:none; }
.clear { clear:both; }

img, a img {
	border:none;
	vertical-align:bottom;
	}

a:hover img {
  cursor: pointer;
  filter: alpha(opacity=60);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* ie 8 */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}

#wrapper {
	width: 1000px;
	margin:0px auto;
	background-color: #e13416;
}


/*header*/
header {
}


/*information*/
nav {
	overflow: hidden;
	margin:0px;
	padding-top:0px;
}


nav li {
	box-size: border-box;
	float:left;
	width: 20%;
	background-color:#6e0000;
    display:block;
	line-height: 60px;
}

nav a {
	display: block;
	text-align: center;
}

nav a img {
	vertical-align: middle;
}


/*contents*/
#contents{
	padding: 60px;
}


.inner-box {
	margin-bottom: 60px;
}

.box {
	padding: 20px;
	background-color: #fff;
}



h1 {
	margin-bottom: 15px;
}


.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

.white {
	color: #fff;
}

.sub-head {
	margin: 20px 0 1em;
	font-family: 'Sansita', sans-serif;
	font-size: 1.75em;
	letter-spacing: .05em;
}

/*info*/
.infoscroll {
	height: 200px;
	padding: 20px;
	overflow: auto;
	background-color: #fff;
}

.infoscroll li {
	padding:6px 0;
	list-style-type:disc;
	margin-left: 20px;
}



/*schedule*/
.schedule_table {
	width: 100%;
	border-collapse: collapse;
	border:0;
	cellpadding:0;
	cellspacing:0;
}

.schedule_table th {
	border: 1px solid #000;
	color: #FFF;
	background: #000;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	font-size: .92em;
}

.schedule_table th:first-child {
	width: 11em;
}

.schedule_table td {
	padding: 6px 5px;
	border: 1px solid #000;
	background-color: #fff;
}
.schedule_table td.title {
	padding: 10px 0 3px;
	border: none;
	text-align: left;
}

.style1 {
	color: #ff3c00;
	font-weight: bold;
	margin-bottom: 3px;
}

/*
p {
	padding-left: 10px;
	padding-right: 10px;
}
*/

.f-l {
	float: left;
	margin: 4px 10px 10px 0;
	text-align: center;
	border:1px solid #000;
	background-color: #fff;
}

/*FOOTER*/
#footer{
clear:both;
background-color:#000;
height:50px;
}

.footertext{
padding: 10px;
font-size:11px;
color: #fff;
text-align:center;
}


.txt01 { 
	font-size:11px;
	color: #f13d32;
}
.txt02 {
	color:#00751e;
}

.coming-soon {
    font-family: 'Sansita', sans-serif;
    text-align: center;
    font-size: 2em;
    letter-spacing: .1em;
}

.content-title {
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: .1em;
    color: #fff;
    background-color: #e6681e;
}