@import url(common.css);
@import url(common_header.css);

body, #contents > .inner.top {
	background-color: #fff;
}
#mainvisual.wide .txt .title .en {
	color: #f37160;
}
#contents > .inner {
	padding-bottom: 160px;
}



/* @media   */

/*  799px以下（TAB）  */
@media screen and (max-width: 799px) {
#contents > .inner {
	padding-bottom: 0;
}

}

/* @media   */