/* CONTENTS===================================================
ニュース配信内フォント用

Editors : Oda,Orita,...
Last Editor : Orita
Date : 2009-10-22

=========================================================== */

/* リンクボタン(スマートフォンのgooglemap) */
div.link-btn {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #383838;
	width: 95%;
	height: 40px;
	background: #f8f7f7;
	border: solid 1px #8a8a8a;
	border-radius: 10px;
	margin: 20px auto;
}

div.link-btn a {
	display: block;
	color: #383838;
	background: url(../../images_im/link-btn-icon.png) no-repeat 100% 50%;
	padding: 0 26px 0 10px;
}

/*  googlemap バー対応 */
.g-map img {
	max-width: none !important;
}

/*CKエディタ内画像レイアウト1*/
.img_area01{
	margin-bottom:15px;
	font-size:0.8em;
	text-align:center;
}
.img_area01 img{
	margin-bottom:2px !important;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}