@charset "UTF-8";
/* ■■ width940 ■■ */
@media screen and (max-width: 901px) {

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.visible900{
  display: block;
  margin:auto;
  }
.hidden900{
  display: none;
  }

.sp_l {
  text-align:left;
}


/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.contents{
  width: 100%;
}

.img_center {
  margin-left:0px;
}

body {
	min-width: 100%;
}

/*画像関係*/
img {
	width:100%;
	max-width: 100%;
	height: auto;
}



/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
#top {
  width:100%;
  height: 40px;
}
#top img{
  width: auto;
}


.copyright,
.copyright a {
  font-size: 12px;
}



/*--------------------------------------------------------
//各種レイアウト
--------------------------------------------------------*/

}
