/* 来院される皆様へ　スタイル　　　　　　　　*/
/* 見出し設定(h2)
---------------------------------------------*/
h2 {
        display: block;
        text-indent: -9999px;
       	width: 695px;
        height: 168px;
        background: url(../img/p-title02.jpg) left top no-repeat;
	margin: 0;
        padding: 0;
}
/* 受信時間（テーブル）
---------------------------------------------*/
#r_table01 {
	width: 675px;
 	margin-top: 10px;
	margin-left: 10px;
        font-size: 15px;
        line-height: 1.8;
	letter-spacing: 0.05em; /* 文字間 */
}
#r_table01 table {
	width: 100%;
 	margin: 0;
        border-collapse: collapse;
}
#r_table01 td{
        padding: 2px;
        vertical-align: top;
        background-color: #ffffff;
/*      border: 1px solid #b9b9b9;*/
}
#r_table01 .tcor {
        background-color: #eeeeee;
}
/* 外来　受付時間/診療時間/急患　（リスト）
---------------------------------------------*/
#gairaiList {
	width: 100%;
 	margin:  0;
	padding: 0;
}
#gairaiList ul {
 	margin: 10px 0;
        list-style-image: url(../img/point-2.gif); 
}
#gairaiList li {
        margin-left: 35px;
	padding: 5px;
        font-size: 15px;
        line-height: 1.6;
        text-align: left;    /* テキストを左揃えに指定 */
}
#gairaiList p {
        padding: 20px;
        font-size: 15px;
        line-height: 1.6;
        text-align: left;    /* テキストを左揃えに指定 */
}
#gairaiList .wakuA {
	width: 90%;
        background: #afeeee;
        margin-left: 20px; 
	padding: 10px;
        /* border-radius */
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
}
#gairaiList .wakuB {
	width: 90%;
        background: #fdffb8;
        margin-top: 20px; 
        margin-left: 20px; 
	padding: 10px;
        /* border-radius */
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
}
#gairaiList .wakuC {
	width: 90%;
        background: #fec7ec;
        margin-top: 20px; 
        margin-left: 20px; 
	padding: 10px;
        /* border-radius */
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
}
#gairaiList .Gcolor {
       color: red;
}
/* 受診 (back)
---------------------------------------------*/
#jyushinBack {
       	width: 593px;
        height: 100px;
        background: url(./img/waku-back.png) left top no-repeat;
        margin-left: 47px; 
        margin-bottom: 10px; 
}
#jyushinBack .Mceter{
        display:table-cell;
       	width: 593px;
        height: 100px;
        text-align: center;
        vertical-align: middle;
        margin-top: 35px; 
}

