@charset "UTF-8";

.overviewLayout #main h2.bg {
	background-image: url(../img/overview/h2_bg01.jpg);
}

.overviewLayout #main #c01 .cassette .flex {
	justify-content: space-between;
}

.overviewLayout #main #c03 .cassette .map {
	margin: 0 0 30px;
}

.overviewLayout #main #c03 .cassette .map iframe {
	height: 300px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.overviewLayout #main #c01 .cassette .flex div:nth-child(1) {
					width: 265px;
				}
				.overviewLayout #main #c01 .cassette .flex div:nth-child(2) {
					width: 415px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1060px) {
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */