@charset "Shift_JIS";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}


body { margin: 0; padding: 0; color: #222;line-height: 1.5;text-align: center; font-size : 14px; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-weight: 500; 
}
a:link {color:#0000cd;} /*未訪問のリンクの色*/
a:visited {color:#6633ff;} /*訪問済みのリンクの色*/
a:hover {color:#000000; background:#d3d3d3;} /*カーソルが乗っているリンクの色*/
a:active {color:#ff0000;} /*クリック中のリンクの色*/

/* ロゴ */
.nav {
    display: table;
    width: 100%; max-width: 100%; margin: 0 auto; padding: 0 0 0;
    background: #FFF;
}
.nav__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.nav__item + .nav__item {
    border-left: 1px solid #CCC;
}
.nav__item a {
    display: block;
    
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.header { width: 100%; max-width: 100%; margin: 0 auto; padding: 0 0 0;}
h1 { margin: 0; padding: 0 10px 10px; font-size: 24px; font-weight: 700;}
h2 { margin: 0; padding: 0 10px 10px; font-size: 18px; font-weight: 600;}
h3 { margin: 0; padding: 0 10px 10px; font-size: 13px; font-weight: 600;}

.led {color: #FF0000;}

a {/ *リンクされた文字* / color：0000ff; font-style：通常; text-decoration：下線;}
a：link {/ *未訪問のリンク* / color：0000ff; font-style：normal; text-decoration：underline;}
a：visited {/ *訪問後のリンク* / color：＃800080; text-decoration：underline;}

.main {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}
h3 { font-size: 13px; font-weight: 700;}
footer {
padding: 1em 0;
font-size : 12px;
background-color:#eee;
border: 5px solid #fff;
text-align: center;
}

img{
max-width: 100%;
height: auto;
width : auto;
border: 0px;
}
#container{
width:100%;
}

.px24 {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}

#menu{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size : 13px;
}
#menu li{
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #f00;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #444;
}
#toggle{ 
 display: none;
}
.box_com02 {
	width: 97%;
	border: 2px solid #FF0000;
	padding: 5px;
	margin: 0 auto; 
	font-size : 12px;
}
.box_com02a {
	width: 97%;
	border: 2px solid #0000ff;
	padding: 5px;
	margin: 0 auto; 
	font-size : 12px;
}
.box_com03 {
	clear: both;
	margin: 0 auto;
	width: 70%;
	border: 2px ridge #FF0000;
	padding: 5px;
	text-align : left;
	font-size : 12px;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
    .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
tbody {
	text-align:center;
}
table {
	margin-left:auto;
	margin-right:auto;
}
.tb {
	background-color: #ffd78c;
}
.tb1 {
	background-color: #bde9ba;
}
.box_com02 {
	width: 95%;
	font-size : 12px;
	border: 2px solid #FF0000;
	padding: 5px;
	margin: 0 auto;
}
.box_com03 {
	clear: both;
	font-size : 12px;
	margin: 0 auto;
	width: 95%;
	border: 2px ridge #FF0000;
	padding: 5px;
	text-align : left;
}
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box_com02 {
	width: 96%;
	font-size : 12px;
	border: 2px solid #FF0000;
	padding: 5px;
	margin: 0 auto;
}
.box_com03 {
	clear: both;
	font-size : 12px;
	margin: 0 auto;
	width: 96%;
	line-height: 200%;
	border: 2px ridge #FF0000;
	padding: 5px;
	text-align : left;
}
}