@charset "UTF-8";


/*ーーーーートップページーーーーー*/
/*詳細を見るボタン*/
.button_syousai {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
}
.button_ichiran {
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}

/*コンテンツバナー*/
.banner {
	border-bottom: 2px solid #00BC44;
	/* [disabled]margin-bottom: 5px; */
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../images/clover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*スライダー*/
section #carousel1 {
	margin-bottom: 20px;
}

/*お知らせ*/
.news_area {
	/* [disabled]max-width: 670px; */
	max-height: 110px;
	margin-left: 15px;
	margin-right: 15px;
	/* [disabled]padding-bottom: 20px; */
	overflow-y: auto; /* scrollからautoに変更 */
	-webkit-overflow-scrolling: touch;
}
.news_area iframe {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100px;
}

/*院長のあいさつ*/
.box.greeting .text img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.text {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
}

/*Body-Smile*/
.box.body-smile .alpha a .img-responsive {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.body-smile {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 767px) {

.box.body-smile {
	display: none;
}
}

@media screen and (min-width: 767px) {
	
.box.body-smile_700 {
	display: none;
}
}

/*よくあるご質問*/
.text .question {
	margin-top: 10px;
}
.box.question .alpha .text table tbody tr td p {
	margin-top: 0px;
}

/*あま市交通事故治療ナビ*/
.jiko_navi {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {

.row .col-sm-7 .box.jiko_navi {
	display: none;
}
}	
