@charset "utf-8";

/* 介護保険制度（PC）：style_care_pc.css
 * **************************************************
 * Elements(Table / List)
 * Img
* **************************************************
 */

/* Elements
------------------------------------------------------------------ */
/* Table：共通 */
/* 列：タイトル */
#subPage .main table .tableTitle {
	width:18%;
}
/* 列：タイトル（左） */
#subPage .main table tbody th:first-child {
	border-bottom: 1px solid #cccccc;
}
/* 列：項目 */
#subPage .main table .tableItem {
	width:20%;
	background-color: #f5f5f5;
}
/* 列：詳細 */
#subPage .main table .tableDetail {
	background-color: #ffffff;
}

/* Table：日本の医療保険 / 高額介護サービス費 */
#subPage .main .creditLimit th,
#subPage .main .careService th {
	width: 50%;
}
#subPage .main .creditLimit td{
	text-align: center;
}
#subPage .main .creditLimit td:first-child {
	background-color: #f5f5f5;
}



/* Table：高額介護サービス費 */
#subPage .main .careService {
	border-collapse: separate;
	border-spacing:0;
	empty-cells:show;
	border-top:1px solid #cecece;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #cecece;
}

#subPage .main .careService th,
#subPage .main .careService td {
	border-top:none;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	border-left:none;}

#subPage .main .careService th {
	width: 50%;
}
#subPage .main .careService td {
	border-top:0px solid #cecece;
	text-align: left;
}

#subPage .main .careService td:last-child{
	text-align:center;
}

#subPage .main .careService td.b-none {
	width:100px;
}

#subPage .main .careService tr:nth-child(4) td:nth-child(1) {
	border-bottom:0;
}

#subPage .main .careService tr:nth-child(5) td:nth-child(2)  {
	border-top:1px solid #cecece;
}


#subPage .main .careService tr:nth-child(4) td:nth-child(2)  {
	border-bottom:0;
}

#subPage .main .careService tr:nth-child(5) td:nth-child(3)  {
	border-top:1px solid #cecece;
}


/* Table：利用できるサービス */
#subPage .main .serviceUse td {
	text-align: left;
}
/* Table：高額介護サービス費：＊：桁揃え */
.addExp {
	margin-right: -1.0em;
}

/* List */
/* 介護保険のあらまし：もっと詳しく */
#subPage .main .moreLink ul.parenList {
	margin: 0.5em 0 0 0;
	padding-left: 3.0em;
	text-indent: -3.0em;
}
/* 地域密着型サービス */
#subPage .main .regionalServices {
	margin: 0 0 20px 0;
}
#subPage .main .regionalServices dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .regionalServices dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .regionalServices dd {
	font-size:1.4em; /* =14px */
}

/* List：自己負担 */
#subPage .main .selfPay {
	margin: 0 0 5px 0;
}
#subPage .main .selfPay:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .selfPay > li {
	float: left;
	padding: 10px;
	border: 2px solid #c1c1c1;
	width: 326px;
}
#subPage .main .selfPay > li:first-child {
	margin: 0 20px 0 0;
}
#subPage .main .selfPay dt {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #c1c1c1;
	font-size: 1.4em; /* =14px */
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .selfPay dd span {
	font-size: 1.4em; /* =14px */
}
#subPage .main .selfPay dd ul.notes {
	margin-bottom: 3px;
}
/* List：自己負担 ：注釈 */
#subPage .main ul.notes.own {
	margin: -15px  0 20px 75px;
	width: 590px;
}
#subPage .main ul.notes.own strong {
	font-weight: bold;
}
#subPage .main ul.notes.own + ul.notes.own {
	margin-top: 15px;
}

/* List：要介護認定（順番：dl） */
#subPage .main dl.auth {
	list-style-type: none;
}
#subPage .main dl.auth dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main dl.auth dd {
	font-size: 1.4em; /* =14px */
}
#subPage .main dl.auth dd + dt {
	margin: 1.0em 0 0 0;
}

/* Img
------------------------------------------------------------------ */
/* Img：要介護認定 */
#subPage .main p .flow {
	float: right;
	margin: 0 0 0 1.0em;
}