﻿/* カルテ開示                                */

/* 見出し設定(h2)
---------------------------------------------*/
body {
        -webkit-text-size-adjust: 100%!important ;   /*スマホ対策↓*/
}

h2 {
        display: block;
        text-indent: -9999px;
       	width: 695px;
        height: 168px;
        background: url(../img/p-titleHKS.jpg) left top no-repeat;
	margin: 0;
        padding: 0;
}
/* CMSD　ナビ（センター寄せ）
---------------------------------------------*/
.naviCenter {
       width:100%;
       text-align: center;
}
/* 訪問介護ステーション概要（テーブル）
---------------------------------------------*/
#dc_table01 {
 	margin-top: 0;
 	padding: 20px;
/*      background: #afeeee; */
        font-size: 15px;
        line-height: 1.3;
}
#dc_table01 table {
 	margin: 0;
        border-collapse: collapse;
}
#dc_table01 td{
        padding: 10px;
/*      background-color: #ffffff; */
        border: 1px solid #b9b9b9;
}
td.t {
        background-color: #eeeeee;
        width: 20%;
}

/* 訪問介護ステーションサービス概要（リスト）
---------------------------------------------*/
#daycare_svt {
	width: 670px;
 	margin:  0;
	padding: 0;
}
#daycare_svt ul {
 	margin: 10px 0;
        margin-left: 40px;
        list-style-image: url(../img/point11.png);
}
#daycare_svt li {
	padding: 10px;
        font-size: 15px;
        line-height: 1.6;
        text-align: left;    /* テキストを左揃えに指定 */
}
#daycare_svt .wakuA {
        background: #afeeee;
        margin: 10px 0 20px 20px; 
	padding: 5px;
        /* border-radius */
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
}
#daycare_svt .wakuB {
        background: #fdffb8;
        margin: 10px 0 10px 20px; 
	padding: 5px;
        /* border-radius */
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
}
#daycare_svt .wakuC {
        background: #fde3e8;
        margin: 10px 0 20px 20px; 
	padding: 5px;
        /* border-radius */
        border-radius:6px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
}
