/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {




}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {


	
}



/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 560px) {



/* disable webkit text size adjust (for iPhone) */

html {-webkit-text-size-adjust: none;}


body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size:65%;
	line-height:180%;}





/*#wrap{ border:5px solid #F00;}*/


/*基本パーツ：ヘッダ関連
----------------------------------------------------*/

#wrap{}

/*基本ボックス
----------------------------------------------------*/
.cons{ width: 100%; margin: 0 auto;}

img{ width:100%; height:auto;}








}



/************************************************************************************
smaller than 720（360）
*************************************************************************************/
@media screen and (max-width: 370px) {

body{
   font-size:80%;}
}




/************************************************************************************
smaller than 640（320）
*************************************************************************************/
@media screen and (max-width: 330px) {

/*body{color:#007AA4;}*/

	
}
