@charset "utf-8";

/* ライフシーン編（PC）：style_lifescene_pc.css
 * **************************************************
 * Space
 * Elements(Table / List)
 * **************************************************
 */


/* List */
/* Notes */
#subPage .main ul.notes2 {
	margin-left: 1em;
	margin-bottom: 20px;
	text-indent: -1em;
}
#subPage .main ul.notes2 li {
	font-size: 1.4em; /* =14px */
}
#subPage .main p + ul.notes2 {
	margin-top: -20px;
}

/* Space
------------------------------------------------------------------ */
#subPage .main .sickWounded {
	margin-bottom: 20px;
 }
 
/* 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;
}

/* Table：法定給付 */
#subPage .main .legalPayment th {
	width: 30%;
	border-bottom: 1px solid #cccccc;
}
#subPage .main .legalPayment td {
	text-align: center;
}
/* Table：法定給付：死亡したとき */
#subPage .main .legalPayment.death td + td {
	text-align: left;
}

/* Table：当組合の付加給付 */
#subPage .main .fringeBenefit td:first-child {
	width: 30%;
}

/* Table：生活療養標準負担額 */
#subPage .main .expenses td:first-child {
	width: 30%;
}
#subPage .main .expenses td {
	text-align: center;
}

/* Table：自己負担限度額（70歳以上） */
#subPage .main .over70 .tableTitle {
	width: auto;
}
#subPage .main .over70 td:first-child {
	width: auto;
}
#subPage .main .over70 .tableItem {
	background-color: #f5f5f5;
}
#subPage .main .over70 td {
	text-align: center;
	vertical-align: middle;
}
#subPage .main .over70 td:first-child.noborTop {
	width: 10px;
}
#subPage .main .over70 td:first-child.noborTop2 {
	width: 45px;
	border-top: none;
}

/* Table：自己負担限度額（平成26年8月1日〜） */
#subPage .main .afterCost td:first-child {
	width:35%;
	text-align: left;
}
#subPage .main .afterCost td {
	text-align: center;
}

/* Table：75歳以上の一部負担 */
#subPage .main .over75 .tableTitle {
	width: auto;
}
#subPage .main .over75 td:first-child {
	width: auto;
}
#subPage .main .over75 td {
	text-align: center;
	vertical-align: middle;
}

#subPage .main .over75 td.bg {
	background-color: #f5f5f5;
}

/* もっと詳しく：Table：75歳以上 */
#subPage .main .moreLink .subjectSystem th {
	width: 26%;
	vertical-align: middle;	
	text-align:left;
}
#subPage .main .moreLink .subjectSystem th .discList {
	margin-left: 0;
	text-indent: 0;
}
#subPage .main .moreLink .subjectSystem th .discList li {
	float: left;
	padding: 0 0 0 18px;
	font-size: 100%;
	text-align: left;
}
#subPage .main .moreLink .subjectSystem td {
	vertical-align: middle;
	text-align:left;
	border:none;
}
#subPage .main .moreLink .subjectSystem .join {
	width: 40%;
}

/* List */
/* 所得の状況に応じて負担の軽減があります。：ドット（背景色：ドット罫 ） */
#subPage .main .dotList{
	border: none;
	margin: 10px 0 20px 0;
}
#subPage  .main .dotList dt{
	z-index: 100;
	position: relative;
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0 1.0em 0 0;
	width: auto;
	background: #ffffff;
	font-size: 1.4em; /* =14px */
}
#subPage .main .dotList dd{
	margin: 0 3.5em 0.5em 7em;
	position: relative; top: -12px;
	width: auto;
	border-bottom: 2px dotted #695a40;
	font-size: 1.4em; /* =14px */
	text-align: right;
}
#subPage .main .dotList span{
	margin: 0;
	padding: 0 0 0 1.0em;
	position: relative; top: 12px; left: 3.5em;
	white-space: nowrap;
	background: #ffffff;
}

/* 支払制度・代理制度 / 傷病手当金 / 退職したあとの継続給付 / 療養費 */
#subPage .main .medicalExpenses {
	margin: 0 0 20px 0;
}
#subPage .main .birthSystem dt,
#subPage .main .sickWounded dt,
#subPage .main .resignation dt,
#subPage .main .medicalExpenses dt {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .resignation {
	margin: 0 0 20px 0;
}
#subPage .main .birthSystem dt ~ dt,
#subPage .main .sickWounded dt ~ dt,
#subPage .main .resignation dt ~ dt,
#subPage .main .medicalExpenses dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .birthSystem dd,
#subPage .main .sickWounded dd,
#subPage .main .resignation dd,
#subPage .main .medicalExpenses dd {
	font-size:1.4em; /* =14px */
}
/* 退職したあとの継続給付：退職してから出産または死亡した場合 */
#subPage .main .resignation .birth strong {
	font-weight: bold;
	color: #1c60ad;	
}
#subPage .main .resignation .birth span {
	display: block;
	padding: 0 0 0 3.0em;
}
#subPage .main .birthSystem dd li,
#subPage .main .sickWounded dd li,
#subPage .main .resignation dd li,
#subPage .main .medicalExpenses dd li {
	font-size: 100%; /* =13px */
}

/* もっと詳しく：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;
}

/* 必要書類の画像 */
#subPage .main .imtDoc dd > ul li ul.btn li{
	display: table-cell;
	vertical-align: middle;
}
#subPage .main .imtDoc dd > ul li ul.btn li:first-child{
	width: 100%;
}
#subPage .main .imtDoc dd > ul li ul.btn {
    position: relative;
}
#subPage .main .imtDoc dd > ul li ul.btn li a img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#subPage .main .imtDoc dd > ul li ul.btn li img{
	vertical-align: middle;
}