@charset "UTF-8";

.newIndexLayout #c01 .cassette .box01 p {
	text-align: center;
}

.newIndexLayout #c01 .cassette .box01 p img {
	max-width: 100%;
}

.newIndexLayout #c01 .cassette table ul {
	padding: 0;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.newIndexLayout #c01 .cassette .box01 {
					display: flex;
					justify-content: space-between;
				}
				.newIndexLayout #c01 .cassette .box01 p {
					width: 31%;
				}
				.newIndexLayout #c01 .cassette table th {
					white-space: nowrap;
				}
				.newIndexLayout #c01 .cassette table td ul li {
					float: left;
					width: 49%;
					margin: 0 2% 0 0;
				}
				.newIndexLayout #c01 .cassette table td ul li:nth-child(2n) {
					margin: 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
				.newIndexLayout #c01 .cassette table td ul li {
					width: 32%;
				}
				.newIndexLayout #c01 .cassette table td ul li:nth-child(2n) {
					margin: 0 2% 0 0;
				}
				.newIndexLayout #c01 .cassette table td ul li:nth-child(3n) {
					margin: 0;
				}
			}


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