@charset "UTF-8";
@import url(../common/common.css);
@import url(../common/base.css);


/*----- 診療のご案内ページ 設定 ----------------------------------------------------*/

section#medical_care { width:100%; padding:10px 0 30px 0; overflow:hidden; }

article.mc_wrap { width:96%; padding:30px 2%; text-align:left; overflow:hidden; }

div.mc_left { width:20%; float:left; }
div.mc_left img{ width:90%; margin:0 auto; }

div.mc_right { width:80%; padding-top:10px; float:left; }
div.mc_right h3{ width:100%; margin-bottom:10px; font-size:1.4em; font-weight:normal; letter-spacing:0.1em; }

.mc_tit01 { color:#e95377; border-bottom:dotted 1px #e95377; }
.mc_tit02 { color:#00a0e9; border-bottom:dotted 1px #00a0e9; }
.mc_tit03 { color:#0d6fb8; border-bottom:dotted 1px #0d6fb8; }
.mc_tit04 { color:#90c31f; border-bottom:dotted 1px #90c31f; }
.mc_tit05 { color:#ea5413; border-bottom:dotted 1px #ea5413; }
.mc_tit06 { color:#956134; border-bottom:dotted 1px #956134; }
.mc_tit07 { color:#f8b62c; border-bottom:dotted 1px #f8b62c; }

div.mc_right p{ width:100%; letter-spacing:0.1em; }

div.detail_btn_mc { width:98%; padding:20px 2% 30px 0; float:left; }
div.detail_btn_mc a{ width:100%; padding:10px 0; margin:0; font-size:0.8em; color:#fff; text-align:center; line-height:20px; text-decoration:none; background-color:#e95377; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; display:block; }



/*----- 650px以下の画面設定 ----------------------------------------------------*/

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



}

