@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 * Site Width (Header / globalNav / Content / Footer)
 * Space(Margin)
 * Header (Font Size Change / Site Search)
 * Global Navigation (Nav)
 * Content (Main / Side)
 * Common Elements (Heading / Paragraph / Table / List / Link / Icon)
 * Local Navigation (Nav)
 * Topic Path
 * Page Top
 * Footer 
 * img
 * System Settings (Background Color)
 * Column
 * AnchorLink
 * Attention
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
	min-width: 960px;
}
#header .inner,
#globalNav .inner,
#footer .inner {
	margin: 0 auto;
	width: 960px;
}

/* トップページ */
#home #content .inner {
	margin: 0 auto;
	width: 960px;
}
#home #content .main {
	width: 694px;
}
#home #content .side {
	margin-top: 360px;
	width: 246px;
}
/* 下層ページ */
#subPage #content .inner {
	margin: 0 auto;
	width: 920px;
}
#subPage #content .main {
	margin-bottom: 20px;
	width: 700px;
}
/* 下層ページ：インデックスページ / 申請書ダウンロード / 個人情報保護方針 */
#subPage.index #content .main,
#subPage.writtenApplication #content .main,
#subPage.protection #content .main,
#subPage.link #content .main,
#subPage.news #content .main {
	width: 920px;
}
#subPage #content .side {
	width: 200px;
}
/* フッタナビ */
#footer .footerNav ul {
	width: 960px;
}

/*  Space
------------------------------------------------------------------- */
#subPage .main h1,
#subPage .main h2 {
	margin-bottom: 15px;
}
#subPage .main h2 {
	margin-bottom: 10px;
}
#subPage .main h3 {
	margin-bottom: 5px;
}
#subPage .main .dtl h3 {
	margin-bottom: 10px;
}
#subPage .main table + h3.gbr {
	margin-top: 30px;
}
/* Link：ページリンク */
#subPage .main section > h3 + ul.linkBtn {
	margin-top: 10px;
}
#subPage .main > p,
#subPage .main section > p,
#subPage .main .moreLink,
#subPage .main table,
#subPage .main ul.notes,
#subPage .main ul.pageLink,
#subPage .main ul.fileLink,
#subPage .main ul.discList,
#subPage .main dl.imtDoc,
#subPage .main dl.decimalList {
	margin-bottom: 20px;
}
#subPage .main section .dtl > p {
	margin-bottom: 20px;
}
#subPage .main section .dtl table + h4 {
	margin-top: 20px;
}
/* セクション */
#subPage .main section {
}
#subPage .main section + section {
	margin-top: 40px;
}
#subPage .main .dtl + section {
	padding-top: 25px;
}
#subPage .main .attention + .dtl {
	margin-top: 25px;
}
#subPage .main ul.pageLink + section {
	padding-top: 10px;
}

#subPage .main h1 + p {
	margin-bottom: 30px;
}
#subPage .main .dtl h4 + h4 {
	margin-top: 20px;
}
/* table + notes */
#subPage .main table + ul.notes {
	margin-top: -15px;
}
#subPage .main .dtl table + ul.notes {
	margin-top: 5px;
}
/* dd > discList */
#subPage .main dd .discList {
	margin: 5px 0 0 0;
}
#subPage .main ul.pageLink + ul.pageLink,
#subPage .main ul.fileLink + ul.fileLink {
	margin-top: -10px;
}
/* もっと詳しく：注釈 */
#subPage .main .moreLink table + ul.notes {
	margin-top: 5px;
}
/* もっと詳しく：黒丸 + h4 / p + h4 / table + h4 / 黒丸 + p */
#subPage .main .moreLink .discList + h4,
#subPage .main .moreLink p + h4,
#subPage .main .moreLink table + h4,
#subPage .main .moreLink .discList + p {
	margin: 1.0em 0 0 0;
}
/* もっと詳しく：p + 数字 */
#subPage .main .moreLink p + .decimalList {
	margin-top: 1.0em;
}
/* 参考リンク：dl + p */
#subPage .main dl.referenceLink + p {
	margin-top: 20px;
}
#subPage .main .dtl table + dl.referenceLink {
	margin-top: 20px;
}

/* PDFリンク：ul + p */
#subPage .main ul.pdfIcon + p {
	margin-top: 20px;
}

/*  Header
------------------------------------------------------------------- */
#header {
	height:80px;	
	background-color: #FFFFFF;
}
/* Utility */
#header .utility {
	display: inline-block;
	padding: 15px 10px 6px 10px;
	height: 55px;
	width:460px;
}
#header .utility:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Font Size Change */
#header .utility .sizeChange dt {
	padding: 0 5px 0 0;
	font-size: 1.0em; /* =10px */
	line-height: 2.8;
	font-weight: bold;
}
#header .utility .sizeChange dd img {
	cursor: pointer;
}
/* Site Search */
#header .utility .search form {
	position:relative;
	padding: 0 0 0 10px;
    height: 23px;
    width: 185px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#header #cse-search-box input[type="text"] {
	padding: 4px 0 !important;
    height: 15px !important;
    width: 143px !important;
	border:none !important;
	background-color:transparent;
	font-size: 1.4em; /* =14px */
}
#header #cse-search-box input[type="text"]:focus {
    outline: 0;
}
#header #cse-search-box input[type="submit"] {
	position:absolute; top: -1px; left:160px;
	overflow:hidden;
    height: 23px;
	width: 23px;
	text-indent: -70px;
	border: 0 none;
	background: url("../images/common/icon_search.png") no-repeat center center;
	-webkit-appearance: none;
}

/* MENU */
#header .menuBtn {
	display:none;
}

/* Link */
#header .hdLink {
	float :right;
	margin: 12px 0 0 0;
}
#header .hdLink li {
	float :left;
	font-size: 1.3em; /* =13px */
}
#header .hdLink li + li {
	margin: 0 0 0 20px;
}
#header .hdLink li a {
	padding: 0 0 0 1.0em;
	background: url(../images/common/list_style_arrow_green.png) no-repeat 0 2px;
	text-decoration: none;
	color: #000000;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	height :80px;
	background: url("../images/common/bg_header.png") no-repeat center bottom;
}
#globalNav:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#globalNav nav {
	background-color: #ffffff;
}	
#globalNav nav ul {
}
#globalNav nav li {
}
#globalNav nav li a {
	display: block;
	height :72px;
	width: 178px;
}
#globalNav nav li:first-child a {
	width: 70px;
}
/* Ver.5 Global Navigation */
/* home */
#globalNav #home a {
     background: transparent url("../images/globalnav/home.png") no-repeat;
}
/* nav_g01 */
#globalNav #nav_g01 a {
     background: transparent url("../images/globalnav/nav_g01.png") no-repeat;
}
/* nav_g02 */
#globalNav #nav_g02 a {
     background: transparent url("../images/globalnav/nav_g02.png") no-repeat;
}
/* nav_g03 */
#globalNav #nav_g03 a {
     background: transparent url("../images/globalnav/nav_g03.png") no-repeat;
}
/* nav_g04 */
#globalNav #nav_g04 a {
     background: transparent url("../images/globalnav/nav_g04.png") no-repeat;
}
/* nav_g05 */
#globalNav #nav_g05 a {
     background: transparent url("../images/globalnav/nav_g05.png") no-repeat;
}
#globalNav #home a,
#globalNav #nav_g01 a,
#globalNav #nav_g02 a,
#globalNav #nav_g03 a,
#globalNav #nav_g04 a,
#globalNav #nav_g05 a {
     overflow: hidden;
     padding: 36px 0 0 0;
     height: 0;
     background-position: center 0;
}
#globalNav #home a:hover,
#globalNav #nav_g01 a:hover,
#globalNav #nav_g02 a:hover,
#globalNav #nav_g03 a:hover,
#globalNav #nav_g04 a:hover,
#globalNav #nav_g05 a:hover {
     background-position: center -36px;
}
#globalNav #home.active a,
#globalNav #nav_g01.active a,
#globalNav #nav_g02.active a,
#globalNav #nav_g03.active a,
#globalNav #nav_g04.active a,
#globalNav #nav_g05.active a {
     background-position: center -36px;
}

/* Content
------------------------------------------------------------------ */
#content {
}
/* トップページ */
#home #content {
	padding: 0 0 0 0;
}
#home #content .main {
	padding: 0 0 20px 0;
}
#home #content .side {
	padding: 0 0 20px 0;
}

/* Category Img */
/* PC：テキスト非表示 */
#subPage #content .categoryImg {
}
#subPage #content .categoryImg span {
	display: none;
}
	
/* 下層ページ  */
#subPage #content {
	padding: 0 0 20px 0;
}
#subPage #content .main {
	padding: 5px 0 20px 0;
	background-color: #ffffff;
}
#subPage #content .side {
	padding: 5px 0 30px 0;
}
#subPage #content .inner {
	margin: 0 auto;
	padding: 5px 20px 0 20px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#subPage #content .inner:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* カテゴリイメージ */
#subPage #content {
}
#subPage #content .categoryImg {
	overflow: hidden;
	width: 100%;
}
#subPage #content .categoryImg div {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 960px;
}
/* 保険のしくみ */
#subPage #content .categoryImg.outline div {
}
/* 健保の給付 */
#subPage #content .categoryImg.benefit div {
}
/* 保健事業 */
#subPage #content .categoryImg.health div {
}
/* 各種手続き */
#subPage #content .categoryImg.application div {
}
/* よくある質問 */
#subPage #content .categoryImg.qa div {
}
/* 組合案内 */
#subPage #content .categoryImg.intro div {
}
/* アクセス */
#subPage #content .categoryImg.access div {
}
/* 個人情報保護方針 */
#subPage #content .categoryImg.policy div {
}
/* リンク */
#subPage #content .categoryImg.link div {
}
/* サイトマップ */
#subPage #content .categoryImg.sitemap div {
}
/* お知らせ */
#subPage #content .categoryImg.news div {
}
/* ジェネリック */
#subPage #content .categoryImg.generic div {
}
#subPage #content .categoryImg.outline span,
#subPage #content .categoryImg.healthPromotion span,
#subPage #content .categoryImg.insuranceCertificate span,
#subPage #content .categoryImg.consultation span,
#subPage #content .categoryImg.lifescene span,
#subPage #content .categoryImg.writtenApplication span,
#subPage #content .categoryImg.structureInsurance span,
#subPage #content .categoryImg.care span,
#subPage #content .categoryImg.protection span,
#subPage #content .categoryImg.qa span,
#subPage #content .categoryImg.link span,
#subPage #content .categoryImg.sitemap span,
#subPage #content .categoryImg.news span {
	position: relative;
	top: 30%;
}

/* Common Elements
------------------------------------------------------------------ */
.only-sp {display: none;}

/* Div */
#subPage .main .dtl {
	padding: 10px;
	border: 1px dotted #666666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .dtl + .dtl {
	margin-top: 20px;
}
/* Div：clear */
#subPage .main .dtl table {
	margin-bottom: 0;
}

/* Heading */
#subPage .main h1 {
	position: relative;
    min-height: 60px;
	border: 1px solid #00B48C;
	background: url(../images/common/bg_h1.png) no-repeat right top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2.7em; /* =27px */
	color: #00B48C;	
	font-weight: bold;
	line-height: 1.4;
}
#subPage .main h1:after {
    content: url(../images/common/dog.png);
    position: absolute; bottom: -10px; right: 20px;
}
#subPage .main h1 span {
	display: inline-block;
	padding: 18px 3.5em 12px 20px;
}
#subPage .main h2 {
	position: relative;
	padding: 28px 12px 10px 70px;
	background: url(../images/common/bg_h2.png) no-repeat left top;
	font-size: 2.0em; /* =20px */
	line-height: 100%;
	color: #000000;	
	font-weight: bold;
}
#subPage .main h2.explain:before {
    content: url(../images/common/icon_h2_explain.png);
    position: absolute; top: 20px; left: 20px;
    height: 30px;
    width: 36px;
}
#subPage .main h2.app:before {
    content: url(../images/common/icon_h2_app.png);
    position: absolute; top: 20px; left: 20px;
    height: 30px;
    width: 36px;
}
/* 背景：無し */
#subPage .main h3 {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color: #00B48C;	
}
#subPage .main h3 span {
}
/* 背景：緑 */
#subPage .main .dtl h3 {
	padding: 8px 15px;
	background-color: #00B48C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	color: #ffffff;	
}
#subPage .main .dtl h3 span {
}
/* 背景：緑：出産したとき */
#subPage .main h3.gbr {
	padding: 8px 15px;
	background-color: #00B48C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	color: #ffffff;	
}

#subPage .main  h4 {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color: #00B48C;	
}
#subPage .main  h5 {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
/* Paragraph */
#subPage .main > p,
#subPage .main section > p,
#subPage .main section .dtl > p {
	font-size: 1.4em; /* =14px */
	line-height: 1.8;
}
/* Line Height */
#subPage .main section  dd {
	line-height: 1.8;
}
#subPage .main > p img,
#subPage .main section > p img,
#subPage .main section .dtl > p img {
	display:block;
	margin: 0 auto;
}

/* Table：Common */
/* キャプション */
#subPage .main table caption {
	font-size: 1.3em; /* =13px */
	font-weight: bold;
}
/* もっと詳しく：キャプション */
#subPage .main .moreLink caption {
	font-size: 108%;
}
#subPage .main table {
	width:100%;
	background-color: #ffffff;
	border:1px solid #878787;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
}
#subPage .main table thead th {
	padding: 8px;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	background-color: #d3e7be;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
#subPage .main table tbody th {
	padding: 8px;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	background-color: #f5fced;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
#subPage .main table td {
	padding: 8px;
	border-right: 1px solid #878787;
	border-top: 1px solid #878787;
	vertical-align: middle;
	text-align: center;
}
/* ボーダー追加 */
#subPage .main table .borTop {
	border-top: 1px solid #878787;
}
/* ボーダー削除 */
#subPage .main table .noborTop {
	border-top: none;
}
/* 改行禁止 */
#subPage .main .noBr {
	white-space:nowrap;
	width:auto;
}
#subPage .main .noBrCnt {
	white-space:nowrap;
	text-align: center;
}

/* List */
/* Notes */
#subPage .main ul.notes {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes li {
	font-size: 1.2em; /* =12px */
}


#subPage .main ul.notes2 {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes2 li {
	font-size: 1.2em; /* =12px */
}


/* Notes（font-size14px） */
#subPage .main ul.notes.f14 li {
	font-size: 1.4em; /* =14px */
}

#subPage .main ul.notes.f14.int3 {
	margin-left: 2.5em;
	text-indent: -2em;
}

/* もっと詳しく：Notes */
#subPage .main .moreLink ul.notes li {
	font-size: 1.2em; /* =12px */
}

/*  List：数字（パーレン） */
#subPage .main ul.parenList {
	margin-left: 4.0em;
	text-indent: -4.0em;
	list-style-type: none;
}
#subPage .main ul.parenList li {
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.parenList li + li {
}
#subPage .main ul.parenList li strong {
	font-weight: bold;
}
#subPage .main ul.parenList2 {
	margin-left: 1.5em;
	text-indent: -1.5em;
	margin: 0 0 0 2.0em;
	list-style-type: none;
}
#subPage .main ul.parenList2 li {
	font-size: 1.4em; /* =14px */
}

/*  List：黒丸 */
#subPage .main ul.discList {
	margin-left: 0.5em;
	list-style-type: none;
}
#subPage .main ul.discList li {
	padding: 0 0 0 18px;
	background: url(../images/common/list_style_disc_gray.png) no-repeat 0 2px;
	font-size: 1.4em; /* =14px */
}
#subPage .main table td ul.discList {
	text-align:left;
	font-size: 70%; /* =13px */
}

#subPage .main ul.discList2 {
	list-style-type: none;
}
#subPage .main ul.discList2 li {
	margin-left: 1.0em;
    text-indent: -1.0em;
	font-size: 1.4em; /* =14px */
}
#subPage .main table td ul.discList2 {
	text-align:left;
	font-size: 70%; /* =13px */
}

/*  List：数字（順番：dl） */
#subPage .main dl.decimalList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main dl.decimalList dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main dl.decimalList dd {
	font-size: 1.4em; /* =14px */
}
#subPage .main dl.decimalList dd + dt {
	margin: 1.0em 0 0 0;
}
/*  List：数字（順番：ol） */
#subPage .main ol.decimalList {
	margin-left: 3.0em;
	list-style-type: decimal;
}
#subPage .main ol.decimalList li {
	font-size: 1.4em; /* =14px */
}
#subPage .main ol.decimalList li strong {
	font-weight: bold;
}

/* 解説・よくある質問 */
#content .main .commentaryFaq {
	overflow:hidden;
	margin: 0 0 -1px 0;
}
#content .main .commentaryFaq ul {
	margin: 0 0 0 3px;
}
#content .main .commentaryFaq li {
	float: left;
	background-color: #F3F3F3;
	border-top: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
}
#content .main .commentaryFaq li + li {
	margin: 0 0 0 14px;
}
#content .main .commentaryFaq li a {
	display: block;
	color:#000000;
	text-decoration: none; 
}
#content .main .commentaryFaq li:hover {
	border-top: 1px solid #00B48C;
	border-right: 1px solid #00B48C;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #00B48C;
	background-color: #ffffff;
	cursor: pointer;
	color:#00B48C;
}
#content .main .commentaryFaq li.select {
	border-top: 1px solid #00B48C;
	border-right: 1px solid #00B48C;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #00B48C;
	background: #ffffff;
	color:#00B48C;
}
#content .main .commentaryFaq li span {
	display: inline-block;
	min-width: 220px;
	padding: 15px 0 12px 0;
}
#content .main .commentaryFaq li:hover span,
#content .main .commentaryFaq li.select span {
	background: url(../images/common/links_arrow.png) no-repeat center bottom;
}

/* 解説 */
#content .main .commentary {
	padding: 30px 15px 30px 15px;
	border: 1px solid #00B48C;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;  
	border-radius: 4px 4px 4px 4px;
}
/* 手続き */
#content .main .process {
	padding: 30px 15px 30px 15px;
	border: 1px solid #00B48C;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;  
	border-radius: 4px 4px 4px 4px;
}
/* よくある質問 */
#content .main .faq {
	padding: 30px 15px 30px 15px;
	border: 1px solid #00B48C;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;  
	border-radius: 4px 4px 4px 4px;
}
#content .main .disnon {
  display: none;
}
/* ポイント */
#subPage .main .commentary .point {
	margin: 5px 0 35px 0;
	padding: 4px;
	background-color: #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .commentary .point dl {
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .commentary .point dt {
	float: left;
	position:relative;
	margin: -23px 0 0 0;
	padding: 4px 20px 0 20px;
	background-color: #ff0000;
	-webkit-border-radius: 20px;;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color:#ffffff;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#subPage .main .commentary .point dt:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ff0000 transparent transparent transparent;
}
#subPage .main .commentary .point dd {
	font-size: 1.4em; /* =14px */
}
#subPage .main .commentary .point ul {
	margin: -5px 0 0 0;
}
#subPage .main .commentary .point li {
	margin: 10px 0 0 0;
	padding: 10px 0 6px 0;
}
#subPage .main .commentary .point li strong {
	background: url(../images/common/bg_yellow.png) repeat-x left bottom;
	font-weight: bold;
}
#subPage .main .commentary .point li + li{ 
	border-top: 1px dotted #dddddd;
}

/* Link */
/* Link：ページリンク */
#subPage .main ul.linkBtn {
	margin: 20px 0 15px 0;
}
#subPage .main ul.linkBtn:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main ul.linkBtn li {
	float: left;
	background: url(../images/common/list_style_tr_green.png) no-repeat 16px 9px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.linkBtn li:hover {
	background-color: #ffffff;
}
#subPage .main ul.linkBtn li + li {
	margin: 0 0 0 15px;
}
#subPage .main ul.linkBtn li a {
	display: inline-block;
	padding: 4px 20px 4px 30px;
	font-weight: bold;
	text-decoration: none; 
	color:#000000;
	line-height: 1.6em;
}
/* PDF */
#subPage .main ul.linkBtn.pdf li a {
	padding: 4px 20px 4px 50px;
	background: url(../images/common/list_style_pdf.png) no-repeat 30px 6px;
}

/* Link：参考リンク（dl） */
#subPage .main dl.referenceLink {
	margin: 0 0 15px 0;
}
#subPage .main dl.referenceLink:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main dl.referenceLink dt {
	float: left;
	padding: 5px 10px;
	background-color: #00B48C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.0em; /* =10px */
	line-height: 1.0;
	color:#ffffff;
}
#subPage .main dl.referenceLink dd {
	float: left;
	padding: 0 10px;
	font-size: 1.4em; /* =14px */
	line-height: 1.4;
}
#subPage .main dl.referenceLink a {
	color:#000000;
}
/* Link：参考リンク（span） */
#subPage .main span.reference {
	display: inline-block;
	position:relative; top:-1px; left:0px;
	margin: 0 5px;
	padding: 4px 8px;
	background-color: #00B48C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 70%;
	line-height: 1.0;
	color:#ffffff;
}


/* Link：PDFリンク */
#subPage .main ul.linkPdf {
	margin: 20px 0 15px 0;
}
#subPage .main ul.linkPdf:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main ul.linkPdf li {
	background: url(../images/common/list_style_pdf.png) no-repeat 16px 7px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.linkPdf li:hover {
	background-color: #ffffff;
	cursor: pointer;
}
#subPage .main ul.linkPdf li + li {
	margin: 0 0 0 15px;
}
#subPage .main ul.linkPdf li a {
	display: inline-block;
	padding: 4px 20px 4px 40px;
	font-weight: bold;
	text-decoration: none; 
	color:#000000;
	line-height: 1.6em;
}

/* Link：PDFリンク + Triangle */
#subPage .main ul.linkPdftrg {
	margin: 20px 0 15px 0;
}
#subPage .main ul.linkPdftrg:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main ul.linkPdftrg li {
	background: url(../images/common/list_style_pdf.png) no-repeat 30px 6px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.linkPdftrg li:hover {
	background-color: #ffffff;
	cursor: pointer;
}
#subPage .main ul.linkPdftrg li + li {
	margin: 0 0 0 15px;
}
#subPage .main ul.linkPdftrg li a {
	display: inline-block;
	padding: 4px 20px 4px 50px;
	background: url(../images/common/list_style_tr_green.png) no-repeat 16px 9px;
	font-weight: bold;
	text-decoration: none; 
	color:#000000;
	line-height: 1.6em;
}

/* Link：Page */
#subPage .main p a,
#subPage .main table a {
}
#subPage .main ul.pageLink {
	border: 1px solid #cccccc;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#subPage .main ul.pageLink li {
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.pageLink:hover {
	background-color: #ffffff;
}
#subPage .main ul.pageLink a {
	display: block;
	padding: 8px;
	color:#000000;
	text-decoration: none;
}
/* Link：File */
#subPage .main ul.fileLink {
	border: 1px solid #cccccc;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#subPage .main ul.fileLink li {
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.fileLink:hover {
	background-color: #ffffff;
}
#subPage .main ul.fileLink a {
	display: block;
	padding: 8px;
	color:#000000;
	text-decoration: none;
}
/* Link：もっと詳しく */
#subPage .main .moreLink {
}
#subPage .main .moreLink h3 {
	padding: 8px 0 2px 35px;
	background: url(../images/common/icon_more.png) no-repeat 3px center;
	font-size: 1.6em; /* =16px */
	color: #e97411;
	font-weight: bold;
}
#subPage .main .moreLink dl {
	border: 1px solid #cccccc;
	background-color: #f2eee6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreLink dt {
	padding: 6px 15px 6px 15px;
	background: url(../images/common/close_more_gray.png) no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color: #e97411;
	font-weight: bold;
	cursor: pointer;
}
#subPage .main .moreLink dt:hover {
}
#subPage .main .moreLink dd + dt {
	border-top: 1px solid #cccccc;
}
#subPage .main .moreLink dt.close {
	background: url(../images/common/close_more_gray.png) no-repeat 98% center;
}
#subPage .main .moreLink dt.open {
	background: url(../images/common/open_more_gray.png) no-repeat 98% center;
}
#subPage .main .moreLink dd {
	margin: 0 10px 10px 10px;
	padding: 10px 15px;
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreLink dd  h5 ~ h5,
#subPage .main .moreLink dd table {
	margin: 15px 0 0 0;
}
#subPage .main .moreLink dd p {
	font-size: 1.4em; /* =14px */
}
#subPage .main .moreLink dd img {
	display:block;
	margin: 10px auto 0 auto;
}
/* 申請書類 */
#subPage .main .appDocument {
}
#subPage .main .appDocument > dl {
	padding: 10px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .appDocument > dl:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main .appDocument > dl dt {
	padding: 8px 5px 5px 15px;
	font-size: 1.5em; /* =15px */
	background-color: #1c60ad;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;	
	font-weight: bold;
}
#subPage .main .appDocument > dl dd {
	padding: 10px 5px 0 5px;
	font-size: 1.4em; /* =14px */
}
/* 申請書類：リンク */
#subPage .main .appDocument > dl dl {
	padding: 0;
}
#subPage .main .appDocument > dl dl:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main .appDocument > dl dl + dl {
	border-top:1px dotted #d3d3d3;
}
#subPage .main .appDocument > dl dl dt {
	clear: both;
	float: left;
	padding: 8px 0;
	background-color: transparent;
	font-size: 100%; /* =15px */
	color: #000000;	
	font-weight: bold;
}
#subPage .main .appDocument > dl dl dd {
	float: right;
	padding: 8px 0;
	font-size: 100%; /* =14px */
}
 /* 記入例 */
#subPage .main .appDocument > dl dl dd a {
	padding: 4px 15px;
	border:1px solid #679123;
	background-color: #77a231;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;	
	text-decoration: none; 
}
#subPage .main .appDocument > dl dl dd a:hover {
	background-color: #85b43a;
}
 /* 用紙（PDF） */
#subPage .main .appDocument > dl dl dd a.appForm {
	margin: 0 10px 0 0;
	background-color: #f87d39;
	border:1px solid #eb6d27;
	letter-spacing: 0.6em;
}
#subPage .main .appDocument > dl dl dd a.appForm span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main .appDocument > dl dl dd a.appForm:hover {
	background-color: #ff9155;
}
 /* 用紙（Excel） */
#subPage .main .appDocument > dl dl dd a.appFormEx {
	margin: 0 10px 0 0;
	background-color: #f87d39;
	border:1px solid #eb6d27;
	letter-spacing: 0.6em;
}
#subPage .main .appDocument > dl dl dd a.appFormEx span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main .appDocument > dl dl dd a.appFormEx:hover {
	background-color: #ff9155;
}


/* 申請書類：リンク (tableの中のdl) */
#subPage #content .main table.application dl.dl-pdf,
#subPage #content .main table.entry dl.dl-pdf,
#subPage #content .main table.jmlNet dl.dl-pdf,
#subPage #content .main table.billMtd dl.dl-pdf,
#subPage #content .main table.abmets dl.dl-pdf {
	padding: 0;
	margin: 0;
}
#subPage .main table.application dl.dl-pdf + dl,
#subPage .main table.entry dl.dl-pdf + dl,
#subPage .main table.jmlNet dl.dl-pdf + dl,
#subPage .main table.billMtd dl.dl-pdf + dl,
#subPage .main table.abmets dl.dl-pdf + dl {
	border-top:1px dotted #d3d3d3;
}
#subPage .main table.application dl.dl-pdf:after,
#subPage .main table.entry dl.dl-pdf:after,
#subPage .main table.jmlNet dl.dl-pdf:after,
#subPage .main table.billMtd dl.dl-pdf:after,
#subPage .main table.abmets dl.dl-pdf:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main table.application dl.dl-pdf dt,
#subPage .main table.entry dl.dl-pdf dt,
#subPage .main table.jmlNet dl.dl-pdf dt,
#subPage .main table.billMtd dl.dl-pdf dt,
#subPage .main table.abmets dl.dl-pdf dt {
	clear: both;
	float: left;
	background-color: transparent;
	font-size: 140%;
	color: #000000;	
	font-weight: nomarl;
}
#subPage .main table.application dl.dl-pdf dd,
#subPage .main table.entry dl.dl-pdf dd,
#subPage .main table.jmlNet dl.dl-pdf dd,
#subPage .main table.billMtd dl.dl-pdf dd,
#subPage .main table.abmets dl.dl-pdf dd {
	float: right;
	font-size: 140%;
}

 /* 記入例 (tableの中のdl) */
#subPage .main table.application dl.dl-pdf dt,
#subPage .main table.entry dl.dl-pdf dt,
#subPage .main table.jmlNet dl.dl-pdf dt,
#subPage .main table.billMtd dl.dl-pdf dt,
#subPage .main table.abmets dl.dl-pdf dt {
	font-size: 1.35em;
}
#subPage .main table.application dl.dl-pdf dd a,
#subPage .main table.entry dl.dl-pdf dd a,
#subPage .main table.jmlNet dl.dl-pdf dd a,
#subPage .main table.billMtd dl.dl-pdf dd a,
#subPage .main table.abmets dl.dl-pdf dd a {
	display: inline-block;
	width: 4.8em;
	border:1px solid #ffb771;
	background-color: #ffb771;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;	
	text-decoration: none; 
	text-align:center;
}
#subPage .main table.application dl.dl-pdf dd a:hover,
#subPage .main table.entry dl.dl-pdf dd a:hover,
#subPage .main table.jmlNet dl.dl-pdf dd a:hover,
#subPage .main table.billMtd dl.dl-pdf dd a:hover,
#subPage .main table.abmets dl.dl-pdf dd a:hover {
	border:1px solid #ffd8b3;
	background-color: #ffd8b3;
}

 /* 用紙（PDF） (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf dd a.appForm,
#subPage .main table.entry dl.dl-pdf dd a.appForm,
#subPage .main table.jmlNet dl.dl-pdf dd a.appForm,
#subPage .main table.billMtd dl.dl-pdf dd a.appForm,
#subPage .main table.abmets dl.dl-pdf dd a.appForm {
	margin: 0 10px 0 0;
	background-color: #ff7b87;
	border:1px solid #ff7b87;
	letter-spacing: 0.2em;
}
#subPage .main table.application dl.dl-pdf dd a.appForm:hover,
#subPage .main table.entry dl.dl-pdf dd a.appForm:hover,
#subPage .main table.jmlNet dl.dl-pdf dd a.appForm:hover,
#subPage .main table.billMtd dl.dl-pdf dd a.appForm:hover,
#subPage .main table.abmets dl.dl-pdf dd a.appForm:hover {
	background-color: #faa2b4;
	border:1px solid #faa2b4;
}

 /* 用紙（Word） (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".doc"],
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".doc"],
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".doc"],
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".doc"],
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".doc"],
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".docx"],
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".docx"],
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".docx"],
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".docx"],
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".docx"] {
	margin: 0 10px 0 0;
	background-color: #6eb3e2;
	border:1px solid #6eb3e2;
	letter-spacing: 0.1em;
}
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".doc"]:hover,
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".doc"]:hover,
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".doc"]:hover,
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".doc"]:hover,
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".doc"]:hover,
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".docx"]:hover,
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".docx"]:hover,
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".docx"]:hover,
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".docx"]:hover,
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".docx"]:hover  {
	background-color: #9dc3f8;
	border:1px solid #9dc3f8;
}

 /* 用紙（Excel） (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".xls"],
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".xls"],
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".xls"],
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".xls"],
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".xls"],
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".xlsx"],
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".xlsx"],
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".xlsx"],
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".xlsx"],
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".xlsx"] {
	margin: 0 10px 0 0;
	background-color: #a3d393;
	border:1px solid #a3d393;
	letter-spacing: 0.1em;
}
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".xls"]:hover,
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".xls"]:hover,
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".xls"]:hover,
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".xls"]:hover,
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".xls"]:hover,
#subPage .main table.application dl.dl-pdf dd a.appFormEx[href$=".xlsx"]:hover,
#subPage .main table.entry dl.dl-pdf dd a.appFormEx[href$=".xlsx"]:hover,
#subPage .main table.jmlNet dl.dl-pdf dd a.appFormEx[href$=".xlsx"]:hover,
#subPage .main table.billMtd dl.dl-pdf dd a.appFormEx[href$=".xlsx"]:hover,
#subPage .main table.abmets dl.dl-pdf dd a.appFormEx[href$=".xlsx"]:hover {
	background-color: #d5e9b4;
	border:1px solid #d5e9b4;
}


 /* 共通 */
  /* 用紙 */
#subPage .main a.appBtn {
	display: inline-block;
	margin: -2px auto;
	padding: 2px 0;
	width:65px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 100%; /* =14px */
	color: #ffffff;	
	text-decoration: none; 
	letter-spacing: 0.2em;
}
#subPage .main a.appBtnEx {
	display: inline-block;
	margin: -2px auto;
	padding: 2px 0;
	width:65px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 100%; /* =14px */
	color: #ffffff;	
	text-decoration: none; 
	letter-spacing: 0.1em;
}
#subPage .main a.appBtn[href$=".pdf"],
#subPage .main a.appBtn[href$=".pdf#page=1"] {
	background-color: #ff7b87;
	border:1px solid #ff7b87;
}
#subPage .main a.appBtn[href$=".pdf"]:hover,
#subPage .main a.appBtn[href$=".pdf#page=1"]:hover {
	background-color: #faa2b4;
	border:1px solid #faa2b4;
}
#subPage .main a.appBtnEx[href$=".doc"],
#subPage .main a.appBtnEx[href$=".docx"] {
	background-color: #6eb3e2;
	border:1px solid #6eb3e2;
}
#subPage .main a.appBtnEx[href$=".doc"]:hover,
#subPage .main a.appBtnEx[href$=".docx"]:hover {
	background-color: #9dc3f8;
	border:1px solid #9dc3f8;
}
#subPage .main a.appBtnEx[href$=".xls"],
#subPage .main a.appBtnEx[href$=".xlsx"] {
	background-color: #a3d393;
	border:1px solid #a3d393;
}
#subPage .main a.appBtnEx:hover {
	background-color: #d5e9b4;
	border:1px solid #d5e9b4;
}

 /* 記入例 */
#subPage .main a.exBtn {
	display: inline-block;
	margin: -2px auto;
	padding: 2px 0;
	width:65px;
	border:1px solid #ffb771;
	background-color: #ffb771;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 100%; /* =14px */
	color: #ffffff;	
	text-decoration: none; 
	white-space:nowrap;
}
#subPage .main a.exBtn:hover {
	border:1px solid #ffd8b3;
	background-color: #ffd8b3;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
}
/* カテゴリ：タイトル */
#subPage .localNav p {
	margin: 0 0 5px 0;
    height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.5em; /* =15px */
	color: #ffffff;	
	text-align: center;
}
#subPage .localNav p span {
	font-weight: bold;
}
#subPage .localNav p a {
	display:block;  
    height: 60px;
	padding: 18px 0 8px 0;
	color: #ffffff;
	text-decoration: none;
}
#subPage .localNav li {
	background: url(../images/common/list_style_localnav.png) no-repeat 0.4em 1.3em;
	font-size: 1.4em; /* =14px */
	line-height: 1.4;
}
#subPage .localNav li:hover {
	background-color: #E4F7F3;
}
#subPage .localNav li.active {
	background-color: #E4F7F3;
}
#subPage .localNav li span {
	display: block;
	padding: 0 0.5em 0 0;
}
#subPage .localNav li a {
	display:block;  
	padding: 15px 0 15px 1.7em;
	text-decoration: none;
	color: #000000;
	background: url(../images/common/bg_localnav_line.png) no-repeat left bottom;
}
/* 3階層 */
#subPage .localNav li ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #cccccc;
	background-color: #ffffff;
}
#subPage .localNav li li {
	border-top: 1px dotted #cccccc;
	font-size:100%; /* =14px */
	background: url(../images/common/list_style_localnav2.png) no-repeat 0.3em 0.7em;
}
#subPage .localNav li li a {
	display:block;  
	padding: 9px 0 9px 1.4em;
	text-decoration: none;
	color: #000000;
}
#subPage .localNav li li:hover {
	background-color: #E4F7F3;
}

/* Topic Path
------------------------------------------------------------------ */
#content .topicPath {
	width: 100%;
 }
 #content .topicPath dl {
}
#content .topicPath dt {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #FFFFFF;
}
#content .topicPath dd {
	font-size: 1.1em; /* =11px */
}
#content .topicPath li:first-child {
	float: left;
	padding: 10px 0;
}
#content .topicPath li + li {
	float: left;
	padding: 10px 0;
}
#content .topicPath li span {
	padding: 0 10px;
}
#content .topicPath li a {
	text-decoration: none;
	color: #000000;
}
#content .topicPath li a:hover {
	text-decoration: underline;
}

/* PageTop
------------------------------------------------------------------ */
#pageTop {
	position:relative;
	margin:0 auto;
	max-width:960px;
}
#pageTop a {
	z-index:9999;
	display: block;
	overflow:hidden;
	position: fixed;
	bottom: 0px;
	left: auto;
	margin-left:970px;
	height:40px;
	width: 40px;
	background:#00B48C;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-indent:-9999px;
	outline:none;
}
/* Arrow */
#pageTop a:before,
#pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
#pageTop a:before {
	top:50%;
	margin-top:-11px;
	border-bottom:10px solid #00B48C;
}
#pageTop a:after {
	z-index:-1;
	top:50%;
	margin-top:-15px;
	border-bottom:10px solid #fff;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	text-align: left;
	background-color: #ffffff;
}
#footer .footerNav {
	border-bottom: 1px solid #CCCCCC;
}
#footer ul {
	margin: 0 auto;	
	padding: 5px 0;
}
#footer li {
	display:inline-block;  
	padding: 2px 8px 2px 0;
	margin: 3px 0;
	font-size: 1.4em; /* =14px */
}
#footer li a {
	margin: 0 1.2em 0 0;
	padding: 0 0 0 1.0em;
	background: url(../images/common/list_style_arrow_green.png) no-repeat 0 center;
	text-decoration: none;
	color: #000000;
}
#footer dl {
	padding: 12px 0;
}
#footer dt {
	margin: 0;
	font-size: 1.5em; /* =15px */
	font-weight: bold;
}
#footer dd {
	margin: 0;
	font-size: 1.4em; /* =14px */
}
#footer .copyRight {
	padding: 14px 0 30px 0;
	border-top: 1px solid #CCCCCC;
	font-size: 1.1em; /* =11px */
	text-align: center;
}

/* Img
------------------------------------------------------------------- */
#subPage .main img.sc60 {
	width: 60%;
}
#subPage .main img.sc70 {
	width: 70%;
}
#subPage .main img.sc80 {
	width: 80%;
}
#subPage .main img.sc90 {
	width: 90%;
}
#subPage .main img.sc100 {
	width: 100%;
}

/* System Settings
------------------------------------------------------------------- */
/* Background Color */
body.bgColorBlue {
	background-color: #d3edf9;
}
body.bgColorGreen {
	background-color: #e8f0c5;
}
body.bgColorPurple {
	background-color: #e6e4f2;
}
body.bgColorRed {
	background-color: #fbe2ed;
}
body.bgColorYellow {
	background-color: #fffbd6;
}
body.bgColorOrange {
	background-color: #ffe7d6;
}

/* Column
------------------------------------------------------------------- */
/* コラム */
#subPage .main .column {
	margin: 20px 0 0 0;
	padding: 10px 20px 20px 20px;
	background-color: #ffffcc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .column .dtl {
	background-color: #ffffff;
}
#subPage .main .column h2 {
	padding: 15px 12px 10px 20px;
	color: #ea7900;	
	line-height: 100%;
}
#subPage .main .column h2:before {
    display: none;
}
#subPage .main .column h2 span{
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 10px 10px 10px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: url(../images/common/column.png) no-repeat 5px center;
	background-color: #ea7900;
	-moz-background-size: 35% auto;
	background-size: 35% auto;
	color: #ffffff;	
	font-size: 80%;
	line-height: 1.1em;
}
#subPage .main .column h2 + h3 {
	margin-top: 20px;
}
#subPage .main .column h3 {
	margin-bottom: 15px;
}
#subPage .main .column p {
	font-size: 1.4em; /* =14px */
}
#subPage .main .column table {
	margin: 10px 0 10px 0;
}
#subPage .main .column table th {
	border-right: 1px solid #878787;
	text-align: left;
}
#subPage .main .column table td {
	background-color: #ffffff;
	text-align: left;
}

/* AnchorLink
------------------------------------------------------------------- */
/* アンカーリンク */
#subPage .main .anchorLink {
	margin: 0 0 30px 0;
	padding: 15px 15px 5px 20px;
	border: 1px solid #83c5b3;
	background-color: #ddefea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .anchorLink:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .anchorLink li {
	margin: 0 20px 10px 0;
	padding: 0 0 0 22px;
	font-size: 1.4em; /* =14px */
	background: url(../images/common/anchor.png) no-repeat 5px 3px;
}
#subPage .main .anchorLink li a {
}

/* Attention
------------------------------------------------------------------- */
/* こんなことにご注意ください */
#subPage .main div.attention {
	margin: 20px 0 0 0;
	padding: 15px 20px 15px 20px;
	border: 2px solid #fcc1c1;
	background-color: #fff6f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main div.attention  h2 {
	padding: 5px 12px 5px 2.0em;
	background: url(../images/common/attention.png) no-repeat 5px center;
	background-color: none;
	font-weight: bold;
	color:#000000;
}
#subPage .main div.attention h2:before {
    display: none;
}
#subPage .main div.attention  p{
	font-size: 1.4em; /* =14px */
}
#subPage .main div.attention  .discList {
	margin: 0 0 0 0;
}

#subPage .main strong.att {
	padding: 1px 0 1px 2.0em;
	background: url(../images/common/attention2.png) no-repeat 0px 0;
}
#subPage .main p > strong.att {
	padding: 3px 0 5px 2.0em;
	background: url(../images/common/attention2.png) no-repeat 0px 0;
	font-size: 108%; /* =15px */
	font-weight: bold;
}

/* 青囲み */
#subPage .main .ntPl {
	margin: -10px 0 30px 0;
	padding: 10px 15px;
	border: 1px solid #62b4ed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .ntPl > h3 {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
	color: #00B48C;	
}
#subPage .main .ntPl > p {
	font-size: 1.4em; /* =14px */
	line-height: 1.8;
}

/* PDFアイコン表示（a） */
#subPage .main a.pdfIcon {
	padding-left: 1.5em;
	background: url(../images/common/list_style_pdf.png) no-repeat left center;
}
/* PDFアイコン表示（ul） */
#subPage .main ul.pdfIcon li {
	padding-left: 1.5em;
	background: url(../images/common/list_style_pdf.png) no-repeat left center;
	font-size: 1.4em; /* =14px */
	line-height: 1.4;
}
#subPage .main ul.pdfIcon li a {
	color:#000000;
}

/* 三角 ＋ PDFアイコン表示（a） */
#subPage .main a.pdfIcon.triangle {
	position:relative;
	padding-left: 2.8em;
	background: url(../images/common/list_style_pdf.png) no-repeat 15px center;
}
#subPage .main a.pdfIcon.triangle:before {
	position: absolute;
	top: -2px;
	left:0;
	display: inline-block;
	content: url(../images/common/list_style_tr_green.png);
	width: 10px;
	height: 10px;
}

