@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
 * **************************************************
 */

br.sp-only {
	display: none;
}

.pc-none{
    display:none;
}

/* よくある質問（未登録：非表示） */
#subPage .main .commentaryFaq li.noDsy {
    display: none;
}


/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
	min-width: 980px;
}
#header .inner,
#globalNav .inner {
	margin: 0 auto;
	width: 980px;
}
#footer .inner {
	margin: 0 auto;
	width: 1200px;
}

/* トップページ */
#home #content .inner {
	margin: 0 auto;
	width: 980px;
}
#home #content .main {
	width: 720px;
}
#home #content .side {
	width: 240px;
}
/* 下層ページ */
#subPage #content .inner {
	margin: 0 auto;
	width: 940px;
}

#subPage #content .bg_inner {
	background:url(../images/common/bg_sub_main.png) repeat-x top center;
}

#subPage #content .main {
	margin-bottom: 20px;
	width: 700px;
}
/* 下層ページ：インデックスページ / 申請書ダウンロード / 個人情報保護方針 / Q&A（検索） */
#subPage.index #content .main,
#subPage.writtenApplication #content .main,
#subPage.protection #content .main,
#subPage.link #content .main,
#subPage.news #content .main,
#subPage.qaSearch #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 small{
	margin-left: 10px;
	font-size: 12px;
}
#subPage .main h2 {
}
#subPage .main h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}
#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 {
}
#subPage .main section + section {
	padding-top: 25px;
}
#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;
}
/* 参考リンク：dl + p */
#subPage .main dl.referenceLink + p {
	margin-top: 20px;
}

/*  Header
------------------------------------------------------------------- */
#header {
	height:90px;	
	background-color: #FFFFFF;
}
/* Utility */
#header .utility {
	display:flex;
	justify-content:end;
	padding: 15px 10px 6px 10px;
	height: 55px;
/*	width:460px;*/
	width:520px;
}
#header .utility:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* Font Size Change */
/* Languageを復活させる場合には、以下は削除
#header .utility .sizeChange {
	margin-left:140px;
}
#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{
	order:2;
}

#header .utility .search form {
	position:relative;
	padding: 0 0 0 10px;
    height: 23px;
    width: 170px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

#header #cse-search-box #search_key{
    height: 18px !important;
    width: 129px !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: -1px; left:145px;
	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;
}

/* Language */
#header .utility .Language {
	margin-right:5px;
}
#header .utility .Language dd img {
	cursor: pointer;
}

#header .utility .hide{
	pointer-events:none;
	cursor:default;
}

#header .utility .hide dd img{
	visibility:hidden;
}



/* ロゴ */
#header .inner {
	position:relative;
}

#header .inner p {
	position:absolute;
	top:45px;
}

/* MENU */
#header .menuBtn {
	display:none;
}

/* Link */
#header .hdLink {
	float :right;
	margin: 12px 0 0 0;
}
#header .hdLink li {
	float :left;
	font-size: 1.2em; /* =12px */
}
#header .hdLink li + li {
	margin: 0 0 0 20px;
}
#header .hdLink li a {
	color:#000000;
	text-decoration: none; 
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
/*	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;*/
    background: transparent url("../images/common/bg_nav.png") repeat-x;
}
#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:first-child {
	margin: 0 -1px;
	border-left: 1px dotted #c1c1c1;
	border-right: 1px dotted #c1c1c1;
}
#globalNav nav li + li {
	margin: 0 -1px 0 0;
	border-right: 1px dotted #c1c1c1;
}
#globalNav nav li a {
	display: block;
/*	height :58px;*/
	height :71px;
	width: 153px;
}
#globalNav nav li:first-child a {
	width: 60px;
}
/* 申請書ダウンロード */
#globalNav nav li:first-child + * + * + * + * + * + * a {
/*	width: 154px;*/
}

/* 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;
}
#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 {
     overflow: hidden;
     padding: 71px 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 {
     background-position: center -71px;
}
#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 {
     background-position: center -71px;
}

/* 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: 0 0 20px 0;
}
#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 {
	background-color: #fff;
}
#subPage #content .categoryImg {
	overflow: hidden;
	width: 100%;
}
#subPage #content .categoryImg div {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	width: 980px;
	font-size: 2.2em; /* =22px */
	font-weight: bold;
	vertical-align: middle;
}
#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
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	padding: 6px 4px;
	font-size: 2.4em; /* =24px */
	color: #000;
	font-weight: bold;
}
#subPage .main h1 span {
	display: block;
	padding: 0.7em 0.5em 0.6em 70px;
	width: 640px;
}
#subPage .main h2 {
	position: relative;
	padding: 12px 12px 10px 1.5em;
	margin-top:15px;
	background:url(../images/common/bg_h2.png) repeat-x top center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.8em; /* =18px */
	line-height: 100%;
	color: #333333;	
	font-weight: bold;
	border-bottom:1px dashed #cccccc;
}
#subPage .main h2 span{
	display:inline-block;
	padding-top:20px;
	font-size: 1.4em; /* =24px */
	line-height:1.1;
}

#subPage .main  h3 {
	font-size: 1.6em; /* =16px */
	font-weight: bold;
	border-bottom:2px dotted #cccccc;
}
#subPage .main  h3 span {
	position:relative; top:2px; left:0px;
	display: inline-block;
	min-width:12em;
	padding: 5px 15px 0 15px;
	background-color: #ffffff;
	border-right:2px dotted #cccccc;
	border-top:2px dotted #cccccc;
	border-left:2px dotted #cccccc;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#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%;
	background-color: #ffffff;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
}
#subPage .main table th {
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #EEF7FF;
	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 .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 */
}
/* もっと詳しく：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.parenList li + li {
	margin-top: 1.0em;
}
#subPage .main ul.parenList li strong {
	font-weight: bold;
}

/*  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 */
}

/*  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 .commentaryFaq {
	overflow:hidden;
}
#subPage .main .commentaryFaq ul {
	display: table;
}
#subPage .main .commentaryFaq li {
	display: table-cell;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	-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 */
	font-weight: bold;
	text-decoration: none; 
	color:#000000;
}
#subPage .main .commentaryFaq li a {
	display: block;
	color:#000000;
	text-decoration: none; 
}
#subPage .main .commentaryFaq li span {
	display: inline-block;
	min-width: 10.0em;
	padding: 8px 8px 8px 35px;
	background: url(../images/common/list_style_commentaryFaq.png) no-repeat 15px center;
}
#subPage .main .commentaryFaq li:hover {
	background-color: #efefef;
	cursor: pointer;
}
#subPage .main .commentaryFaq li.select {
	background: #efefef;
}
/* 解説 */
#subPage .main .commentary {
	padding: 10px 15px 30px 15px;
	border: 1px solid #dddddd;
}

#subPage .main .commentary.bnone {
	border: none;
}

/* 手続き */
#subPage .main .process {
	padding: 30px 15px 30px 15px;
	border: 1px solid #dddddd;
}
/* よくある質問 */
#subPage .main .faq {
	padding: 30px 15px 30px 15px;
	border: 1px solid #dddddd;
}
#subPage .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 30px 0;
}
#subPage .main ul.linkBtn:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main ul.linkBtn li {
	float: left;
	font-size: 1.4em; /* =14px */
}
#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;
	background: url(../images/common/icon_link.png) no-repeat 8px 6px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	font-weight: bold;
	text-decoration: none; 
	color:#000000;
}
#subPage .main ul.linkBtn li:hover a {
	background-color: #ffffff;
}

/* Link：参考リンク */
#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: #4a86ca;
	-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：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;
}
 /* 用紙 */
#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;
}


/* 申請書類：リンク (tableの中のdl) */
#subPage #content .main table.application dl.dl-pdf {
	padding: 0;
	margin: 0;
}
#subPage .main table.application dl.dl-pdf + dl {
	border-top:1px dotted #d3d3d3;
}
#subPage .main table.application dl.dl-pdf:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main table.application dl.dl-pdf dt {
	clear: both;
	float: left;
	padding: 8px 0;
	background-color: transparent;
	font-size: 140%;
	color: #000000;	
	font-weight: nomarl;
}
#subPage .main table.application dl.dl-pdf dd {
	float: right;
	padding: 8px 0;
	font-size: 140%;
}



/* 申請書類：リンク (tableの中のdl) */
#subPage #content .main table.application dl.dl-pdf_2 {
	padding: 0;
	margin: 0;
}
#subPage .main table.application dl.dl-pd_2f + dl {
	border-top:1px dotted #d3d3d3;
}
#subPage .main table.application dl.dl-pdf_2:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main table.application dl.dl-pdf_2 dt {
	clear: both;
	float: left;
	padding: 8px 0;
	background-color: transparent;
	font-size: 140%;
	color: #000000;	
	font-weight: nomarl;
}
#subPage .main table.application dl.dl-pdf_2 dd {
	float: right;
	padding: 0;
	font-size: 140%;
}



 /* 記入例 (tableの中のdl) */
#subPage .main table.application dl.dl-pdf dt {
	font-size: 1.35em;
}
#subPage .main table.application dl.dl-pdf dd a {
	padding: 4px 15px;
	background-color: #BBD02E;
/*	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 table.application dl.dl-pdf dd a:hover {
	background-color: #85b43a;
}
 /* 用紙 (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf dd a.appForm {
	margin: 0 10px 0 0;
	background-color: #FEB42E;
/*	background-color: #f87d39;
	border:1px solid #eb6d27;*/
	letter-spacing: 0.6em;
}
#subPage .main table.application dl.dl-pdf dd a.appForm span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main table.application dl.dl-pdf dd a.appForm:hover {
	background-color: #ff9155;
}
/* 用紙のみの場合 */
#subPage .main table.application dl.dl-pdf dd a.appForm.bt1 {
	margin-right:0;
}

 /* Excel (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf dd a.excelForm {
	margin: 0 10px 0 0;
	background-color: #32ae6a;
	letter-spacing: 0;
}
#subPage .main table.application dl.dl-pdf dd a.excelForm span {
	position:relative; top:0; left: 0em;
}
#subPage .main table.application dl.dl-pdf dd a.excelForm:hover {
	background-color: #217346;
}
 /* word (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf dd a.wordForm {
	margin: 0 10px 0 0;
	background-color:  #467bcb;
	letter-spacing: 0;
}
#subPage .main table.application dl.dl-pdf dd a.wordForm span {
	position:relative; top:0; left: 0em;
}
#subPage .main table.application dl.dl-pdf dd a.wordForm:hover {
	background-color: #2b579a;
}



 /* 共通 */
  /* 用紙 */
#subPage .main a.appBtn {
	padding: 4px 15px;
	background-color: #FEB42E;
/*	border:1px solid #eb6d27;*/
	letter-spacing: 0.6em;
	-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.appBtn span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main a.appBtn:hover {
	background-color: #FD7F08;
}
 /* 記入例 */
#subPage .main a.exBtn {
	padding: 4px 15px;
/*	border:1px solid #679123;*/
	background-color: #BBD02E;
	-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 {
	background-color: #89AA08;
}

 /* Excel */
#subPage .main a.excelBtn {
	padding: 4px 15px;
/*	border:1px solid #679123;*/
	background-color: #32ae6a;
	-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.excelBtn:hover {
	background-color: #217346;
}

 /* Word */
#subPage .main a.wordBtn {
	padding: 4px 15px;
/*	border:1px solid #679123;*/
	background-color: #467bcb;
	-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.wordBtn:hover {
	background-color: #2b579a;
}



/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #ffffff;
	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 {
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #ffffff;
	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 dashed #cccccc;
	background: url(../images/common/list_style_localnav.png) no-repeat 0.4em 1.0em;
	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: 14px 0 14px 1.7em;
	text-decoration: none;
	color: #000000;
}
/* 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_localnav.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: #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:960px;
}
#pageTop a {
	z-index:9999;
	display: block;
	overflow:hidden;
	position: fixed;
	bottom: 0px;
	left: auto;
	margin-left:980px;
	height:40px;
	width: 40px;
	background: url(../images/common/pagetop.png) no-repeat;
	text-indent:-9999px;
	outline:none;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	text-align: left;
	background-color: #ffffff;
}
#footer .footerNav {
	border-bottom: 1px solid #c1c1c1;
/*	background-color: #ededeb;*/
}
#footer ul {
	margin: 0 auto;	
	padding: 5px 0;
}
#footer li {
	display:inline-block;  
	padding: 5px 0;
	font-size: 1.2em; /* =12px */
	background: url(../images/common/list_style_footer.png) no-repeat left center;
}

#footer li a {
	margin: 0 1.2em 0 0;
	padding: 0 0 0 1.4em;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-size:1.3em;
}
#footer table {
	border: 0;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 1.1em; /* =11px */
}
#footer table,
#footer th,
#footer td {
	font-size: 1.1em; /* =11px */
}
#footer th {
	vertical-align: top;
	padding: 4px 4px 0 0;
    width: 140px;
}
#footer td {
	vertical-align: middle;
	padding: 0 4px;
}
#footer td span {
	display: inline-block;
    vertical-align: middle;
}
#footer dl {
	padding: 10px 0;
	font-size: 1.2em; /* =12px */
}
#footer dt {
	margin: 0 1.2em 0 0;
}
#footer dd span {
	display: inline-block;
    vertical-align: middle;
}
#footer .copyRight {
	padding: 14px 0;
	border-top: 1px solid #c1c1c1;
	font-size: 1.0em; /* =10px */
	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 h2 {
	margin: 0 -10px 15px -10px;
	padding: 5px 12px 5px 5px;
	background-color: #ffffff;
	color: #ea7900;	
	line-height: 2.0em;
	border:1px dotted #ffbf7a;
	background-image:none;
}
#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-top: 20px;
	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 #cccccc;
	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 20px 0 20px;
	border: 1px solid #D0E7F7;
	background-color: #EEF7FF;
	-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 {
	float:left;
	margin: 0 25px 15px 0;
	padding: 0 0 0 22px;
	font-size: 1.4em; /* =14px */
	background: url(../images/common/anchor.png) no-repeat 5px center;	
}
#subPage .main .anchorLink li a,#subPage .main .anchorLink li a:visited {
	color: #0000EE;
}
#subPage .main .anchorLink.no-deco li {
	padding-left: 1em;
    text-decoration: none;
    background: none;
    float: none;
    text-indent: -1em;
}


/* Attention
------------------------------------------------------------------- */
/* こんなことにご注意ください */
#subPage .main .attention {
	margin: 10PX 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 .attention  h2 {
	padding: 12px 12px 10px 2.0em;
	border: 1px solid #ffdede;
	background: url(../images/common/attention.png) no-repeat 5px center;
	background-color: #ffffff;
	font-weight: bold;
	color:#ff6868;
}
#subPage .main .attention h2:before {
    display: none;
}
#subPage .main .attention  p{
	font-size: 1.4em; /* =14px */
}

/* 追加スタイル */
.center {
	text-align:center;
}

.red {
	color:#f00;
}



/* 申請書類：リンク2 (tableの中のdl) */
#subPage #content .main table.application dl.dl-pdf2 {
	padding: 0;
	margin: 0;
}
#subPage .main table.application dl.dl-pdf2 + dl {
	border-top:1px dotted #d3d3d3;
}
#subPage .main table.application dl.dl-pdf2:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main table.application dl.dl-pdf2 dt {
	clear: both;
	float: left;
	padding: 8px 0;
	background-color: transparent;
	font-size: 140%;
	color: #000000;
	font-weight: nomarl;
}
#subPage .main table.application dl.dl-pdf2 dd {
	float: right;
	padding: 8px 0;
	font-size: 120%;
	line-height: 2.5;
}
 /* 記入例 (tableの中のdl) */
#subPage .main table.application dl.dl-pdf2 dt {
	font-size: 1.35em;
}
#subPage .main table.application dl.dl-pdf2 dd a {
	margin: 10px 0 0 0;
	padding: 4px 12px;
	background-color: #BBD02E;
/*	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 table.application dl.dl-pdf2 dd a:hover {
	background-color: #85b43a;
}
 /* 用紙 (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf2 dd a.appForm {
	margin: 0 0 10px 0;
	background-color: #FEB42E;
/*	background-color: #f87d39;
	border:1px solid #eb6d27;*/
	letter-spacing: 0.6em;
	font-size:120%;
	padding: 4px 13.5px;

}
#subPage .main table.application dl.dl-pdf2 dd a.appForm span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main table.application dl.dl-pdf2 dd a.appForm:hover {
	background-color: #ff9155;
}
/* 用紙のみの場合 */
#subPage .main table.application dl.dl-pdf2 dd a.appForm.bt1 {
	margin-right:0;
}

 /* Excel (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf2 dd a.excelForm {
	margin: 10px 10px 0 0;
	background-color: #32ae6a;
	letter-spacing: 0.6em;
}
#subPage .main table.application dl.dl-pdf2 dd a.excelForm span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main table.application dl.dl-pdf2 dd a.excelForm:hover {
	background-color: #217346;
}
 /* word (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf2 dd a.wordForm {
	margin: 0 10px 0 0;
	background-color:  #467bcb;
	letter-spacing: 0.6em;
}
#subPage .main table.application dl.dl-pdf2 dd a.wordForm span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main table.application dl.dl-pdf2 dd a.wordForm:hover {
	background-color: #2b579a;
}
 /* - (tableの中のdl)*/
#subPage .main table.application dl.dl-pdf2 dd a.appnon {
	margin: 0 10px 0 0;
	background-color:  #FFFFFF;
	letter-spacing: 0.6em;
	color: #000;
	width: 66px;
	padding: 4px 15px 4px 36.5px;
	
}
#subPage .main table.application dl.dl-pdf2 dd a.appnon span {
	position:relative; top:0; left: 0.4em;
}
#subPage .main table.application dl.dl-pdf2 dd a.appnon:hover {
	background-color: #FFFFFF;
}
 /* 1文字空白　*/
ul.list_style01 li {
    padding-left: 1em;
    text-indent: -1em;
}
.font14 {
    font-size: 14px;
}