@charset "utf-8";

/*午前診療をみるの上に表示していたweb予約受付時間。23直井様や94カエデ様が参考に。*/

#header {
	background: url(../img/format_mobile_title2.jpg) no-repeat center;
}


.yoyakuInfo {
    margin-top: 15px;
}
	.yoyakuInfo p {
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.yoyakuInfo p .title {
		font-size: 125%;
		color: #67482C;
		line-height: 1.8em;
	}
	.yoyakuInfo p .small {
		font-size: 85%;
		color: #67482C;
		line-height: 1.8em;
	}
	.yoyakuInfo p.hosoku_yoyakuInfo {
		font-size: 100%;
        width:95%;
        max-width: 600px;
        margin: auto;
	}

p.btn_selectTime2 {
    background-color: #1F70C9;
}
    p.btn_selectTime2 a {
        background-color: #1F70C9;
    }