@charset "shift_jis";

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
body {
	width:100%;
}
	
	
#container {
	width: 100%;	/*HPの幅*/
}

#header h1{
	text-align:center;
}

#header img {
	width:100% !important;
	height:auto;
}

#contents {
	float:none;
	width: 100%;
}

#main {
	width: 100%;	/*幅*/
	float: none;	/*左よせ*/
	padding-top: 0px;
	display: block;
	margin-left: 0px;
	padding-bottom: 20px;
}


#side {
	width: 100%;	/*幅*/
	float: none;	/*右よせ*/
	padding-top: 0px;
	display: block;
	margin-right: 0px;
	padding-bottom: 20px;
}

#side ul.sidemenu a {
	display: block;
	text-decoration: none;
	width: auto;
	padding-left: 10px;
	border-top: 1px solid #c9c9c9;		/*メニューの上の線*/
	border-right: 1px solid #c9c9c9;	/*メニューの右側の線*/
	border-bottom: 1px solid #c9c9c9;	/*メニューの下の線*/
	border-left: 4px solid #000000;		/*メニューの左側の色の付いた線*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
#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: -5px;
  }
  #toggle a:after{
    margin-top:3px;
  }
	
#main img.left{
		float: none;
		display:block;
		margin:0 auto;
	}

#main img.right{
		float: none;
		display:block;
		margin:0 auto;
	}
	
	.more a{
width:80%;
font-size:16px;
font-weight:bold;
display:block;
margin:0px auto;
}

table{
	width:100%;
}

.img-box{
	padding:10px 10px 0;
}
}