@charset "utf-8";
/* @group Reset */
*{ margin: 0;padding: 0}
a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : top}
/* @end */
/* @group Fluid-img */
img { max-width : 100%}
p { color:#090909;
font-size:12px;
line-height: 160%;}

a{
	color: #090909;
}
/* @end */
/* @group HTML */

body{
	background-color:#ffffff;
	}

html {
font-family:hiragino kaku gothic pro”,meiryo,”ms pgothic”,sans-serif;
font-size : 100%;
line-height : 1.3;
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

/* @end */
/* @group Heading */
h1,h2,h3,h4,h5,h6 { 
margin-bottom : 18px;}

h1 {
	padding: .5em .75em;
	border: 1px solid #F5A800;
	color:#F5A800;
	font-size:18px;
}

h2 {
	color: #ffffff;
	font-size:24px;
	padding: 4px;
	padding-top:6px;
	margin-top:2px;
	margin-bottom:2px;
}

h3 {
font-size : 21px;
font-weight : bold;
line-height : 1;
color:#FBF9F9;} /* 24px */
hgroup h2,h4,h5,h6 {
font-size : 18px; /* 16px */
line-height : 1.5;
color:#F8F7F7;} /* 24px */
/* @end */
/* @group Header */
header { text-align : center; padding-top : 0px}
header h1 { margin-bottom : 24px}
header h2 { color : #62240b}
/* @end */
/* @group Nav */

a:link {color:#ffffff;}
a:visited {color:#ffffff;}
a:hover {color:#D0FB11;}
a:active {color:#FFFFFF;}


nav {
margin-bottom : 8px;
margin-right : 8px;
margin-left : 8px;
background-color:#1A1A1A;
text-align:center;
font-weight:300;
}
nav ul { overflow : hidden}
nav ul li { width : 19.73%; float : left; font-weight:300;}
nav ul li a {
font-size:16px;
display : block;
color : #FFFFFF;
padding : 0px 0}

nav ul li a:hover {
color : white;
background-color:#ffffff;}
/* @end */
/* @group Contents */
#wrapper {
width : 96.76%;
margin:auto;
}

#contents {
width : 96.75%;
margin : 0 auto;
}

#contents p { 
margin-bottom : 18px;
font-size:12px;
text-align : left}

#contents img { 
margin-bottom : 24px; 
box-shadow : 0 0 0px #000;}

#sub img { 
margin-bottom : 24px; 
box-shadow : 0 0 0px #000;}

/* @end */
/* @group Footer */
/*footer {
padding : 24px 0;
color:#3E3B3B;
text-align : center;
width:100%;
clear:both;
} */

footer {
	padding-top:30px;
	padding-bottom:30px;
	text-align : center;
	background-color:#161212;
	margin-top:15px;
}

footer h1 {
	padding:0 0 13px 0;
	text-align:center;
}

footer #footHis {
	padding:0 0 40px 0;
	text-align:center;
	font-size:0;
}

footer #footHis li {
	margin:0 7px 4px 7px;
	line-height:0;
	display:inline-block;
}

/* @end */
/*768px*/

#news
{
background-image:url(images/inline.png);
background-position:top;
border:0px solid #e78673;
line-height:185%;
	}
	
#sche
{
background-position:top;
	}
	
#sche p
{
font-size:14px;
	}
	
#news p
{
margin:5px;
padding-top:0px;
padding-bottom:15px;
font-size:14px;
	}

#news ul li
{
margin:5px;
padding-top:0px;
padding-bottom:15px;
margin-left:5px;
font-size:13px;
list-style:circle;
color:#ffffff;
line-height:165%;
	}

	
#news h3
{
margin:5px;
padding-top:0px;
	}

#banner ul li img{
	float:left;
	text-align:center;
}


#banner ul li img{ 
margin-bottom : 24px;
float:left;
}

#signup {
	text-align: center;
}

#signupBtn {
	background: #0cf;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0.5em auto;
	padding: 0.5em;
}

#signupBtn:hover {
	background: #09c;
}

#signupBtn:active {
	background: #0cf;
}



#signupStatus {
	display: none;
	margin-top: 0.5em;
}

#main{
	padding-top:15px;
	}
	
#sub{
	padding-top:9px;
	}

#main p{
	line-height:180%;
	}

#main h3{
	line-height:180%;
	margin-top:0px;
	}
	
#main_lineup{
	padding-top:0px;
	}

#main_lineup p{
	line-height:180%;
	}

#main_lineup h3{
	line-height:180%;
	margin-top:20px;
	}
	
	
#sub p{
	line-height:180%;
	}

#sub h3{
	line-height:140%;
	margin-top:0px;
	}
	
#sp_title{
	display:none;
	}
#sub_lineup{
	padding-top:10px;
	}
	
#sub_lineup p{
	line-height:180%;
	}

#sub_lineup h3{
	line-height:180%;
	margin-top:20px;
	}
	
#sp_title{
	display:none;
	}

a.hoge {
    color: #fff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all  0.3s ease;
    }
a.hoge:hover {
    color:#13B8C5;
    }

.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
}

.btn {
	background: -moz-linear-gradient(top,#000000 0%,#090909);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#090909));
	border: 2px solid #FFF;
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,009,0.9);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,009,0.9);
	text-shadow: 0px 0px 3px rgba(0,0,0,9.9);
	width: 100px;
	padding: 10px 0;
}


.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#maru {  
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}  


table.brwsr1 {
    font-size: 12px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
}
 
table.brwsr1 th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    color: #090909;
}
 
table.brwsr1 td {
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #999 1px solid;
    font-size: 11px;
}
 
table.brwsr1 th.r1 {
    width: 375px;
    border-right: #999 1px solid;
    background:#FF7803;
	color:#ffffff;
}
 
table.brwsr1 th.r2,
table.brwsr1 td.r2 {
    width: 278px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background:#0D99DD;
	color:#ffffff;
}
 
table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
    text-align: center;
	color:#ffffff;
}
 
table.brwsr1 th.r3,
table.brwsr1 td.r3 {
    width: 128px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #7cacc2;
	color:#ffffff;
}
 
table.brwsr1 th.r4,
table.brwsr1 td.r4 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #a0c2d3;
	color:#ffffff;
}


@media screen and (min-width : 768px){
#contents { text-align : left; }
}
/*1024px*/
@media screen and (min-width : 1024px) {
/* @group Nav */
nav ul {
width :99.75%;/* 960/1024 */
margin : 0 auto}
/* @end */
/* @group Contents */
#contents {
overflow : hidden;
width : 99.75%}/* 960/1024 */
#contents #main,
#contents #sub { 
float : left;
margin : 0 1.0416667%} /*10/960*/ 
#contents #main { width : 57.5%} /*620/960*/
#contents #sub { width : 38.0%} /*300/960*/
/* @end */
/* @group Footer */
footer {
width : 100%; /*940/1024*/
margin : 0 auto}
/* @end */

#main_lineup
{ width : 48%;
float : left;}

#sub_lineup
{ width : 48%;
float : right;}

}



@media screen and (min-width : 640px) {

/* @group Nav */
nav ul {
width :100%;/* 960/1024 */
margin : 0 auto}
/* @end */
/* @group Contents */
#contents {
overflow : hidden;
width : 98.75%}/* 960/1024 */
#contents #main,
#contents #sub { 
float : left;
margin : 0 1.0416667%} /*10/960*/ 
#contents #main { width : 57.5%} /*620/960*/
#contents #sub { width : 38.0%} /*300/960*/
/* @end */
/* @group Footer */
footer {
width : 100%; /*940/1024*/
margin : 0 auto}
/* @end */

#sche h3{
font-size : 21px; line-height:120%;	
	}
#sche p{color:#FBFBFB;
font-size:14px;}

#main_lineup
{ width : 48%;
float : left;}

#sub_lineup
{ width : 48%;
float : right;}
	
}



@media screen and (max-width : 640px) {
	

body{
	background-image:none;
	}

#sp_title{
	display:block;
	width:100%;
	}
	
#sp_title img{
	display:block;
	width:100%;
	}
	
#main_ttl img{
	display:none;
	}
	

#main p{
	font-size:12px;
	}
	
#main h3{
	font-size:16px;
	font-weight:bold;
	}
	
#sche h3{
font-size : 14px;
font-weight:bold;
	}
	
#sche p{
font-size : 14px;
}
	

#news h1 {
	padding: .5em .75em;
	border: 1px solid #FCBC02;
	color:#e78673;
	font-size:18px;
}

#news h2 {
	color: #ffffff;
	font-size:24px;
	padding: 4px;
	padding-top:6px;
	margin-top:2px;
	margin-bottom:2px;
}

#news h3 {
font-size : 18px;
font-weight : bold;
line-height : 1;
color:#FCBC02;}

#senkou img{
	width:100%;
	}
	
nav ul li a{
	font-size:11px;
	}

#wrapper {
width : 95.75%;
margin:auto;
}

#contents {
width : 95.75%;
margin : 0 auto;
}

#sub p{
	font-size:11px;
	}

.r1{
	font-size:9px;
	}
	
.r2{
	font-size:8px;
	}

.r3{
	font-size:8px;
	}
}


