@charset "UTF-8";

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

.sunLayout #main #c01 .cassette table {
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
}

.sunLayout #main #c01 .cassette table th,
.sunLayout #main #c01 .cassette table td {
	display: table-cell;
	font-size: 90%;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.sunLayout #main #c01 .cassette table th,
				.sunLayout #main #c01 .cassette table td {
					font-size: 100%;
				}
			}
			/* 【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 */