@charset "UTF-8";
/* ---------------------------------------------------------
   gaiheki.css【まず初めに】
----------------------------------------------------------*/
#gaiheki_first{
	margin-bottom: 35px;
}
#gaiheki_first img{
	float: right;
	margin-left: 30px;
}
#gaiheki_first p{
	margin-bottom: 20px;
}
#trable,
#houshin{
	border: 4px solid #FF971C;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	width: 670px;
	margin: 0 auto 5px auto;
	padding: 20px;
}
#trable ol{
	list-style: none;
}
#trable ol li{
	margin-bottom: 25px;
}
#trable ol li dt{
	margin-bottom: 15px;
}
#houshin{
	margin-bottom: 40px;
}
#houshin dt{
	margin-bottom: 15px;
}
#houshin dd{
	margin-bottom: 30px;
}
#houshin_map{
	float: right;
	width: 330px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
}
#googlemap{
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
#googlemap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}