@charset "utf-8";
/* ============================================================ */
/* 基本設定 */
/* ============================================================ */

@media only screen and (orientation : portrait) {
	html.tablet,
	html.tabletwide {
		zoom: 0.75;
		font-size: 46.875%;
	}

	html.tablet .header_search input[type="text"],
	html.tabletwide .header_search input[type="text"] {
		width: 175px;
	}
}

@media only screen and (orientation : landscape ) {
}

