@charset "UTF-8";
/* w320px時 テキストサイズ調整 */
@media (max-width:320px) {
	#content div#smartList ul li#sl01{
		font-size: 13px;
	}
	#content div#smartList ul li#sl01 a{
		padding-top: 14px;
	}
}

/* PARTS MODULES - CONTENT - 
--------------------------------------------------------------*/

/* メディアクエリ別だし仕分け */
#header .showScr,
#contWrap .showScr{
display: none;
}
#header .showSmt,
#contWrap .showSmt{
display: block;
}