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


/*----- 院長・副院長のご紹介ページ 設定 ----------------------------------------------------*/

section#clinic { width:100%; padding:10px 0 30px 0; text-align:left; overflow:hidden; }

article.staff { width:100%; padding-top:30px; overflow:hidden; }

article.profile { width:96%; margin:20px 2% 50px 2%; overflow:hidden; }
article.profile2 { width:96%; padding-top:50px; margin:20px 2% 100px 2%; border-top:dotted 4px #fb9cb3; overflow:hidden; }

article.profile > p{ width:98%; padding:20px 1% 0 1%; line-height:1.8em; letter-spacing:0.1em; }
article.profile p a{ color:#de4180; text-decoration:underline; }
article.profile > h5 { width:98%; padding:15px 1% 5px 1%; font-size:1.0em; color:#f37b98; }

article.profile h4{ font-size:1.4em; color:#f37b98; border-bottom:dotted 1px #fb9cb3; }

ul.staff_name { width:86%; padding:0 7%; }
ul.staff_name li{ line-height:1.8em; letter-spacing:0.1em; }
ul.staff_name li span{ font-size:0.8em; letter-spacing:0em; }

div.pr_photo { width:80%; padding:20px 0; margin:0 10%; text-align:center; overflow:hidden; }
div.pr_photo img { width:90%; margin:0 5px; border:solid 5px #e95377; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; }

div.pr_photo2 { width:44%; padding:20px 0; margin:0 auto; text-align:center; overflow:hidden; }
div.pr_photo2 img { width:90%; margin:0 5px; border:solid 5px #e95377; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; }




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

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


}

