@charset "UTF-8";


/* #mainvisual
-------------------------------------------------*/
#mainvisual {
	background: url(../img/aboutus/mainvisual.jpg) center center no-repeat;
	background-size: cover;
}

@media only screen and (min-width:1px) and (max-width:680px){
#mainvisual {
	background: none;
}
}


/* .profile
-------------------------------------------------*/
.profile ul {
	width: 100%;
	display: table;
}
.profile ul li {
	display: table-cell;
	width: 38.2%;
	vertical-align: top;
}
.profile ul li:last-child {
	width: 50%;
	padding: 11% 0 0 6.8%;
	line-height: 1.8;
}
.profile ul li address {
	display: block;
	margin: 5% 0;
}
.profile ul li table {
	margin: 5% 0;
}
.profile ul li table th {
	width: 8em;
	vertical-align: top;
}

@media only screen and (min-width:1px) and (max-width:680px){
.profile ul {
	display: block;
}
.profile ul li {
	display: list-item;
	width: 100%;
}
.profile ul li:last-child {
	width: 100%;
	padding: 8% 0 0 0;
}
.profile ul li table th {
	width: 6.5em;
}
}


/* .map
-------------------------------------------------*/
.map .gmap {
	width: 605px;
  margin:5% auto 0;
	position: relative;
	padding-top: 57.69%;
}
.map .gmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.map .gmap iframe #mapCard_style{
  width:100% !important;
}

@media only screen and (min-width:1px) and (max-width:680px){
.map .gmap {
	height:900px;
}
}

body#zh-cmn-Hans #main .headline1{
  margin-bottom: 3.8%;
}