@charset "utf-8";

/* PC：style_sp.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;
}
#header .inner,
#globalNav .inner,
#footer .inner {
	width: auto;
}

/* トップページ */
#home #content .inner {
	width: auto;
}
#home #content .main {
	width: auto;
}
/* 下層ページ */
#subPage #content .inner {
	width: auto;
}
#subPage #content .main {
	width: auto;
}
/* 下層ページ：申請書ダウンロード / 個人情報保護規程 */
#subPage.writtenApplication #content .main,
#subPage.protection #content .main {
	width: auto;
}
#subPage #content .side {
	width: auto;
}
/* フッタナビ */
#footer .footerNav ul {
	width: auto;
}

#footer address dd span {
	display:block;
}

/*  Space
------------------------------------------------------------------- */
#subPage .main h1,
#subPage .main h2 {
	margin-bottom: 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: 15px;
}
/* セクション */
#subPage .main section  {
	padding-bottom: 10px;
}
#subPage .main section + section  {
	padding-top: 20px;
	border-top :1px dotted #cccccc;
}
#subPage .main ul.pageLink + section {
	padding-top: 5px;
}
#subPage .main h1 + p {
	margin-bottom: 20px;
}
/* table + notes */
#subPage .main table + ul.notes {
	margin-top: -10px;
}
/* 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 {
	height:65px;	
	border-bottom: 1px solid #c1c1c1;
	background-color:#f9f6f3;
}
/* Logo */
#header p img {
	position: relative; top:12px; left:0px;
	max-width: 95%;
	height: auto;
}
#header p.qr_img {
    display: none;
}
/* Utility */
#header .utility {
	display: none;
}
/* Font Size Change */
#header .utility .sizeChange dt {
}
/* Site Search → #sidr-rightに移動 */
#sidr-right form {
	position:relative;
	margin: 10px 20px 10px 20px;
	padding: 0 0 0 10px;
        height: 28px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#sidr-right form #search_key{
	width: calc(100% - 40px) !important;
	/* height: 21px !important; */
	font-size: 1em !important;
        box-sizing: border-box;
}
#sidr-right #cse-search-box input[type="text"] {
	padding: 4px 0;
        height: 20px;
	width: 85%;
	border:none !important;
	background-color:transparent;
	font-size: 1.4em; /* =14px */
}
#sidr-right #cse-search-box input[type="text"]:focus {
        outline: 0;
}
#sidr-right #cse-search-box input[type="submit"] {
	position:absolute; top: -1px; right:5px;
	overflow:hidden;
        height: 28px;
	width: 28px;
	text-indent: -99px;
	border: 0 none;
	background: url("../images/common/icon_search.png") no-repeat center center;
	-webkit-appearance: none;
}

/* MENU */
#header .menuBtn {
	z-Index: 99999;
	position:absolute; top:-2px; right:10px;
	text-align: center;
	list-style: none;
	font-size: 1.0em; /* =10px */
	letter-spacing: 0.1em;
	text-align: center;
	color:#000000;
}
#header .menuBtn a {
	display: block;
	height: 17px;
	width: 48px;
	padding: 35px 0 0 0;
	border:1px solid #547B51;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#ffffff;
	text-decoration: none;
}
#header .menuBtn a,
#header .menuBtn a.active {
	background: #608c5c url(../images/sp/menu.png) no-repeat center 6px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#header .menuBtn a,
	#header .menuBtn a.active {
		background: #608c5c url(../images/sp/menu@2x.png) no-repeat center 6px;
		-moz-background-size: auto 50%;
		-webkit-background-size: auto 50%;
		background-size: auto 50%;
	}
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	background-color: #5e5e5e;
}
#globalNav nav {
}	
#globalNav nav ul {
    padding: 10px 0 0 0;
	display: none;
}
#globalNav nav li {
	background: #5e5e5e url(../images/common/list_style_arrow_white.png) no-repeat 98% center;
	font-size: 1.4em; /* =14px */
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#globalNav nav li {
		background: #5e5e5e url(../images/common/list_style_arrow_white@2x.png) no-repeat 98% center;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}
}
#globalNav nav li:first-child {
   border-top: none;
}
#globalNav nav li + li {
	border-top: 1px solid #727171;
}
#globalNav nav li a {
	display: block;
    padding: 8px 10px;
	color: #ffffff;
	text-decoration: none;
}

/* Content
------------------------------------------------------------------ */
#content {
	background-color: #f8f8f8;
}
/* トップページ */
#home #content .main {
}
#home #content .side ul {
    padding: 5px 10px;
    border: 1px solid #C1C1C1;
    background-color: #FFF;
    border-radius: 0px 0px 4px 4px;
	margin:10px 10px 0;
	text-align:center;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home #content .side dl {
    padding: 5px 10px;
    border: 1px solid #C1C1C1;
    background-color: #FFF;
    border-radius: 0px 0px 4px 4px;
	margin:10px 10px 0;
	text-align:center;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home #content .side .sidebox01 {
	background:#c0ef89;
	border:#a0ce63 1px solid;
}
#home #content .side .sidebox02 {
	background:#e8f5ec;
	border:#fff 1px solid;
}
#home #content .side li {
}

#home #content .side li img{
	max-width:235px;
	width:100%;
}

/* 下層ページ */
#subPage #content .main {
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#subPage #content .side {
}
#subPage #content .inner {
}
#subPage #content .inner:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* Category Img */
/* SP：テキスト表示 */
#subPage #content .categoryImg {
}
/* 下層ページ */
#subPage #content {
}
/* 
#subPage #content .categoryImg {
	overflow: hidden;
	width: auto;
	background-color: #f8f8f8;
}
*/
#subPage #content .categoryImg div {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 70px;
	width: auto;
	font-size: 2.0em; /* =20px */
	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 div,
#subPage #content .categoryImg.healthPromotion div,
#subPage #content .categoryImg.insuranceCertificate div,
#subPage #content .categoryImg.consultation div,
#subPage #content .categoryImg.lifescene div,
#subPage #content .categoryImg.writtenApplication div,
#subPage #content .categoryImg.structureInsurance div,
#subPage #content .categoryImg.care div,
#subPage #content .categoryImg.protection div,
#subPage #content .categoryImg.qa div,
#subPage #content .categoryImg.link div,
#subPage #content .categoryImg.sitemap div,
#subPage #content .categoryImg.news div {
	-moz-background-size: 50% auto;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
}
#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: 28%;
	margin: 0 10px;
}

/* Common Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.8em; /* =18px */
	color: #608c5c;	
	font-weight: bold;
}
#subPage .main h1 span {
	display: inline-block;
	padding: 0.2em 0.5em 0.1em 0.5em;
	border-left:4px solid #8FB58C;
}
#subPage .main h2 {
	padding: 5px 10px 2px 5px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 3px solid #608c5c;
	border-left: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.6em; /* =16px */
	color: #496A46;	
	font-weight: bold;
}
#subPage .main h2 span {
	display: inline-block;
	padding: 0.1em 0.5em;
}
#subPage .main h2 span small {
	font-weight: normal;
}
#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: 6px;
	border-left: 1px solid #cccccc;
	background-color: #c0ef89;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
#subPage .main table td {
	padding: 6px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}
#subPage .main table.organization {
	font-size:0.8rem;
}
#subPage .main table td.left {
	vertical-align: baseline;
	text-align: left;
}
/* ボーダー追加 */
#subPage .main table .borTop {
	border-top: 1px solid #cccccc;
}
/* ボーダー削除 */
#subPage .main table .noborTop {
	border-top: none;
}

table.wrtApp td, table.wrtApp th {
	font-size:0.8rem;
}

/* 改行禁止 */
#subPage .main .noBr {
}
#subPage .main .noBrCnt {
	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: 15px;
}
/* もっと詳しく：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;
	font-size:1.4em;
}
#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: 15px;
}
/*  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{
	margin-bottom: 15px;
}
#subPage .main ul.discList02 li:not(:last-child){
	padding: 0 0 10px 18px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main ul.discList li {
		background: url(../images/common/list_style_disc_gray@2x.png) no-repeat 0 2px;
		-moz-background-size: auto 15px;
		-webkit-background-size: auto 15px;
		background-size: auto 15px;
	}
}
/*  List：数字（順番） */
#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: 0.8em 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: #e97411;
	font-weight: bold;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .moreLink h3 {
		padding: 8px 0 2px 30px;
		background: url(../images/common/icon_more@2x.png) no-repeat 3px center;
		-moz-background-size: auto 65%;
		-webkit-background-size: auto 65%;
		background-size: auto 65%;
	}
}
#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 28px 6px 10px;
	background: url(../images/common/close_gray.png) no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color: #e97411;
	font-weight: bold;
	cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .moreLink dt {
		background: url("../images/common/close_gray@2x.png") no-repeat 98% center;
		-moz-background-size: auto 20px;
		-webkit-background-size:auto 20px;
		background-size: auto 20px;
	}
}
#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_gray.png) no-repeat 98% center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .moreLink dt.close {
		background: url("../images/common/close_gray@2x.png") no-repeat 98% center;
		-moz-background-size: auto 20px;
		-webkit-background-size:auto 20px;
		background-size: auto 20px;
	}
}
#subPage .main .moreLink dt.open {
	background: url(../images/common/open_gray.png) no-repeat 98% center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .moreLink dt.open  {
		background: url("../images/common/open_gray@2x.png") no-repeat 98% center;
		-moz-background-size: auto 20px;
		-webkit-background-size:auto 20px;
		background-size: auto 20px;
	}
}
#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 0 0 0;
}

/* 20220920 nishikawa add  */
#subPage .main .moreLink .term li {
	font-size: 1.4em;
}

 /* 必要書類 */
#subPage .main .imtDoc {
	border: 1px solid #cccccc;
}
#subPage .main .imtDoc:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .imtDoc > dt {
	padding: 5px 0 0 0;
	background-color: #cfe1f6;
	font-size: 1.3em; /* =13px */
	color: #496A46;
	text-align: center;
	vertical-align: middle;
}
 #subPage .main .imtDoc > dt span small {
	display:block;
	padding: 0 0 5px 0;
}
 /* 必要書類：表組 */
#subPage .main .imtDoc > dd {
	background-color: #ffffff;
}
#subPage .main .imtDoc dd > ul {
}
#subPage .main .imtDoc dd > ul > li {
	clear: both;
	padding: 5px 10px;
	border-top:1px dotted #cccccc;
	font-size: 1.3em; /* =13px */
}
#subPage .main .imtDoc li:first-child {
	border-top:none;
}
 /* 必要書類：ファイルリンク */
 #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;
}

/* Icon */
/* 内部リンク */
#subPage .main ul.pageLink a[href$=".html"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 14px;
	background-size:15px 15px !important;
}
#subPage .main ul.pageLink a[href^="../"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 14px;
	background-size:15px 15px !important;
}
/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"], #subPage .main ul.pageLink a[href^="https://"] {
	background: url(../images/common/icon_external.png) no-repeat 20px 10px;
}
/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"] {
	background: url(../images/common/icon_pdf.png) no-repeat 20px 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 20px 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 20px 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: 43px;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main ul.pageLink a[href$=".html"],
	#subPage .main ul.pageLink a[href^="../"] {
		background: url(../images/common/icon_link@2x.png) no-repeat 20px 8px;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #ffffff;
}
/* カテゴリ：タイトル */
#subPage .localNav p {
	background-color: #608c5c;
	font-size: 1.4em; /* =14px */
	color: #ffffff;	
	text-align: center;
}
#subPage .localNav p span {
	font-weight: bold;
}
#subPage .localNav p a {
	display: block;
	padding: 8px 0 6px 0;
	color: #ffffff;
	text-decoration: none;
}
#subPage .localNav li {
	border-top: 1px solid #cccccc;
	background: url(../images/common/list_style_localnav.png) no-repeat 0.5em 0.7em;
	font-size: 1.4em; /* =14px */
	line-height: 1.3;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .localNav li {
		background: url(../images/common/list_style_localnav@2x.png) no-repeat 0.5em 0.7em;
		-moz-background-size: auto 15px;
		-webkit-background-size: auto 15px;
		background-size: auto 15px;
	}
}
#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: 10px 0 10px 1.8em;
	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 {
	display: none;
 }

/* PageTop
------------------------------------------------------------------ */
#pageTop {
	position:relative;
	width: auto;
}
#pageTop a {
	z-index:9999;
	display: block;
	overflow:hidden;
	position: relative;
	bottom: 0px;
	right: 10px;
	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 {
	border-top: 1px solid #c1c1c1;
	background-color: #ececec;
	text-align: left;
	padding: 15px 0 5px 0;
}
#footer .footerNav {
}
#footer ul {
	margin: 0 10px;	
	border:1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#footer ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#footer li {
	float: left;
	width: 50%;
	border-bottom:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 97% 0.6em;
	font-size: 1.2em; /* =12px */
	margin: 0 0 0 -1px;	
}
#footer li:nth-child(2n) {
	border-right:none;
}
#footer li:last-child {
	border-bottom:none;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#footer li  {
		background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 97% 0.6em;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#footer li:first-child,
#footer li:first-child + * {
	border-top: none;
}
#footer li a {
	display: block;  
	padding: 8px 0 8px 1.0em;
	text-decoration: none;
	color: #000000;
}


#footer dl {
	margin: 0 10px;	
	padding: 10px 0;
	font-size: 1.2em; /* =12px */
}
#footer dt {
	margin: 0 1.2em 0 0;
}
#footer .copyRight {
	padding: 10px 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;}

/* 右寄せ */
.txtRight {text-align:right !important;}
/* 左寄せ */
.txtLeft {text-align:left !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;
}


/* fluid image
------------------------------------------------- */
.fluid_img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* IE8 */
}

.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;
}