@charset "UTF-8";

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

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

.usedIndexLayout #c02 .cassette ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.usedIndexLayout #c02 .cassette table ul {
	padding: 0;
}

.usedIndexLayout #c02 .cassette .box01 p {
	text-align: center;
}

.usedIndexLayout #c02 .cassette .box01 p img {
	max-width: 100%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.usedIndexLayout #c02 .cassette .box01 {
					display: flex;
					justify-content: space-between;
				}
				.usedIndexLayout #c02 .cassette .box01 p {
					width: 32%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
			}

.usedIndexLayout #c03 .cassette ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.usedIndexLayout #c03 .cassette table ul {
	padding: 0;
}

.usedIndexLayout #c03 .cassette .box01 p {
	text-align: center;
}

.usedIndexLayout #c03 .cassette .box01 p img {
	max-width: 100%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.usedIndexLayout #c03 .cassette .box01 {
					display: flex;
					justify-content: space-between;
					padding: 0 0 20px;
				}
				.usedIndexLayout #c03 .cassette .box01 p {
					width: 32%;
				}
				.usedIndexLayout #c03 .cassette .box02 {
					display: flex;
					justify-content: space-between;
				}
				.usedIndexLayout #c03 .cassette .box02 div {
					width: 32%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
			}


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