@charset "UTF-8";

/**
** 「施設紹介」ページ
**/

/**************************************************
　施設紹介冒頭
***************************************************/

.bg {
	background-repeat:repeat-y;
}
#preface {
	width:100%;
	text-align:center;
	padding-top:50px;
	font-size:110%;
	line-height:150%;
}
#preface a { color:#5DBAA2; }

/**************************************************
　施設紹介バナーimg
***************************************************/

#institutionLink {
	width:800px;
	height:200px;
	background-color:#D6C79E;
	padding:10px;
	margin:0 auto;
	margin-top:50px;
}
#institutionLink li {
	float:left;
}

/**************************************************
　施設紹介バナーimg
***************************************************/

#institutionLinkContents {	clear:both; }

/**************************************************
　各施設紹介block
***************************************************/

.eachInstitution {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding-top:100px;
	font-size:110%;
}
.eachInstitution h4 {
	font-size:160%;
	border-left:10px solid #91CAD5;
	padding-left:10px;
	margin-bottom:20px;
}
.eachInstitutionImg {
	width:520px;
	height:225px;
	float:left;
}
.eachInstitutionImg img {
	width:300px;
	height:225px;
	float:left;
}
.eachInstitutionImg span img {
	width:200px;
	height:150px;
	margin-left:20px;
	padding-top:75px;
}
#institution6 .eachInstitutionImg {
	height: 300px;
}
#institution6 .eachInstitutionImg img {
	height: 300px;
	width: 400px;
}
.eachInstitutionTxt {
	float:left;
	width:450px;
	margin-left:30px;
	line-height:130%;
	padding-top:70px;
}
.eachInstitutionTxt_10 {
	float:left;
	width:450px;
	margin-left:30px;
	line-height:130%;
	padding-top:10px;
}
.equipmentGroup {
	float:left;
	margin-left:20px;
}
.equipmentGroup img {
	width:200px;
	height:150px;
}
.equipmentGroup span {
	text-align:center;
	font:90%;
	display:block;
}
#institution7 p {
	color:#F00;
	margin:0 0 30px 20px;
}
/* 貸出備品一覧ファイル */
#equipmentListFiles {
	clear:both;
	width:100%;
	padding-top:70px;
	text-align:center;
}
#equipmentListPDF {
	width:242px;
	height:57px;
	overflow-y:hidden;
	margin:0 auto;
}
#equipmentListPDF img { margin-top:0px; }

/* フロアマップ */
#floorMap img {
	width:640px;
	height:414px;
	margin:0 auto;
}
#institution8 {	margin-bottom:50px; }
#floorMap { text-align:center; margin-bottom:50px; }
#pdfLink {
	width:640px;
	margin:0 auto;
}
#studioRoom {
	float:left;
	width:300px;
}
#studioRoom img, #carryinRoute img {
	width:300px;
	height:212px;
}
#carryinRoute {
	float:left;
	width:300px;
	margin-left:40px;
}
#pdfLink p {
	text-align:center;
	margin-top:15px;
}
