@charset "utf-8";

/* 介護保険制度（SP）：style_care_sp.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 {
	width: 50%;
}
#subPage .main .creditLimit td {
	text-align: center;
}
#subPage .main .creditLimit td:first-child {
	background-color: #f5f5f5;
}

/* Table：日本の医療保険 / 高額介護サービス費 */
#subPage .main .creditLimit th,
#subPage .main .careService th {
	width: 50%;
}
#subPage .main .creditLimit td,
#subPage .main .careService td {
	text-align: center;
}
#subPage .main .creditLimit td:first-child,
#subPage .main .careService td:first-child {
	background-color: #f5f5f5;
}
#subPage .main .left_td {
	text-align:left;
}
#subPage .main .td_border {
	border-top-style:none;
}

/* Table：利用できるサービス */
#subPage .main .serviceUse td {
	text-align: left;
}
#subPage .main table.serviceUse caption {
	font-size:1rem;
}

/* 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 15px 0;
}
#subPage .main .regionalServices dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
	color: #496A46;	
}
#subPage .main .regionalServices dt ~ dt {
	margin: 15px 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: 2%;
	border: 2px solid #c1c1c1;
	width: 92%;
	margin-bottom: 3px;
}
/*#subPage .main .selfPay > li:first-child {
	margin: 0 2% 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: #496A46;	
}
#subPage .main .selfPay dd span {
	font-size: 1.3em; /* =13px */
}
#subPage .main .selfPay dd ul.notes {
	margin-bottom: 3px;
}
/* List：自己負担 ：注釈*/
#subPage .main ul.notes.own {
	margin: -10px  10px 15px 10px;
}
/* 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 {
	display: block;
	margin: 0 auto 15px auto;
}