@charset "UTF-8";

@media screen and (max-width:900px){
	body#main {
		width : 320px;
		margin: 0 auto;
		background:#FFFFFF !important;
		-webkit-print-color-adjust: exact;
		color: #000000;
	}

	#header {
		position: relative;
		width : auto;
		height: 80px;
	}

	#header img.header_logo {
		width: 320px;
		height: auto;
	}

	#header #header_label{
		width : 750px;
		height: 100px;
	}

	#header label.header_H1 { font-size: 1.5em; }
	#header label.header_H2 { font-size: 1.0em; }
	#header label.header_H3 { font-size: 0.8em; }

	#header a {
		font-size: 0.7em;
	}

	#header p {
		position: absolute;
		color: #d9305f;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
		top: 18px;
		right: 129px;
		font-size: 0.6em;
	}

}
