@charset "UTF-8";

.otherIndexLayout .h2wrap {
	background-image: url(../img/index_h2bg.jpg);
}

.otherIndexLayout #main #c01 .cassette .disc li {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
			}



/* 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 */