@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)
 * **************************************************
 */
 
 
.clearfloat {
     clear:both; 
     height:0; 
     font-size: 1px; 
     line-height: 0px; 
} 


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

/*  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:90px;	
	/*border-bottom: 1px solid #c1c1c1;
	background-color: #FFFFFF;*/
}
/* Logo */
#header p img {
	position: relative; top:12px; left:0px;
	max-width: 95%;
	height: auto;
}
/* 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 #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: -70px;
	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 #f05a8b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#ffffff;
	text-decoration: none;
}
#header .menuBtn a,
#header .menuBtn a.active {
	background: #f05a8b 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: #f05a8b 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 .inner .logo {
	text-align:center;
	padding-top:10px;
}
#home #content .inner .logo img {
	width:90%;
	margin-bottom:10px;
}
/* 下層ページ */
#subPage #content .main {
	margin: 0;
	padding: 0;
}
#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&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: #1c60ad;	
	font-weight: bold;
}
#subPage .main h1 span {
	display: inline-block;
	padding: 0.2em 0.5em 0.1em 0.5em;
	border-left:4px solid #9bbde3;
}
#subPage .main h2 {
	text-align:center;
}
#subPage .main h2 img {
	width:98%;
}

#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 > p,
#subPage .main section > p {
	font-size: 1.4em; /* =14px */
	line-height: 1.8;
}
#subPage .main p.yosanHonbun {
	font-size:1.5em;
	text-align:center;
	width:98%;
}
/* 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: #e1eefe;
	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 .borTop {
	border-top: 1px solid #cccccc;
}
/* ボーダー削除 */
#subPage .main table .noborTop {
	border-top: none;
}
/* 改行禁止 */
#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 */
}
/* もっと詳しく：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 */
}
/*  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 */
}
@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 {
	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;
}
@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;
}

 /* 必要書類 */
#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: #1c60ad;
	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 10px;
}
#subPage .main ul.pageLink a[href^="../"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 10px;
}
/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"] {
	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.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: #377bc7;
	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:50px;
	width: 50px;
	background:	url(../images/common/btn_pagetop.png) top left no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: -9999px;
	outline: none;
}


/* Footer
------------------------------------------------------------------ */
#footer {
	color:#FFF;
	/*border-top: 1px solid #c1c1c1;*/
	background-color: #333333;
	text-align: left;
	padding: 0 0;
	margin: 20px 0 0 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 + li {
	margin: 0 0 0 -1px;	
	border-left:1px solid #c1c1c1;
}
#footer li {
	float: left;
	width: 50%;
	border-top:1px solid #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 97% 0.6em;
	font-size: 1.2em; /* =12px */
}
@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;
}
