@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#sideBar .sNavi li:nth-child(1) a {
	background-color: #FFE5E5;
}

#sideBar .sNavi li:nth-child(1) a span {
	color: #ff0000;
}

.comTop {
	margin-bottom: 0;
}

#conts .map {
}

#conts .map iframe {
	width: 100%;
	height: 450px;
}

#conts .access {
	padding: 25px 0 25px 196px;
}

#conts .access .lBox {
	padding: 40px 100px 40px 0;
	float: left;
	border-right: 1px dotted #999;
}

#conts .access dl {
	padding: 33px 0 0 313px;
}

#conts .access dt {
	margin-top: 3px;
	float: left;
}

#conts .access dd {
	padding-left: 83px;
	color: #959494;
	font-size: 16px;
	font-weight: bold;
}

#gFooter {
	margin-top: 0px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts h3 {
		margin-bottom: 20px;
		text-align: center;
	}
	
	#conts h3 img {
		width: 114px;
	}
	
	.winH {
		height: auto !important;
	}
	
	#conts .map iframe {
		width: 100%;
		height: 322px !important;
	}
	
	#conts .access {
		padding: 20px 0 20px 20px;
	}

	#conts .access .lBox {
		display: none;
	}

	#conts .access dl {
		padding: 0;
	}
	
	#conts .access dt {
		margin-top: 0;
		float: left;
	}
	
	#conts .access dt img {
		width: 42px;
	}

	#conts .access dd {
		padding-left: 55px;
		font-size: 12px;
		font-weight: normal;
	}
	
	#gFooter {
		margin-top: 32px;
	}
	
}
