@charset "utf-8";

/*---------------------------------
_main
-----------------------------------*/
#main {
	padding-bottom: 20px;
}
/*---------------------------------
_h2
-----------------------------------*/
h2 img {
	width: 330px;
}

/*---------------------------------
_map
-----------------------------------*/
#map {
	padding: 20px 0px;
}
#map iframe {
	width: 100%;
	height :320px; 
}

#information {
}
#information h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#information dl dt {
	color: #d9774d;
	font-weight: bold;
}
#information dl dd {
	margin-bottom: 20px;
}

@media screen and (min-width : 600px),print {	
/*---------------------------------
_main
-----------------------------------*/
#main {
	padding-bottom: 0px;
}
/*---------------------------------
_h2
-----------------------------------*/
h2 img {
	width: 540px;
}

/*---------------------------------
_map
-----------------------------------*/
#map {
	width: 470px;
	float: left;
	padding: 80px 0px;
}
#map iframe {
	width: 470px;
	height: 470px; 
}

#information {
	width: 470px;
	float: right;
	padding: 80px 0px;
}
#information h3 {
	margin-bottom: 40px;
}
#information dl dt {
	color: #d9774d;
	font-weight: bold;
}
#information dl dd {
	margin-bottom: 30px;
}

}