/* 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/link-btn-icon.png) no-repeat 100% 50%;
	padding: 0 26px 0 10px;
}

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