@charset "utf-8";
/* CSS Document */
img {
	display: block;
}
div#wrapper article h2 {
	background-image: url(../../images/h2_7.png);
	background-position: 330px;
}
#access {
	padding: 30px;
	line-height: 2.0;
}
#access div.address {
	float: left;
	width: 380px;
}
#access div.address_en {
	width: 500px;
	white-space: nowrap;
	float: left
}
p.faculty_name {
	display: block;
	margin-left: -155px;
}
#gmap {
	width: 700px;
	height: 400px;
}
div.gmap {
	padding-bottom: 30px;
}
div.gmap a:hover {
	color: #669c65;
}
/*
div#maps div.gmap p.ja {
	float: left;
}
div#maps div.gmap p.en {
	float: right;
}*/
.org-map {
	padding-top: 50px;
}
.org-map img:first-child {
	float: right;
}
.gmap-link {
}
#map-ja {
	float: left;
}
#map-en {
	float: right;
}
#access p#url {
	clear: both;
	background: url(../../images/pages/mail_icon.png) no-repeat 0px 22px;
	padding: 20px 0px 20px 40px;
}
#maps {
	padding: 0px 120px;
}

/* add 200805 */
.mapTit03{
	padding:10px 0 10px;
	font-size: 18px;
    color: #42210b;
    border-bottom: 1px solid #42210b;
    margin-bottom: 30px;
}
.mapTit03.alnC{
	text-align: center;
}
.mapIco{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.mapIco > a{
	margin:0 20px;
}
.campusMap{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.campusMap img{
	max-width: 100%;
}
.campusMap > dl{
	width: calc( (100% - 30px) / 2 );
	margin-right: 30px;
	margin-bottom: 30px;
}
.campusMap > dl:nth-child(2n){
	margin-right: 0;
}
.campusMap > dl dt.alnR{
	display: flex;
	justify-content: flex-end;
}