/*画像*/
#main .textBox img{
	vertical-align: top !important;
}
@media screen and (min-width: 731px){/*PC*/
	.img_fl{
		float:left;
		margin: 0 12px 10px 0 !important;
	}

	.img_fr{
		float:right;
		margin: 0 0  10px 12px !important;
	}
}
/*グーグルマップボタン*/
.gmapBtn a {
    margin: 0 auto !important;
    background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%) !important;
padding: .4em .75em !important;
    font-size: 1em;
line-height:1.1em !important;
}
.gmapBtn a:hover {
    color: #16a6ee !important;
}
.gmapBtn i {
    font-size: 1.15em;
    margin-left: .3em !important;
}
/*代表・院長メッセージ*/
p.message_sign{
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
}
p.message_sign span{
	display: inline-block;
}
