@charset "utf-8";

/* 受診編（PC）：style_consultation_pc.css
 * **************************************************
 * Elements (Table / List)
 * **************************************************
 */

/* Elements
------------------------------------------------------------------ */
/* Table：共通 */
#subPage .main table td:first-child {
	text-align: center;
}
#subPage .main table td {
	text-align: left;
}
/* 列：タイトル */
#subPage .main table .tableTitle {
	width:18%;
	background-color: #f5f5f5;
	vertical-align: middle;
}
/* 列：項目 */
#subPage .main table .tableItem {
	background-color: #ffffff;
}
/* 列：詳細 */
#subPage .main table .tableDetail {
	background-color: #ffffff;
}
#subPage .main p.margin-bottom {
	margin-bottom: 1em;
}
/* Table内：リストマーク */
#subPage .main table td li {
	padding: 0 0 0 15px;
	background: url(../../images/common/list_style_disc_gray.png) no-repeat 0 1px;
}

/* Table：ボタン */
#subPage .main dl.fileLink dt.pdfDoc span {
	float: right;
	display: block;
	height: 26px;
}
#subPage .main dl.fileLink dt.pdfDoc a {
	padding-left: 0;
	background: none;
}
#subPage .main dl.fileLink dt.pdfDoc a + a{
	margin: 0 -10px 0 10px;
}
#subPage .main dl.fileLink dt.pdfDoc img {
}


/* Table：このようなときも療養費が支給されます */
#subPage .main .medicalRegimenpy td:first-child {
	width:60%;
	text-align: left;
}
#subPage .main .medicalRegimenpy td {
	text-align: left;
}


/* Table：入院時の標準負担額 */
#subPage .main .cost td:first-child {
	width:75%;
	text-align: left;
}
#subPage .main .cost td {
	text-align: center;
}

/* Table：自己負担限度額（平成26年8月1日〜） */
#subPage .main .afterCost td:first-child {
	width:35%;
	text-align: left;
}
#subPage .main .afterCost td {
	text-align: center;
}

/* Table：医療の内容 */
#subPage .main .medicalRegimen td:first-child {
	width:60%;
	text-align: center;
}
#subPage .main .medicalRegimen td {
	text-align: left;
}
#subPage .main .medicalRegimen2 td:first-child {
	width:60%;
	text-align: left;
}
#subPage .main .medicalRegimen2 td {
	text-align: left;
}



/* Table：もっと詳しく：医療の内容 */
#subPage .main .moreLink .medicalRegimen td:first-child {
	width:40%;
	text-align: center;
}
/* Table：自動車事故にあったら */
#subPage .main .case th {
	width:20%;
	text-align: left;
	border-top:1px solid #cccccc;
}

/* Table：法定給付：計算式 */
#subPage .main .calculation {
	border-top:none;
	border-bottom:none;
}
#subPage .main .calculation td {
	text-align:center;
}
#subPage .main .calculation td:first-child {
	border:2px solid #cccccc;
	background-color: #cfe1f6;
}
/* 法定給付：計算式 ：ボーダー追加 */	
#subPage .main .calculation td:first-child + * + *,
#subPage .main .calculation td:first-child + * + * + * + * {
	border:2px solid #cccccc;
}
/* 法定給付：計算式 ：ボーダー削除 */	
#subPage .main .calculation td:first-child + *,
#subPage .main .calculation td:first-child + * + * + * {
	border-top: none;
}

/* List */
/* 自動車事故にあったとき：もっと詳しく */
#subPage .main .moreLink ul.parenList {
	margin: 0.5em 0 0 0;
	padding-left: 3.0em;
	text-indent: -3.0em;
}
/* もっと詳しく：Table：自己負担限度額：注釈 */
#subPage .main .moreLink ul.notes.limit {
	margin: 0 0 0 6.0em;
}
#subPage .main .moreLink ul.notes.limit li {
	text-indent: -5.0em;
}
#subPage .main .moreLink ul.notes.limit li span {
	margin-right:1.0em;
}
/* もっと詳しく：Table：自賠責の保険金限度額 */
#subPage .main .moreLink .limitedCost td:first-child {
}
#subPage .main .moreLink .limitedCost td {
	text-align: left;
}
 /* 医療控除 */
#subPage .main .medicalDeduction dt {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .medicalDeduction dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .medicalDeduction dd {
	font-size:1.4em; /* =14px */
}
#subPage .main .medicalDeduction dd li {
	font-size: 100%; /* =13px */
}
#subPage .main .medicalDeduction img {
	display:block;
	margin: 10px auto 0 auto;
}

/*frame 202402*/
#subPage .main .frame{
	margin:1em 0 2em;
	padding:1.5em;
	border:1px solid #cecece;
  font-size: 1.4em;
}