@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body (Font Size)
 * JS (Auto Link)
 * Img
 * Header (Logo / Font Size Change / Site Search)
 * Global Navigation (Nav)
 * Content (Multi Column : Main / Side)
 * Footer
 * No Visual Anchor (Anchor)
 * Print (Accordion : Open)
 * Slide Menu
 * **************************************************
 */

/* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 62.5%;
	line-height: 1.6;
	color:#000000;
}

/* JS：Auto Link（FAQ）
------------------------------------------------------------------ */
/* リンクテキスト */
#subPage .main b a {
	font-weight: normal;
	color:#000000;
}

 /* Img
------------------------------------------------------------------ */
#subPage #content .main p img {
}

 /* Header
------------------------------------------------------------------ */
#header {
	width: 100%;
}
/* Logo */
#header p {
	float: left;
	position:relative; top:6px; left:0px;
}
/* Utility */
#header .utility {
	float: right;
}
/* Font Size Change */
#header .utility .sizeChange {
	float: left;
}
#header .utility .sizeChange dt {
	float: left;
}
#header .utility .sizeChange dd{
	float: left;
}
/* Site Search */
#header .utility .search {
	float: right;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	clear: both;
	width: 100%;
}
#globalNav nav ul {
	list-style: none;	
}
#globalNav nav li {
	float:left;
}

/* Content(Multi Column)
------------------------------------------------------------------ */
#content {
	clear: both;
	position: relative;
	width: 100%;
}
/* トップページ */
#home #content .main {
	float: left;
}
#home #content .side {
	float: right;
}
/* 下層ページ */
#subPage #content .main {
	float: left;
}
#subPage #content .side {
	float: right;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	width: 100%;
	font-size:10px;
}
#footer dl {
}
#footer dt {
}
#footer .copyRight {
	width: 100%;
}

/* No visual Anchor
------------------------------------------------------------------ */
div.novisualAnchor {
	overflow:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}

/* Print (Accordion : Open)
------------------------------------------------------------------ */
@media print {
	/* もっと詳しく・けんぽQ&amp;A */
	#subPage #content .main .moreLink dd,
	#subPage #content .main .qaLink,
	#subPage #content .main .qaLink dd {
		display:block !important;
	}
}

/* Slide Menu
------------------------------------------------------------------ */
.sidr-right {
  display: none;
}

/* txt
------------------------------------------------------------------ */
.txtCenter {text-align:center;}

.att{
	padding-left: 1em;
  	text-indent: -1em;	
	display:block;
}