@charset "UTF-8";

.equipmentLayout .h2wrap {
	background-image: url(../img/equipment/h2_bg.jpg);
}

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

.equipmentLayout #c02 .cassette table tr {
	border-bottom: 1px solid #000;
}

.equipmentLayout #c02 .cassette table th {
	background-color: #f9fef8;
	border: none;
	border-right: 1px solid #000;
	font-weight: normal;
}

.equipmentLayout #c02 .cassette table tr:nth-child(1) th {
	background-color: #e5e5e5;
}

.equipmentLayout #c02 .cassette table td {
	border: none;
	border-right: 1px solid #000;
	text-align: left;
}

.equipmentLayout #c02 .cassette table th:last-child,
.equipmentLayout #c02 .cassette table td:last-child {
	border: none;
	text-align: center;
}



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