#top_pht { padding: 5px 0; }
.top_clm {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 5px 0;
}
.top_clm .in_clmL {
	width: 290px;
	height: 445px;
	padding: 10px 20px 0;
	background: #fff url('../img/pg_top/sidebg.jpg') no-repeat left top;
	font-size: 15px;
	line-height: 1.4em;
}
.top_clm .in_clmR { width: 490px; }
.top_clm .in_clmR .top_news {
	height: 265px;
	padding: 60px 0px 0px 30px;
	background: #fff url('../img/pg_top/newsbg.jpg') no-repeat left top;
	font-size: 14px;
	overflow: hidden;
}
.top_clm .in_clmR .top_news > * {
	display: flex;
	flex-flow: row nowrap;
	padding-bottom: 2px;
}
.top_clm .in_clmR .top_news > * dt {
	flex: 0 0 auto;
	padding-right: 5px;
}
.top_clm .in_clmR .top_bnr {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 5px;
}
.top_clm .in_clmR .top_bnr > * > * {
	display: inline-block;
	padding-top: 5px;
}
.top_clm .in_clmR .top_link { width: 255px; }
.top_clm .in_clmR .top_sns {width: 230px; }

#googlemap {
	width: 800px;
	height: 200px;
	margin: auto;
}
