@charset "utf-8";

/* 受診編（PC）：style_consultation_pc.css
 * **************************************************
 * Elements (Table / List)
 * **************************************************
 */

/* Elements
------------------------------------------------------------------ */
/* 基本h3 */
#subPage .main  h3 {
	font-size: 1.6em; /* =16px */
	font-weight: bold;
	color: #608C5C;
}
/* 基本キャプション色 */
#subPage .main table caption {
	color: #608C5C;
}

/* 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;
}

/* 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 .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;
}
/* 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: #496A46;	
}
#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;
}
/*医療費の立て替え払いをした*/
#subPage .main table.contact td {
    padding: 8px;
}
#subPage .main table.contact td.gray {
	background-color:#efefef !important;
}

#subPage .main ul.imtDoc2 > li.nobd.minus25 {
    overflow: inherit;
}
#subPage .main ul.imtDoc2 > li.nobd.minus25 ul.pdf_link {
    top: -25px;
}

 /*表の一部変更 */
.rightNoLine {
	border-right:none !important;
	width:5em !important;
}

/* 必要書類内　PDF、記入例アイコン */
#subPage .main .imtDoc dd > ul > li{
	position:relative;
	overflow:hidden;
}

#subPage .main .imtDoc dd > ul > li ul.pdf_link{
	overflow:hidden;
	position:absolute;
	top:3px;
	right:0;
	
}

#subPage .main .imtDoc dd > ul > li ul.pdf_link li{
	display: inline-block;
	vertical-align: middle;
	padding:0;
	width:60px;
	text-align:right;
	margin-right:5px;
	margin-bottom:0;
}

/* 必要書類内　PDF、記入例アイコン（左の必要書類矢印がないバージョン） */
#subPage .main ul.imtDoc2 > li{
	position:relative;
	overflow:hidden;
}

#subPage .main ul.imtDoc2 > li ul.pdf_link{
	overflow:hidden;
	position:absolute;
	top:3px;
	right:0;
	
}

#subPage .main ul.imtDoc2 > li ul.pdf_link2{
	position:absolute;
	right:0;
	margin-top:10px;
}

#subPage .main ul.imtDoc2 > li ul.pdf_link li,
#subPage .main ul.imtDoc2 > li ul.pdf_link2 li{
	display: inline-block;
	vertical-align: middle;
	padding:0;
	width:60px;
	text-align:right;
	margin-right:5px;
	margin-bottom:0;
}


#subPage .main ul.imtDoc2 > li.nobd.pb1 {
    padding-bottom: 1px;
}
#subPage .main ul.imtDoc2 > li.nobd.pt0 {
    padding-top: 0;
}
.note02 {
    margin-left: 4em;
    text-indent: -4em;
}
td.widenowrop {
    white-space: nowrap;
    width: 35%;
}

#subPage .main ul.txt14px.mbm15.parenList li {
    font-size: 14px;
}


#subPage .main table.th_arrow th {
    font-size: 15px;
    position: relative;
    background: url(../images/arrow.png) no-repeat center;
	padding: 8px 8px 5px;
	border: 1px solid #ccc;
}
#subPage .main .th_arrow {
    border: 1px solid #cccccc;
}
#subPage .main table.th_arrow th span {
    padding: 5px;
    background: #fff;
    z-index: 2;
    position: relative;
}
#subPage .main table.th_arrow td {
    width: 50%;
}
#subPage .main .calculation.th_arrow td:first-child {
    border: 1px solid #cccccc;
    background-color: #fff;
}

#subPage .main table.table_kbn {
    table-layout: fixed;
}
#subPage .main table.table_kbn .tableTitle {
    width: 4em;
}
#subPage .main .afterCost.table_kbn td:first-child {
    width: auto;
    text-align: center;
}


#subPage .main h2.mt10 {
    margin-top: 10px;
}