@charset "UTF-8";

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

/*----------------------------------------
	初期化
-----------------------------------------*/
html{
  overflow-y: scroll;  
  }
  
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  }
  
table{
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  }
  
td,th{
  table-layout: fixed;
  }
  
h1, h2, h2, h3, h5, h6  {
  font-size: 100%;
  }
  
img{
  border:none;
  }
  
li{
  list-style-type: none;
  }
 

/*----------------------------------------
	基本設定
-----------------------------------------*/
body{
  color:#000;
  line-height:1.4;
  font-size:15px;
  }
  
/*----------------------------------------
	リンク設定
-----------------------------------------*/
a:link{
  color:#323232;
  text-decoration:none;
  }
  
a:visited{
  color:#323232;
  text-decoration:none;
  }
  
a:hover{
  color:#323232;
  text-decoration:underline;
  }
  
a:active{
  color:#323232;
  text-decoration:none;
  }
  
/*----------------------------------------
	フロート解除
-----------------------------------------*/
	.clearfix {
	  zoom:1;
	  }
	.clearfix:after {
	  content: ""; 
	  display: block; 
	  clear: both;
	  }

	#maincontainer{ 
		width:auto; 
	}
/*----------------------------------------
	ヘッダー
-----------------------------------------*/
	#top {
		display: none;
	}
	#sp_top {
		position: relative;
		padding: 0 10px;
		margin-bottom: 10px;
		display: block;
		height: 45px;
		border-bottom: 1px solid #a3a3a3;
	}
	#sp_top h1 {
		float: left;
		height: 35px;
		margin: 5px 0;
	}
	#sp_top .serch_box {
		float: right;
		margin: 12px 10px 12px 0;
	}
	#sp_top .serch_box .btn{
		position: relative;
	}
	#sp_top .serch_box label {
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		line-height: 35px;
		font-size: 35px;
		opacity: 0;
	}
	#sp_top .serch_box .input{
		position: absolute;
		top: 46px;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #a3a3a3;
	}
	#sp_top .serch_box .input form {
		padding: 5px 10px;
	}
	#sp_top .serch_box .input form .textBox{
		border: 1px solid #a3a3a3;
		height: 26px;
		width: 100%;
		font-size:14px;
	}
	#sp_top .serch_box input[type="checkbox"].on-off{
		display: none;
		position: absolute;
	}
	#sp_top .serch_box input[type="checkbox"].on-off + div{
		height: 0;
		overflow: hidden;
		opacity: 0;
	}
	#sp_top .serch_box input[type="checkbox"].on-off:checked + div{
		height: 38px;
		opacity: 0.9;
	}

	#fotter {
		padding: 0 10px;
	}
	#fotter .container {
		width: 100%;
		height: 110px;
		text-align: center;
	}
	#fotter .link {
		width:100%;
	}
	#fotter .copyright {
		width:100%;
	}
}
