@charset "Shift_JIS";

/*----------------------------------------------------

 Faq

----------------------------------------------------*/

/*secTop*/
#secTop	.txt	{	padding:0 10px 20px;}
@media screen and (min-width:40em) {
	#secTop	.txt	{	
		text-align:center;
		padding:0 80px 30px;
	}
}



#sec01	{}
.outline	{
	border-top:1px dotted #ccc;
}
.outline	dt	{
    color: #b09c53;
	padding:10px 10px 5px
}
.outline	dd	{
	padding:0 10px 10px;
	border-bottom:1px dotted #ccc;
}
@media ( min-width: 40em) {
	.outline	{
		float:left;
		width:460px;
	}
	.outline	dt	{
		padding:15px 0;
	}
	.outline	dd	{
		padding:15px 10px 15px 100px;
		margin-top:-3.5em;
	}
}

/* gmapBox */
/*#gmapArea {
	width: 100%;
	height: 280px;
}
@media ( min-width: 40em) {
	#gmapBox {
		float:right;
		width:460px;
	}
	#gmapArea {	height: 400px;}
}
.gmapTxt {
	padding: 10px 0 5px;
	text-align:left;
}
.gmapTxt	img	{	float:right;}
.gmapFkbox {
	text-align: left;
	font-size: 12px;
	padding: 10px 10px 10px 0;
	line-height:1.3;
}
.gmapFkbox p {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 6px;
}
.poi-info-window div, .poi-info-window a	{
	font-size:11px !important;
	text-align:left;
}
*/

@media ( min-width: 40em) {
	#gmapBox {
		float:right;
		width:460px;
	}
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}