@charset "UTF-8";
/* CSS Document */

/* =========================================================
　診察のご案内
========================================================= */

/* カテゴリ共通
--------------------------------------------------------- */
.gnav_medical {
	background: url(../common/images/arrow_gnav.png) no-repeat center bottom;
}
.gnav_medical a {
	color: #e70;
}
.content_box {
	background: url(images/cons_bg01.jpg) no-repeat center top;
}

/* 診察についてページ
--------------------------------------------------------- */
/* カテゴリー_インデックス */
.about .category_title {
	padding: 50px 0 15px;
}
.corner{
	text-align: center;
}
.corner p{
	padding: 0 0 1.5em;
}

@media screen and (max-width: 736px) {
	.corner{
		padding: 0 10px;
		text-align: left;
	}
    .category_box {
        height: 150px;
    }
}