@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#pagetitle {
	background: url(../img/about_img/pagetitle_bg.jpg) center top no-repeat #080808;
	background-size: cover;
}

/*------------------------------------------------------------outline*/
#outline .sheet_basic th {
	white-space: nowrap;
}

#outline ul.ph_list {
	font-size:0;
}
#outline ul.ph_list li {
	display: inline-block;
	width:49%;
	margin-top:10px;
	margin-right: 2%;
	vertical-align: top;
}
#outline ul.ph_list li:nth-child(2n) {
	margin-right: 0;
}
#outline ul.ph_list li img {
	width:100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
#outline ul.ph_list {
	margin-top:30px;
}
#outline ul.ph_list li {
	width:23.5%;
	margin-top:0;
	margin-right: 2%;
}
#outline ul.ph_list li:nth-child(2n) {
	margin-right: 2%;
}
#outline ul.ph_list li:nth-child(4n) {
	margin-right: 0;
}
}

/*------------------------------------------------------------map*/
.map_wrap {
	margin-bottom:10px;
	height: 160px;
}
@media print, screen and (min-width:768px) {
#map {
	margin-top:-110px;
	padding-top:110px;
}
.map_wrap {
	height: 360px;
}
}
