@charset "utf-8";
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;}

body {margin: 0; padding: 0; color: #222; background:#8BA750; font-size : 13px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#wrap{
   width:100%;max-width:990px;
   margin:0px auto;
   background:#fff;
}
a{ text-decoration:none;font-weight:bold; }
section{
   width:43%;
   float:left;
   margin:1%;
   padding:1%;
   border: 1px solid #92311e;
   border-radius:         10px;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   box-shadow:         0 2px 3px rgba(0,0,0,1);
   -moz-box-shadow:    0 2px 3px rgba(0,0,0,1);
   -webkit-box-shadow: 0 2px 3px rgba(0,0,0,1);
   line-height: 200%;
   font-weight:bold

}

footer{
   clear:both;
   text-align:center;
}

h1 { margin: 10px; padding: 5px 5px; font-size: 22px; background:DCCE6B; font-weight:bold;}
h2 { margin: 10px; padding: 5px 5px; font-size: 20px; background:DCCE6B; font-weight:bold;}
h3 { margin: 10px; padding: 5px 5px; font-size: 17px; background:DCCE6B;}



#toggle{ 
  display: none;
}
#news{
	width:90%; 
	margin:10px 0px 0px 0px;
	padding: 10px 0px 30px 40px;
	font-size : 25px;
	font-weight:bold
}

#news20{
	width:90%; 
	max-width: 950px; 
	margin:10px 15px; 
	padding: 10px 10px 30px 20px;
}


@media (min-width:481px) and (max-width:800px){
/*ブレット用（481px〜800px）*/
   #section{ width:90%;max-width:800px; }
   #tk{ width:150px; }
   #lg{ width:200px; }
   #mk{ width:88px; }
   #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
}
@media (max-width : 480px){
/*スマートフォン用（480px以下）*/
  #section{
      width:80%;max-width:480px;
      clear:both;
   }
   #tk{ width:100%;max-width:100px; }
   #lg{ width:100px; }
   #mk{ display: none; }
   #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 20px 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;
  }
}

