@charset "UTF-8";
/*====================================
	for facility.html
	Date of 2016.5.20
====================================*/

.typeList {
	margin-bottom: 5px;
}
.typeList li {
	float: left;
	width: 30%;
	margin: 0 0 8px 5px;
	text-align: center;
}
.typeList li:firsr-child {
	margin-left: 0;
}
.typeList li a {
	width: 100%;
	display: block;
	color: #231815;
	text-decoration: none;
}
.facilityInfoWrapper {
	margin-bottom: 30px;
}
.facilityInfoWrapper img {
	display: block;
	margin: 0 auto 8px;
}
.facilityInfo {
	font-size: 90%;
	border-bottom: 1px dotted #221814;
	margin-bottom: 5px;
	padding: 0 5px 5px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.facilityInfo dt {
	display: inline-block;
	width: 28%;
	margin-right: 2%;
}
.facilityInfo dd {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}
.mcTable {
	width: 100%;
	display: block;
}
.mcTable thead {
    display: block;
    float: left;
	width: 27%;
}
.mcTable thead tr {
	display: block;
}
.mcTable tbody {
    display: block;
    width: auto;
    overflow-x: auto;
	-webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.mcTable tbody tr {
	display: inline-block;
}
.mcTable th, td {
	padding: 3px 10px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 95%;
}
.mcTable th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #C9CACA;
	text-align: center;
	width: 100%;
}
.mcTable th:first-child {
	border-top: 1px solid #000;
}
.mcTable td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.mcTable td:first-child {
	border-top: 1px solid #000;
}

/* 480px～ */
@media print, screen and (min-width: 480px){
.facilityInfo {
	width: 90%;
	margin: 0 auto 5px;
}
.typeList li a:hover {
	background: #595757;
	color: #FFF;
}
.sampleSummary img {
	max-width: 250px;
	display: block;
}
}
/* 769px～ */
@media print, screen and (min-width: 769px){
.typeList {
	text-align: center;
}
.typeList li {
	width: 120px;
	display: inline-block;
	float: none;
}
.facilityInfoWrapper {	
	width: 28.260869565217%;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px;
}
.facilityInfo {
	width: 100%;
	font-size: 85%;
}
.facilityInfo dt {
	width: 30%;
}
.facilityInfo dd {
	width: 65%;
}
.facilityInfo dt span {
	font-size: 90%;
}
.mcTable {
	display: table;
	width: 99%;
	table-layout: fixed;
}
.mcTable thead {
    display: table-header-group;
    float: none;
}
.mcTable thead tr {
	display: table-row;
}
.mcTable tbody {
    display: table-row-group;
    width: 100%;
	 white-space: normal;
}
.mcTable tbody tr {
	display: table-row;
}
.mcTable th, td {
	padding: 3px 5px 3px 15px;
	display: table-cell;
	font-size: 85%;
	word-break: break-all;
}
.mcTable th {
	border: 1px solid #000;
	border-bottom: none;
}
.mcTable td {
	border: 1px solid #000;
}

}