@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

li {
	list-style: none;
}

a:link {
	color: #064ab8;
	text-decoration: none;}

a:visited {
	color: #064ab8;
}

a:hover {
	color: #064ab8;
}

a:active {
	color: #064ab8;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	margin: 0 0 25px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	top: 0;
	left: 0;
	width: 95%;
	padding: 7px 3% 2px 2%;
	background-color: #FFF;
	z-index: 10;
	border-top: 2px solid #ffcc22;
}

.gHeader_top_btn {
      background-size: contain;
      background-image: url("/img/common/h_btn06.gif");
      display:block;
      float:right;
      width:68px;
      height:40px;
}

#gHeader h1 {
	float: left;
	width: 76%;
	font-size: 18px;
	line-height: 1.2;
}

#gHeader h1 a {
	color: #000;
}

#gHeader .hBtn {
	float: right;
}

#gHeader .hBtn02 {
	float: right;
	margin-bottom: 4px;
}

#gHeader .hBtn02 a {
	display: block;
	color: #333;
	width: 61px;
	height: 36px;
	font-size: 13px;
	letter-spacing: -1px;
	text-align: center;
	border: 1px solid #ffcc22;
	border-radius: 3px;
	background-color: #ffcc22;
}

#gHeader .hBtn02 img{
	padding-top: 3px;
}

#gHeader.header01 {
	background-color: #ededed;
}

#gHeader.header01 h1 {
	font-size: 15px;
}

#gHeader.header01 .h1Ttl {
	margin-top: 10px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gNavi {

	clear: both;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}

#gNavi li {
	float: left;
	width: 25%;
}

#gNavi li a {
	padding: 5px 0 3px;
	display: block;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	background-color: #ffcc22;
	border-right: 1px solid #FFF;
}

#gNavi li:last-child a {
	border-right: none;
}

#gNavi li a img {
	margin: 0 auto 1px;
	display: block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}

#gFooter .pageTop {
	margin-bottom: 8px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #C2C2C2;
}

#gFooter .pageTop a {
	padding-top: 10px;
	background: url(../../../img/common/icon07.gif) no-repeat center top;
	background-size: 10px 5px;
}

#gFooter .fBox{
	background-color: #EDEDED;
	border-top: 1px solid #C9C9C9;
}

#gFooter .fLogo {
	margin: 0;
	padding: 12px 0 10px 10px;
	width: 250px;
	float: left;
}

#gFooter .fLogo a {
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

#gFooter .corporateTxt a {
	float: right;
	padding: 18px 10px 0 0;
	font-size: 12px;
}

.fClear{
	clear: both;
}
