
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;border: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;}


/* ローディングアニメション */
@keyframes fadeOut {
  from {
      opacity: 1;
  }
  to {
      display: none;
      opacity: 0;
      z-index: -1;
  }
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: #00c2bc;
  /* 環境によって「z-index」追加 */
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 3s forwards;
}
/* ローディングアニメション　以降「SpinKit」で選んだアニメーションのCSSを貼付する */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


window.onload = ()=>{
  const loader = document.getElementById('loader');
  loader.classList.add('loaded');
}

/* ローディングアニメション　END*/


body {
    margin: 0;
    padding: 0;
    color: #bbb;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image:url(img/bg_net.jpg);
}

a{/*リンクされた文字*/
    color:#bbbbcc;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#bbbbcc;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#aaaacc;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#eeeeff;
    font-style:normal;
    font-weight:bold;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
    font-weight:bold;
}


.header { width: 100%; max-width: 800px; margin: 0px auto; padding:0 ; }
.footer {  clear: both; width: 100%; max-width: 800px; margin: 20px auto; padding:10; text-align: center;}
h1 { margin: 0; padding: 10 ; font-size: 24px;   line-height:150%;}
h2 { margin: 0; padding: 10 ; font-size: 18px;   line-height:150%; color:#ee1111; }
h3 {
    margin: 0;
    padding: 2px;
    font-size: 22px;
    color: #fff;
	
	filter:dropshadow(color=#aa1111,offX= 0,offY=-1)
dropshadow(color=#aa1111,offX= 1,offY= 0)
dropshadow(color=#aa1111,offX= 0,offY= 1)
dropshadow(color=#aa1111,offX=-1,offY= 0);
 
-webkit-text-stroke-color: #aa11;
-webkit-text-stroke-width: 0px;
 
text-shadow: red 1px 1px 0px, red -1px 2px 0px,
             red 2px -1px 0px, red -1px -1px 0px;

    font-weight:bold;
    line-height:150%;
}
h4 { margin: 0; padding: 10 ; font-size: 14px; font-weight:bold; line-height:150%;}
h5 {
    margin: 0;
    padding: 0;
    font-size: 110%;
    font-weight:bold;
    color:#ee9c9c;
}
.main {
    clear: both;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px 0 20px;
    line-height:150%;
}

.maincotnt {
    clear: both;
    width: 95%;
    margin: 5px auto;
    padding: 5px auto;
    line-height:150%;
}


#menu{
  width: 100%;
  max-width: 806px;
  margin: auto;
  padding: 0px 0px 0px 3px;
}


#menu li{
  display: block;
  float: left;
  width:24.5%;
  margin: 0;
  padding: 0;
  border-right:1px solid #a20;
}

#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #bb2200;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
    background: #ff5500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#sub_menu li{
  display: block;
  font-size:105%; 
  float: left;
  width:9.7%;
  margin: 0px 0px 1px 1px;
  padding: 0;
  background: #984400;
   -moz-border-radius: 3px;    /* 古いFirefox */
   -webkit-border-radius: 3px; /* 古いSafari,Chrome */
   border-radius: 3px;         /* CSS3 */    


  }

#sub_menu li a:hover{
  display: block;
  background: #ff8833;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
       -moz-border-radius: 3px;    /* 古いFirefox */
   -webkit-border-radius: 3px; /* 古いSafari,Chrome */
   border-radius: 3px;         /* CSS3 */    
}



#toggle{ 
 display: none;
}


img{
   vertical-align:bottom;
}


.clear{
clear:both;
}


@media only screen and (max-width: 600px) {
    #menu li{
    width:49.5%;
     border-bottom: 1px solid #a20; 
     border-right:1px solid #a20;
  }

body {
    font-size: 15px;
}

  #sub_menu li{
    width: 19.4%;
  }

}

@media only screen and (max-width: 450px) {
    #menu li{
    width:99%;
    border-bottom: 1px solid #a20;
  }

}


@media only screen and (max-width: 400px) {
  #menu{
    display: none;
  } 
  #menu li{
    width: 100%;
  }
  #sub_menu li{
    width: 24.2%;
  }

  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #bb2200;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #a20;
    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: #820;
  }

  #toggle a:before, #toggle a:after{
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      width: 20px;
      height: 4px;
      background:#bb2200;
}

  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}


/* 
-------------------------------------------------- */

#form{
  width: 100%; max-width: 500px;
  margin: 0 auto;
  padding: 0;
}

/* フォーム内
-------------------------------------------------- */
.tbl-common01 {
    width: 100%;
    margin: 0 auto;
    border: 0
    border-bottom: none;
}

.tbl-common01 dt {
    font-weight: ;
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:400px) {
    .tbl-common01 {
        background-color: #000000;
    }
    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 5px 5px;
    }
    
    .tbl-common01 dt {
        float: none;
        background-color: #000000; /* 背景色を指定 */
        border-top:1px solid #000;
        border-left: 1px solid #000;
    }
    
    .tbl-common01 dd {
        border-top: 0px solid #000;
        border-bottom: 1px solid #000;
    }
}


/* PC
-------------------------------------------------- */
@media only screen and (min-width:400px) {
    .tbl-common01 {
        background: #000000; 
    }
    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 5px;
    }
    
    .tbl-common01 dt {
        clear: both;
        float: left;
        width: 110px; /* 幅を指定 */
        border-top: 1px solid #000;
    }
    
    .tbl-common01 dd {
        padding-left: 150px; /* dtの分、左にpaddingを取る */
        border-top: 1px solid #77eeaa;
        border-bottom: 1px solid #228833;
        border-left: 1px solid #77eeaa;
    }
}


/* SNS share-------------------------------------------------- */
.share {
	width: 100%; max-width: 450px;
margin: 0;
padding: 0;
}

.facebook {
float: right;
margin: 0 5px 5px;
width: auto;
}

.google {
float: right;
margin: 0 5px 5px;
width: 70px;
}

.mixi {
float:  right;
margin: 0 5px 5px;
width: 110px;
}

.twitter {
float: right;
margin: 0 5px 5px;
width: auto;
}

.line {
float: right;
margin: 0 5px 5px;
width: auto;
}

/* スクロールするとページトップへ -------------------------------------------------- */
.page-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    padding: 10px;
    background: #e33;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=15)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


