
/*-----------------------------------------------
 header
-----------------------------------------------*/
div#header{
	position: relative;
}
div#header h1{
	padding: 18px 0;
	text-align: center;
	line-height: 0;
}

@media screen and (max-width:767px) and (min-width: 1px){
div#header{
    height: auto;
}
div#header h1{
    display: none;
}
}

/*-----------------------------------------------
 content
-----------------------------------------------*/
div#content{
	width: auto;
}
div.section{
	width: 960px;
	margin: 0 auto;
}
ul.anq-link{
width:525px;
margin:100px auto;
}
ul.anq-link li{
	float:left;
	margin:10px;
	width:240px;
	height:120px;
    border: 1px solid #000;
	border-radius: 6px;
    }
ul.anq-link li img{
	width: 100%;
}

@media screen and (max-width:767px) and (min-width: 1px){
	div.section{
		width: auto;
		margin: 0 auto;
		border-top:1px dotted #000;
	}
	ul.anq-link{
	width:100%;
	margin:12% auto 0;
	text-align: center;
	}
	ul.anq-link li{
		float:none;
		margin:10% auto;
		width:50%;
		height:auto;
		border: 1px solid #000;
		border-radius: 6px;
		}
	ul.anq-link li img{
		width: 100%;
	}

  .pc-only{
          display:none;
      }
  .sp-only{
          display:block;
	}

}