@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
 */
html {
	overflow-x: hidden;
}
	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: #333;
		text-decoration: none;
	}
	a:visited {}
	a:hover {
		color: #333;
		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: 599px) {
	.pc {
		display: none;
	}
	.tb {
		display: block;
	}
	.sp {
		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;
	}
	.wrap--narrow {
		width: 880px;
	}
@media only screen and (max-width: 1200px) {
	.wrap {
		width: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	.wrap--narrow {
		width: 880px;
		padding-right: 0;
		padding-left: 0;
	}
}
@media only screen and (max-width: 880px) {
	.wrap--narrow {
		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;
	}
	.shldrTxt br {
		display: none;
	}
@media only screen and (max-width: 1200px) {
	#gHeader .wrap {
		padding: 15px 10px 20px;
	}
	.shldrTxt br {
		display: block;
	}
}
@media only screen and (max-width: 900px) {
	.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: 170px;
		display: none;
	}
@media only screen and (max-width: 1200px) {
	#pNav {
		right: 170px;
	}
}
@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 .current {
		bottom: 0;
	}

	#gNav li .current .overlay {
		bottom: 0px;
	}

	#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 .current,
	#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 .current,
	#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 .current,
	#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 .current,
	#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 .current,
	#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 .current,
	#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,
	#gNav li.nav1 .current,
	#gNav li.nav2 .current,
	#gNav li.nav3 .current,
	#gNav li.nav4 .current,
	#gNav li.nav5 .current,
	#gNav li.nav6 .current {
		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: #3d96d2 url(../imgs/icn-areanav.png) no-repeat 20px 50%;}
	#gNav .areaNav li.clrB { background: #3d96d2 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,
	#gNav li.nav1 .current,
	#gNav li.nav2 .current,
	#gNav li.nav3 .current,
	#gNav li.nav4 .current,
	#gNav li.nav5 .current,
	#gNav li.nav6 .current {
		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;*/
	}

	#gNav li.nav5,
	#gNav li.nav6 {
		border-bottom: solid 1px #696969;
	}
}

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


/* hdrLogo */
.hdrLogo {
		position: absolute;
		top: 15px;
		right: 0;
}
@media only screen and (max-width: 768px) {
	.hdrLogo {
		display: none;
	}
}


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

	#mainContent.on {
		opacity: 0.5;
	}

	#BleadList {
		background-color: #f8f8f8;
	}
	.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(../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: 250px;
	}
	#gFooter .clm2 dt,
	#gFooter .clm2 dd {
		cursor: pointer;
	}
	#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 a {
		padding-left: 13px;
		background: url(../imgs/icn-ftr.png) no-repeat 0 2px;
	}
	#gFooter .clm2 dt a:hover {
		background: url(../imgs/icn-ftr_ov.png) no-repeat 0 2px;
	}


	#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.mr40 {
		margin-right: 0;
	}

	#gFooter .clm2 dl.w290 {
		width: 189px;
	}
	#gFooter .clm2 dl.w230 {
		width: 189px;
	}
	#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;
		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,
	#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;
		transition: 0.5s;
	}
	#gFooter #CopyrightArea li a:hover {
		color: #dfdfdf;
	}
@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:first-child {
		margin-bottom: 15px;
	}
	#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: #60b5e5;*/
	}
	#fNav a:hover {
		color: #60b5e5;
	}
	#fNav strong {
		color: #60b5e5;
		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;
	}
}

/* clmBox */
	.clmBox {
		overflow: hidden;
	}
	.clmBox > li,
	.clmBox > div {
		position: relative;
		float: left;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.clmBox > div span.icn {
		position: absolute;
		top: 0;
		left: 0;
	}

	.clmBox.col2 {
		margin-left: -1.33%;
	}
	.clmBox.col2 > div {
		width: 48.67%;
		margin-left: 1.33%;
	}

	.clmBox.col3 {
		margin-left: -1.17%;
	}

	.clmBox.col3 > li,
	.clmBox.col3 > div {
		width: 32.16%;
		margin-left: 1.17%;
	}
	.clmBox.col3 > div.db {
		width: 65.49%;
	}

	.clmBox.col4 {
		margin-left: -1.5%;
	}
	.clmBox.col4 > div {
		width: 23.5%;
		margin-left: 1.5%;
	}
	.clmBox.col4 > div img.image {
		width: 100%;
		max-width: 100%;
	}
@media only screen and (max-width: 960px) {
	.clmBox.col4 {
		margin-top: -30px;
	}
	.clmBox.col4 > div {
		width: 48%;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.clmBox.col3 {
		margin-top: -30px;
		margin-left: 0;
	}
	.clmBox.col3 > li,
	.clmBox.col3 > div {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}
	.clmBox.col3 > div.db {
		width: auto;
	}
}
@media only screen and (max-width: 640px) {
	.clmBox.col4 {
		margin-top: -30px;
		margin-left: 0;
	}
	.clmBox.col4 > div {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}

	.clmBox.col2 {
		margin-top: -30px;
		margin-left: 0;
	}
	.clmBox.col2 > div {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}
}


#gNav li.responsiveSpView,
.responsiveSpView        {display:none;}
@media only screen and (max-width: 768px) {
  .responsivePcView{display:none!important;}
  #gNav li.responsiveSpView,
  .responsiveSpView         {display:block;}

  #gNav li.responsiveSpView   {width:100%;margin-bottom:0;border-top:solid 1px #fff;text-align:left;background: #0284c0 url(../imgs/icn-areanav.png) no-repeat 20px 50%;}
  #gNav li.responsiveSpView a {display:block;padding:5px 10px 5px 45px;text-decoration:none;color:#fff;}
  #gNav li.responsiveSpLogin  {background: #28247c url(../imgs/icn-areanav.png) no-repeat 20px 50%;}
  #gNav li.responsiveSpLogout {background: #3288A9 url(../imgs/icn-areanav.png) no-repeat 20px 50%;}
}


#gFooter .clm2 dt span.Tab:hover, #gFooter .clm2 dd span.Tab:hover, #gFooter .clm2 dt a:hover, #gFooter .clm2 dd a:hover {
	transition: 0.2s;
	color: #5fc0ff;
}

.Tab .ftrCurrent{
	background: url(../imgs/icn-ftr_ov.png) no-repeat 0 2px !important;
}

.ftrCurrent {
	color: #5fc0ff !important;
}

.imgesOpac img{
	transition: 0.5s;
}

.imgesOpac img:hover{
	opacity: 0.7;
}

.hoverrr {
	background: rgba(255,255,255,0.6);
	width: 100%;
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}

.hoverrr02 {
	background: rgba(255,255,255,0.6);
	width: 100%;
	height: 230px;
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}

@media screen and (max-width: 1200px){
	.hoverrr02 {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#gFooter .clm2 dt a {
		padding-left: 13px;
		background: url(../imgs/icn-ftr.png) no-repeat 3px center;
	}
	#gFooter .clm2 dt a:hover {
		background: url(../imgs/icn-ftr_ov.png) no-repeat 3px center;
	}

	.Tab .ftrCurrent{
		background: url(../imgs/icn-ftr_ov.png) no-repeat 3px center !important;
	}
}

#imageGray {
	transition: 0.5s;
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
}

#imageGray:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
}

.imageopacity img{
	transition: 0.5s;
}

.imageopacity img:hover{
	opacity: 0.8;
}

/*イベントアンケートプレゼント物件メニュー*/
.list-nav{
  width:1200px;
  margin:30px auto 30px;
  display:table;
}
.list-nav li{
  display:table-cell;
  vertical-align:middle;
}

.list-nav a{
  height:60px;
  width:400px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  background:#0284C0;
  color:#fff;
  border-right:1px solid #fff;
	text-decoration:none;
	transition: 0.7s ease-in-out;
 }
 .list-nav a.current{
	background:#28247C;
}
.list-nav li:first-child a{
  border-left:1px solid #fff;
}
.list-nav a:hover{
	background:#28247C;
	transition: opacity 0.3s ease-out;
}


/*.list-nav li a:hover{
  opacity:0.5;
	transition: opacity 0.7s ease-out;
}*/
@media screen and (max-width: 768px){
.list-nav{
  width:100%;
  margin:0 auto 50px;
  display:block;
}
.list-nav li{
  display:table;
  width:100%;
}
.list-nav a{
  height:50px;
  width:100%;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  background:#0284C0;
  color:#fff;
  border-right:none;
  border-bottom:solid 1px #fff;
}
.list-nav li:first-child a{
  border-left:none;
  border-top:solid 1px #fff;
}
}
