@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #000;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 0.1em;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		padding-top: 60px;
		padding-bottom: 40px;
		text-align: center;
		/*dont use <h2> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #333;
		font-size: 10px;
		line-height: 21px;
	}
	.cap {
		padding-top: 5px;
	}

	.sp {
		display: none;
	}
	.tb {
		display: none;
	}
@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.tb {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/**
 * 4. Layout
 */
	.wrap {
		position: relative;
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
@media only screen and (max-width: 1200px) {
	.wrap {
		width: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}

	img {
		max-width: 100%;
	}

	#container {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	#containerInner01 {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}
	#containerInner02 {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	}

/* gHeader */
	#gHeader {
		background: #fff;
	}
	#gHeader .wrap {
		padding: 15px 0 20px;
	}
	.siteTitle {
		text-align: left;
	}
	.shldrTxt {
		position: absolute;
		top: 25px;
		left: 140px;
		font-size: 10px;
		line-height: 15px;
		color: #162045;
	}
@media only screen and (max-width: 1200px) {
	#gHeader .wrap {
		padding: 15px 10px 20px;
	}
}
@media only screen and (max-width: 800px) {
	.shldrTxt {
		display: none;
	}
}

	#hNav {
		display: none;
	}
@media only screen and (max-width: 768px) {
	#hNav {
		display: block;
		position: absolute;
		top: 22px;
		right: 10px;
	}
	#hNav li a {
		display: block;
		width: 23px;
		height: 17px;
		cursor: pointer;
	}
	#hNav li a span {
		display: block;
		width: 23px;
		height: 17px;
		background: url(../imgs/icn-menu.png) no-repeat center center;
	}
 	#hNav li a.hdrClose {
 		display: none;
 	}

 	#hNav li#pull.on a span {
 		display: none;
 	}
 	#hNav li#pull.on a.hdrClose {
 		display: block;
		background: url(../imgs/icn-navclose-01.png) no-repeat center center;
 	}

}

	#pNav {
		position: absolute;
		top: 15px;
		right: 0;
	}
@media only screen and (max-width: 1200px) {
	#pNav {
		right: 20px;
	}
}
@media only screen and (max-width: 768px) {
	#pNav {
		display: none;
	}
}

/* gNav */
	#gNav {
		text-align: center;
	}
	#gNav li {
		overflow: hidden;
		position: relative;

		display: inline-block;
		background: url(../imgs/bg-nav.png) no-repeat right top;
	}
	#gNav li a,
	#gNav li strong {
		display: block;
		height: 13px;
		padding: 0 30px 15px;
		text-decoration: none;
		color: #696969;
	}
	#gNav li span,
	#gNav li.Reg {
		display: none;
	}

	#gNav li img {
		vertical-align: top;
	}
	#gNav li .overlay {
		position: absolute;
		bottom: -3px;
		left: 0;
		display: inline-block;
		width: 76%;
		height: 3px;
		margin: 0 12%;
		background-color: #60b5e5;
	}
	#gNav li strong .overlay {
		bottom: 0;
	}

	#gNav li.nav1 a {
		width: 43px;
		background: url(../imgs/nav-01.png) no-repeat top center;
	}
	#gNav li.nav1 a:hover,
	#gNav li.nav1 strong {
		width: 43px;
		background: url(../imgs/nav-01_ov.png) no-repeat top center;
	}
	#gNav li.nav2 a {
		width: 59px;
		background: url(../imgs/nav-02.png) no-repeat top center;
	}
	#gNav li.nav2 a:hover,
	#gNav li.nav2 strong {
		width: 59px;
		background: url(../imgs/nav-02_ov.png) no-repeat top center;
	}
	#gNav li.nav3 a {
		width: 87px;
		background: url(../imgs/nav-03.png) no-repeat top center;
	}
	#gNav li.nav3 a:hover,
	#gNav li.nav3 strong {
		width: 87px;
		background: url(../imgs/nav-03_ov.png) no-repeat top center;
	}
	#gNav li.nav4 a {
		width: 163px;
		background: url(../imgs/nav-04.png) no-repeat top center;
	}
	#gNav li.nav4 a:hover,
	#gNav li.nav4 strong {
		width: 163px;
		background: url(../imgs/nav-04_ov.png) no-repeat top center;
	}
	#gNav li.nav5 a {
		width: 179px;
		background: url(../imgs/nav-05.png) no-repeat top center;
	}
	#gNav li.nav5 a:hover,
	#gNav li.nav5 strong {
		width: 179px;
		background: url(../imgs/nav-05_ov.png) no-repeat top center;
	}
	#gNav li.nav6 {
		background: none;
	}
	#gNav li.nav6 a {
		width: 103px;
		background: url(../imgs/nav-06.png) no-repeat top center;
	}
	#gNav li.nav6 a:hover,
	#gNav li.nav6 strong {
		width: 103px;
		background: url(../imgs/nav-06_ov.png) no-repeat top center;
	}

	#gNav h4 {
		padding: 7px 15px;
		background: #fff;
		text-align: left;
	}

	.areaNav li {
		margin-bottom: 1px;
		background: #3d96d2 url(../imgs/icn-areanav.png) no-repeat 20px 50%;
	}
	.areaNav li a {
		display: block;
		padding: 10px 10px 10px 45px;
		text-decoration: none;
		color: #fff;
	}
	.areaNav li.clrA { background: #6d8acb url(../imgs/icn-areanav.png) no-repeat 20px 50%;}
	.areaNav li.clrB { background: #5da6d1 url(../imgs/icn-areanav.png) no-repeat 20px 50%;}

@media only screen and (max-width: 1200px) {
	#gNav {
		overflow: hidden;
		margin-top: -15px;
	}
	#gNav li {
		width: 33.33%;
		margin-top: 15px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#gNav li.nav3 {
		background: none;
	}
	#gNav li.nav1 a,
	#gNav li.nav2 a,
	#gNav li.nav3 a,
	#gNav li.nav4 a,
	#gNav li.nav5 a,
	#gNav li.nav6 a {
		width: auto;
	}
	#gNav li.nav1 strong,
	#gNav li.nav2 strong,
	#gNav li.nav3 strong,
	#gNav li.nav4 strong,
	#gNav li.nav5 strong,
	#gNav li.nav6 strong,
	#gNav li.nav1 a:hover,
	#gNav li.nav2 a:hover,
	#gNav li.nav3 a:hover,
	#gNav li.nav4 a:hover,
	#gNav li.nav5 a:hover,
	#gNav li.nav6 a:hover {
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	#gNav {
		display: none;
		min-width: auto;
		position: absolute;
		top: 64px;
		left: 0;
		width: 100%;
		height:100%;
		margin-top: 0;
		z-index: 9999;
		background: rgba(255,255,255,0.7);
	}
	#gNav li {
		width: 50%;
		margin-top: 0;
		background: #fff;
		border-top: solid 1px #696969;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#gNav li.nav3,
	#gNav li.nav6 {
		background: #fff;
	}

	#gNav li:nth-child(2n) {
		border-left: solid 1px #696969;
	}
	#gNav li a,
	#gNav li strong {
		display: block;
		width: auto;
		height: auto;
		padding: 8px 10px;
		font-size: 12px;
		line-height: 36px;
	}
	#gNav li span {
		display: block;
	}

	#gNav .areaNav li {
		width: 100%;
		margin-bottom: 0;
		border-top: solid 1px #fff;
		background: #3d96d2 url(../imgs/icn-areanav.png) no-repeat 20px 50%;
		text-align: left;
	}
	#gNav .areaNav li a {
		display: block;
		padding: 5px 10px 5px 45px;
		text-decoration: none;
		color: #fff;
	}
	#gNav .areaNav li.clrA { background: #6d8acb url(../imgs/icn-areanav.png) no-repeat 20px 50%;}
	#gNav .areaNav li.clrB { background: #5da6d1 url(../imgs/icn-areanav.png) no-repeat 20px 50%;}


	#gNav li.nav1 a,
	#gNav li.nav2 a,
	#gNav li.nav3 a,
	#gNav li.nav4 a,
	#gNav li.nav5 a,
	#gNav li.nav6 a {
		width: auto;
		background: none;
	}
	#gNav li.nav1 strong,
	#gNav li.nav2 strong,
	#gNav li.nav3 strong,
	#gNav li.nav4 strong,
	#gNav li.nav5 strong,
	#gNav li.nav6 strong,
	#gNav li.nav1 a:hover,
	#gNav li.nav2 a:hover,
	#gNav li.nav3 a:hover,
	#gNav li.nav4 a:hover,
	#gNav li.nav5 a:hover,
	#gNav li.nav6 a:hover {
		width: auto;
		background: none;
	}
	#gNav li .overlay {
		display: none;
	}

	#gNav li.Reg {
		display: block;
		width: 100%;
		background: #1885be;
	}
	#gNav li.Reg a {
		text-decoration: none;
		color: #fff;
	}
	#gNav li.Reg a span em {
		padding-left: 20px;
		background: url(../imgs/icn-reg.png) no-repeat left center;
		font-style: normal;
	}

	#gNav li.close {
		display: block;
		width: 100%;
		background: #b5b5b5;
		text-align: center;
	}
	#gNav li.close span {
		display: block;
		padding: 5px 10px;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
		color: #fff;
		cursor: pointer;
	}
	.icnClose {
		padding-left: 25px;
		font-style: normal;
		background: url(../imgs/icn-navclose-02.png) no-repeat 0 50%;
	}

	#gNav li.nav5 a,
	#gNav li.nav5 strong {
		line-height: 18px;
	}
}
@media only screen and (max-width: 400px) {
	#gNav li a,
	#gNav li strong {
		font-size: 10px;
		line-height: 30px;
		letter-spacing: 0;
	}
	#gNav li.nav5 a,
	#gNav li.nav5 strong {
		line-height: 15px;
	}
	#gNav li.Reg a,
	#gNav .areaNav li a {
		font-size: 12px;
	}

/*
	#gNav li {
		width: 100%;
	}
	#gNav li:nth-child(2n) {
		border-left: none;
	}
*/
}

/* mainContent */
	#mainContent {
		padding-bottom: 50px;
		background: url(../imgs/bg-maincontent.png) repeat-x top center;
	}

	#mainContent.on {
		opacity: 0.5;
	}

	.bleadList {
		padding: 10px 0;
	}
	.bleadList li {
		display: inline-block;
		font-size: 10px;
		line-height: 15px;
	}
	.bleadList li a {
		margin-right: 10px;
		padding-right: 15px;
		background: url(../../../common/imgs/icn_bread_ar.png) no-repeat right;
		color: #0284c0;
	}

	#contentL {
		float: left;
		width: 920px;
	}

	#contentR {
		float: right;
		width: 240px;
	}
@media only screen and (max-width: 1200px) {
	#contentL {
		width: 76.66%;
	}

	#contentR {
		width: 20%;
	}
}
@media only screen and (max-width: 768px) {
	#contentL {
		width: 100%;
	}
	#contentR {
		display: none;
	}
}

/* gFooter */
	#gFooter {
		margin-top: -10px;
		padding-top: 55px;
		background: url(../imgs/bg-ftr.png) repeat-x center top;
	}

	.pagetop {
		position: fixed;
		bottom: 10px;
		right: 10px;
	}

	#gFooter .clm1 {
		float: left;
		width: 215px;
		padding-top: 185px;
		padding-right: 70px;
		font-size: 10px;
		line-height: 15px;
		color: #162045;
		text-align: center;
	}
	#gFooter .clm1 img {
		vertical-align: middle;
	}
@media only screen and (max-width: 1200px) {
	#gFooter .clm1 {
		float: none;
		width: auto;
		margin-bottom: 60px;
		padding-top: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
	#gFooter .wrap.clmList {
		padding: 0;
	}
	#gFooter .clm1 {
		display: none;
	}
}

	#gFooter .clm2 {
		float: left;
		padding-right: 30px;
		border-right: solid 1px #e5e5e5;
	}

	#gFooter .clm2 dl.w290 {
		width: 290px;
	}
	#gFooter .clm2 dl.w230 {
		width: 230px;
	}
	#gFooter .clm2 dt,
	#gFooter .clm2 dd {
		cursor: pointer;
		padding-left: 15px;
		background: url(../imgs/icn-ftr.png) no-repeat 0 10px;
	}
	#gFooter .clm2 dt {
		margin-top: 40px;
	}

	#gFooter .clm2 dd.noicn {
		padding-left: 0;
		background: none;
	}

	#gFooter .clm2 dt.Reg {
		display: none;
	}

	#gFooter .clm2 dt.first,
	#gFooter .clm2 dd.first {
		margin-top: 0;
	}
	#gFooter .clm2 dt span,
	#gFooter .clm2 dd span {
		display: block;
		font-size: 11px;
		font-weight: normal;
	}
	#gFooter .clm2 dt span.Tab,
	#gFooter .clm2 dd span.Tab,
	#gFooter .clm2 dt a,
	#gFooter .clm2 dd a {
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		color: #444;
	}


	#gFooter .clm2 dt ul li,
	#gFooter .clm2 dd ul li {
		margin-bottom: 0;
		padding-left: 0;
		background: none;
	}
	#gFooter .clm2 dt ul li a,
	#gFooter .clm2 dd ul li a {
		font-size: 11px;
		font-weight: normal;
	}

@media only screen and (max-width: 960px) {
	#gFooter .clm2 .fl {
		float: none;
	}
	#gFooter .clm2 .fl.mr40 {
		margin-right: 0;
	}

	#gFooter .clm2 dl.w290 {
		width: 330px;
	}
	#gFooter .clm2 dl.w230 {
		width: 330px;
	}
	#acMenu1 {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 768px) {
	#gFooter .clm2 dl.w290,
	#gFooter .clm2 dl.w230 {
		width: 100%;
	}

	#gFooter .clm2,
	#gFooter .clm2 .fl {
		float: none;
		padding-right: 0;
		border-right: none;
	}

	#gFooter .clm2 dt {
		width: 100%;
		margin-top: 0;
		background: url(../imgs/icn-ftr.png) no-repeat 30px 25px;
		border-top: solid 1px #ccc;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	#gFooter .clm2 dt span.Tab {
	}

	#gFooter .clm2 dt span,
	#gFooter .clm2 dd {
		display: none;
	}

	#gFooter .clm2 dt span.Tab {
		display: block;
		padding: 15px 0 15px 45px;
		background: url(../imgs/icn-open.png) no-repeat 98% 50%;
	}
	#gFooter .clm2 dt.active span.Tab {
		display: block;
		padding: 15px 0 15px 45px;
		background: url(../imgs/icn-close.png) no-repeat 98% 50%;
	}

	#gFooter .clm2 dt a {
		display: block;
		padding: 15px 0 15px 45px;
	}
	#gFooter .clm2 dd ul {
		display: block;
		padding: 10px 0;
		border-top: solid 1px #ccc;
	}

	#gFooter .clm2 dd ul li a {
		padding: 3px 0 3px 30px;
	}

	#gFooter .clm2 dt.Reg {
		display: block;
		background: #2484ba url(../imgs/icn-reg.png) no-repeat 30px 22px;
	}
	#gFooter .clm2 dt.Reg a {
		color: #fff;
	}

	#acMenu1 {
		margin-bottom: 0;
	}
	#acMenu2 {
		border-bottom: solid 1px #ccc;
	}
}


	#gFooter .clm3 {
		float: right;
		width: 280px;
		text-align: center;
	}
	#gFooter .clm3 li {
		margin-bottom: 15px;
	}
	#gFooter .clm3 li.last {
		margin-bottom: 0;
	}
	#gFooter .clm3 li img {
		vertical-align: top;
	}
@media only screen and (max-width: 768px) {
	#gFooter .clm3 {
		float: none;
		width: auto;
		padding: 0 20px 20px;
		text-align: center;
	}
}

	#gFooter #CopyrightArea {
		margin-top: 40px;
		padding: 20px 0;
		border-top: solid 1px #e5e5e5;
		font-size: 10px;
	}

	#gFooter #CopyrightArea li {
		display: inline-block;
		margin-right: 20px;
		padding-right: 20px;
		border-right: solid 1px #ccc;
		vertical-align: middle;
	}
	#gFooter #CopyrightArea li.last {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	#gFooter #CopyrightArea li a {
		text-decoration: none;
		font-size: 11px;
		color: #8d8d8d;
	}
@media only screen and (max-width: 768px) {
	#gFooter #CopyrightArea {
		margin-top: 0;
		padding: 25px 0 0;
		border: none;
	}
	#gFooter #CopyrightArea .wrap {
		padding: 0;
	}
	#gFooter #CopyrightArea .fl,
	#gFooter #CopyrightArea .fr {
		float: none;
	}
	#gFooter #CopyrightArea .fr {
		margin-bottom: 20px;
	}

	#gFooter #CopyrightArea {
		text-align: center;
	}
	#gFooter #CopyrightArea li {
		display: block;
	}
	#gFooter #CopyrightArea li {
		display: block;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	#gFooter #CopyrightArea li.last {
		display: none;
	}

	#copyright {
		padding: 10px;
		background: #26247b;
		color: #fff;
	}
}


/* fNav */
	#fNav {
		color: #666666;
		font-size: 13px;
	}
	#fNav li {
		letter-spacing: 1px;
	}
	#fNav a {
		/*color: #003593;*/
	}
	#fNav a:hover {
		/*color: #f60;*/
	}
	#fNav strong {
		/*color: #003593;*/
		font-weight: bold;
	}
	#fNav span {
		/*color: #cccccc;*/
	}

/* title */
	.titleA {
		font-size: 24px;
	}
/*
	.titleA span.min {
		font-family: serif;
	}
*/
	.titleB {
		font-size: 18px;
	}
	.titleC {
		font-size: 14px;
	}
	.titleA span,
	.titleB span,
	.titleC span {
		display: none;
	}
	span.gold {
		color:#ac892f !important;
	}
	span.green {
		color:#345906 !important;
	}
	span.white {
		color:#fff !important;
	}
	.text {
	}
	.titleA span sup,
	.titleB span sup,
	.titleC span sup {
		font-size: 10px;
	}
@media only screen and (max-width: 768px) {
	.titleA img,
	.titleB img,
	.titleC img {
		display: none;
	}
	.titleA span,
	.titleB span,
	.titleC span {
		display: block;
	}
	.text br{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.titleA {
		font-size: 18px;
	}
	.titleB {
		font-size: 16px;
	}
	.titleC {
		font-size: 12px;
	}
}

/* yet */
img#foractive{ display : inline; }
img#foryet{ display : none; }
.yet { opacity : 0.5; cursor : default;}
.yet img#foractive{ display : none; }
.yet img#foryet{ display : inline; }

.cap .text_red {
	color: #c80707;
}
