@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 * Site Width (Header / globalNav / Content / Footer)
 * Space(Margin)
 * Header (Logo / 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 
 * System Settings (Background Color)
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
	min-width: 960px;
	background-color:#f9f6f3;
}
#header .inner,
#globalNav .inner,
#footer .inner {
	margin: 0 auto;
	width: 1113px;
}

/* トップページ */
#home {
	background:#f9f6f3 url(../images/home/bk_mainimage.png) no-repeat center 144px;
}
#home #content .inner {
	margin: 0 auto;
	width: 960px;
}
#home #content .main {
	width: 664px;
}
#home #content .side {
	width: 275px;
	background-color:#c0ef89;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
/* 下層ページ */
#subPage #content .inner {
	margin: 0 auto;
	width: 940px;
}
#subPage #content .main {
	width: 720px;
}
/* 下層ページ：申請書ダウンロード / 個人情報保護規程 / リンク集 / サイトマップ */
#subPage.writtenApplication #content .main,
#subPage.protection #content .main,
#subPage.link #content .main,
#subPage.sitemap #content .main,
#subPage.news #content .main {
	width: 940px;
}
#subPage #content .side {
	width: 200px;
}
/* フッタナビ */
#footer .footerNav ul {
	width: 960px;
}

/*  Space
------------------------------------------------------------------- */
#subPage .main h1{
	margin-bottom: 15px;
}
#subPage .main h2 {
	margin-bottom: 15px;
	margin-top:60px;
}
#subPage .main h2:first-child{
	margin-top:0;	
}
#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 ul.discList02,
#subPage .main dl.imtDoc,
#subPage .main .imtDoc2,
#subPage .main .imtDoc3,
#subPage .main dl.decimalList {
	margin-bottom: 20px;
}
/* セクション */
#subPage .main section {
	padding-bottom: 10px;
}
#subPage .main section + section {
	/*padding-top: 30px;*/
	/*order-top :1px dotted #cccccc;*/
}
#subPage .main ul.pageLink + section {
	padding-top: 10px;
}
#subPage .main h1 + p {
	margin-bottom: 30px;
}
/* table + notes */
#subPage .main table + ul.notes {
	margin-top: -15px;
}
/* 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;
}

/*  Header
------------------------------------------------------------------- */
#header {
    /* margin-top: 15px; */
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}
/* Logo */
#header p img {
}
#header p.qr_img {
    margin: 0 20px;
}
#header p.qr_img img {
    max-width: 100%;
}
/* Utility */
#header .utility {
	display: inline-block;
	padding: 10px 10px 6px 10px;
	height: 32px;
	width:460px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#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;
    height: 23px;
    width: 195px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#header #cse-search-box #search_key{
    height: 15px !important;
    width: 155px !important;
}
#header #cse-search-box input[type="text"] {
	padding: 4px 0;
    height: 15px;
    width: 143px;
	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: 0px; left:160px;
	overflow:hidden;
    height: 22px;
	width: 23px;
	text-indent: -70px;
	border: 0 none;
	background: #2a9646 url("../images/common/icon_search.gif") no-repeat center center;
	-webkit-appearance: none;
}

/* --- ChromeとOperaのみ */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#header #cse-search-box input[type="submit"] {
    height: 21px;
}
}

/* Firefoxのみ */
	@-moz-document url-prefix() {
#header #cse-search-box input[type="submit"] {
    height: 100%;
}
	}

/* MENU */
#header .menuBtn {
	display:none;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
}
#globalNav:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#globalNav .inner,#globalNav nav {width: 1113px;}
#globalNav nav {
}	
#globalNav nav ul {
}
#globalNav nav li {
}
#globalNav nav li:first-child {
}
#globalNav nav li + li {
}
#globalNav nav li a {
	display: block;
	height :51px;
	width: 153px;
}
#globalNav nav li:first-child a {
	width: 41px;
}
#globalNav nav li#nav_g07 a {
	width: 153px;
}
/* 申請書ダウンロード */
#globalNav nav li:first-child + * + * + * + * + * + * a {
	width: 153px;
}

/* 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;
}
/* nav_g06 */
#globalNav #nav_g06 a {
     background: transparent url("../images/globalnav/nav_g06.png") no-repeat;
}
/* nav_g07 */
#globalNav #nav_g07 a {
     background: transparent url("../images/globalnav/nav_g07.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,
#globalNav #nav_g06 a,
#globalNav #nav_g07 a {
     overflow: hidden;
     padding: 51px 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,
#globalNav #nav_g06 a:hover,
#globalNav #nav_g07 a:hover {
     background-position: center -51px;
}
#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,
#globalNav #nav_g06.active a,
#globalNav #nav_g07.active a {
     background-position: center -51px;
}

/* Content
------------------------------------------------------------------ */
#content {
}
/* トップページ */
#home #content {
	padding: 0 0 0 0;
}
#home #content .main {
	padding: 0 0 20px 0;
}
#home #content .side {
	padding: 12px 0;
	margin-bottom:10px;
}
#home #content .side ul, #home #content .side dl {
	text-align:center;
}
#home #content .side ul li {
}
#home #content .side .sidebox01, #home #content .side .sidebox02 {
	width:240px;
	margin:0 auto 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px 0;
}
#home #content .side .sidebox01 {
	background:#FFF;
	border:#a0ce63 1px solid;
}
#home #content .side .sidebox02 {
	background:#e8f5ec;
	border:#fff 1px solid;
}
/*#home #content .side .sidebox03 {
	padding-top:20px;
	background:url(../images/home/side_dot.png) top center no-repeat;
}*/
#home #content .side .sidebox03 li, #home #content .side .sidebox03 li a {
	padding:0;
	margin:0;
}

#home #content .side .sidebox03 li:last-child , 
#home #content .side .sidebox03 li a:last-child  {
	padding:0;
	margin:7px 0 0 0;
}
#home #content .side li img{
	max-width:235px;
	width:100%;
}


/* Category Img */
/* PC：テキスト非表示 */
#subPage #content .categoryImg {
}
#subPage #content .categoryImg span {
	display: none;
}
	
/* 下層ページ  */
#subPage #header{
/* box-shadow */
box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}
#subPage #content {
	padding: 0 0 30px 0;
}
#subPage #content .main {
	padding: 0 0 10px 0;
	background-color: #ffffff;
}
#subPage #content .side {
	padding: 0 0 30px 0;
}
#subPage #content .inner {
	margin: 0 auto;
	padding: 0 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 .categoryImg {
	overflow: hidden;
	width: 980px;
	margin:0 auto;
	background: url(../images/category/bg_category.png) no-repeat left top;
}
#subPage #content .categoryImg div {
	display: block;
	margin: 5px auto 0;
	padding: 0;
	height: 89px;
	width: 980px;
	font-size: 2.2em; /* =22px */
	font-weight: bold;
	vertical-align: middle;
}
/* 保険料と保険給付 */
#subPage #content .categoryImg.insuranceBenefits div {
	background: url(../images/category/categoryImg_01.png) no-repeat right center;
}
/* 健康づくり編 */
#subPage #content .categoryImg.healthPromotion div {
	background: url(../images/category/categoryImg_02.png) no-repeat right center;
}
/* 保険証編 */
#subPage #content .categoryImg.insuranceCertificate div {
	background: url(../images/category/categoryImg_03.png) no-repeat right center;
}
/* 受診編 */
#subPage #content .categoryImg.consultation div {
	background: url(../images/category/categoryImg_04.png) no-repeat right center;
}
/* ライフシーン編 */
#subPage #content .categoryImg.lifescene div {
	background: url(../images/category/categoryImg_05.png) no-repeat right center;
}
/* 申請書ダウンロード */
#subPage #content .categoryImg.writtenApplication div {
	background: url(../images/category/categoryImg_06.png) no-repeat right center;
}
/* 健康保険のしくみ */
#subPage #content .categoryImg.structureInsurance div {
	background: url(../images/category/categoryImg_07.png) no-repeat right center;
}
/* 介護保険制度 */
#subPage #content .categoryImg.care div {
	background: url(../images/category/categoryImg_08.png) no-repeat right center;
}
/* 個人情報保護規程 */
#subPage #content .categoryImg.protection div {
	background: url(../images/category/categoryImg_09.png) no-repeat right center;
}
/* けんぽQ&amp;A */
#subPage #content .categoryImg.qa div {
	background: url(../images/category/categoryImg_10.png) no-repeat right center;
}
/* リンク集 */
#subPage #content .categoryImg.link div {
	background: url(../images/category/categoryImg_11.png) no-repeat right center;
}
/* サイトマップ */
#subPage #content .categoryImg.sitemap div {
	background: url(../images/category/categoryImg_12.png) no-repeat right center;
}
/* お知らせ */
#subPage #content .categoryImg.news div {
	background: url(../images/category/categoryImg_13.png) no-repeat right center;
}
#subPage #content .categoryImg.insuranceBenefits 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
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	padding: 8px 10px;
	background: #ffffff url(../images/common/bg.jpg) no-repeat right top;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2.4em; /* =24px */
	color: #608C5C;	
	font-weight: bold;
}
#subPage .main h1 span {
	display: inline-block;
	padding: 0.2em 0.5em;
	/*border-left:4px solid #9bbde3;*/
}
#subPage .main h2 {
	padding: 8px 10px 8px 55px;
	background: url(../images/common/main_h2_bg.png)  no-repeat center left;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.8em; /* =18px */
	color: #333333;	
	font-weight: bold;
}
#subPage .main h2 span {
	display: inline-block;
	padding: 0.1em 0.5em;
}
#subPage .main  h3 {
	font-size: 1.6em; /* =16px */
	font-weight: bold;
}
#subPage .main  h4 {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
}
#subPage .main  h5 {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
/* Paragraph */
#subPage .main > p,
#subPage .main section > 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 {
	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%;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
}
#subPage .main table th {
	padding: 8px;
	border-left: 1px solid #cccccc;
	background-color: #c0ef89;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
#subPage .main table td {
	padding: 8px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}

#subPage .main table td.left {
	text-align: left;
}
/* ボーダー追加 */
#subPage .main table .borTop {
	border-top: 1px solid #cccccc;
}
/* ボーダー削除 */
#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.notes02 {
	margin-left: 1.4em;
	text-indent: -1.4em;
}
#subPage .main ul.notes02 li {
	font-size: 1.4em; /* =12px */
}
#subPage .main p + ul.notes02 {
	margin-bottom: 20px;
}
/* もっと詳しく：Notes */
#subPage .main .moreLink ul.notes li {
	font-size: 1.2em; /* =12px */
}
/*  List：数字（パーレン） */
#subPage .main ul.parenList{
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main ul.parenList li{
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.parenList02 {
	margin-left: 1.4em;
	text-indent: -1.4em;
	list-style-type: none;
}
#subPage .main ul.parenList02 li {
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.parenList02 {
	margin-bottom: 20px;
}
/*  List：黒丸 */
#subPage .main ul.discList,
#subPage .main ul.discList02{
	margin-left: 0.5em;
	list-style-type: none;
}
#subPage .main ul.discList li,
#subPage .main ul.discList02 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 ul.discList02 li:not(:last-child){
	padding: 0 0 10px 18px;
}
/*  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 */
}

/* Link */
/* 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 {
	padding: 8px 8px 8px 35px;
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.fileLink:hover {
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
#subPage .main ul.fileLink a {
	display: block;
	margin: -8px -8px -8px -35px;
	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: #608c5c;
	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: #333333;
	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;
}

/* 20220920 nishikawa add  */
#subPage .main .moreLink .term li {
	font-size: 1.4em;
}

 /* 必要書類 */
#subPage .main .imtDoc {
	display: table;
}
#subPage .main .imtDoc:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .imtDoc > dt {
	display: table-cell;
	padding: 5px 0 0 0;
	width: 90px;
	background-color: #cfe1f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.3em; /* =13px */
	color: #496A46;
	text-align: center;
	vertical-align: middle;
}
 /* 必要書類：矢印 */
 #subPage .main .imtDoc > dt span {
	position:relative; 
	display:block;
}
#subPage .main .imtDoc > dt span:before {
	z-index: 100;
	position: absolute;
	left: 90px;
	content: "";
	border: 10px solid transparent;
	border-left-color: #cfe1f6;
}
 #subPage .main .imtDoc > dt span small {
	display:block;
	padding: 0 3px;
	line-height: 1.4em;
	letter-spacing: -0.05em;
}
 /* 必要書類：表組 */
#subPage .main .imtDoc > dd {
	display: table-cell;
	width:620px;
	background-color: #ffffff;
}
#subPage .main .imtDoc dd > ul {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:relative; top:0; left:10px;
}
#subPage .main .imtDoc dd > ul > li {
	clear: both;
	padding: 5px 10px;
	border-left: 1px solid #cccccc;
	border-top:1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 1.3em; /* =13px */
}
#subPage .main .imtDoc dd > ul > li:first-child {
	border-top: none;
}
 /* 必要書類：File Link */
 #subPage .main .imtDoc dl.fileLink dt {
 	display: table-cell;
	width:100%;
}
#subPage .main .imtDoc dl.fileLink dd {
	display: table-cell;
	padding: 0 0 0 10px;
	width:100%;	text-align: right;
}
 /* 必要書類：Notes */
#subPage .main .imtDoc .docNotes {
	margin-left: 1em;
	text-indent: -1em;
}

 /* 必要書類（左の必要書類矢印がないバージョン） */
#subPage .main ul.imtDoc2 {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:relative; top:0; 
	/*left:10px;*/
}
#subPage .main ul.imtDoc2 > li {
	clear: both;
	padding: 5px 10px;
	border-left: 1px solid #cccccc;
	border-top:1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 1.3em; /* =13px */
    line-height: 1.8;
}
#subPage .main ul.imtDoc2 > li:first-child, #subPage .main ul.imtDoc2 > li.nobd {
	border-top: none;
}
 /* 必要書類（左の必要書類矢印がないバージョン）：File Link */
 #subPage .main ul.imtDoc2 dl.fileLink dt {
 	display: table-cell;
	width:100%;
}
#subPage .main ul.imtDoc2 dl.fileLink dd {
	display: table-cell;
	padding: 0 0 0 10px;
	width:100%;	text-align: right;
}
 /* 必要書類（左の必要書類矢印がないバージョン）：Notes */
#subPage .main ul.imtDoc2 .docNotes {
	margin-left: 1em;
	text-indent: -1em;
}


 /* 必要書類（左の必要書類矢印がないバージョン２） */
#subPage .main ul.imtDoc3 {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:relative; top:0; 
	/*left:10px;*/
}
#subPage .main ul.imtDoc3 > li {
	clear: both;
	padding: 5px 10px;
	border-left: 1px solid #cccccc;
	border-top:1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 1.3em; /* =13px */
    line-height: 1.8;
	background-color:#F3F3F3;
}
#subPage .main ul.imtDoc3 > li:first-child, #subPage .main ul.imtDoc3 > li.nobd {
	border-top: none;
}
 /* 必要書類（左の必要書類矢印がないバージョン）：File Link */
 #subPage .main ul.imtDoc3 dl.fileLink dt {
 	display: table-cell;
	width:100%;
}
#subPage .main ul.imtDoc3 dl.fileLink dd {
	display: table-cell;
	padding: 0 0 0 10px;
	width:100%;	text-align: right;
}
 /* 必要書類（左の必要書類矢印がないバージョン）：Notes */
#subPage .main ul.imtDoc3 .docNotes {
	margin-left: 1em;
	text-indent: -1em;
}


 /* 必要書類　共通（提出先部分） */
.filed {
}
.filed dt{
	float:left;
	clear:left;
	width:15em;
}
.filed dd{
	float:left;
	width:26em;
}
.filed dt.secondd{
	width:11em;
	margin-left:4em;
}

.filed dl.filedDd dt{
	float:left;
	clear:left;
	width:10em;
}
.filed dl.filedDd dd{
	float:left;
	width:26em;
}
.filed dl.filedDd dt.secondd{
	width:6em;
	margin-left:4em;
}




/* Icon */
/* 内部リンク */
#subPage .main ul.pageLink a[href$=".html"] {
	background: url(../images/common/icon_link.png) no-repeat 15px 15px;
}
#subPage .main ul.pageLink a[href^="../"] {
	background: url(../images/common/icon_link.png) no-repeat 15px 15px;
}
/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"], #subPage .main ul.pageLink a[href^="https://"] {
	background: url(../images/common/icon_external.png) no-repeat 15px 15px;
}
/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"] {
	background: url(../images/common/icon_pdf.png) no-repeat 15px 10px;
}
/* Wordリンク */
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"] {
	background: transparent url(../images/common/icon_doc.png) no-repeat 15px 10px;
}
/* Excelリンク */
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	background: transparent url(../images/common/icon_xls.png) no-repeat 15px 10px;
}
#subPage .main ul.pageLink a[href$=".html"] ,
#subPage .main ul.pageLink a[href^="../"] ,
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"],
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"],
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	padding-left: 35px;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #f7f5f1;
/*	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;*/
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/* カテゴリ：タイトル */
#subPage .localNav p {
	/*background-color: #377bc7;*/
	background:url(../images/common/localnab_head_bg.png) no-repeat top center;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 1.5em; /* =15px */
	color: #ffffff;	
	text-align: center;
}
#subPage .localNav p span {
	font-weight: bold;
}
#subPage .localNav p a {
	display:block;  
	padding: 12px 0 8px 0;
	color: #ffffff;
	text-decoration: none;
}
#subPage .localNav li {
	border-top: 1px solid #d1c6af;
	background: url(../images/common/list_style_localnav.png) no-repeat 0.8em 1.4em;
	font-size: 1.4em; /* =14px */
	line-height: 1.3;
}
#subPage .localNav li:hover {
	background-color: #e9f3fe;
}
#subPage .localNav li.active {
	background-color: #e9f3fe;
}
#subPage .localNav li span {
	display: block;
	padding: 0 0.5em 0 0;
}
#subPage .localNav li a {
	display:block;  
	padding: 15px 0 15px 1.9em;
	text-decoration: none;
	color: #000000;
}
/* 3階層 */
#subPage .localNav li li {
	border-top: 1px dotted #cccccc;
	font-size:100%; /* =14px */
	background: none;
}
#subPage .localNav li li a {
	display:block;  
	padding: 6px 0 6px 1.6em;
	text-decoration: none;
	color: #000000;
}
#subPage .localNav li li:hover {
	background-color: #ddebfa;
}

/* 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:980px;
}
#pageTop a {
	z-index:9999;
	display: block;
	overflow:hidden;
	position: fixed;
	bottom: 0px;
	left: auto;
	margin-left:990px;
	height:40px;
	width: 40px;
	background:#608c5c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	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 #608c5c;
}
#pageTop a:after {
	z-index:-1;
	top:50%;
	margin-top:-15px;
	border-bottom:10px solid #fff;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}
#footer .footerNav {
	position: relative;
}

#footer .footerNav  dl{
	position:absolute;

	top:-8px;
	right:0;
}

#footer .footerNav  dl dt{
	float:left;
	width:120px;
	padding:0;
	margin:0;
}

#footer .footerNav  dl dt a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#footer .footerNav  dl dd{
	float:right;
	width:130px;
	font-size:0.8em;
	padding:0;
	margin:0;
}

#footer ul {
	padding: 5px 0;
	border-bottom: 1px solid #c1c1c1;
}
#footer li {
	display:inline-block;  
	padding: 5px 0;
	font-size: 1.2em; /* =12px */
	border-right: 1px solid #c1c1c1;
}
#footer li:first-child {
	border-left: 1px solid #c1c1c1;
}
#footer li a {
	margin: 0 1.2em 0 0;
	padding: 0 0 0 1.2em;
	text-decoration: none;
	color: #444;
}
#footer dl {
	padding: 10px 0;
	font-size: 1.2em; /* =12px */
}
#footer dt {
	margin: 0 1.2em 0 0;
	font-size: 1.4em; /* =14px */
	font-weight:bold;
}
#footer .copyRight {
	padding: 14px 0;
	border-top: 1px solid #c1c1c1;
	font-size: 1.0em; /* =10px */
	text-align: center;
}

/* 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;
}

/* リスト　番号付き */
.txtNumber  {
	margin-bottom:20px;
}
.txtNumber li {
	list-style:decimal;
	margin-left:2em;
}
li .txtNumber {
	margin-bottom:0px;
}

/* リスト　黒丸付き */
.txtDisc  {
	margin-bottom:20px;
	font-size: 1.4em !important;
    line-height:1.8 !important;
}
.txtDisc li {
	list-style: disc !important;
	margin-left:2em;
}


/* 1文字下げ */
.txt1em {
	margin-bottom:20px;
}
.txt1em li {
	text-indent:-1em !important;
	margin-left:1em !important;
	margin-bottom:0.5em;
	list-style:none;
}
li .txt1em {
	margin-bottom:0px;
}
/* 1文字下げ2 */
.txt1em2 {
	text-indent:-1em !important;
	margin-left:1em !important;
}
/* 1文字下げ2 */
.txt1em3 {
	margin-left:1em !important;
}
/* 3文字下げ */
.txt3em {
	text-indent:-3em !important;
	margin-left:3em !important;
}

/* 太文字 */
.txtBld {font-weight:bold;}

/* 色文字 */
.txtRed { color:#F00 !important;}
.txtOr { color:#F30 !important;}

/* アンダーライン */
.txtU {text-decoration:underline;}

/* 文字調整 */
.txt14px { font-size:14px !important;}
.txt13em { font-size:1.3em !important;}

/* 右寄せ */
.txtRight {text-align:right !important;}
/* 左寄せ */
.txtLeft {text-align:left !important;}

/* スペース */
.mbm15{margin-bottom:-15px !important;}
.mbm30{margin-bottom:-30px !important;}
.mb0 {margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

/* 文字サイズ調整 */
.txtR {font-size:1.4em !important;}

/* 提出先背景色 */
.fileColor {
	background-color:#FBE5D6;
}

/*line-height:0*/
.lineH0{
	line-height:0 !important;
}

/*ぶら下げインデント*/

.indent5{
	margin-left:5em;
	text-indent:-5em;	
}

/*手付きダウンロード２行*/
.fileLink2row{
	height:65px;	
}

.space_list {
    padding-left: 4em;
    text-indent: -4em;
    display: block;
}


/*frame 202402*/
#subPage .main .frame{
	margin:2em 0 3em;
	padding:1.5em;
	border:1px solid #cecece;
}

#subPage .frame p{
    font-size:1.4em;
}
