@import url(./IconFontA.css);
@import url(./jquery.fancybox.css);
@import url(./swiper.css);
@charset "utf-8";

/* // 基本設定 //
----------------------------------------------- */
html, body {
	color:#000;
	-webkit-text-size-adjust: 100%;
	font-size:14px;
	line-height:2.0em;
	background-color:#fff;
    /*font-weight: 300;*/
}
a {
	color:#333;
}
a:not(.nohover):hover {
	color:#555;
}
#Container{
	position:relative;
	width:100%;
}

.cfix:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.cfix {	display: inline-block;}
* html .cfix {	height: 1%;	}
.cfix {	display:block;	}

dl:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
dl {	display: inline-block;}
* html dl {	height: 1%;	}
dl {	display:block;	}

.devPC, .devPCTB {	display:block !important;	}
.devTB {	display:none !important;	}
.devTBSP {	display:none !important;	}
.devSP {	display:none !important;	}

br.devPC, i.devPC, a.devPC, span.devPC, em.devPC, img.devPC, svg.devPC,
br.devPCTB, i.devPCTB, a.devPCTB, span.devPCTB, em.devPCTB, img.devPCTB, svg.devPCTB
 {	display:inline !important;	}

.widthFix{
	width:1100px;
	margin:0 auto;
	display:block;
	box-sizing: border-box;
}

@media screen and (min-width: 841px)  {
	.widthFixPC{
		width:1100px;
		margin:0 auto;
		display:block;
		box-sizing: border-box;
	}
	.wf800{	width:800px !important;	}
	.wf900{	width:900px !important;	}
	.wf1000{	width:1000px !important;	}
	.wf1100{	width:1100px !important;	}
	.wf1150{	width:1150px !important;	}
	.wf1200{	width:1200px !important;	}
	.wf1300{	width:1300px !important;	}
	@media screen and (max-width: 1300px)  {		.wf1300{	width:100% !important;	padding:0 10px;}	}
	.wf1400{		width:1400px !important;	}
	@media screen and (max-width: 1400px)  {	.wf1400{		width:100% !important;	padding:0 10px;	}	}
	.wf1500{		width:1500px !important;	}
	@media screen and (max-width: 1500px)  {	.wf1500{	width:100% !important;	}	padding:0 10px;	}
	.wf1600{		width:1600px !important;	}
	@media screen and (max-width: 1600px)  {	.wf1600{	width:100% !important;	}	padding:0 10px;	}
	.wf1700{		width:1700px !important;	}
	@media screen and (max-width: 1700px)  {	.wf1700{	width:100% !important;	}	padding:0 10px;	}
	.wf1800{		width:1800px !important;	}
	@media screen and (max-width: 1800px)  {	.wf1800{	width:100% !important;	}	padding:0 10px;	}
}
@media screen and (max-width: 840px){
	.widthFix,.widthFixSP{
		width: 100% !important;
		padding:0 15px;
		box-sizing: border-box;
	}
	.widthFixSP10{
		width: 100% !important;
		padding:0 10px;
		box-sizing: border-box;
	}
	.widthFixSP05{
		width: 100% !important;
		padding:0 5px;
		box-sizing: border-box;
	}
}

.widthFix:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.widthFix {	display: inline-block;}
* html .widthFix {	height: 1%;	}
.widthFix {	display:block;	}


svg.wAuto,
img.wAuto {
	width:auto !important;
}
svg,
img{
	vertical-align: bottom;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 840px)  {
	body {
		font-size:14px;
		line-height:1.9em;
	}
	html.iPhone body {
	}
	html.Android body {
	}

	.devPC {	display:none !important;	}
	.devTB {	display:none !important;	}
	.devPCTB {	display:none !important;	}
	.devTBSP {	display:block !important;	}
	.devSP {	display:block !important;	}

	br.devTB,i.devTB,a.devTB,span.devTB,em.devTB,img.devTB,svg.devTB,
	br.devPC,i.devPC,a.devPC,span.devPC,em.devPC,img.devPC,svg.devPC,
	br.devPCTB, i.devPCTB, a.devPCTB, span.devPCTB, em.devPCTB, img.devPCTB, svg.devPCTB
	 {	display:none !important;	}
	br.devTBSP, i.devTBSP, a.devTBSP, span.devTBSP, em.devTBSP,img.devTBSP,svg.devTBSP,
	br.devSP, i.devSP, a.devSP, span.devSP, em.devSP, img.devSP, svg.devSP
	 {	display:inline !important;	}


	.flLeft.clearSP {
		float:none !important;
	}
	.flRight.clearSP {
		float:none !important;
	}
	.spWidthFix{
		width:100%;
		padding-left:15px;
		padding-right:1px;
		box-sizing: border-box;
	 }
	.spWidthFix10{
		width:100%;
		padding-left:10px;
		padding-right:10px;
		box-sizing: border-box;
	 }
	.spWidthFix05{
		width:100%;
		padding-left:5px;
		padding-right:5px;
		box-sizing: border-box;
	 }
	svg,
	img {
		width:100%;
	}

	.svgAuto svg,
	.imgAuto img{
		width: auto !important;
	}
 }
 
#Header {
	position:relative;
	z-index:300;
}
#Footer {
	position:relative;
	z-index:300;
}
#ContentsWrap {
	position:relative;
	z-index:200;
}


/* // margin //
-------------------------------------------------- */
@media screen and (min-width: 841px)  {
	.mat00 {	margin-top: 0 !important; }
	.mat01 {	margin-top: 1px !important; }
	.mat02 {	margin-top: 2px !important; }
	.mat03 {	margin-top: 3px !important; }
	.mat04 {	margin-top: 4px !important; }
	.mat05 {	margin-top: 5px !important; }
	.mat07 {	margin-top: 7px !important; }
	.mat10 {	margin-top: 10px !important; }
	.mat15 {	margin-top: 15px !important; }
	.mat20 {	margin-top: 20px !important; }
	.mat25 {	margin-top: 25px !important; }
	.mat30 {	margin-top: 30px !important; }
	.mat35 {	margin-top: 35px !important; }
	.mat40 {	margin-top: 40px !important; }
	.mat45 {	margin-top: 45px !important; }
	.mat50 {	margin-top: 50px !important; }
	.mat60 {	margin-top: 60px !important; }
	.mat70 {	margin-top: 70px !important; }
	.mat80 {	margin-top: 80px !important; }
	.mat100 {	margin-top: 100px !important; }
	.mat120 {	margin-top: 120px !important; }

	.mab00 {	margin-bottom: 0 !important; }
	.mab01 {	margin-bottom: 1px !important; }
	.mab02 {	margin-bottom: 2px !important; }
	.mab03 {	margin-bottom: 3px !important; }
	.mab04 {	margin-bottom: 4px !important; }
	.mab05 {	margin-bottom: 5px !important; }
	.mab07 {	margin-bottom: 7px !important; }
	.mab10 {	margin-bottom: 10px !important; }
	.mab15 {	margin-bottom: 15px !important; }
	.mab20 {	margin-bottom: 20px !important; }
	.mab25 {	margin-bottom: 25px !important; }
	.mab30 {	margin-bottom: 30px !important; }
	.mab35 {	margin-bottom: 35px !important; }
	.mab40 {	margin-bottom: 40px !important; }
	.mab45 {	margin-bottom: 45px !important; }
	.mab50 {	margin-bottom: 50px !important; }
	.mab60 {	margin-bottom: 60px !important; }
	.mab70 {	margin-bottom: 70px !important; }
	.mab80 {	margin-bottom: 80px !important; }
	.mab100 {	margin-bottom: 100px !important; }
	.mab120 {	margin-bottom: 120px !important; }

	.marAuto {	margin-right: auto !important; }
	.mar00 {	margin-right: 0 !important; }
	.mar01 {	margin-right: 1px !important; }
	.mar02 {	margin-right: 2px !important; }
	.mar03 {	margin-right: 3px !important; }
	.mar04 {	margin-right: 4px !important; }
	.mar05 {	margin-right: 5px !important; }
	.mar07 {	margin-right: 7px !important; }
	.mar10 {	margin-right: 10px !important; }
	.mar15 {	margin-right: 15px !important; }
	.mar20 {	margin-right: 20px !important; }
	.mar25 {	margin-right: 25px !important; }
	.mar30 {	margin-right: 30px !important; }
	.mar35 {	margin-right: 35px !important; }
	.mar40 {	margin-right: 40px !important; }
	.mar45 {	margin-right: 45px !important; }
	.mar50 {	margin-right: 50px !important; }
	.mar60 {	margin-right: 60px !important; }

	.malAuto {	margin-left: auto !important; }
	.mal00 {	margin-left: 0 !important; }
	.mal01 {	margin-left: 1px !important; }
	.mal02 {	margin-left: 2px !important; }
	.mal03 {	margin-left: 3px !important; }
	.mal04 {	margin-left: 4px !important; }
	.mal05 {	margin-left: 5px !important; }
	.mal07 {	margin-left: 7px !important; }
	.mal10 {	margin-left: 10px !important; }
	.mal15 {	margin-left: 15px !important; }
	.mal20 {	margin-left: 20px !important; }
	.mal25 {	margin-left: 25px !important; }
	.mal30 {	margin-left: 30px !important; }
	.mal35 {	margin-left: 35px !important; }
	.mal40 {	margin-left: 40px !important; }
	.mal45 {	margin-left: 45px !important; }
	.mal50 {	margin-left: 50px !important; }
	.mal60 {	margin-left: 60px !important; }

	.malrAuto {	margin-right: auto !important;margin-left: auto !important; }
	.malr00 {	margin-right: 0 !important;margin-left: 0 !important; }
	.malr01 {	margin-right: 1px !important;margin-left: 1px !important; }
	.malr02 {	margin-right: 2px !important;margin-left: 2px !important; }
	.malr03 {	margin-right: 3px !important;margin-left: 3px !important; }
	.malr04 {	margin-right: 4px !important;margin-left: 4px !important; }
	.malr05 {	margin-right: 5px !important;margin-left: 5px !important; }
	.malr07 {	margin-right: 7px !important;margin-left: 7px !important; }
	.malr10 {	margin-right: 10px !important;margin-left: 10px !important; }
	.malr15 {	margin-right: 15px !important;margin-left: 15px !important; }
	.malr20 {	margin-right: 20px !important;margin-left: 20px !important; }
	.malr25 {	margin-right: 25px !important;margin-left: 25px !important; }
	.malr30 {	margin-right: 30px !important;margin-left: 30px !important; }
	.malr35 {	margin-right: 35px !important;margin-left: 35px !important; }
	.malr40 {	margin-right: 40px !important;margin-left: 40px !important; }
	.malr45 {	margin-right: 45px !important;margin-left: 45px !important; }
	.malr50 {	margin-right: 50px !important;margin-left: 50px !important; }
	.malr60 {	margin-right: 60px !important;margin-left: 60px !important; }
	.malr70 {	margin-right: 70px !important;margin-left: 70px !important; }
	.malr80 {	margin-right: 80px !important;margin-left: 80px !important; }

	.pcMat00 {	margin-top: 0 !important; }
	.pcMat01 {	margin-top: 1px !important; }
	.pcMat02 {	margin-top: 2px !important; }
	.pcMat03 {	margin-top: 3px !important; }
	.pcMat04 {	margin-top: 4px !important; }
	.pcMat05 {	margin-top: 5px !important; }
	.pcMat07 {	margin-top: 7px !important; }
	.pcMat10 {	margin-top: 10px !important; }
	.pcMat15 {	margin-top: 15px !important; }
	.pcMat20 {	margin-top: 20px !important; }
	.pcMat25 {	margin-top: 25px !important; }
	.pcMat30 {	margin-top: 30px !important; }
	.pcMat35 {	margin-top: 35px !important; }
	.pcMat40 {	margin-top: 40px !important; }
	.pcMat45 {	margin-top: 45px !important; }
	.pcMat50 {	margin-top: 50px !important; }
	.pcMat60 {	margin-top: 60px !important; }
	.pcMat70 {	margin-top: 70px !important; }
	.pcMat80 {	margin-top: 80px !important; }
	.pcMat100 {	margin-top: 100px !important; }
	.pcMat120 {	margin-top: 120px !important; }

	.pcMab00 {	margin-bottom: 0 !important; }
	.pcMab01 {	margin-bottom: 1px !important; }
	.pcMab02 {	margin-bottom: 2px !important; }
	.pcMab03 {	margin-bottom: 3px !important; }
	.pcMab04 {	margin-bottom: 4px !important; }
	.pcMab05 {	margin-bottom: 5px !important; }
	.pcMab07 {	margin-bottom: 7px !important; }
	.pcMab10 {	margin-bottom: 10px !important; }
	.pcMab15 {	margin-bottom: 15px !important; }
	.pcMab20 {	margin-bottom: 20px !important; }
	.pcMab25 {	margin-bottom: 25px !important; }
	.pcMab30 {	margin-bottom: 30px !important; }
	.pcMab35 {	margin-bottom: 35px !important; }
	.pcMab40 {	margin-bottom: 40px !important; }
	.pcMab45 {	margin-bottom: 45px !important; }
	.pcMab50 {	margin-bottom: 50px !important; }
	.pcMab60 {	margin-bottom: 60px !important; }
	.pcMab70 {	margin-bottom: 70px !important; }
	.pcMab80 {	margin-bottom: 80px !important; }
	.pcMab100 {	margin-bottom: 100px !important; }
	.pcMab120 {	margin-bottom: 120px !important; }

	.pcMalrAuto {	margin-right: auto !important;margin-left: auto !important; }

	.pcMarAuto {	margin-right: auto !important; }
	.pcMar00 {	margin-right: 0 !important; }
	.pcMar01 {	margin-right: 1px !important; }
	.pcMar02 {	margin-right: 2px !important; }
	.pcMar03 {	margin-right: 3px !important; }
	.pcMar04 {	margin-right: 4px !important; }
	.pcMar05 {	margin-right: 5px !important; }
	.pcMar07 {	margin-right: 7px !important; }
	.pcMar10 {	margin-right: 10px !important; }
	.pcMar15 {	margin-right: 15px !important; }
	.pcMar20 {	margin-right: 20px !important; }
	.pcMar25 {	margin-right: 25px !important; }
	.pcMar30 {	margin-right: 30px !important; }
	.pcMar35 {	margin-right: 35px !important; }
	.pcMar40 {	margin-right: 40px !important; }
	.pcMar45 {	margin-right: 45px !important; }
	.pcMar50 {	margin-right: 50px !important; }
	.pcMar60 {	margin-right: 60px !important; }

	.pcMalAuto {	margin-left: auto !important; }
	.pcMal00 {	margin-left: 0 !important; }
	.pcMal01 {	margin-left: 1px !important; }
	.pcMal02 {	margin-left: 2px !important; }
	.pcMal03 {	margin-left: 3px !important; }
	.pcMal04 {	margin-left: 4px !important; }
	.pcMal05 {	margin-left: 5px !important; }
	.pcMal07 {	margin-left: 7px !important; }
	.pcMal10 {	margin-left: 10px !important; }
	.pcMal15 {	margin-left: 15px !important; }
	.pcMal20 {	margin-left: 20px !important; }
	.pcMal25 {	margin-left: 25px !important; }
	.pcMal30 {	margin-left: 30px !important; }
	.pcMal35 {	margin-left: 35px !important; }
	.pcMal40 {	margin-left: 40px !important; }
	.pcMal45 {	margin-left: 45px !important; }
	.pcMal50 {	margin-left: 50px !important; }
	.pcMal60 {	margin-left: 60px !important; }

	.pcMalr00 {	margin-right: 0 !important;margin-left: 0 !important; }
	.pcMalr01 {	margin-right: 1px !important;margin-left: 1px !important; }
	.pcMalr02 {	margin-right: 2px !important;margin-left: 2px !important; }
	.pcMalr03 {	margin-right: 3px !important;margin-left: 3px !important; }
	.pcMalr04 {	margin-right: 4px !important;margin-left: 4px !important; }
	.pcMalr05 {	margin-right: 5px !important;margin-left: 5px !important; }
	.pcMalr07 {	margin-right: 7px !important;margin-left: 7px !important; }
	.pcMalr10 {	margin-right: 10px !important;margin-left: 10px !important; }
	.pcMalr15 {	margin-right: 15px !important;margin-left: 15px !important; }
	.pcMalr20 {	margin-right: 20px !important;margin-left: 20px !important; }
	.pcMalr25 {	margin-right: 25px !important;margin-left: 25px !important; }
	.pcMalr30 {	margin-right: 30px !important;margin-left: 30px !important; }
	.pcMalr35 {	margin-right: 35px !important;margin-left: 35px !important; }
	.pcMalr40 {	margin-right: 40px !important;margin-left: 40px !important; }
	.pcMalr45 {	margin-right: 45px !important;margin-left: 45px !important; }
	.pcMalr50 {	margin-right: 50px !important;margin-left: 50px !important; }
	.pcMalr60 {	margin-right: 60px !important;margin-left: 60px !important; }
	.pcMalr70 {	margin-right: 70px !important;margin-left: 70px !important; }
	.pcMalr80 {	margin-right: 80px !important;margin-left: 80px !important; }
}


@media screen and (max-width: 840px)  {
	.mat00 {	margin-top: 0 !important; }
	.mat01 {	margin-top: 1px !important; }
	.mat02 {	margin-top: 2px !important; }
	.mat03 {	margin-top: 3px !important; }
	.mat04 {	margin-top: 4px !important; }
	.mat05 {	margin-top: 5px !important; }
	.mat07 {	margin-top: 7px !important; }
	.mat10 {	margin-top: 10px !important; }
	.mat15 {	margin-top: 13px !important; }
	.mat20 {	margin-top: 16px !important; }
	.mat25 {	margin-top: 20px !important; }
	.mat30 {	margin-top: 24px !important; }
	.mat35 {	margin-top: 29px !important; }
	.mat40 {	margin-top: 33px !important; }
	.mat45 {	margin-top: 37px !important; }
	.mat50 {	margin-top: 40px !important; }
	.mat60 {	margin-top: 40px !important; }
	.mat70 {	margin-top: 40px !important; }
	.mat80 {	margin-top: 40px !important; }
	.mat100 {	margin-top: 40px !important; }
	.mat120 {	margin-top: 40px !important; }

	.mab00 {	margin-bottom: 0 !important; }
	.mab01 {	margin-bottom: 1px !important; }
	.mab02 {	margin-bottom: 2px !important; }
	.mab03 {	margin-bottom: 3px !important; }
	.mab04 {	margin-bottom: 4px !important; }
	.mab05 {	margin-bottom: 5px !important; }
	.mab07 {	margin-bottom: 7px !important; }
	.mab10 {	margin-bottom: 10px !important; }
	.mab15 {	margin-bottom: 13px !important; }
	.mab20 {	margin-bottom: 16px !important; }
	.mab25 {	margin-bottom: 20px !important; }
	.mab30 {	margin-bottom: 24px !important; }
	.mab35 {	margin-bottom: 29px !important; }
	.mab40 {	margin-bottom: 33px !important; }
	.mab45 {	margin-bottom: 37px !important; }
	.mab50 {	margin-bottom: 40px !important; }
	.mab60 {	margin-bottom: 40px !important; }
	.mab70 {	margin-bottom: 40px !important; }
	.mab80 {	margin-bottom: 40px !important; }
	.mab100 {	margin-bottom: 40px !important; }
	.mab120 {	margin-bottom: 40px !important; }

	.mal00 {	margin-left: 0 !important; }
	.mal01 {	margin-left: 1px !important; }
	.mal02 {	margin-left: 2px !important; }
	.mal03 {	margin-left: 3px !important; }
	.mal04 {	margin-left: 4px !important; }
	.mal05 {	margin-left: 5px !important; }
	.mal07 {	margin-left: 7px !important; }
	.mal10 {	margin-left: 10px !important; }
	.mal15 {	margin-left: 13px !important; }
	.mal20 {	margin-left: 16px !important; }
	.mal25 {	margin-left: 20px !important; }
	.mal30 {	margin-left: 24px !important; }
	.mal35 {	margin-left: 29px !important; }
	.mal40 {	margin-left: 33px !important; }
	.mal45 {	margin-left: 37px !important; }
	.mal50 {	margin-left: 40px !important; }
	.mal60 {	margin-left: 40px !important; }
	.mal70 {	margin-left: 40px !important; }
	.mal80 {	margin-left: 40px !important; }
	.mal100 {	margin-left: 40px !important; }
	.mal120 {	margin-left: 40px !important; }

	.mar00 {	margin-right: 0 !important; }
	.mar01 {	margin-right: 1px !important; }
	.mar02 {	margin-right: 2px !important; }
	.mar03 {	margin-right: 3px !important; }
	.mar04 {	margin-right: 4px !important; }
	.mar05 {	margin-right: 5px !important; }
	.mar07 {	margin-right: 7px !important; }
	.mar10 {	margin-right: 10px !important; }
	.mar15 {	margin-right: 13px !important; }
	.mar20 {	margin-right: 16px !important; }
	.mar25 {	margin-right: 20px !important; }
	.mar30 {	margin-right: 24px !important; }
	.mar35 {	margin-right: 29px !important; }
	.mar40 {	margin-right: 33px !important; }
	.mar45 {	margin-right: 37px !important; }
	.mar50 {	margin-right: 40px !important; }
	.mar60 {	margin-right: 40px !important; }
	.mar70 {	margin-right: 40px !important; }
	.mar80 {	margin-right: 40px !important; }
	.mar100 {	margin-right: 40px !important; }
	.mar120 {	margin-right: 40px !important; }

	.malr00 {	margin-left: 0 !important;	margin-right: 0 !important;	}
	.malr01 {	margin-left: 1px !important;	margin-right: 1px !important;	}
	.malr02 {	margin-left: 2px !important;	margin-right: 2px !important;	}
	.malr03 {	margin-left: 3px !important;	margin-right: 3px !important;	}
	.malr04 {	margin-left: 4px !important;	margin-right: 4px !important;	}
	.malr05 {	margin-left: 5px !important;	margin-right: 5px !important;	}
	.malr07 {	margin-left: 7px !important;	margin-right: 7px !important;	}
	.malr10 {	margin-left: 10px !important;	margin-right: 10px !important;	}
	.malr15 {	margin-left: 13px !important;	margin-right: 13px !important;	}
	.malr20 {	margin-left: 16px !important;	margin-right: 16px !important;	}
	.malr25 {	margin-left: 20px !important;	margin-right: 20px !important;	}
	.malr30 {	margin-left: 24px !important;	margin-right: 24px !important;	}
	.malr35 {	margin-left: 29px !important;	margin-right: 29px !important;	}
	.malr40 {	margin-left: 33px !important;	margin-right: 33px !important;	}
	.malr45 {	margin-left: 37px !important;	margin-right: 37px !important;	}
	.malr50 {	margin-left: 40px !important;	margin-right: 40px !important;	}
	.malr60 {	margin-left: 40px !important;	margin-right: 40px !important;	}
	.malr70 {	margin-left: 40px !important;	margin-right: 40px !important;	}
	.malr80 {	margin-left: 40px !important;	margin-right: 40px !important;	}
	.malr100 {	margin-left: 40px !important;	margin-right: 40px !important;	}
	.malr120 {	margin-left: 40px !important;	margin-right: 40px !important;	}


	.spMat00 {	margin-top: 0 !important; }
	.spMat01 {	margin-top: 1px !important; }
	.spMat02 {	margin-top: 2px !important; }
	.spMat03 {	margin-top: 3px !important; }
	.spMat04 {	margin-top: 4px !important; }
	.spMat05 {	margin-top: 5px !important; }
	.spMat07 {	margin-top: 7px !important; }
	.spMat10 {	margin-top: 10px !important; }
	.spMat15 {	margin-top: 15px !important; }
	.spMat20 {	margin-top: 20px !important; }
	.spMat25 {	margin-top: 25px !important; }
	.spMat30 {	margin-top: 30px !important; }
	.spMat35 {	margin-top: 35px !important; }
	.spMat40 {	margin-top: 40px !important; }
	.spMat45 {	margin-top: 45px !important; }
	.spMat50 {	margin-top: 50px !important; }
	.spMat60 {	margin-top: 60px !important; }
	.spMat70 {	margin-top: 70px !important; }
	.spMat80 {	margin-top: 80px !important; }
	.spMat90 {	margin-top: 90px !important; }
	.spMat100 {	margin-top: 100px !important; }

	.spMab00 {	margin-bottom: 0 !important; }
	.spMab01 {	margin-bottom: 1px !important; }
	.spMab02 {	margin-bottom: 2px !important; }
	.spMab03 {	margin-bottom: 3px !important; }
	.spMab04 {	margin-bottom: 4px !important; }
	.spMab05 {	margin-bottom: 5px !important; }
	.spMab07 {	margin-bottom: 7px !important; }
	.spMab10 {	margin-bottom: 10px !important; }
	.spMab15 {	margin-bottom: 15px !important; }
	.spMab20 {	margin-bottom: 20px !important; }
	.spMab25 {	margin-bottom: 25px !important; }
	.spMab30 {	margin-bottom: 30px !important; }
	.spMab35 {	margin-bottom: 35px !important; }
	.spMab40 {	margin-bottom: 40px !important; }
	.spMab45 {	margin-bottom: 45px !important; }
	.spMab50 {	margin-bottom: 50px !important; }
	.spMab60 {	margin-bottom: 60px !important; }
	.spMab70 {	margin-bottom: 70px !important; }
	.spMab80 {	margin-bottom: 80px !important; }
	.spMab90 {	margin-bottom: 90px !important; }
	.spMab100 {	margin-bottom: 100px !important; }

	.spMalAuto {	margin-left: auto !important; }
	.spMal00 {	margin-left: 0 !important; }
	.spMal01 {	margin-left: 1px !important; }
	.spMal02 {	margin-left: 2px !important; }
	.spMal03 {	margin-left: 3px !important; }
	.spMal04 {	margin-left: 4px !important; }
	.spMal05 {	margin-left: 5px !important; }
	.spMal07 {	margin-left: 7px !important; }
	.spMal10 {	margin-left: 10px !important; }
	.spMal15 {	margin-left: 15px !important; }
	.spMal20 {	margin-left: 20px !important; }
	.spMal25 {	margin-left: 25px !important; }
	.spMal30 {	margin-left: 30px !important; }
	.spMal35 {	margin-left: 35px !important; }
	.spMal40 {	margin-left: 40px !important; }
	.spMal45 {	margin-left: 45px !important; }
	.spMal50 {	margin-left: 50px !important; }
	.spMal60 {	margin-left: 60px !important; }
	.spMal70 {	margin-left: 70px !important; }
	.spMal80 {	margin-left: 80px !important; }
	.spMal90 {	margin-left: 90px !important; }
	.spMal100 {	margin-left: 100px !important; }

	.spMarAuto {	margin-right: auto !important; }
	.spMar00 {	margin-right: 0 !important; }
	.spMar01 {	margin-right: 1px !important; }
	.spMar02 {	margin-right: 2px !important; }
	.spMar03 {	margin-right: 3px !important; }
	.spMar04 {	margin-right: 4px !important; }
	.spMar05 {	margin-right: 5px !important; }
	.spMar07 {	margin-right: 7px !important; }
	.spMar10 {	margin-right: 10px !important; }
	.spMar15 {	margin-right: 15px !important; }
	.spMar20 {	margin-right: 20px !important; }
	.spMar25 {	margin-right: 25px !important; }
	.spMar30 {	margin-left: 30px !important; }
	.spMar35 {	margin-left: 35px !important; }
	.spMar40 {	margin-left: 40px !important; }
	.spMar45 {	margin-left: 45px !important; }
	.spMar50 {	margin-left: 50px !important; }
	.spMar60 {	margin-left: 60px !important; }
	.spMar70 {	margin-left: 70px !important; }
	.spMar80 {	margin-left: 80px !important; }
	.spMar90 {	margin-left: 90px !important; }
	.spMar100 {	margin-left: 100px !important; }

	.spMalrAuto {	margin-right: auto !important;margin-left: auto !important; }

	.spNoMat {	margin-top:0 !important; }
	.spNoMab {	margin-bottom:0 !important; }
	.spNoMal {	margin-left:0 !important; }
	.spNoMar {	margin-right:0 !important; }

}

/* // padding //
-------------------------------------------------- */
@media screen and (min-width: 841px)  {
	.pat00 {	padding-top: 0 !important; }
	.pat01 {	padding-top: 1px !important; }
	.pat02 {	padding-top: 2px !important; }
	.pat03 {	padding-top: 3px !important; }
	.pat04 {	padding-top: 4px !important; }
	.pat05 {	padding-top: 5px !important; }
	.pat07 {	padding-top: 7px !important; }
	.pat10 {	padding-top: 10px !important; }
	.pat15 {	padding-top: 15px !important; }
	.pat20 {	padding-top: 20px !important; }
	.pat25 {	padding-top: 25px !important; }
	.pat30 {	padding-top: 30px !important; }
	.pat35 {	padding-top: 35px !important; }
	.pat40 {	padding-top: 40px !important; }
	.pat45 {	padding-top: 45px !important; }
	.pat50 {	padding-top: 50px !important; }
	.pat60 {	padding-top: 60px !important; }
	.pat65 {	padding-top: 65px !important; }
	.pat70 {	padding-top: 70px !important; }
	.pat80 {	padding-top: 80px !important; }
	.pat120 {	padding-top: 180px !important; }

	.pab00 {	padding-bottom: 0 !important; }
	.pab01 {	padding-bottom: 1px !important; }
	.pab02 {	padding-bottom: 2px !important; }
	.pab03 {	padding-bottom: 3px !important; }
	.pab04 {	padding-bottom: 4px !important; }
	.pab05 {	padding-bottom: 5px !important; }
	.pab07 {	padding-bottom: 7px !important; }
	.pab10 {	padding-bottom: 10px !important; }
	.pab15 {	padding-bottom: 15px !important; }
	.pab20 {	padding-bottom: 20px !important; }
	.pab25 {	padding-bottom: 25px !important; }
	.pab30 {	padding-bottom: 30px !important; }
	.pab35 {	padding-bottom: 35px !important; }
	.pab40 {	padding-bottom: 40px !important; }
	.pab45 {	padding-bottom: 45px !important; }
	.pab50 {	padding-bottom: 50px !important; }
	.pab60 {	padding-bottom: 60px !important; }
	.pab70 {	padding-bottom: 70px !important; }
	.pab80 {	padding-bottom: 80px !important; }

	.par00 {	padding-right: 0 !important; }
	.par01 {	padding-right: 1px !important; }
	.par02 {	padding-right: 2px !important; }
	.par03 {	padding-right: 3px !important; }
	.par04 {	padding-right: 4px !important; }
	.par05 {	padding-right: 5px !important; }
	.par07 {	padding-right: 7px !important; }
	.par10 {	padding-right: 10px !important; }
	.par15 {	padding-right: 15px !important; }
	.par20 {	padding-right: 20px !important; }
	.par25 {	padding-right: 25px !important; }
	.par30 {	padding-right: 30px !important; }
	.par35 {	padding-right: 35px !important; }
	.par40 {	padding-right: 40px !important; }
	.par45 {	padding-right: 45px !important; }
	.par50 {	padding-right: 50px !important; }
	.par60 {	padding-right: 60px !important; }

	.pal00 {	padding-left: 0 !important; }
	.pal01 {	padding-left: 1px !important; }
	.pal02 {	padding-left: 2px !important; }
	.pal03 {	padding-left: 3px !important; }
	.pal04 {	padding-left: 4px !important; }
	.pal05 {	padding-left: 5px !important; }
	.pal07 {	padding-left: 7px !important; }
	.pal10 {	padding-left: 10px !important; }
	.pal15 {	padding-left: 15px !important; }
	.pal20 {	padding-left: 20px !important; }
	.pal25 {	padding-left: 25px !important; }
	.pal30 {	padding-left: 30px !important; }
	.pal35 {	padding-left: 35px !important; }
	.pal40 {	padding-left: 40px !important; }
	.pal45 {	padding-left: 45px !important; }
	.pal50 {	padding-left: 50px !important; }
	.pal55 {	padding-left: 55px !important; }
	.pal60 {	padding-left: 60px !important; }

	.palr00 {	padding-right: 0 !important;padding-left: 0 !important; }
	.palr01 {	padding-right: 1px !important;padding-left: 1px !important; }
	.palr02 {	padding-right: 2px !important;padding-left: 2px !important; }
	.palr03 {	padding-right: 3px !important;padding-left: 3px !important; }
	.palr04 {	padding-right: 4px !important;padding-left: 4px !important; }
	.palr05 {	padding-right: 5px !important;padding-left: 5px !important; }
	.palr07 {	padding-right: 7px !important;padding-left: 7px !important; }
	.palr10 {	padding-right: 10px !important;padding-left: 10px !important; }
	.palr15 {	padding-right: 15px !important;padding-left: 15px !important; }
	.palr20 {	padding-right: 20px !important;padding-left: 20px !important; }
	.palr25 {	padding-right: 25px !important;padding-left: 25px !important; }
	.palr30 {	padding-right: 30px !important;padding-left: 30px !important; }
	.palr35 {	padding-right: 35px !important;padding-left: 35px !important; }
	.palr40 {	padding-right: 40px !important;padding-left: 40px !important; }
	.palr45 {	padding-right: 45px !important;padding-left: 45px !important; }
	.palr50 {	padding-right: 50px !important;padding-left: 50px !important; }
	.palr60 {	padding-right: 60px !important;padding-left: 60px !important; }
	.palr70 {	padding-right: 70px !important;padding-left: 70px !important; }
	.palr80 {	padding-right: 80px !important;padding-left: 80px !important; }

	.pcPa00 {	padding: 0 !important; }


	.pcPat00 {	padding-top: 0 !important; }
	.pcPat01 {	padding-top: 1px !important; }
	.pcPat02 {	padding-top: 2px !important; }
	.pcPat03 {	padding-top: 3px !important; }
	.pcPat04 {	padding-top: 4px !important; }
	.pcPat05 {	padding-top: 5px !important; }
	.pcPat07 {	padding-top: 7px !important; }
	.pcPat10 {	padding-top: 10px !important; }
	.pcPat15 {	padding-top: 15px !important; }
	.pcPat20 {	padding-top: 20px !important; }
	.pcPat25 {	padding-top: 25px !important; }
	.pcPat30 {	padding-top: 30px !important; }
	.pcPat35 {	padding-top: 35px !important; }
	.pcPat40 {	padding-top: 40px !important; }
	.pcPat45 {	padding-top: 45px !important; }
	.pcPat50 {	padding-top: 50px !important; }
	.pcPat60 {	padding-top: 60px !important; }
	.pcPat65 {	padding-top: 65px !important; }
	.pcPat70 {	padding-top: 70px !important; }
	.pcPat80 {	padding-top: 80px !important; }
	.pcPat120 {	padding-top: 180px !important; }

	.pcPab00 {	padding-bottom: 0 !important; }
	.pcPab01 {	padding-bottom: 1px !important; }
	.pcPab02 {	padding-bottom: 2px !important; }
	.pcPab03 {	padding-bottom: 3px !important; }
	.pcPab04 {	padding-bottom: 4px !important; }
	.pcPab05 {	padding-bottom: 5px !important; }
	.pcPab07 {	padding-bottom: 7px !important; }
	.pcPab10 {	padding-bottom: 10px !important; }
	.pcPab15 {	padding-bottom: 15px !important; }
	.pcPab20 {	padding-bottom: 20px !important; }
	.pcPab25 {	padding-bottom: 25px !important; }
	.pcPab30 {	padding-bottom: 30px !important; }
	.pcPab35 {	padding-bottom: 35px !important; }
	.pcPab40 {	padding-bottom: 40px !important; }
	.pcPab45 {	padding-bottom: 45px !important; }
	.pcPab50 {	padding-bottom: 50px !important; }
	.pcPab60 {	padding-bottom: 60px !important; }
	.pcPab70 {	padding-bottom: 70px !important; }
	.pcPab80 {	padding-bottom: 80px !important; }

	.pcPar00 {	padding-right: 0 !important; }
	.pcPar01 {	padding-right: 1px !important; }
	.pcPar02 {	padding-right: 2px !important; }
	.pcPar03 {	padding-right: 3px !important; }
	.pcPar04 {	padding-right: 4px !important; }
	.pcPar05 {	padding-right: 5px !important; }
	.pcPar07 {	padding-right: 7px !important; }
	.pcPar10 {	padding-right: 10px !important; }
	.pcPar15 {	padding-right: 15px !important; }
	.pcPar20 {	padding-right: 20px !important; }
	.pcPar25 {	padding-right: 25px !important; }
	.pcPar30 {	padding-right: 30px !important; }
	.pcPar35 {	padding-right: 35px !important; }
	.pcPar40 {	padding-right: 40px !important; }
	.pcPar45 {	padding-right: 45px !important; }
	.pcPar50 {	padding-right: 50px !important; }
	.pcPar60 {	padding-right: 60px !important; }

	.pcPal00 {	padding-left: 0 !important; }
	.pcPal01 {	padding-left: 1px !important; }
	.pcPal02 {	padding-left: 2px !important; }
	.pcPal03 {	padding-left: 3px !important; }
	.pcPal04 {	padding-left: 4px !important; }
	.pcPal05 {	padding-left: 5px !important; }
	.pcPsal07 {	padding-left: 7px !important; }
	.pcPal10 {	padding-left: 10px !important; }
	.pcPal15 {	padding-left: 15px !important; }
	.pcPal20 {	padding-left: 20px !important; }
	.pcPal25 {	padding-left: 25px !important; }
	.pcPal30 {	padding-left: 30px !important; }
	.pcPal35 {	padding-left: 35px !important; }
	.pcPal40 {	padding-left: 40px !important; }
	.pcPal45 {	padding-left: 45px !important; }
	.pcPal50 {	padding-left: 50px !important; }
	.pcPal55 {	padding-left: 55px !important; }
	.pcPal60 {	padding-left: 60px !important; }

	.pcPalr00 {	padding-right: 0 !important;padding-left: 0 !important; }
	.pcPalr01 {	padding-right: 1px !important;padding-left: 1px !important; }
	.pcPalr02 {	padding-right: 2px !important;padding-left: 2px !important; }
	.pcPalr03 {	padding-right: 3px !important;padding-left: 3px !important; }
	.pcPalr04 {	padding-right: 4px !important;padding-left: 4px !important; }
	.pcPalr05 {	padding-right: 5px !important;padding-left: 5px !important; }
	.pcPalr07 {	padding-right: 7px !important;padding-left: 7px !important; }
	.pcPalr10 {	padding-right: 10px !important;padding-left: 10px !important; }
	.pcPalr15 {	padding-right: 15px !important;padding-left: 15px !important; }
	.pcPalr20 {	padding-right: 20px !important;padding-left: 20px !important; }
	.pcPalr25 {	padding-right: 25px !important;padding-left: 25px !important; }
	.pcPalr30 {	padding-right: 30px !important;padding-left: 30px !important; }
	.pcPalr35 {	padding-right: 35px !important;padding-left: 35px !important; }
	.pcPalr40 {	padding-right: 40px !important;padding-left: 40px !important; }
	.pcPalr45 {	padding-right: 45px !important;padding-left: 45px !important; }
	.pcPalr50 {	padding-right: 50px !important;padding-left: 50px !important; }
	.pcPalr60 {	padding-right: 60px !important;padding-left: 60px !important; }
	.pcPalr70 {	padding-right: 70px !important;padding-left: 70px !important; }
	.pcPalr80 {	padding-right: 80px !important;padding-left: 80px !important; }
}



@media screen and (max-width: 840px)  {
	.pat00 {	padding-top: 0 !important; }
	.pat01 {	padding-top: 1px !important; }
	.pat02 {	padding-top: 2px !important; }
	.pat03 {	padding-top: 3px !important; }
	.pat04 {	padding-top: 4px !important; }
	.pat05 {	padding-top: 5px !important; }
	.pat07 {	padding-top: 7px !important; }
	.pat10 {	padding-top: 10px !important; }
	.pat15 {	padding-top: 13px !important; }
	.pat20 {	padding-top: 16px !important; }
	.pat25 {	padding-top: 20px !important; }
	.pat30 {	padding-top: 24px !important; }
	.pat35 {	padding-top: 29px !important; }
	.pat40 {	padding-top: 33px !important; }
	.pat45 {	padding-top: 37px !important; }
	.pat50 {	padding-top: 40px !important; }
	.pat60 {	padding-top: 40px !important; }
	.pat70 {	padding-top: 40px !important; }
	.pat80 {	padding-top: 40px !important; }
	.pat100 {	padding-top: 40px !important; }
	.pat120 {	padding-top: 40px !important; }

	.pab00 {	padding-bottom: 0 !important; }
	.pab01 {	padding-bottom: 1px !important; }
	.pab02 {	padding-bottom: 2px !important; }
	.pab03 {	padding-bottom: 3px !important; }
	.pab04 {	padding-bottom: 4px !important; }
	.pab05 {	padding-bottom: 5px !important; }
	.pab07 {	padding-bottom: 7px !important; }
	.pab10 {	padding-bottom: 10px !important; }
	.pab15 {	padding-bottom: 13px !important; }
	.pab20 {	padding-bottom: 16px !important; }
	.pab25 {	padding-bottom: 20px !important; }
	.pab30 {	padding-bottom: 24px !important; }
	.pab35 {	padding-bottom: 29px !important; }
	.pab40 {	padding-bottom: 33px !important; }
	.pab45 {	padding-bottom: 37px !important; }
	.pab50 {	padding-bottom: 40px !important; }
	.pab60 {	padding-bottom: 40px !important; }
	.pab70 {	padding-bottom: 40px !important; }
	.pab80 {	padding-bottom: 40px !important; }
	.pab100 {	padding-bottom: 40px !important; }
	.pab120 {	padding-bottom: 40px !important; }

	.pal00 {	padding-left: 0 !important; }
	.pal01 {	padding-left: 1px !important; }
	.pal02 {	padding-left: 2px !important; }
	.pal03 {	padding-left: 3px !important; }
	.pal04 {	padding-left: 4px !important; }
	.pal05 {	padding-left: 5px !important; }
	.pal07 {	padding-left: 7px !important; }
	.pal10 {	padding-left: 10px !important; }
	.pal15 {	padding-left: 13px !important; }
	.pal20 {	padding-left: 16px !important; }
	.pal25 {	padding-left: 20px !important; }
	.pal30 {	padding-left: 24px !important; }
	.pal35 {	padding-left: 29px !important; }
	.pal40 {	padding-left: 33px !important; }
	.pal45 {	padding-left: 37px !important; }
	.pal50 {	padding-left: 40px !important; }
	.pal60 {	padding-left: 40px !important; }
	.pal70 {	padding-left: 40px !important; }
	.pal80 {	padding-left: 40px !important; }
	.pal100 {	padding-left: 40px !important; }
	.pal120 {	padding-left: 40px !important; }

	.par00 {	padding-right: 0 !important; }
	.par01 {	padding-right: 1px !important; }
	.par02 {	padding-right: 2px !important; }
	.par03 {	padding-right: 3px !important; }
	.par04 {	padding-right: 4px !important; }
	.par05 {	padding-right: 5px !important; }
	.par07 {	padding-right: 7px !important; }
	.par10 {	padding-right: 10px !important; }
	.par15 {	padding-right: 13px !important; }
	.par20 {	padding-right: 16px !important; }
	.par25 {	padding-right: 20px !important; }
	.par30 {	padding-right: 24px !important; }
	.par35 {	padding-right: 29px !important; }
	.par40 {	padding-right: 33px !important; }
	.par45 {	padding-right: 37px !important; }
	.par50 {	padding-right: 40px !important; }
	.par60 {	padding-right: 40px !important; }
	.par70 {	padding-right: 40px !important; }
	.par80 {	padding-right: 40px !important; }
	.par100 {	padding-right: 40px !important; }
	.par120 {	padding-right: 40px !important; }

	.palr00 {	padding-left: 0 !important;	padding-right: 0 !important;	}
	.palr01 {	padding-left: 1px !important;	padding-right: 1px !important;	}
	.palr02 {	padding-left: 2px !important;	padding-right: 2px !important;	}
	.palr03 {	padding-left: 3px !important;	padding-right: 3px !important;	}
	.palr04 {	padding-left: 4px !important;	padding-right: 4px !important;	}
	.palr05 {	padding-left: 5px !important;	padding-right: 5px !important;	}
	.palr07 {	padding-left: 7px !important;	padding-right: 7px !important;	}
	.palr10 {	padding-left: 10px !important;	padding-right: 10px !important;	}
	.palr15 {	padding-left: 13px !important;	padding-right: 13px !important;	}
	.palr20 {	padding-left: 16px !important;	padding-right: 16px !important;	}
	.palr25 {	padding-left: 20px !important;	padding-right: 20px !important;	}
	.palr30 {	padding-left: 24px !important;	padding-right: 24px !important;	}
	.palr35 {	padding-left: 29px !important;	padding-right: 29px !important;	}
	.palr40 {	padding-left: 33px !important;	padding-right: 33px !important;	}
	.palr45 {	padding-left: 37px !important;	padding-right: 37px !important;	}
	.palr50 {	padding-left: 40px !important;	padding-right: 40px !important;	}
	.palr60 {	padding-left: 40px !important;	padding-right: 40px !important;	}
	.palr70 {	padding-left: 40px !important;	padding-right: 40px !important;	}
	.palr80 {	padding-left: 40px !important;	padding-right: 40px !important;	}
	.palr100 {	padding-left: 40px !important;	padding-right: 40px !important;	}
	.palr120 {	padding-left: 40px !important;	padding-right: 40px !important;	}

	.spPa00 {	padding: 0 !important; }

	.spPat00 {	padding-top: 0 !important; }
	.spPat01 {	padding-top: 1px !important; }
	.spPat02 {	padding-top: 2px !important; }
	.spPat03 {	padding-top: 3px !important; }
	.spPat04 {	padding-top: 4px !important; }
	.spPat05 {	padding-top: 5px !important; }
	.spPat07 {	padding-top: 7px !important; }
	.spPat10 {	padding-top: 10px !important; }
	.spPat15 {	padding-top: 15px !important; }
	.spPat20 {	padding-top: 20px !important; }
	.spPat25 {	padding-top: 25px !important; }
	.spPat30 {	padding-top: 30px !important; }
	.spPat35 {	padding-top: 35px !important; }
	.spPat40 {	padding-top: 40px !important; }
	.spPat45 {	padding-top: 45px !important; }
	.spPat50 {	padding-top: 50px !important; }
	.spPat60 {	padding-top: 60px !important; }
	.spPat70 {	padding-top: 70px !important; }
	.spPat80 {	padding-top: 80px !important; }
	.spPat90 {	padding-top: 90px !important; }
	.spPat100 {	padding-top: 100px !important; }

	.spPab00 {	padding-bottom: 0 !important; }
	.spPab01 {	padding-bottom: 1px !important; }
	.spPab02 {	padding-bottom: 2px !important; }
	.spPab03 {	padding-bottom: 3px !important; }
	.spPab04 {	padding-bottom: 4px !important; }
	.spPab05 {	padding-bottom: 5px !important; }
	.spPab07 {	padding-bottom: 7px !important; }
	.spPab10 {	padding-bottom: 10px !important; }
	.spPab15 {	padding-bottom: 15px !important; }
	.spPab20 {	padding-bottom: 20px !important; }
	.spPab25 {	padding-bottom: 25px !important; }
	.spPab30 {	padding-bottom: 30px !important; }
	.spPab35 {	padding-bottom: 35px !important; }
	.spPab40 {	padding-bottom: 40px !important; }
	.spPab45 {	padding-bottom: 45px !important; }
	.spPab50 {	padding-bottom: 50px !important; }
	.spPab60 {	padding-bottom: 60px !important; }
	.spPab70 {	padding-bottom: 70px !important; }
	.spPab80 {	padding-bottom: 80px !important; }
	.spPab90 {	padding-bottom: 90px !important; }
	.spPab100 {	padding-bottom: 100px !important; }

	.spPal00 {	padding-left: 0 !important; }
	.spPal01 {	padding-left: 1px !important; }
	.spPal02 {	padding-left: 2px !important; }
	.spPal03 {	padding-left: 3px !important; }
	.spPal04 {	padding-left: 4px !important; }
	.spPal05 {	padding-left: 5px !important; }
	.spPal07 {	padding-left: 7px !important; }
	.spPal10 {	padding-left: 10px !important; }
	.spPal15 {	padding-left: 15px !important; }
	.spPal20 {	padding-left: 20px !important; }
	.spPal25 {	padding-left: 25px !important; }
	.spPal30 {	padding-left: 30px !important; }
	.spPal35 {	padding-left: 35px !important; }
	.spPal40 {	padding-left: 40px !important; }
	.spPal45 {	padding-left: 45px !important; }
	.spPal50 {	padding-left: 50px !important; }
	.spPal60 {	padding-left: 60px !important; }
	.spPal70 {	padding-left: 70px !important; }
	.spPal80 {	padding-left: 80px !important; }
	.spPal90 {	padding-left: 90px !important; }
	.spPal100 {	padding-left: 100px !important; }

	.spPar00 {	padding-right: 0 !important; }
	.spPar01 {	padding-right: 1px !important; }
	.spPar02 {	padding-right: 2px !important; }
	.spPar03 {	padding-right: 3px !important; }
	.spPar04 {	padding-right: 4px !important; }
	.spPar05 {	padding-right: 5px !important; }
	.spPar07 {	padding-right: 7px !important; }
	.spPar10 {	padding-right: 10px !important; }
	.spPar15 {	padding-right: 15px !important; }
	.spPar20 {	padding-right: 20px !important; }
	.spPar25 {	padding-right: 25px !important; }
	.spPar30 {	padding-right: 30px !important; }
	.spPar35 {	padding-right: 35px !important; }
	.spPar40 {	padding-right: 40px !important; }
	.spPar45 {	padding-right: 45px !important; }
	.spPar50 {	padding-right: 50px !important; }
	.spPar60 {	padding-right: 60px !important; }
	.spPar70 {	padding-right: 70px !important; }
	.spPar80 {	padding-right: 80px !important; }
	.spPar90 {	padding-right: 90px !important; }
	.spPar100 {	padding-right: 100px !important; }

	.spPalr00 {	padding-right: 0 !important;padding-left: 0 !important; }
	.spPalr01 {	padding-right: 1px !important;padding-left: 1px !important; }
	.spPalr02 {	padding-right: 2px !important;padding-left: 2px !important; }
	.spPalr03 {	padding-right: 3px !important;padding-left: 3px !important; }
	.spPalr04 {	padding-right: 4px !important;padding-left: 4px !important; }
	.spPalr05 {	padding-right: 5px !important;padding-left: 5px !important; }
	.spPalr07 {	padding-right: 7px !important;padding-left: 7px !important; }
	.spPalr10 {	padding-right: 10px !important;padding-left: 10px !important; }
	.spPalr15 {	padding-right: 15px !important;padding-left: 15px !important; }
	.spPalr20 {	padding-right: 20px !important;padding-left: 20px !important; }
	.spPalr25 {	padding-right: 25px !important;padding-left: 25px !important; }
	.spPalr30 {	padding-right: 30px !important;padding-left: 30px !important; }
	.spPalr35 {	padding-right: 35px !important;padding-left: 35px !important; }
	.spPalr40 {	padding-right: 40px !important;padding-left: 40px !important; }
	.spPalr45 {	padding-right: 45px !important;padding-left: 45px !important; }
	.spPalr50 {	padding-right: 50px !important;padding-left: 50px !important; }
	.spPalr60 {	padding-right: 60px !important;padding-left: 60px !important; }
	.spPalr70 {	padding-right: 70px !important;padding-left: 70px !important; }
	.spPalr80 {	padding-right: 80px !important;padding-left: 80px !important; }

	.spNoPat {	padding-top:0 !important; }
	.spNoPab {	padding-bottom:0 !important; }
	.spNoPal {	padding-left:0 !important; }
	.spNoPar {	padding-right:0 !important; }

}

/* // テキスト設定 //
----------------------------------------------- */
a {
	text-decoration:none;
	transition:0.2s;
}
a i {
	padding-left:5px;
	padding-right:5px;
}
a i.tx {
	font-size:135%;
}
a:not(.nohover).hoverunderline:hover {
	border-bottom:1px dotted #BBB;
}


a.underline{
	transition: .3s;
	position:relative;
	padding:0 3px;
	border-bottom:1px dotted #BBB;
}
a.underline:hover{
	transition: 0s;
	border-bottom:0 dotted #BBB;
}
a.underline em{
	transition: .3s;
	position:relative;
}
a.underline em:after{
	position: absolute;
	content:"";
	background-color:#333;
	left:0;
	bottom:0;
	height:1px;
	width:0;
	display:inline-block;
}
a.underline:hover em:after{
	width:100%;
	transition: .3s;
}


.underline a{
	transition: .3s;
	position:relative;
	padding:0 3px;
	border-bottom:1px dotted #BBB;
}
.underline a:hover{
	transition: 0s;
	border-bottom:0 dotted #BBB;
}
.underline a em{
	transition: .3s;
	position:relative;
}
.underline a em:after{
	position: absolute;
	content:'';
	background-color:#333;
	left:0;
	bottom:0;
	height:1px;
	width:0;
	display:inline-block;
}
.underline a:hover em:after{
	width:100%;
	transition: .3s;
}



a.hoverLine em {
	display:inline-block;
	position:relative;
}
a.hoverLine em:after {
	content:" ";
	position:absolute;
	width:0%;
	height:1px;
	background-color:#aaa;
	left:0px;
	bottom:-2px;
	transition:0.2s;
}
a.hoverLine.lc1 em:after {	background-color:#000;	}
a.hoverLine.lc2 em:after {	background-color:#333;	}
a.hoverLine.lc3 em:after {	background-color:#666;	}
a.hoverLine.lc4 em:after {	background-color:#999;	}
a.hoverLine.lc5 em:after {	background-color:#ccc;	}

a.hoverLine:hover em:after {
	width:100%;
}

a.hoverLine.center em:after {
	left:50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* // ________PC________ // */
@media screen and (min-width: 841px)  {
	a.pcHoverLine:not(.nohover) em {
		display:inline-block;
		position:relative;
	}
	a.pcHoverLine:not(.nohover) em:after {
		content:" ";
		position:absolute;
		width:0%;
		height:1px;
		background-color:#aaa;
		left:0px;
		bottom:-2px;
		transition:0.2s;
	}
	a.pcHoverLine:not(.nohover).lc1 em:after {	background-color:#000;	}
	a.pcHoverLine:not(.nohover).lc2 em:after {	background-color:#333;	}
	a.pcHoverLine:not(.nohover).lc3 em:after {	background-color:#666;	}
	a.pcHoverLine:not(.nohover).lc4 em:after {	background-color:#999;	}
	a.pcHoverLine:not(.nohover).lc5 em:after {	background-color:#ccc;	}
	
	a.pcHoverLine:not(.nohover):hover em:after {
		width:100%;
	}
	a.pcHoverLine:not(.nohover).center em:after {
		left:50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}



.annotation {
	font-size:92%;
	line-height:1.6em;
	color:#888;
}
ul.annotation li {
	margin-bottom:5px;
}
ul.annotation li:last-of-type {
	margin-bottom:0;
}
.leadTx {

}
.tb .leadTx {

}

.ls01 {	letter-spacing:0.01em;	}
.ls03 {	letter-spacing:0.03em;	}
.ls05 {	letter-spacing:0.05em;	}
.ls10 {	letter-spacing:0.1em;	}
.ls15 {	letter-spacing:0.15em;	}
.ls20 {	letter-spacing:0.2em;	}
.ls-01 {	letter-spacing:-0.01em;	}
.ls-03 {	letter-spacing:-0.03em;	}
.ls-05 {	letter-spacing:-0.05em;	}
.ls-10 {	letter-spacing:-0.1em;	}
.ls-15 {	letter-spacing:-0.15em;	}
.ls-20 {	letter-spacing:-0.2em;	}


.htxL1 {	font-size:110%;	line-height:1.6; }
.htxL2 {	font-size:120%;	line-height:1.6; }
.htxL3 {	font-size:130%;	line-height:1.6; }
.htxL4 {	font-size:140%;	line-height:1.6; }
.htxL5 {	font-size:150%;	line-height:1.6; }
.htxL6 {	font-size:160%;	line-height:1.6; }
.htxL7 {	font-size:170%;	line-height:1.6; }
.htxL8 {	font-size:180%;	line-height:1.6; }
.htxL9 {	font-size:190%;	line-height:1.6; }
.htxL10 {	font-size:200%;	line-height:1.6; }

.txL4 {
	font-size:calc(1rem + 4px);
	line-height:1.7;
}
.txL3 {
	font-size:calc(1rem + 3px);
	line-height:1.7;
}
.txL2 {
	font-size:calc(1rem + 2px);
	line-height:1.7;
}
.txL1 {
	font-size:calc(1rem + 1px);
	line-height:1.7;
}
.txS1 {
	font-size:calc(1rem - 1px);
	line-height:1.9;
}
.txS2 {
	font-size:calc(1rem - 2px);
	line-height:1.9;
}
.txS3 {
	font-size:calc(1rem - 3px);
	line-height:1.8;
}
.txS4 {
	font-size:calc(1rem - 4px);
	line-height:1.8;
}

.fsS {	font-size:91% !important;}
.fsSB {	font-size:91% !important;	font-weight:bold !important;}
.fs2S {	font-size:82% !important;}
.fs2SB {	font-size:82% !important;	font-weight:bold !important;}
.fs3S {	font-size:73% !important;}
.fs3SB {	font-size:73% !important;	font-weight:bold !important;}
.fs4S {	font-size:64% !important;}
.fs4SB {	font-size:64% !important;	font-weight:bold !important;}
.fs5S {	font-size:55% !important;}
.fs5SB {	font-size:55% !important;	font-weight:bold !important;}
.fs6S {	font-size:46% !important;}
.fs6SB {	font-size:46% !important;	font-weight:bold !important;}
.fsM {	font-size:100% !important;}
.fsMB {	font-size:100% !important;	font-weight:bold !important;}
.fsM {	font-size:100% !important;}
.fsMB {	font-size:100% !important;	font-weight:bold !important;}
.fsL {	font-size:109% !important;}
.fsLB {	font-size:109% !important;	font-weight:bold !important;}
.fs2L {	font-size:118% !important;}
.fs2LB {	font-size:118% !important;	font-weight:bold !important;}
.fs3L {	font-size:127% !important;}
.fs3LB {	font-size:127% !important;	font-weight:bold !important;}
.fs4L {	font-size:136% !important;}
.fs4LB {	font-size:136% !important;	font-weight:bold !important;}
.fs5L {	font-size:145% !important;}
.fs5LB {	font-size:145% !important;	font-weight:bold !important;}
.fs6L {	font-size:154% !important;}
.fs6LB {	font-size:154% !important;	font-weight:bold !important;}
.fs7L {	font-size:163% !important;}
.fs7LB {	font-size:163% !important;	font-weight:bold !important;}
.fs8L {	font-size:172% !important;}
.fs8LB {	font-size:172% !important;	font-weight:bold !important;}
.fs9L {	font-size:181% !important;}
.fs9LB {	font-size:181% !important;	font-weight:bold !important;}
.fs10L {	font-size:190% !important;}
.fs10LB {	font-size:190% !important;	font-weight:bold !important;}
.fs11L {	font-size:199% !important;}
.fs11LB {	font-size:199% !important;	font-weight:bold !important;}
.fs12L {	font-size:208% !important;}
.fs12LB {	font-size:208% !important;	font-weight:bold !important;}
.fs13L {	font-size:217% !important;}
.fs13LB {	font-size:217% !important;	font-weight:bold !important;}
.fs14L {	font-size:226% !important;}
.fs14LB {	font-size:226% !important;	font-weight:bold !important;}
.fs15L {	font-size:235% !important;}
.fs15LB {	font-size:235% !important;	font-weight:bold !important;}

.fcBlack	{	color:#000 !important; }
.fcGray	{	color:#7F7F7F !important; }
.fcWhite	{	color:#FFF !important; }
.fcRed	{	color:#EF0023 !important; }
.fcDarkRed	{	color:#8a001a !important; }
.fcPink	{	color:#D1006C !important; }
.fcRedPink	{	color:#C9003F !important; }
.fcDarkPink	{	color:#CC0000 !important; }
.fcBlue	{	color:#00E !important; }
.fcGreen	{	color:#0C894F !important; }
.fcBlueGreen	{	color:#01a279 !important; }
.fcNavy	{	color:#2D3F87 !important; }
.fcGold	{	color:#F2F09B !important; }

.fcW1 {	color:#FFF !important;	}
.fcG1 {	color:#F3F3F3 !important;	}
.fcG2 {	color:#EEE !important;	}
.fcG3 {	color:#E3E3E3 !important;	}
.fcG4 {	color:#DDD !important;	}
.fcG5 {	color:#D3D3D3 !important;	}
.fcG6 {	color:#CCC !important;	}
.fcG7 {color:#C2C2C2 !important;	}
.fcG8 {	color:#BBB !important;	}

.fcB1 {	color:#000 !important;	}
.fcDG1 {	color:#111 !important;	}
.fcDG2 {	color:#222 !important;	}
.fcDG3 {	color:#333 !important;	}
.fcDG4 {	color:#444 !important;	}
.fcDG5 {	color:#555 !important;	}
.fcDG6 {	color:#666 !important;	}
.fcDG7 {	color:#777 !important;	}
.fcDG8 {	color:#888 !important;	}
.fcDG9 {	color:#999 !important;	}


.lh08	{	line-height:0.8em !important; }
.lh09	{	line-height:0.9em !important; }
.lh10	{	line-height:1.0em !important; }
.lh11	{	line-height:1.1em !important; }
.lh12	{	line-height:1.2em !important; }
.lh13	{	line-height:1.3em !important; }
.lh14	{	line-height:1.4em !important; }
.lh15	{	line-height:1.5em !important; }
.lh16	{	line-height:1.6em !important; }
.lh17	{	line-height:1.7em !important; }
.lh18	{	line-height:1.8em !important; }
.lh19	{	line-height:1.9em !important; }
.lh20	{	line-height:2.0em !important; }
.lh21	{	line-height:2.1em !important; }
.lh22	{	line-height:2.2em !important; }
.lh23	{	line-height:2.3em !important; }
.lh24	{	line-height:2.4em !important; }
.lh25	{	line-height:2.5em !important; }
.lh26	{	line-height:2.6em !important; }
.lh27	{	line-height:2.7em !important; }
.lh28	{	line-height:2.8em !important; }
.lh29	{	line-height:2.9em !important; }
.lh30	{	line-height:3.0em !important; }

@media screen and (min-width: 841px)  {
	.pcHtxL1 {	font-size:110%;	line-height:1.6; }
	.pcHtxL2 {	font-size:120%;	line-height:1.6; }
	.pcHtxL3 {	font-size:130%;	line-height:1.6; }
	.pcHtxL4 {	font-size:140%;	line-height:1.6; }
	.pcHtxL5 {	font-size:150%;	line-height:1.6; }
	.pcHtxL6 {	font-size:160%;	line-height:1.6; }
	.pcHtxL7 {	font-size:170%;	line-height:1.6; }
	.pcHtxL8 {	font-size:180%;	line-height:1.6; }
	.pcHtxL9 {	font-size:190%;	line-height:1.6; }
	.pcHtxL10 {	font-size:200%;	line-height:1.6; }

	.pcTxL4 {
		font-size:calc(1rem + 4px);
		line-height:2.2;
	}
	.pcTxL3 {
		font-size:calc(1rem + 3px);
		line-height:2.1;
	}
	.pcTxL2 {
		font-size:calc(1rem + 2px);
		line-height:2.0;
	}
	.pcTxL1 {
		font-size:calc(1rem + 1px);
		line-height:2.0;
	}
	.pcTxS1 {
		font-size:calc(1rem - 1px);
		line-height:1.9;
	}
	.pcTxS2 {
		font-size:calc(1rem - 2px);
		line-height:1.9;
	}
	.pcTxS3 {
		font-size:calc(1rem - 3px);
		line-height:1.8;
	}
	.pcTxS4 {
		font-size:calc(1rem - 4px);
		line-height:1.8;
	}
	.pcFsS {	font-size:91% !important;}
	.pcFsSB {	font-size:91% !important;	font-weight:bold !important;}
	.pcFs2S {	font-size:82% !important;}
	.pcFs2SB {	font-size:82% !important;	font-weight:bold !important;}
	.pcFs3S {	font-size:73% !important;}
	.pcFs3SB {	font-size:73% !important;	font-weight:bold !important;}
	.pcFs4S {	font-size:65% !important;}
	.pcFs4SB {	font-size:65% !important;	font-weight:bold !important;}
	.pcFs5S {	font-size:56% !important;}
	.pcFs5SB {	font-size:56% !important;	font-weight:bold !important;}
	.pcFsM {	font-size:100% !important;}
	.pcFsMB {	font-size:100% !important;	font-weight:bold !important;}
	.pcFsM {	font-size:100% !important;}
	.pcFsMB {	font-size:100% !important;	font-weight:bold !important;}
	.pcFsL {	font-size:109% !important;}
	.pcFsLB {	font-size:109% !important;	font-weight:bold !important;}
	.pcFs2L {	font-size:118% !important;}
	.pcFs2LB {	font-size:118% !important;	font-weight:bold !important;}
	.pcFs3L {	font-size:127% !important;}
	.pcFs3LB {	font-size:127% !important;	font-weight:bold !important;}
	.pcFs4L {	font-size:136% !important;}
	.pcFs4LB {	font-size:136% !important;	font-weight:bold !important;}
	.pcFs5L {	font-size:145% !important;}
	.pcFs5LB {	font-size:145% !important;	font-weight:bold !important;}
	.pcFs6L {	font-size:154% !important;}
	.pcFs6LB {	font-size:154% !important;	font-weight:bold !important;}
	.pcFs7L {	font-size:163% !important;}
	.pcFs7LB {	font-size:163% !important;	font-weight:bold !important;}
	.pcFs8L {	font-size:172% !important;}
	.pcFs8LB {	font-size:172% !important;	font-weight:bold !important;}
	.pcFs9L {	font-size:181% !important;}
	.pcFs9LB {	font-size:181% !important;	font-weight:bold !important;}
	.pcFs10L {	font-size:190% !important;}
	.pcFs10LB {	font-size:190% !important;	font-weight:bold !important;}
	.pcFs11L {	font-size:199% !important;}
	.pcFs11LB {	font-size:199% !important;	font-weight:bold !important;}
	.pcFs12L {	font-size:208% !important;}
	.pcFs12LB {	font-size:208% !important;	font-weight:bold !important;}
	.pcFs13L {	font-size:217% !important;}
	.pcFs13LB {	font-size:217% !important;	font-weight:bold !important;}
	.pcFs14L {	font-size:226% !important;}
	.pcFs14LB {	font-size:226% !important;	font-weight:bold !important;}
	.pcFs15L {	font-size:235% !important;}
	.pcFs15LB {	font-size:235% !important;	font-weight:bold !important;}

	.pcLh08	{	line-height:0.8em !important; }
	.pcLh09	{	line-height:0.9em !important; }
	.pcLh10	{	line-height:1.0em !important; }
	.pcLh11	{	line-height:1.1em !important; }
	.pcLh12	{	line-height:1.2em !important; }
	.pcLh13	{	line-height:1.3em !important; }
	.pcLh14	{	line-height:1.4em !important; }
	.pcLh15	{	line-height:1.5em !important; }
	.pcLh16	{	line-height:1.6em !important; }
	.pcLh17	{	line-height:1.7em !important; }
	.pcLh18	{	line-height:1.8em !important; }
	.pcLh19	{	line-height:1.9em !important; }
	.pcLh20	{	line-height:2.0em !important; }
	.pcLh21	{	line-height:2.1em !important; }
	.pcLh22	{	line-height:2.2em !important; }
	.pcLh23	{	line-height:2.3em !important; }
	.pcLh24	{	line-height:2.4em !important; }
	.pcLh25	{	line-height:2.5em !important; }
	.pcLh26	{	line-height:2.6em !important; }
	.pcLh27	{	line-height:2.7em !important; }
	.pcLh28	{	line-height:2.8em !important; }
	.pcLh29	{	line-height:2.9em !important; }
	.pcLh30	{	line-height:3.0em !important; }
}

@media screen and (max-width: 840px)  {
	.spHtxL1 {	font-size:110%;	line-height:1.6; }
	.spHtxL2 {	font-size:120%;	line-height:1.6; }
	.spHtxL3 {	font-size:130%;	line-height:1.6; }
	.spHtxL4 {	font-size:140%;	line-height:1.6; }
	.spHtxL5 {	font-size:150%;	line-height:1.6; }
	.spHtxL6 {	font-size:160%;	line-height:1.6; }
	.spHtxL7 {	font-size:170%;	line-height:1.6; }
	.spHtxL8 {	font-size:180%;	line-height:1.6; }
	.spHtxL9 {	font-size:190%;	line-height:1.6; }
	.spHtxL10 {	font-size:200%;	line-height:1.6; }

	.txL4 {
		font-size:calc(1rem + 4px);
		line-height:2.0;
	}
	.txL3 {
		font-size:calc(1rem + 3px);
		line-height:2.0;
	}
	.txL2 {
		font-size:calc(1rem + 2px);
		line-height:1.9;
	}
	.txL1 {
		font-size:calc(1rem + 1px);
		line-height:1.9;
	}
	.txS1 {
		font-size:calc(1rem - 1px);
		line-height:1.8;
	}
	.txS2 {
		font-size:calc(1rem - 2px);
		line-height:1.8;
	}
	.txS3 {
		font-size:calc(1rem - 3px);
		line-height:1.7;
	}
	.txS4 {
		font-size:calc(1rem - 4px);
		line-height:1.6;
	}

	.spTxL4 {
		font-size:calc(1rem + 4px);
		line-height:2.0;
	}
	.spTxL3 {
		font-size:calc(1rem + 3px);
		line-height:2.0;
	}
	.spTxL2 {
		font-size:calc(1rem + 2px);
		line-height:1.9;
	}
	.spTxL1 {
		font-size:calc(1rem + 1px);
		line-height:1.9;
	}
	.spTxS1 {
		font-size:calc(1rem - 1px);
		line-height:1.8;
	}
	.spTxS2 {
		font-size:calc(1rem - 2px);
		line-height:1.8;
	}
	.spTxS3 {
		font-size:calc(1rem - 3px);
		line-height:1.7;
	}
	.spTxS4 {
		font-size:calc(1rem - 4px);
		line-height:1.6;
	}
	
	.spFsS { font-size:91% !important;}
	.spFsSB {	font-size:91% !important;	font-weight:bold !important;}
	.spFs2S {	font-size:82% !important;}
	.spFs2SB {	font-size:82% !important;	font-weight:bold !important;}
	.spFs3S {	font-size:73% !important;}
	.spFs3SB {	font-size:73% !important;	font-weight:bold !important;}
	.spFs4S {	font-size:65% !important;}
	.spFs4SB {	font-size:65% !important;	font-weight:bold !important;}
	.spFs5S {	font-size:56% !important;}
	.spFs5SB {	font-size:56% !important;	font-weight:bold !important;}
	.spFsM {	font-size:100% !important;}
	.spFsMB {	font-size:100% !important;	font-weight:bold !important;}
	.spFsM {	font-size:100% !important;}
	.spFsMB {	font-size:100% !important;	font-weight:bold !important;}
	.spFsL {	font-size:109% !important;}
	.spFsLB {	font-size:109% !important;	font-weight:bold !important;}
	.spFs2L {	font-size:118% !important;}
	.spFs2LB {	font-size:118% !important;	font-weight:bold !important;}
	.spFs3L {	font-size:127% !important;}
	.spFs3LB {	font-size:127% !important;	font-weight:bold !important;}
	.spFs4L {	font-size:136% !important;}
	.spFs4LB {	font-size:136% !important;	font-weight:bold !important;}
	.spFs5L {	font-size:145% !important;}
	.spFs5LB {	font-size:145% !important;	font-weight:bold !important;}
	.spFs6L {	font-size:154% !important;}
	.spFs6LB {	font-size:154% !important;	font-weight:bold !important;}
	.spFs7L {	font-size:163% !important;}
	.spFs7LB {	font-size:163% !important;	font-weight:bold !important;}
	.spFs8L {	font-size:172% !important;}
	.spFs8LB {	font-size:172% !important;	font-weight:bold !important;}
	.spFs9L {	font-size:181% !important;}
	.spFs9LB {	font-size:181% !important;	font-weight:bold !important;}
	.spFs10L {	font-size:190% !important;}
	.spFs10LB {	font-size:190% !important;	font-weight:bold !important;}
	.spFs11L {	font-size:199% !important;}
	.spFs11LB {	font-size:199% !important;	font-weight:bold !important;}
	.spFs12L {	font-size:208% !important;}
	.spFs12LB {	font-size:208% !important;	font-weight:bold !important;}
	.spFs13L {	font-size:217% !important;}
	.spFs13LB {	font-size:217% !important;	font-weight:bold !important;}
	.spFs14L {	font-size:226% !important;}
	.spFs14LB {	font-size:226% !important;	font-weight:bold !important;}
	.spFs15L {	font-size:235% !important;}
	.spFs15LB {	font-size:235% !important;	font-weight:bold !important;}

	.spLh08	{	line-height:0.8em !important; }
	.spLh09	{	line-height:0.9em !important; }
	.spLh10	{	line-height:1.0em !important; }
	.spLh11	{	line-height:1.1em !important; }
	.spLh12	{	line-height:1.2em !important; }
	.spLh13	{	line-height:1.3em !important; }
	.spLh14	{	line-height:1.4em !important; }
	.spLh15	{	line-height:1.5em !important; }
	.spLh16	{	line-height:1.6em !important; }
	.spLh17	{	line-height:1.7em !important; }
	.spLh18	{	line-height:1.8em !important; }
	.spLh19	{	line-height:1.9em !important; }
	.spLh20	{	line-height:2.0em !important; }
	.spLh21	{	line-height:2.1em !important; }
	.spLh22	{	line-height:2.2em !important; }
	.spLh23	{	line-height:2.3em !important; }
	.spLh24	{	line-height:2.4em !important; }
	.spLh25	{	line-height:2.5em !important; }
	.spLh26	{	line-height:2.6em !important; }
	.spLh27	{	line-height:2.7em !important; }
	.spLh28	{	line-height:2.8em !important; }
	.spLh29	{	line-height:2.9em !important; }
	.spLh30	{	line-height:3.0em !important; }
}

.tdUnderline	{	text-decoration:underline !important; }
.tdNone	{	text-decoration:none !important; }
.tdOverline	{	text-decoration:overline !important; }
.tdLine	{	text-decoration:line-through !important; }

.fwBold	{	font-weight:bold !important; }
.fwNormal	{	font-weight:normal !important; }
.fw1	{	font-weight:100 !important; }
.fw2	{	font-weight:200 !important; }
.fw3	{	font-weight:300 !important; }
.fw4	{	font-weight:400 !important; }
.fw5	{	font-weight:500 !important; }
.fw6	{	font-weight:600 !important; }
.fw7	{	font-weight:700 !important; }
.fw8	{	font-weight:800 !important; }
.fw9	{	font-weight:900 !important; }

@media screen and (min-width: 841px)  {
	.pcFwBold	{	font-weight:bold !important; }
	.pcFwNormal	{	font-weight:normal !important; }
	.pcFw1	{	font-weight:100 !important; }
	.pcFw2	{	font-weight:200 !important; }
	.pcFw3	{	font-weight:300 !important; }
	.pcFw4	{	font-weight:400 !important; }
	.pcFw5	{	font-weight:500 !important; }
	.pcFw6	{	font-weight:600 !important; }
	.pcFw7	{	font-weight:700 !important; }
	.pcFw8	{	font-weight:800 !important; }
	.pcFw9	{	font-weight:900 !important; }
}
@media screen and (min-width: 841px)  {
	.spFwBold	{	font-weight:bold !important; }
	.spFwNormal	{	font-weight:normal !important; }
	.spFw1	{	font-weight:100 !important; }
	.spFw2	{	font-weight:200 !important; }
	.spFw3	{	font-weight:300 !important; }
	.spFw4	{	font-weight:400 !important; }
	.spFw5	{	font-weight:500 !important; }
	.spFw6	{	font-weight:600 !important; }
	.spFw7	{	font-weight:700 !important; }
	.spFw8	{	font-weight:800 !important; }
	.spFw9	{	font-weight:900 !important; }
}
@media screen and (max-width: 840px)  {
	.spTaRight	{	text-align:right !important; }
	.spTaLeft	{	text-align:left !important; }
	.spTaCenter	{	text-align:center !important; }
}

.fsNormal	{	font-style:normal !important; }
.fsItalic	{	font-style:italic !important; }

.taRight	{	text-align:right !important; }
.taLeft	{	text-align:Left !important; }
.taCenter	{	text-align:Center !important; }

@media screen and (min-width: 841px)  {
	.pcTaRight	{	text-align:right !important; }
	.pcTaLeft	{	text-align:left !important; }
	.pcTaCenter	{	text-align:center !important; }
}
@media screen and (max-width: 840px)  {
	.spTaRight	{	text-align:right !important; }
	.spTaLeft	{	text-align:left !important; }
	.spTaCenter	{	text-align:center !important; }
}

/* // box //
-------------------------------------------------- */
.wAuto { width:auto !important; min-width:1px !important;	}

.w10 { width:10% !important; min-width:1px !important;	}
.w15 { width:15% !important; min-width:1px !important;	}
.w19 { width:19% !important; min-width:1px !important;	}
.w20 { width:20% !important; min-width:1px !important;	}
.w25 { width:25% !important; min-width:1px !important;	}
.w30 { width:30% !important; min-width:1px !important;	}
.w35 { width:35% !important; min-width:1px !important;	}
.w40 { width:40% !important; min-width:1px !important;	}
.w45 { width:45% !important; min-width:1px !important;	}
.w50 { width:50% !important; min-width:1px !important;	}
.w55 { width:55% !important; min-width:1px !important;	}
.w60 { width:60% !important; min-width:1px !important;	}
.w65 { width:65% !important; min-width:1px !important;	}
.w70 { width:70% !important; min-width:1px !important;	}
.w75 { width:75% !important; min-width:1px !important;	}
.w80 { width:80% !important; min-width:1px !important;	}
.w85 { width:85% !important; min-width:1px !important;	}
.w90 { width:90% !important; min-width:1px !important;	}
.w95 { width:95% !important; min-width:1px !important;	}
.w100 { width:100% !important; min-width:1px !important;	}

.h100 { height:100% !important; }


.w30p { width:30px !important; min-width:1px !important;	}
.w50p { width:50px !important; min-width:1px !important;	}
.w60p { width:60px !important; min-width:1px !important;	}
.w70p { width:70px !important; min-width:1px !important;	}
.w80p { width:80px !important; min-width:1px !important;	}
.w100p { width:100px !important; min-width:1px !important;	}
.w110p { width:110px !important; min-width:1px !important;	}
.w120p { width:120px !important; min-width:1px !important;	}
.w130p { width:130px !important; min-width:1px !important;	}
.w140p { width:140px !important; min-width:1px !important;	}
.w150p { width:150px !important; min-width:1px !important;	}
.w180p { width:180px !important; min-width:1px !important;	}
.w200p { width:200px !important; min-width:1px !important;	}
.w230p { width:230px !important; min-width:1px !important;	}
.w250p { width:250px !important; min-width:1px !important;	}
.w280p { width:280px !important; min-width:1px !important;	}
.w300p { width:300px !important; min-width:1px !important;	}
.w330p { width:330px !important; min-width:1px !important;	}
.w350p { width:350px !important; min-width:1px !important;	}
.w380p { width:380px !important; min-width:1px !important;	}
.w400p { width:400px !important; min-width:1px !important;	}
.w430p { width:430px !important; min-width:1px !important;	}
.w450p { width:450px !important; min-width:1px !important;	}
.w480p { width:480px !important; min-width:1px !important;	}
.w500p { width:500px !important; min-width:1px !important;	}
.w530p { width:530px !important; min-width:1px !important;	}
.w550p { width:550px !important; min-width:1px !important;	}
.w580p { width:580px !important; min-width:1px !important;	}
.w600p { width:600px !important; min-width:1px !important;	}
.w630p { width:630px !important; min-width:1px !important;	}
.w650p { width:650px !important; min-width:1px !important;	}
.w680p { width:680px !important; min-width:1px !important;	}
.w700p { width:700px !important; min-width:1px !important;	}
.w730p { width:730px !important; min-width:1px !important;	}
.w750p { width:750px !important; min-width:1px !important;	}
.w780p { width:780px !important; min-width:1px !important;	}
.w800p { width:800px !important; min-width:1px !important;	}


@media screen and (min-width: 841px)  {
	.pcW10 { width:10% !important; min-width:1px !important;	}
	.pcW15 { width:15% !important; min-width:1px !important;	}
	.pcW20 { width:20% !important; min-width:1px !important;	}
	.pcW25 { width:25% !important; min-width:1px !important;	}
	.pcW30 { width:30% !important; min-width:1px !important;	}
	.pcW35 { width:35% !important; min-width:1px !important;	}
	.pcW40 { width:40% !important; min-width:1px !important;	}
	.pcW45 { width:45% !important; min-width:1px !important;	}
	.pcW50 { width:50% !important; min-width:1px !important;	}
	.pcW55 { width:55% !important; min-width:1px !important;	}
	.pcW60 { width:60% !important; min-width:1px !important;	}
	.pcW65 { width:65% !important; min-width:1px !important;	}
	.pcW70 { width:70% !important; min-width:1px !important;	}
	.pcW75 { width:75% !important; min-width:1px !important;	}
	.pcW80 { width:80% !important; min-width:1px !important;	}
	.pcW85 { width:85% !important; min-width:1px !important;	}
	.pcW90 { width:90% !important; min-width:1px !important;	}
	.pcW95 { width:95% !important; min-width:1px !important;	}
	.pcW100 { width:100% !important; min-width:1px !important;	}

	.pcW30p { width:30px !important; min-width:1px !important;	}
	.pcW50p { width:50px !important; min-width:1px !important;	}
	.pcW60p { width:60px !important; min-width:1px !important;	}
	.pcW70p { width:70px !important; min-width:1px !important;	}
	.pcW80p { width:80px !important; min-width:1px !important;	}
	.pcW100p { width:100px !important; min-width:1px !important;	}
	.pcW110p { width:110px !important; min-width:1px !important;	}
	.pcW120p { width:120px !important; min-width:1px !important;	}
	.pcW130p { width:130px !important; min-width:1px !important;	}
	.pcW140p { width:140px !important; min-width:1px !important;	}
	.pcW150p { width:150px !important; min-width:1px !important;	}
	.pcW160p { width:160px !important; min-width:1px !important;	}
	.pcW180p { width:180px !important; min-width:1px !important;	}
	.pcW200p { width:200px !important; min-width:1px !important;	}
	.pcW220p { width:220px !important; min-width:1px !important;	}
	.pcW240p { width:240px !important; min-width:1px !important;	}
	.pcW250p { width:250px !important; min-width:1px !important;	}
	.pcW260p { width:260px !important; min-width:1px !important;	}
	.pcW280p { width:280px !important; min-width:1px !important;	}
	.pcW300p { width:300px !important; min-width:1px !important;	}
	.pcW320p { width:320px !important; min-width:1px !important;	}
	.pcW340p { width:340px !important; min-width:1px !important;	}
	.pcW350p { width:350px !important; min-width:1px !important;	}
	.pcW360p { width:360px !important; min-width:1px !important;	}
	.pcW380p { width:380px !important; min-width:1px !important;	}
	.pcW400p { width:400px !important; min-width:1px !important;	}
	.pcW420p { width:420px !important; min-width:1px !important;	}
	.pcW440p { width:440px !important; min-width:1px !important;	}
	.pcW450p { width:450px !important; min-width:1px !important;	}
	.pcW460p { width:460px !important; min-width:1px !important;	}
	.pcW480p { width:480px !important; min-width:1px !important;	}
	.pcW500p { width:500px !important; min-width:1px !important;	}
	.pcW520p { width:520px !important; min-width:1px !important;	}
	.pcW540p { width:540px !important; min-width:1px !important;	}
	.pcW550p { width:550px !important; min-width:1px !important;	}
	.pcW560p { width:560px !important; min-width:1px !important;	}
	.pcW580p { width:580px !important; min-width:1px !important;	}
	.pcW600p { width:600px !important; min-width:1px !important;	}
	.pcW630p { width:630px !important; min-width:1px !important;	}
	.pcW650p { width:650px !important; min-width:1px !important;	}
	.pcW680p { width:680px !important; min-width:1px !important;	}
	.pcW700p { width:700px !important; min-width:1px !important;	}
	.pcW730p { width:730px !important; min-width:1px !important;	}
	.pcW750p { width:750px !important; min-width:1px !important;	}
	.pcW780p { width:780px !important; min-width:1px !important;	}
	.pcW800p { width:800px !important; min-width:1px !important;	}
}
@media screen and (max-width: 840px)  {
	.spW10 { width:10% !important; min-width:1px !important;	}
	.spW15 { width:15% !important; min-width:1px !important;	}
	.spW20 { width:20% !important; min-width:1px !important;	}
	.spW25 { width:25% !important; min-width:1px !important;	}
	.spW30 { width:30% !important; min-width:1px !important;	}
	.spW35 { width:35% !important; min-width:1px !important;	}
	.spW40 { width:40% !important; min-width:1px !important;	}
	.spW45 { width:45% !important; min-width:1px !important;	}
	.spW50 { width:50% !important; min-width:1px !important;	}
	.spW55 { width:55% !important; min-width:1px !important;	}
	.spW60 { width:60% !important; min-width:1px !important;	}
	.spW65 { width:65% !important; min-width:1px !important;	}
	.spW70 { width:70% !important; min-width:1px !important;	}
	.spW75 { width:75% !important; min-width:1px !important;	}
	.spW80 { width:80% !important; min-width:1px !important;	}
	.spW85 { width:85% !important; min-width:1px !important;	}
	.spW90 { width:90% !important; min-width:1px !important;	}
	.spW95 { width:95% !important; min-width:1px !important;	}
	.spW100 { width:100% !important; min-width:1px !important;	}

	.spW30p { width:30px !important; min-width:1px !important;	}
	.spW50p { width:50px !important; min-width:1px !important;	}
	.spW60p { width:60px !important; min-width:1px !important;	}
	.spW70p { width:70px !important; min-width:1px !important;	}
	.spW80p { width:80px !important; min-width:1px !important;	}
	.spW100p { width:100px !important; min-width:1px !important;	}
	.spW110p { width:110px !important; min-width:1px !important;	}
	.spW120p { width:120px !important; min-width:1px !important;	}
	.spW130p { width:130px !important; min-width:1px !important;	}
	.spW140p { width:140px !important; min-width:1px !important;	}
	.spW150p { width:150px !important; min-width:1px !important;	}
	.spW160p { width:160px !important; min-width:1px !important;	}
	.spW180p { width:180px !important; min-width:1px !important;	}
	.spW200p { width:200px !important; min-width:1px !important;	}
	.spW220p { width:220px !important; min-width:1px !important;	}
	.spW240p { width:240px !important; min-width:1px !important;	}
	.spW250p { width:250px !important; min-width:1px !important;	}
	.spW280p { width:280px !important; min-width:1px !important;	}
	.spW300p { width:300px !important; min-width:1px !important;	}
	.spW320p { width:320px !important; min-width:1px !important;	}
	.spW340p { width:340px !important; min-width:1px !important;	}
	.spW350p { width:350px !important; min-width:1px !important;	}
	.spW360p { width:360px !important; min-width:1px !important;	}
	.spW380p { width:380px !important; min-width:1px !important;	}
	.spW400p { width:400px !important; min-width:1px !important;	}
	.spW420p { width:420px !important; min-width:1px !important;	}
	.spW440p { width:440px !important; min-width:1px !important;	}
	.spW450p { width:450px !important; min-width:1px !important;	}
	.spW460p { width:460px !important; min-width:1px !important;	}
	.spW480p { width:480px !important; min-width:1px !important;	}
	.spW500p { width:500px !important; min-width:1px !important;	}
	.spW520p { width:520px !important; min-width:1px !important;	}
	.spW540p { width:540px !important; min-width:1px !important;	}
	.spW550p { width:550px !important; min-width:1px !important;	}
	.spW560p { width:560px !important; min-width:1px !important;	}
	.spW580p { width:580px !important; min-width:1px !important;	}
	.spW600p { width:600px !important; min-width:1px !important;	}
}

/* // imgW //
-------------------------------------------------- */
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.imgW10 {
		width:110%;
		margin-left:-5%;
	}
	.imgW20 {
		width:120%;
		margin-left:-10%;
	}
	.imgW30 {
		width:130%;
		margin-left:-15%;
	}
	.imgW40 {
		width:140%;
		margin-left:-20%;
	}
	.imgW50 {
		width:150%;
		margin-left:-25%;
	}
	.imgW60 {
		width:160%;
		margin-left:-30%;
	}
	.imgW70 {
		width:170%;
		margin-left:-35%;
	}
	.imgW80 {
		width:180%;
		margin-left:-40%;
	}
	.imgW90 {
		width:190%;
		margin-left:-45%;
	}
	.imgW100 {
		width:200%;
		margin-left:-50%;
	}
}

/* // list //
-------------------------------------------------- */
.liCircle > li{
	list-style-type: circle !important;
}
.liDisc > li:before, .liDecimal .liDisc > li:before{
	content: '・';
	margin-left: -1em;
}
.liDecimal > li, .liDisc .liDecimal > li{
	list-style-type: decimal !important;
}
.liAlpha > li{
	list-style-type: upper-alpha !important;
}
.liNone > li, .liDisc .liNone > li, .liDecimal .liNone > li{
	list-style-type: none !important;
	margin-left:0 !important;
}

.liCircle > li, .liDisc > li{
	margin-left:1.4em;
	margin-bottom:6px;
	line-height:1.5em !important;
}
.liDecimal > li, .liAlpha > li{
	margin-left:1.4em;
	margin-bottom:6px;
	line-height:1.5em !important;
}

/* // float //
-------------------------------------------------- */
.flNone	{	float: none !important; }
.flRight	{	float: right !important; }
.flLeft	{	float: left !important; }
.dspInline	{	display: inline !important;}

@media screen and (max-width: 840px)  {
	.flRight.spFlClear	{	float: none !important; }
	.flLeft.spFlClear	{	float: none !important; }
}


br.clear	{	clear: both; line-height:0; font-size:1px;}
br.clearLeft	{	clear: left; line-height:0.1; font-size:1px; }

/* // position //
-------------------------------------------------- */
.poRelative {
	position:relative !important;
}
.poAbsolute {
	position:absolute !important;
}

/* // display //
-------------------------------------------------- */
.dispNone {
	display:none;
}
.dispBlock {
	display:block;
}
.dispInlineBlock {
	display:inline-block;
}
.dispFlex {
	display: flex;
	display: -ms-flexbox;
}
.dispFlexWrap {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
}

@media screen and (min-width: 841px)  {
	.pcDispNone {
		display:none;
	}
	.pcDispBlock {
		display:block;
	}
	.pcDispInlineBlock {
		display:inline-block;
	}
	.pcDispFlex {
		display: flex;
		display: -ms-flexbox;
	}
	.pcDispFlexWrap {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap : wrap;
	}
}
@media screen and (max-width: 840px)  {
	.spDispNone {
		display:none;
	}
	.spDispBlock {
		display:block;
	}
	.spDispInlineBlock {
		display:inline-block;
	}
	.spDispFlex {
		display: flex;
		display: -ms-flexbox;
	}
	.spDispFlexWrap {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap : wrap;
	}
}


/* // shadow設定 //
----------------------------------------------- */
.boxShadowA10 {	box-shadow: 0 0 6px rgba(0,0,0,0.10);}
.boxShadowA15 {	box-shadow: 0 0 6px rgba(0,0,0,0.15);}
.boxShadowA20 {	box-shadow: 0 0 6px rgba(0,0,0,0.20);}
.boxShadowA25 {	box-shadow: 0 0 6px rgba(0,0,0,0.25);}
.boxShadowA30 {	box-shadow: 0 0 6px rgba(0,0,0,0.30);}
.boxShadowA35 {	box-shadow: 0 0 6px rgba(0,0,0,0.35);}
.boxShadowA40 {	box-shadow: 0 0 6px rgba(0,0,0,0.40);}
.boxShadowA45 {	box-shadow: 0 0 6px rgba(0,0,0,0.45);}
.boxShadowA50 {	box-shadow: 0 0 6px rgba(0,0,0,0.50);}


.txShadowA1 {	text-shadow: 0 0 5px rgba(0,0,0,0.1);	}
.txShadowA2 {	text-shadow: 0 0 5px rgba(0,0,0,0.2);	}
.txShadowA3 {	text-shadow: 0 0 5px rgba(0,0,0,0.3);	}
.txShadowA4 {	text-shadow: 0 0 5px rgba(0,0,0,0.4);	}
.txShadowA5 {	text-shadow: 0 0 5px rgba(0,0,0,0.5);	}
.txShadowA6 {	text-shadow: 0 0 5px rgba(0,0,0,0.6);	}
.txShadowA7 {	text-shadow: 0 0 5px rgba(0,0,0,0.7);	}
.txShadowA8 {	text-shadow: 0 0 5px rgba(0,0,0,0.8);	}
.txShadowA9 {	text-shadow: 0 0 5px rgba(0,0,0,0.9);	}
.txShadowA10 {	text-shadow: 0 0 5px rgba(0,0,0,0.10);	}



/* // jquery-ui //
----------------------------------------------- */
.ui-datepicker .ui-datepicker-title {
	color:#FFF;
}

/* // table //
----------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:1.8em;
}
/* // ________PC________ // */
@media screen and (min-width: 841px)  {
	table col[data-pcW="5"]  {	width:5% !important;	}
	table col[data-pcW="10"]  {	width:10% !important;	}
	table col[data-pcW="15"]  {	width:15% !important;	}
	table col[data-pcW="20"]  {	width:20% !important;	}
	table col[data-pcW="25"]  {	width:25% !important;	}
	table col[data-pcW="30"]  {	width:30% !important;	}
	table col[data-pcW="35"]  {	width:35% !important;	}
	table col[data-pcW="40"]  {	width:40% !important;	}
	table col[data-pcW="45"]  {	width:45% !important;	}
	table col[data-pcW="50"]  {	width:50% !important;	}
	table col[data-pcW="55"]  {	width:55% !important;	}
	table col[data-pcW="60"]  {	width:60% !important;	}
	table col[data-pcW="65"]  {	width:65% !important;	}
	table col[data-pcW="70"]  {	width:70% !important;	}
	table col[data-pcW="75"]  {	width:75% !important;	}
	table col[data-pcW="80"]  {	width:80% !important;	}
	table col[data-pcW="85"]  {	width:85% !important;	}
	table col[data-pcW="90"]  {	width:90% !important;	}
	table col[data-pcW="95"]  {	width:95% !important;	}
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	table col[data-spW="5"]  {	width:5% !important;	}
	table col[data-spW="10"]  {	width:10% !important;	}
	table col[data-spW="15"]  {	width:15% !important;	}
	table col[data-spW="20"]  {	width:20% !important;	}
	table col[data-spW="25"]  {	width:25% !important;	}
	table col[data-spW="30"]  {	width:30% !important;	}
	table col[data-spW="35"]  {	width:35% !important;	}
	table col[data-spW="40"]  {	width:40% !important;	}
	table col[data-spW="45"]  {	width:45% !important;	}
	table col[data-spW="50"]  {	width:50% !important;	}
	table col[data-spW="55"]  {	width:55% !important;	}
	table col[data-spW="60"]  {	width:60% !important;	}
	table col[data-spW="65"]  {	width:65% !important;	}
	table col[data-spW="70"]  {	width:70% !important;	}
	table col[data-spW="75"]  {	width:75% !important;	}
	table col[data-spW="80"]  {	width:80% !important;	}
	table col[data-spW="85"]  {	width:85% !important;	}
	table col[data-spW="90"]  {	width:90% !important;	}
	table col[data-spW="95"]  {	width:95% !important;	}
}


/* //    |- tableA */
.tableA{
	width: 100%;
	border-collapse: collapse;
	line-height:1.6;
}
.tableA > tbody > tr > th{
	vertical-align: top;
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	text-align:center;
	box-sizing: border-box;
}
.tableA > tbody > tr > td{
	background-color: #fff;
	border: 1px solid #dedede;
	text-align:left;
	box-sizing: border-box;
}
.tableA > tbody > tr > th,
.tableA > tbody > tr > td{
	padding: 10px;
}

.tableA > tbody > tr > th.noBorderRight{
	border-right-width:0;
}
.tableA > tbody > tr > th.noBorderLeft{
	border-left-width:0;
}
.tableA > tbody > tr > td.noBorderRight{
	border-right-width:0;
}
.tableA > tbody > tr > td.noBorderLeft{
	border-left-width:0;
}

.tableA > tbody > tr > th.taLeft,
.tableA  > tbody> tr > td.taLeft {
	text-align:left;
}

.tableA > tbody > tr > th,
.tableA > tbody > tr > td{
	padding: 10px;
}
.tableA.s1 > tbody > tr > th,
.tableA.s1 > tbody > tr > td{
	padding: 8px;
}
.tableA.s2 > tbody > tr > th,
.tableA.s2 > tbody > tr > td{
	padding: 6px;
}
.tableA.s3 > tbody > tr > th,
.tableA.s3 > tbody > tr > td{
	padding: 4px;
}

.tableA.l1 > tbody > tr > th,
.tableA.l1 > tbody > tr > td{
	padding: 12px 10px;
}
.tableA.l2 > tbody > tr > th,
.tableA.l2 > tbody > tr > td{
	padding: 14px 10px;
}
.tableA.l3 > tbody > tr > th,
.tableA.l3 > tbody > tr > td{
	padding: 16px 10px;
}
.tableA.l4 > tbody > tr > th,
.tableA.l4 > tbody > tr > td{
	padding: 18px 10px;
}
.tableA.l5 > tbody > tr > th,
.tableA.l5 > tbody > tr > td{
	padding: 20px 10px;
}



@media screen and (max-width: 840px)  {
	.tableA > tbody > tr > th {
		padding: 5px;
		font-size:85%;
		text-align:left;
	}
	.tableA.s1 > tbody > tr > th {
		padding: 5px;
	}
	.tableA > tbody > tr > td {
		padding: 5px;
		font-size:85%;
	}
	.tableA.s1 > tbody > tr > td {
		padding: 3px;
	}
}

/* //    |- tableB  */
.tableB{
	width: 100%;
	border-collapse: collapse;
	margin: 15px auto;
	font-size:90%;
}
.tableB th{
	padding: 4px 10px;
	vertical-align: top;
	background-color: #fefef6;
	border: 1px solid #CCC;
	text-align:center;
	font-weight:normal;
}
.tableB td{
	padding: 4px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
	text-align:left;
}
.tableB th.taLeft,
.tableB td.taLeft {
	text-align:left;
}

@media screen and (max-width: 840px)  {
	.tableB th {
		padding: 5px;
	}
	.tableB.s1 th {
		padding: 3px;
	}
	.tableB td {
		padding: 5px;
	}
	.tableB.s1 td {
		padding: 3px;
	}
}

@media all and (min-width: 841px)  {
	.taSP{display: none;}
}
@media screen and (max-width: 840px)  {
	.taPC{display: none;}
}

.dlTableA  {
	font-size:94%;
	line-height:1.55;
}
.dlTableA dl {
	display:table;
	width:100%;
	border-bottom:1px solid #333;
}
.dlTableA dl:first-of-type {
	border-top:1px solid #333;
}

.dlTableA dl dt ,
.dlTableA dl dd {
	display:table-cell;
	padding:18px 10px;
}

.dlTableA dl dt {
	width:23%;
	position:relative;
	text-align:center;
	font-weight:500;
}
.dlTableA dl dd {
	width:77%;
}

.dlTableA dl:first-of-type dt:before {
	content:" ";
	position:absolute;
	left:0px;
	top:-2px;
	width:100%;
	height:3px;
	background-color:#000;
}
.dlTableA dl dt:after {
	content:" ";
	position:absolute;
	left:0px;
	bottom:-2px;
	width:100%;
	height:3px;
	background-color:#000;
}

@media screen and (max-width: 840px)  {
	.dlTableA dl dt,
	.dlTableA dl dd {
		padding:11px 7px;
	}
}


/* // BG設定 //
----------------------------------------------- */
.bgcW1 {	background-color:#FFF !important;	}
.bgcG1 {	background-color:#F3F3F3 !important;	}
.bgcG2 {	background-color:#EEE !important;	}
.bgcG3 {	background-color:#E3E3E3 !important;	}
.bgcG4 {	background-color:#DDD !important;	}
.bgcG5 {	background-color:#D3D3D3 !important;	}
.bgcG6 {	background-color:#CCC !important;	}
.bgcG7 {	background-color:#C2C2C2 !important;	}
.bgcG8 {	background-color:#BBB !important;	}

.bgcB1 {	background-color:#000 !important;	}
.bgcDG1 {	background-color:#111 !important;	}
.bgcDG2 {	background-color:#222 !important;	}
.bgcDG3 {	background-color:#333 !important;	}
.bgcDG4 {	background-color:#444 !important;	}
.bgcDG5 {	background-color:#555 !important;	}
.bgcDG6 {	background-color:#666 !important;	}
.bgcDG7 {	background-color:#777 !important;	}
.bgcDG8 {	background-color:#888 !important;	}
.bgcDG9 {	background-color:#999 !important;	}



/* // ボタン設定 //
----------------------------------------------- */
/* //    |- btnA  */
.btnA {
	color:#FFF !important;
	background-color:#555;
	line-height:1.3;
	padding-right:13px;
	position: relative;
	box-sizing: border-box;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	overflow:hidden;
}
.btnA.noLink {
	cursor:default !important;
}

.btnA .tx {
	position:relative;
	z-index:5;
	display:inline-block;
	padding:14px 30px 16px;
}

.btnA i {
	position: absolute;
	top: 50%;
	right:12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	padding:0;
}
.btnA .tx i {
	position: static !important;
	top:auto !important;
	bottom:auto !important;
	left:auto !important;
	right:auto !important;
}
@media screen and (min-width: 841px)  {
	.btnA i.pcR8 {	right:8px;}
	.btnA i.pcR10 {	right:10px;}
	.btnA i.pcR13 {	right:13px;}
	.btnA i.pcR15 {	right:15px;}
	.btnA i.pcR18 {	right:18px;}
	.btnA i.pcR20 {	right:20px;}
	.btnA i.pcR23 {	right:23px;}
	.btnA i.pcR25 {	right:25px;}
	.btnA i.pcL8 {	left:8px;}
	.btnA i.pcL10 {	left:10px;}
	.btnA i.pcL13 {	left:13px;}
	.btnA i.pcL15 {	left:15px;}
	.btnA i.pcL18 {	left:18px;}
	.btnA i.pcL20 {	left:20px;}
	.btnA i.pcL23 {	left:23px;}
	.btnA i.pcL25 {	left:25px;}
}
@media screen and (max-width: 840px)  {
	.btnA i.spR8 {	right:8px;}
	.btnA i.spR10 {	right:10px;}
	.btnA i.spR13 {	right:13px;}
	.btnA i.spR15 {	right:15px;}
	.btnA i.spR18 {	right:18px;}
	.btnA i.spR20 {	right:20px;}
	.btnA i.spR23 {	right:23px;}
	.btnA i.spR25 {	right:25px;}
	.btnA i.spL8 {	left:8px;}
	.btnA i.spL10 {	left:10px;}
	.btnA i.spL13 {	left:13px;}
	.btnA i.spL15 {	left:15px;}
	.btnA i.spL18 {	left:18px;}
	.btnA i.spL20 {	left:20px;}
	.btnA i.spL23 {	left:23px;}
	.btnA i.spL25 {	left:25px;}
}

.btnA i.circle:before {
	z-index:5;
	position:absolute;
	top:50%;
	right:14px;
	-ms-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}
.btnA i.circle:after {
	position:absolute;
	top:50%;
	right:14px;
	-ms-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	content:" ";
	z-index:3;
	display:block;
	width:25px;
	height:25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color:rgba(0,0,0,0.2);
}

.btnA.s4 .tx {
	padding-top:6px;
	padding-bottom:8px;
}
.btnA.s3 .tx {
	padding-top:8px;
	padding-bottom:10px;
}
.btnA.s2 .tx {
	padding-top:10px;
	padding-bottom:12px;
}
.btnA.s1 .tx {
	padding-top:12px;
	padding-bottom:14px;
}
.btnA .tx {
	padding-top:14px;
	padding-bottom:16px;
}
.btnA.l1 .tx {
	padding-top:16px;
	padding-bottom:18px;
}
.btnA.l2 .tx {
	padding-top:20px;
	padding-bottom:22px;
}
.btnA.l3 .tx {
	padding-top:22px;
	padding-bottom:24px;
}

@media screen and (max-width: 840px)  {
	.btnA.spNoIcon {
		padding:0;
	}
	.btnA.spNoIcon .tx {
		padding-left:10px;
		padding-right:10px;
	}
	
	.btnA.spNoIcon i.icon {
		display:none;
	}
	.btnA.spS3 .tx {
		padding-top:11px;
		padding-bottom:11px;
	}
	.btnA.spS2 .tx {
		padding-top:13px;
		padding-bottom:13px;
	}
	.btnA.spS1 .tx {
		padding-top:15px;
		padding-bottom:15px;
	}
	.btnA .tx {
		padding:13px 24px 15px;
	}
	.btnA.spL1 .tx {
		padding-top:19px;
		padding-bottom:19px;
	}
	.btnA.spL2 .tx {
		padding-top:21px;
		padding-bottom:21px;
	}
	.btnA.spL3 .tx {
		padding-top:23px;
		padding-bottom:23px;
	}
}


.btnA:before {
	content:" ";
	position:absolute;
	top:50%;
	left:0%;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	display:block;
	width:0;
	height:500px;
	background-color:#000;
	opacity:0.2;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btnA.hoverLeft:before {
	left:auto;
	right:0;
}
html:not(.tbsp) .btnA:not(.noLink):hover:before {
	width:100%;
}
html:not(.tbsp) .btnA:not(.noLink):disabled:hover:before {
	width:0%;
}
.btnA.hoverWhite:before {
	background-color:#fff;
}
.btnA.hoverBlack:before {
	background-color:#000;
}
.btnA.hoverOp00:before {	opacity:0 !important;	}
.btnA.hoverOp005:before {	opacity:0.05 !important;	}
.btnA.hoverOp01:before {	opacity:0.1 !important;	}
.btnA.hoverOp02:before {	opacity:0.2 !important;	}
.btnA.hoverOp03:before {	opacity:0.3 !important;	}
.btnA.hoverOp04:before {	opacity:0.4 !important;	}
.btnA.hoverOp05:before {	opacity:0.5 !important;	}
.btnA.hoverOp06:before {	opacity:0.6 !important;	}
.btnA.hoverOp07:before {	opacity:0.7 !important;	}
.btnA.hoverOp08:before {	opacity:0.8 !important;	}
.btnA.hoverOp09:before {	opacity:0.9 !important;	}
.btnA.hoverOp10:before {	opacity:1 !important;	}


.btnA.btnHover:before {
	display:none !important;
}




.btnA.c0 {
	color:#000 !important;
	background-color:#CCC;
}
.btnA.c0:hover {
	color:#FFF !important;
}

.btnA.cWhite {
	color:#333 !important;
	background-color:#FFF !important;
}
.btnA.cWhite:hover {
}
.btnA.cWhite:before {
	opacity:0.1;
}


.btnA.noIcon {
	padding:0;
}
.btnA.noIcon .tx {
	padding-left:10px;
	padding-right:10px;
}

.btnA.noIcon i.icon {
	display:none;
}
.btnA.left {
	padding-left:13px;
	padding-right:0;
}

.btnA.left i {
	right:auto;
	left:12px;
}
.btnA.reverse:before {
	left:auto;
	right:0;
}


.btnA.up:before {
	top:auto;
	bottom:0;
	left:0;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	transform: translate(0%,0%);
	width:100%;
	height:0px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.btnA.down:before {
	top:0;
	left:0;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	transform: translate(0%,0%);
	width:100%;
	height:0px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
html:not(.tbsp) .btnA.up:hover:before,
html:not(.tbsp) .btnA.down:hover:before {
	height:50px;
}

.btnA.r0 {		border-radius: 0px !important;	}
.btnA.r1 {		border-radius: 1px !important;	}
.btnA.r2 {		border-radius: 2px !important;	}
.btnA.r3 {		border-radius: 3px !important;	}
.btnA.r4 {		border-radius: 4px !important;	}
.btnA.r5 {		border-radius: 5px !important;	}
.btnA.r6 {		border-radius: 6px !important;	}
.btnA.r7 {		border-radius: 7px !important;	}
.btnA.r8 {		border-radius: 8px !important;	}
.btnA.r9 {		border-radius: 9px !important;	}
.btnA.r10 {	border-radius: 10px !important;	}
.btnA.r100 {	border-radius: 500px !important;	}

.btnA.border {
	border:1px solid #333;
}
@media screen and (max-width: 840px)  {
	.btnA {
		padding-right:16px;
	}
}
/* //    |- btnB  */
.btnB {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
	background-color:#DDD;
	line-height:1;
	padding:12px 30px 12px 15px;
	position: relative;
	font-size:106%;
	box-sizing: border-box;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
@media screen and (min-width: 841px)  {
	.btnB:not(.noMin) {
		min-width:180px;
	}
}

.btnB.r4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btnB.r3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btnB.r2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btnB.r1 {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.btnB.r0 {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.btnB i {
	position: absolute;
	top: 50%;
	right:7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.btnB.s i {
	right:4px;
}
html:not(.tbsp) .btnB:not(.nohover):hover {
	text-decoration:none;
	opacity:0.7;
}
html:not(.tbsp) .btnB:hover i {
}
html:not(.tbsp) .btnB:not(.no):not(.down):not(.up):hover i {
	right:4px;
}
html:not(.tbsp) .btnB:hover.down i {
	top:60%;
}
html:not(.tbsp) .btnB:hover.up i {
	top:40%;
}
html:not(.tbsp) .btnB:hover:not(.no):not(.down):not(.up).s i {
	right:2px;
}

.btnB.left {
	padding-right:30px;
	padding-left:50px;
}
.btnB.noicon {
	padding-right:30px;
	padding-left:30px;
}

.btnB.left i {
	left:7px;
}
html:not(.tbsp) .btnB.left:hover:not(.no) i {
	left:4px;
}
.btnB.left.right i {
	left:7px;
}
html:not(.tbsp) .btnB.left.right:not(.no):hover i {
	left:13px;
}

.btnB.s.left i {
	left:5px;
}
html:not(.tbsp) .btnB.s.left:hover:not(.no) i {
	left:3px;
}
.btnB.s.left.right i {
	left:5px;
}
html:not(.tbsp) .btnB.s.left.right:hover:not(.no) i {
	left:7px;
}


.btnB.s {
	padding:10px 33px 10px 16px;
	font-size:100%;
}
.btnB.s.left {
	padding:10px 16px 10px 33px;
}
.btnB.s.noicon {
	padding:10px 16px 10px 16px;
}

.btnB.l {
	padding-top:18px;
	padding-bottom:18px;
	font-size:126%;
}


.btnB.black {	background-color:#333; color:#FFF;	}
.btnB.black i { color:#FFF;	}
.btnB.gray {	background-color:#AAA;	}
.btnB.blue {	background-color:#004DA5;	}
.btnB.navy {	background-color:#001459;	}
.btnB.green {	background-color:#077000;	}
.btnB.lightGreen {	background-color:#27B700;	}
.btnB.blueGreen {	background-color:#019687;	}
.btnB.red {	background-color:#D60202;	}
.btnB.pink {	background-color:#EF1C78;	}
.btnB.darkPink {	background-color:#C90053;	}
.btnB.lightGray {	background-color:#DDD;		color:#333 !important;	}
.btnB.lightGray i {
}
.btnB.white {	background-color:#fff;	color:#333 !important;	}
.btnB.white.border {
	border:1px solid #BBB;
}
.btnB.white i {
}


.btnB.black.grade {	background: linear-gradient(to bottom,  #xxxxx 0%,#xxxxx 100%);	}

.btnB.black.grade {	background: linear-gradient(to bottom,  #555 0%,#333 100%);	}
.btnB.gray.grade {	background: linear-gradient(to bottom,  #CCC 0%,#AAA 100%);	}
.btnB.blue.grade {	background: linear-gradient(to bottom,  #3476BC 0%,#004DA5 100%);	}
.btnB.navy.grade {	background: linear-gradient(to bottom,  #3B4C84 0%,#001459 100%);	}
.btnB.green.grade {	background: linear-gradient(to bottom,  #42963C 0%,#077000 100%);	}
.btnB.lightGreen.grade {	background: linear-gradient(to bottom,  #68CC4D 0%,#27B700 100%);	}
.btnB.blueGreen.grade {	background: linear-gradient(to bottom,  #46B5A8 0%,#019687 100%);	}
.btnB.red.grade {	background: linear-gradient(to bottom,  #E55E5E 0%,#D60202 100%);	}
.btnB.pink.grade {	background: linear-gradient(to bottom,  #F7609F 0%,#EF1C78 100%);	}
.btnB.darkPink.grade {	background: linear-gradient(to bottom,  #DB4E87 0%,#C90053 100%);	}
.btnB.lightGray.grade {	background: linear-gradient(to bottom,  #EEE 0%,#DDD 100%);	}
.btnB.white.grade {	background: linear-gradient(to bottom,  #fff 0%,#EEE 100%);	}

.btnB.black.shadow {box-shadow: 2px 2px 1px #999; }
.btnB.gray.shadow {box-shadow: 2px 2px 1px #444; }
.btnB.blue.shadow {box-shadow: 2px 2px 1px #7280AF; }
.btnB.navy.shadow {box-shadow: 2px 2px 1px #6172A8; }
.btnB.green.shadow {box-shadow: 2px 2px 1px #5AB253; }
.btnB.lightGreen.shadow {box-shadow: 2px 2px 1px #166600; }
.btnB.blueGreen.shadow {box-shadow: 2px 2px 1px #003D35; }
.btnB.red.shadow {box-shadow: 2px 2px 1px #750000; }
.btnB.pink.shadow {box-shadow: 2px 2px 1px #4C001E; }
.btnB.darkPink.shadow {box-shadow: 2px 2px 1px #44001B; }
.btnB.lightGray.shadow {box-shadow: 2px 2px 1px #555; }
.btnB.white.shadow {box-shadow: 2px 2px 1px #888; }

.btnB.txShadow {
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}
span.input.btnB {
	padding:0;
}

span.input.btnB.left {
	padding-right:0;
	padding-left:0;
}
span.input.btnB.s {
	padding:0;
}
span.input.btnB.s.left {
	padding:0;
}

span.input.btnB input {
	padding:16px 50px 16px 30px;
	cursor:pointer;
	text-align:center;
}

.btnB.left input {
	padding-right:30px;
	padding-left:50px;
}
.btnB.s input {
	padding:10px 36px 10px 16px;
}
.btnB.s.left input {
	padding:10px 16px 10px 36px;
}

@media screen and (max-width: 840px)  {
	.btnB {
		padding:12px 30px 12px 20px;
		min-width:1px;
	}
}


/* // btnHover //
----------------------------------------------- */
/* //    |- A  */
.btnHoverA1 {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
}
.btnHoverA1:hover {
	background-position: -100% 0;
}
.btnHoverA2 {
	background-image: linear-gradient(to left, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%);
	background-position: 0 0;
	background-size: 200% auto;
}
.btnHoverA2:hover {
	background-position: 100% 0;
}
.btnHoverA3 {
	background-image: linear-gradient(to top, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%);
	background-position: 0 0;
	background-size:  auto 200%;
}
.btnHoverA3:hover {
	background-position:  0 -100%;
}
.btnHoverA4 {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 50%);
	background-position: 0 0;
	background-size:  auto 200%;
}
.btnHoverA4:hover {
	background-position:  0 100%;
}
.btnHoverA5 {
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 0 0;
}
.btnHoverA5:hover {
	background-size: 100% 100%;
}

.btnHoverA1.hoverOp01 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 50%); }
.btnHoverA1.hoverOp02 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%); }
.btnHoverA1.hoverOp03 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 50%); }
.btnHoverA1.hoverOp04 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 50%); }
.btnHoverA1.hoverOp05 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 50%); }
.btnHoverA1.hoverOp06 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%); }
.btnHoverA1.hoverOp07 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 50%); }
.btnHoverA1.hoverOp08 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 50%); }
.btnHoverA1.hoverOp09 {	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 50%); }

.btnHoverA2.hoverOp01 {	background-image: linear-gradient(to left, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp02 {	background-image: linear-gradient(to left, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp03 {	background-image: linear-gradient(to left, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp04 {	background-image: linear-gradient(to left, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp05 {	background-image: linear-gradient(to left, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp06 {	background-image: linear-gradient(to left, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp07 {	background-image: linear-gradient(to left, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp08 {	background-image: linear-gradient(to left, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA2.hoverOp09 {	background-image: linear-gradient(to left, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0) 50%); }

.btnHoverA3.hoverOp01 {	background-image: linear-gradient(to top, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp02 {	background-image: linear-gradient(to top, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp03 {	background-image: linear-gradient(to top, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp04 {	background-image: linear-gradient(to top, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp05 {	background-image: linear-gradient(to top, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp06 {	background-image: linear-gradient(to top, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp07 {	background-image: linear-gradient(to top, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp08 {	background-image: linear-gradient(to top, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0) 50%); }
.btnHoverA3.hoverOp09 {	background-image: linear-gradient(to top, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0) 50%); }

.btnHoverA4.hoverOp01 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 50%); }
.btnHoverA4.hoverOp02 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%); }
.btnHoverA4.hoverOp03 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 50%); }
.btnHoverA4.hoverOp04 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 50%); }
.btnHoverA4.hoverOp05 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 50%); }
.btnHoverA4.hoverOp06 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%); }
.btnHoverA4.hoverOp07 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 50%); }
.btnHoverA4.hoverOp08 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 50%); }
.btnHoverA4.hoverOp09 {	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 50%); }

.btnHoverA5.hoverOp01 {	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)); }
.btnHoverA5.hoverOp02 {	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)); }
.btnHoverA5.hoverOp03 {	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)); }
.btnHoverA5.hoverOp04 {	background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)); }
.btnHoverA5.hoverOp05 {	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)); }
.btnHoverA5.hoverOp06 {	background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)); }
.btnHoverA5.hoverOp07 {	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)); }
.btnHoverA5.hoverOp08 {	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)); }
.btnHoverA5.hoverOp09 {	background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)); }



/* //    |- B1  */
.btnHoverB1 {
	display:inline-block;
 }
.btnHoverB1:hover {
	animation: btnHoverB1 0.6s infinite ease-out;
	transform-origin: 50% 50%;
	animation-iteration-count: 1;
	display:inline-block;
 }
@keyframes btnHoverB1 {
	0% { transform: scale(1, 1); }
	25% { transform: scale(1.05, 1.05); }
	50% { transform: scale(1, 1); }
	75% { transform: scale(1.03, 1.03); }
	100% { transform: scale(1, 1); }
}
.btnHoverB2 {
	display:inline-block;
 }
.btnHoverB2:hover {
	animation: btnHoverB2 0.6s infinite ease-out;
	transform-origin: 50% 50%;
	animation-iteration-count: 1;
 }
@keyframes btnHoverB2 {
	0% { transform: translateY(0); }
	25% { transform: translateY(-5px); }
	50% { transform: translateY(0); }
	75% { transform: translateY(-3px); }
	100% { transform: translateY(0);}
}


/* // txHover //
----------------------------------------------- */
/* //    |- A  */
@media screen and (min-width: 841px)  {
	.txHoverA {
		position:relative;
	}
	.hoverParent:hover .txHoverA:before,
	.txHoverA:hover:before {
		width:100%;
	}
	.txHoverA.border:after {
		position:absolute;
		z-index:10;
		bottom:0px;
		content:" ";
		display:block;
		height:1px;
		width:100%;
		background-color:#DDD;
	}
	.txHoverA:before {
		position:absolute;
		z-index:15;
		bottom:0px;
		content:" ";
		display:block;
		height:1px;
		width:0;
		transition:0.3s;
		background-color:#000;
	}
	.txHoverA.hoverOp01:before {	opacity:0.1;	}
	.txHoverA.hoverOp02:before {	opacity:0.2;	}
	.txHoverA.hoverOp03:before {	opacity:0.3;	}
	.txHoverA.hoverOp04:before {	opacity:0.4;	}
	.txHoverA.hoverOp05:before {	opacity:0.5;	}
	.txHoverA.hoverOp06:before {	opacity:0.6;	}
	.txHoverA.hoverOp07:before {	opacity:0.7;	}
	.txHoverA.hoverOp08:before {	opacity:0.8;	}
	.txHoverA.hoverOp09:before {	opacity:0.9;	}
	.txHoverA.hoverOp10:before {	opacity:1;	}
	.txHoverA.A1:before {
		left:0%;
	}
	.txHoverA.A2:before {
		left:50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}


/* // textOnImageBox //
----------------------------------------------- */
/* //    |- A  */
.textOnImageBoxA {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.textOnImageBoxA > .txWrap {
	position:absolute;
	display:table;
	width:100%;
	left:0px;
	bottom:0px;
	padding:30px 15px 11px 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 46%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%);
	color:#FFF;
}

.textOnImageBoxA > .txWrap > .text {
	display:table-cell;
	vertical-align:bottom;
	color:#FFF;
	font-size:92%;
	line-height:1.4;
}

@media screen and (max-width: 840px)  {
	.textOnImageBoxA > .txWrap {
		padding:22px 10px 8px 10px;
	}
	
	.textOnImageBoxA > .txWrap > .text {
		font-size:78%;
		line-height:1.4;
	}
}


/* // pageTop //
----------------------------------------------- */
.pageTop {
	font-size:26px;
	display:block;
	position:fixed;
	right:0;
	bottom:0;
	color:#FFF !important;
	z-index:500;
	transition:0.3s;
	-ms-transform: translateY(140%);
	-webkit-transform: translateY(140%);
	-moz-transform: translateY(140%);
	transform: translateY(140%);
}
.pageTop.on {
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.pageTop .inner {
	display:block;
	width:50px;
	height:50px;
	position:relative;
	background-color:rgba(0,0,0,0.0);
	transition:0.3s;
}
.pageTop i {
	color:#FFF;
	padding:0;
	position: absolute;
	left: 50%;
	top: 45%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

html:not(.tbsp) .pageTop:hover i {
	top: 40%;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
html:not(.tbsp) .pageTop:hover {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.pageTop {
	background-color:#999;
}
.pageTop:hover .inner {
	background-color:rgba(0,0,0,0.1);
	transition:0.3s;
}


/* // swiperNaviA //
----------------------------------------------- */

@media screen and (max-width: 840px)  {
	.swiperNaviA {
		background-color:#FFF;
		padding:5px 0;
	}
	.swiperNaviA .swiper-outer {
		padding:0;
	}
	
	.swiperNaviA .swiper-container {
		padding:0 8px;
	}
	.swiperNaviA .swiperA .swiper-slide {
		width:auto;
		height:38px;
		padding:0 4px;
		border-right:1px solid #CCC;
		position:relative;
	}
	.swiperNaviA .swiperA .swiper-slide:first-of-type {
		border-left:1px solid #CCC;
	}
	.swiperNaviA .swiperA .swiper-slide * {
		line-height:1.2 !important;
		display:block;
	}
	.swiperNaviA .swiperA .link {
		text-align:center;
		position:relative;
		height:100%;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		padding:0 11px;
	}
	
	.swiperNaviA .swiperA .on .link {
		background-color:rgba(0,0,0,0.08);
	}
	.swiperNaviA .swiperA .link .tx {
		font-weight:400;
		color:#000;
		font-size:12px;
	}
	
	.swiperNaviA .swiper-button {
		height:100%;
		width:26px;
		opacity:1;
		top:50%;
	}
	.swiperNaviA .swiper-button .btn {
		display:block;
		width:100%;
		height:100%;
		position:relative;
	}
	.swiperNaviA .swiper-button .btn .icon {
		position:absolute;
		top:50%;
		transform: translateY(-50%);
		font-size:14px;
	}
	.swiperNaviA .swiper-button-next {
		right:0px;
		background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	}
	.swiperNaviA .swiper-button-next .btn .icon {
		right:2px;
	}
	.swiperNaviA .swiper-button-prev {
		left:0px;
		background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	}
	.swiperNaviA .swiper-button-prev .btn .icon {
		left:2px;
	}
	.swiperNaviA .swiper-button-prev.swiper-button-disabled,
	.swiperNaviA .swiper-button-next.swiper-button-disabled {
		display:none;
	}

	.swiperNaviA .swiper-button-prev .btn .icon {
		left:2px;
	}


}

/* 
 */

/* // modalMenuBox //
----------------------------------------------- */
	
@media screen and (max-width: 840px)  {
	.modalMenuBox {
		position:fixed;
		top:0;
		left:100%;
		bottom:0;
		z-index:610;
		min-height:100%;
		width:100vw;
		transition: all .3s ease-out;
		text-align:right;
	}
	.modalMenuBox.open {
		left:0%;
	}
	.modalMenuBox > .inner {
		position:relative;
		min-height:100%;
		width:100%;
		display:block;
		background-color:rgba(255,255,255,0.8);
		overflow-x:hidden;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
	}
	.modalMenuBox > .inner > .menuWrap {
		position:absolute;
		top:0;
		right:-50px;
		display:block;
		min-height:100%;
		width:100%;
		padding-right:50px;
		background-color:#fff;
		border-style:solid;
		border-color:#dcdcdc;
		border-width:0;
		border-left-width:1px;
		padding-bottom:20px;
		text-align:left;
	}
	.modalMenuBox .closeBg .bg {
		display:block;
		position:fixed;
		top:0;
		left:100%;
		width:100%;
		min-height:100%;
	}
	.modalMenuBox.open .closeBg .bg {
		left:0;
	}
	.modalMenuBox .closeBg .btn {
		position:fixed;
		top:0px;
		left:100%;
		display:block;
		width:50px;
		height:50px;
		background-color:#000;
		color:#FFF;
		transition: all .3s ease-out;
	}
	.modalMenuBox .closeBg .btn.on {
		left:0px;
	}
	.modalMenuBox .closeBg .btn .in {
		width:100%;
		height:100%;
		position:relative;
		display:block;
	}
	
	.modalMenuBox .closeBg .btn .in:after{
		position: absolute;
		left:50%;
		top: 50%;
		font-size:170%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		content:'\e910';
		font-family: iconfontA;
	}

	.modalMenuBox > .inner > .menuWrap .block {
		font-size:13px;
	}
	
	.modalMenuBox .navilist {
		font-size:108%;
	}
	.modalMenuBox .navilist li.parent {
		display:block;
		border-bottom:1px solid #DDD;
	}
	.modalMenuBox .navilist li.parent:first-of-type {
		border-top:1px solid #DDD;
	}
	.modalMenuBox .navilist a.parent {
		display:block;
		padding:12px 12px;
	}
	#SPModalMenu .navilist li.parent.on a.parent {
		background-color:rgba(255,255,255,0.15);
	}

	.modalMenuBox .navilist .naviChildren {
		padding-top:5px;
		padding-bottom:10px;
		padding-left:20px;
		font-size:94%;
	}
	.modalMenuBox .navilist a.child {
		display:block;
		padding:8px 12px;
	}
	.modalMenuBox .navilist li a i {
		padding-right:10px;
		color:#026A3F;
	}
	.modalMenuBox .navilist li.child.on a.child:before {
		content:" ";
		position:absolute;
		display:block;
		width:6px;
		height:6px;
		border-radius: 100%;
		background-color:#fff;
		left:55px;
		top:50%;
		transform: translate(-50%,-50%);
	}
	/* //    |- close  */
	.modalMenuBox .close {
		text-align:center;
		line-height:1;
		display:block;
	}
	.modalMenuBox .closeBar .btn {
		background-color:#f4f4f4;
		display:block;
		text-align:left;
		font-weight:100;
		line-height:1;
		padding:10px 20px 10px 10px;
	}
	.modalMenuBox .closeBar .btn .tx {
		display:inline-block;
		font-size:16px;
	}
	.modalMenuBox .closeBar .btn .icon {
		display:inline-block;
		width:21px;
		height:21px;
		vertical-align:middle;
		margin: 0 10px;
		position:relative;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity:0.7;
	}
	.modalMenuBox .closeBar .btn .icon:before {
		content:" ";
		display:block;
		position:absolute;
		width:100%;
		height:1px;
		background-color:#000;
		top:50%;
		left:0;
	}
	.modalMenuBox .closeBar .btn .icon:after {
		content:" ";
		display:block;
		position:absolute;
		width:1px;
		height:100%;
		background-color:#000;
		bottom:0;
		left:50%;
	}
	.modalMenuBox .closeBtn {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 50px;
		padding: 10px;
		box-sizing: border-box;
		background-color: #000;
		text-decoration: none;
		text-align: center;
		color: #FFF;
		border-radius: 0px;
		line-height: 1;
		z-index: 999995;
		display: block;
		-ms-transform: translateX(-0%);
		-webkit-transform: translateX(-0%);
		-moz-transform: translateX(-0%);
		transform: translateX(-0%);
	}
	.modalMenuBox .closeBtn .inner {
		position: relative;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
	.modalMenuBox .closeBtn .line {
		position: absolute;
		left: 0%;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
	}
	.modalMenuBox .closeBtn .line:nth-of-type(1) {
		-ms-transform: translate(0, 20px) rotate(-45deg);
		-webkit-transform: translate(0, 20px) rotate(-45deg);
		-moz-transform: translate(0, 20px) rotate(-45deg);
		transform: translate(0, 20px) rotate(-45deg);
		top: 0px;
	}
	.modalMenuBox .closeBtn .line:nth-of-type(2) {
		-ms-transform: translate(0, -23px) rotate(45deg);
		-webkit-transform: translate(0, -23px) rotate(45deg);
		-moz-transform: translate(0, -23px) rotate(45deg);
		transform: translate(0, -23px) rotate(45deg);
		top: auto;
		bottom:0;
	}

	.modalMenuBox .closeBtn.fix {
		position: fixed;
		top: 0px;
		right: auto;
		left: 100%;
		width: 50px;
		height: 50px;
		padding: 10px;
		transition: all .3s ease-out;
	}
	.modalMenuBox .closeBtn.fix.open {
		left: 0%;
	}
	.modalMenuBox .closeBtn.fix .inner {
		position: relative;
		top: auto;
		overflow: hidden;
		display:block;
		width: 100%;
		height: 100%;
	}
	.modalMenuBox.right .closeBtn.fix {
		right: 0px;
		left: auto;
	}
	.modalMenuBox.right .closeBtn.fix .inner {
	}
	.modalMenuBox .closeBtn.fix .inner i {
		position: absolute;
		top:50%;
		left:50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		t ransform: translate(-50%,-50%);
		font-size:30px;
	}


	
	/* //    |- right  */
	.modalMenuBox.right {
		left:auto;
		right:100%;
	}
	.modalMenuBox.right.open {
		left:auto;
		right:0%;
	}
	.modalMenuBox.right > .inner > .menuWrap {
		right:auto;
		padding-right:0;
		left:-50px;
		padding-left:50px;
		border-width:0;
		border-right-width:1px;
	}
	.modalMenuBox.right .closeBar .btn {
		text-align:right;
	}
	
}


/* // modalBtn //
----------------------------------------------- */
@media screen and (max-width: 840px)  {
	/* //    |- modalBtn.rightFix  */
	.modalBtn.rightFix {
		position:fixed;
		top:0px;
		right:0;
		width:50px;
		height:50px;
		box-sizing: border-box;
		background-color:#000;
		text-decoration:none;
		text-align:center;
		color:#FFF !important;
		border-radius: 0px;
		line-height:1;
		z-index:600;
		display:block;
	}
	.modalBtn.rightFix,
	.modalBtn.rightFix.active,
	.modalBtn.rightFix .inner .tx,
	.modalBtn.rightFix .line {
		transition: all 0s;
	}
	.modalBtn.rightFix .inner {
		display:block;
		width:100%;
		height:100%;
		position:relative;
		line-height:1;
	}
	.modalBtn.rightFix .inner .wrap {
		position:absolute;
		left:50%;
		top:50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		display:block;
		width:100%;
		text-align:center;
		padding:4px;
	}
	.modalBtn.rightFix .inner .tx {
		font-size:70%;
		display:block;
		line-height:1;
		text-align:center;
		margin-top:2px;
	}
	.modalBtn.rightFix .inner i {
		padding:0;
		font-size:180%;
	}
	.modalBtn.rightFix .inner {
		display:block;
	}
	.modalBtn.rightFix .close {
		display:none;
	}
	.modalBtn.rightFix.active {
		display:none;
	}
	.modalBtn.rightFix.active .open {
		display:none;
	}
	.modalBtn.rightFix.active .close {
		display:block;
	}


	
	/* //    |- modalBtn free  */
	.modalBtn.free {
		padding:8px;
		background-color:#CCC;
		text-decoration:none;
		text-align:center;
		color:#000;
		border-radius: 0px;
		line-height:1;
		z-index:600;
		display:inline-block;
	}
	.modalBtn.free .inner {
	}
	.modalBtn.free i {
		display:inline-block;
		color:#000;
		font-size:20px;
	}
	.modalBtn.free .tx {
		display:inline-block;
		font-size:11px;
	}
}


/* // modal WH CUSTOMIZE //
----------------------------------------------- */
@media screen and (max-width: 840px)  {
	.modalMenuBox > .inner > .menuWrap {
		right:-50px;
		padding-right:50px;
		/* 
		background-image: linear-gradient(to right, #1D1D1D 0%, #3B3B3B 100%);
		border-left-width:0;
		 */
	}
	.modalMenuBox.right > .inner > .menuWrap {
		left:-50px;
		padding-left:50px;
	}
	.modalMenuBox .closeBg .btn,
	.modalMenuBox .closeBtn,
	.modalMenuBox .closeBtn .inner,
	.modalMenuBox .closeBtn.fix,
	.modalBtn.rightFix {
		width: 50px;
		height: 50px;
	}	
	.modalMenuBox .closeBg .btn,
	.modalBtn.rightFix {
	/* 
		background-color:#323232;
	 */
	}	
}


/* // scale //
----------------------------------------------- */
.scale095100 {
	display:inline-block;
	-ms-transform: scale(0.95, 1);
	-webkit-transform: scale(0.95, 1);
	-moz-transform: scale(0.95, 1);
	transform: scale(0.95, 1);
}
.scale090100 {
	display:inline-block;
	-ms-transform: scale(0.9, 1);
	-webkit-transform: scale(0.9, 1);
	-moz-transform: scale(0.9, 1);
	transform: scale(0.9, 1);
}
.scale085100 {
	display:inline-block;
	-ms-transform: scale(0.85, 1);
	-webkit-transform: scale(0.85, 1);
	-moz-transform: scale(0.85, 1);
	transform: scale(0.85, 1);
}
.scale080100 {
	display:inline-block;
	-ms-transform: scale(0.8, 1);
	-webkit-transform: scale(0.8, 1);
	-moz-transform: scale(0.8, 1);
	transform: scale(0.8, 1);
}
.scale100095 {
	display:inline-block;
	-ms-transform: scale(1,0.95);
	-webkit-transform: scale(1,0.95);
	-moz-transform: scale(1,0.95);
	transform: scale(1,0.95);
}
.scale100090 {
	display:inline-block;
	-ms-transform: scale(1,0.90);
	-webkit-transform: scale(1,0.90);
	-moz-transform: scale(1,0.90);
	transform: scale(1,0.90);
}
.scale100085 {
	display:inline-block;
	-ms-transform: scale(1,0.85);
	-webkit-transform: scale(1,0.85);
	-moz-transform: scale(1,0.85);
	transform: scale(1,0.85);
}
.scale100080 {
	display:inline-block;
	-ms-transform: scale(1,0.80);
	-webkit-transform: scale(1,0.80);
	-moz-transform: scale(1,0.80);
	transform: scale(1,0.80);
}


/* // tabChange //
----------------------------------------------- */
.tabBtnWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.tabBtnWrap {	display: inline-block;}
* html .tabBtnWrap {	height: 1%;	}
.tabBtnWrap {	display:block;	}
.tabBtnWrap  {
}
.tabBtnWrap li  {
	display:inline-block;
}
.tabChange .tabContents {
	display:none;
}

/* // form //
----------------------------------------------- */
.formStyleA input,
.formStyleA textarea,
.formStyleA select,
.formStyleA button,
.formStyleA label,
.xxx {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.formStyleA button,
.xxx {
	font-size:14px;
}
.formStyleA input,
.formStyleA textarea,
.formStyleA select{
	box-sizing:border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#FFF;
}


.formStyleA select:focus,
.formStyleA input:focus,
.formStyleA textarea:focus{
	background-color: #FFFDDB;
	border:1px solid #0070E0 !important;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

.formStyleA input[type="text"],
.formStyleA input[type="tel"],
.formStyleA input[type="email"],
.formStyleA input[type="password"],
.formStyleA input[type="number"]{
	padding: 6px;
	margin-right: 5px;
	border:1px solid #C3C3C3;
}
.formStyleA input.l1[type="text"],
.formStyleA input.l1[type="tel"],
.formStyleA input.l1[type="email"],
.formStyleA input.l1[type="password"],
.formStyleA input.l1[type="number"]{
	padding: 8px;
	font-size:108%;
}
.formStyleA input.l2[type="text"],
.formStyleA input.l2[type="tel"],
.formStyleA input.l2[type="email"],
.formStyleA input.l2[type="password"],
.formStyleA input.l2[type="number"]{
	padding: 10px;
	font-size:116%;
}



.formStyleA select{
	padding: 6px 30px 6px 8px;
	background:#FFF url(../img/base_form_selectB_06.png) right center no-repeat;
	outline: medium none;
	z-index: 1;
	border:1px solid #C3C3C3;
	text-align:left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:36px;
}
.formStyleA select::-ms-expand {
	display:none;
}

.formStyleA .submit{
	text-align:center;
	margin-top:40px;
}

.formStyleA input[type="button"],
.formStyleA input[type="submit"],
.formStyleA button[type="button"],
.formStyleA button[type="submit"]:not(.btnSubmit),
.formStyleA button.submit{
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 36px auto 0;
	padding: 18px 80px;
	min-width:400px;
	background-color: #04bb91;
	color: #fff;
	font-size: 124% !important;
	letter-spacing: 0.1em;
	border:0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position:relative;
	transition:0.2s;
}

.formStyleA button.submit:hover:after{
	right:6px;
}
.formStyleA input.back[type="button"],
.formStyleA input.back[type="submit"],
.formStyleA button.back[type="submit"]:not(.btnBack),
.formStyleA button.submit.back[type="submit"]{
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 30px auto 0;
	padding: 7px 40px;
	background-color: #BCBCBC;
	color: #fff;
	font-size: 100% !important;
	letter-spacing: 0.1em;
	border:0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.formStyleA textarea{
	padding: 3px 5px;
	width: 100%;
	border:1px solid #ccc;
}

.formStyleA input[type=checkbox] {
	display: none;
}
.formStyleA input[type=radio] {
	display: none;
}
.formStyleA .radioWrap label{
	display:inline-block;
	position:relative;
	padding-left:30px;
	margin-right:15px;
}
.formStyleA .radioWrap label:before{
	content:" ";
	display:block;
	width:22px;
	height:22px;
	background-color:#FFF;
	border:1px solid #ccc;
	border-radius: 50%;
	position:absolute;
	left:0px;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.formStyleA .radioWrap label input:checked + .check{
	content:" ";
	display:block;
	width:12px;
	height:12px;
	background-color:#1EB600;
	border-radius: 50%;
	position:absolute;
	left:6px;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}



.formStyleA .radio, .formStyleA .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding:1px 5px 5px 33px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
	z-index:5;
}
.formStyleA .radio .tx, .formStyleA .checkbox .tx {
	padding-left:0px;
}
.formStyleA .radio.on,
.formStyleA .checkbox.on,
.formStyleA .radio:hover,
.formStyleA .checkbox:hover {
	font-weight:500;
}

.formStyleA .radio:last-of-type,
.formStyleA .checkbox:last-of-type {
	margin-right:0;
}

.formStyleA .radio:after, .formStyleA .checkbox:after {
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -12px;
	width: 20px;
	height: 20px;
	border: 1px solid #bbb;
	border-radius: 20px;
	content: '';
	background-color:#FFF;
	z-index:6;
}
.formStyleA .checkbox:after {
	border-radius: 3px;
}

.formStyleA .radio:before {
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #03C100;
	content: '';
	opacity: 0;
	z-index:7;
}
.formStyleA input[type=radio]:checked + .radio:before,
.formStyleA .radio.on:before {
	opacity: 1;
}

.formStyleA .checkbox:before {
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -14px;
    width: 7px;
    height: 16px;
    border-right: 5px solid #53b300;
    border-bottom: 5px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index:8;
}
.formStyleA input[type=checkbox]:checked + .checkbox:before,
.formStyleA .checkbox.on:before {
	  opacity: 1;
}

.inputArea:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.inputArea {	display: inline-block;}
* html .inputArea {	height: 1%;	}
.inputArea {	display:block;	}


.formStyleA .inputArea{
}
.formStyleA .inputArea .item{
	border-bottom:1px dotted #AAA;
	line-height:1.65;
	font-size:92%;
}
.formStyleA .inputArea .item:first-of-type {
	border-top:1px dotted #BBB;
}
.formStyleA .inputArea .item.topBorder{
	border-top:1px dotted #BBB;
}

.formStyleA .inputArea .item .inner{
	display:table;
	width:100%;
}

.formStyleA .inputArea .colName{
	text-align:left;
	display:table-cell;
	width:25%;
	padding:20px 13px 13px;
	box-sizing: border-box;
	font-weight:500;
	background-color:#F4F4F4;
	vertical-align:top;
}
.formStyleA.confirm .inputArea .colName{
	padding:13px;
}
.formStyleA .inputArea .must{
	display:inline-block;
	background-color:#EA0059;
	line-height:1;
	color:#fff;
	padding:4px 5px 4px;
	margin-left:10px;
	font-size:80%;
}
.formStyleA .inputArea .colInput{
	text-align:left;
	display:table-cell;
	width:75%;
	padding:13px;
	vertical-align:top;
}

.formStyleA .inputArea .padding{
	padding-top:5px;
}
@media screen and (min-width: 841px)  {
	.formStyleA .inputArea.noborder{
		border-top:0 dotted #BBB;
	}
	.formStyleA .inputArea.noborder .item{
		border-bottom:0;
	}
	.formStyleA .inputArea.noborder .colName{
		padding:9px 0;
		background-color:transparent;
	}
	.formStyleA .inputArea.noborder .colInput{
		padding:9px 0;
	}
}
.formStyleA label {
	vertical-align:middle;
	padding-left:5px;
}


.formStyleA .inputFileWrap {
	line-height:1;
}
.formStyleA .inputFileWrap label.fileLabel {
	display:inline-block;
	vertical-align:middle;
	border-radius: 3px;
	width:120px;
	height:36px;
	box-sizing: border-box;
	transition: all 0.15s;
	background-color: #D9D9D9;
	color:#666;
	font-size:12px;
	position:relative;
}
.formStyleA .inputFileWrap label.fileLabel .tx {
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display:block;
	width:100%;
	text-align:center;
}
.formStyleA .inputFileWrap label.fileLabel:hover {
	opacity:0.7;
}
.formStyleA .inputFileWrap label.fileLabel input[type="file"] {
	display:none;
}
.formStyleA .inputFileWrap .fileText {
	display:inline-block;
	vertical-align:middle;
	width:350px;
	height:36px;
}
.formStyleA .inputFileWrap a.fileClear {
	display:inline-block;
	vertical-align:middle;
	padding:5px 10px;
	line-height:1;
	position:relative;
	background-color:#FFF;
	border:1px solid #CCC;
	color:#777;
	font-size:11px;
	text-align:center;
	border-radius: 30px;
}
.formStyleA .inputFileWrap a.fileClear:hover {
	opacity:0.7;
}




.formStyleA input[type="file"]{
	background: none;
	box-shadow: none;
	border: none;
}
.formStyleA .phConfirmA{
}
.formStyleA .phConfirmA .tx1{
	display:inline-block;
	vertical-align:top;
	max-width:400px;
	margin-right:10px;
}
.formStyleA .phConfirmA .image1{
	display:inline-block;
	vertical-align:top;
	width:100px;
	height:100px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	border:1px solid #DDD;
	text-align:center;
	position:relative;
}
.formStyleA .phConfirmA .image1 img{
	max-width:100%;
	max-height:100%;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.formStyleA .phConfirmA .image1.noImg{
	width:20px;
	height:20px;
	border:0px;
	margin-left:-5px;
}
.formStyleA .phConfirmA .image1.noImg:after{
	position: absolute;
	left:50%;
	top: 50%;
	font-size:19px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content:'\e982';
	font-family: iconfontA;
	color:#999;
}
.formStyleA .phConfirmA .image1.noImg img{
	display:none;
}
.formStyleA .annotation{
	color:#999;
}

.formStyleA .agree {
	margin-top:20px;
	text-align:center;
}
.formStyleA .agree .description{
	font-size:92%;
	line-height:1.6;
	text-align:center;
	margin-bottom:17px;
}
.formStyleA .agree .kiyaku{
	width:80%;
	margin:0 auto 0;
	overflow:auto;
	display:block;
	height:150px;
	font-size:86%;
	line-height:1.5;
	border:1px solid #CCC;
}
.formStyleA .agree .kiyaku .inner{
	padding:15px;
}
.formStyleA .datepickerA{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	vertical-align:top;
}
.formStyleA .datepickerA:not(.noicon):before{
	position:absolute;
	top:50%;
	right:5px;
	content:'\e93b';
	font-family: iconfontA;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:14px;
	color:#AAA;
	z-index:10;
}
.formStyleA.confirm .datepickerA:not(.noicon):before{
	display:none;
}
.formStyleA .datepickerA input{
	width:100%;
}

.formStyleA .checkList{
	text-align:left;
	margin-bottom:-8px;
}
.formStyleA .checkList li{
	display:inline-block;
	margin-right:30px;
	margin-bottom:8px;
}
.formStyleA .checkList.block li{
	display:block;
	margin-right:0;
	margin-bottom:10px;
}
.formStyleA .checkList.block li:last-of-type{
	margin-bottom:0;
}
.formStyleA textarea,
.formStyleA input[type="text"],
.formStyleA input[type="tel"],
.formStyleA input[type="email"],
.formStyleA input[type="password"],
.formStyleA input[type="number"],
.formStyleA select,
.___{
	border:1px solid #C3C3C3;
}

:placeholder-shown {color: #CCC; }
::-webkit-input-placeholder {color: #CCC; }
:-moz-placeholder {    color: #CCC; opacity: 1; }
::-moz-placeholder {    color: #CCC; opacity: 1; }
:-ms-input-placeholder {    color: #CCC; }

.formStyleA input:disabled,
.formStyleA button:disabled,
.formStyleA textarea:disabled,
.formStyleA option:disabled,
.formStyleA optgroup:disabled,
.formStyleA select:disabled:disabled 
{
	opacity:0.4;
	cursor:default !important;
}


.formStyleA.strong1 textarea,
.formStyleA.strong1 select,
.formStyleA.strong1 input[type="text"],
.formStyleA.strong1 input[type="tel"],
.formStyleA.strong1 input[type="email"],
.formStyleA.strong1 input[type="password"],
.formStyleA.strong1 input[type="number"]{
	padding: 12px;
	margin-right: 0;
	font-size:114%;
	font-weight:400;
	border:#CCC 3px solid;
	border-radius: 5px;
}

.formStyleA.strong1 textarea {
	font-size:100%;
	font-weight:200;
}

.formStyleA.strong1 select{
	padding: 10px 28px 12px 12px !important;
	height:50px;
	font-size:107%;
}

.formStyleA.strong1 .radio:after,
.formStyleA.strong1 .checkbox:after {
	margin-top: -15px;
	margin-left: -3px;
	width: 22px;
	height: 22px;
	border:#CCC 3px solid;
	border-radius: 4px;
}
.formStyleA.strong1 .radio:after {
	border-radius: 22px;
}

.formStyleA.strong1 .datepickerA:before{
	right:10px;
	font-size:16px;
}


.formStyleA .inputIcon {
	position:relative;
	display:inline-block;
}

.formStyleA .inputIcon i,
.formStyleA .inputIcon:after {
	position:absolute;
	left:12px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: iconfontA;
	font-size:120%;
	z-index:10;
}
.formStyleA .inputIcon i.off,
.formStyleA .inputIcon:after {
	opacity:0.4;
}

.formStyleA .inputIcon select,
.formStyleA .inputIcon input {
	padding-left:42px !important;
}

.formStyleA .inputTx {
	display:block;
}
.formStyleA.confirm .inputTx {
	display:none;
}
.formStyleA .confirmTx {
	display:none;
}
.formStyleA.confirm .confirmTx {
	display:block;
}


.formStyleA .inputEx {
	font-size:12px;
	color:#AAA;
	line-height:1.4;
	margin-top:6px;
}



/* // inputErrorTx //
----------------------------------------------- */
/* //    |- A  */
.inputErrorTx.A {
	text-align:left;
	line-height:1;
	margin-bottom:7px;
}
.inputErrorTx.A .tx {
	display:inline-block;
	background-color:#DA054B;
	color:#FFF;
	font-weight:500;
	padding:6px 20px 6px 40px;
	border-radius: 2px;
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	position:relative;
}
.inputErrorTx.A .tx:after{
	position: absolute;
	left:10px;
	top: 50%;
	font-size:132%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content:'\e94a';
	font-family: iconfontA;
}
.inputErrorTx.A .tx.bound{
	animation: animScale 3s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state:running;
}
@keyframes animScale {
0% { transform: translateY(0px); }
5% { transform: translateY(-3px); }
10% { transform: translateY(0px); }
15% { transform: translateY(-3px); }
20% { transform: translateY(0px); }
25% { transform: translateY(-3px); }
30% { transform: translateY(0px); }
100% { transform: translateY(0px); }
}


/* // formConfirm //
----------------------------------------------- */
/* //    |- A  */

.formConfirm.A{
	margin-bottom:50px;
}
.formConfirm.A.noborder{
	margin-top:30px;
	padding-top:0;
	border-top:0 dotted #BBB;
}
.formConfirm.A .item{
	border-bottom:1px dotted #BBB;
	line-height:1.65;
	font-size:92%;
}
.formConfirm.A .item:first-of-type{
	border-top:1px dotted #BBB;
}

.formConfirm.A .item.topBorder{
	border-top:1px dotted #BBB;
}
.formConfirm.A .item .inner{
	display:table;
	width:100%;
}
.formConfirm.A .colName{
	display:table-cell;
	width:25%;
	padding:13px;
	box-sizing: border-box;
	font-weight:500;
	background-color:#F4F4F4;
	vertical-align:top;
}
.formConfirm.A .must{
	display:none;
	background-color:#EA0059;
	line-height:1;
	color:#fff;
	padding:3px;
	margin-left:10px;
	font-size:75%;
}

.formConfirm.A .elmInput{
	display:none;
}
.formConfirm.A .colInput{
	display:table-cell;
	width:75%;
	padding:13px;
}
.formConfirm.A .padding{
	padding-top:5px;
}
.formConfirm.A .formHtx {
	margin-bottom:15px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #BBB;
	text-align:center;
	font-size:110%;
	font-weight:400;
}
.formConfirm.A .colInput .htx {
	font-weight:400;
	text-align:left;
}


/* // formError //
----------------------------------------------- */

.formError {
	text-align:center;
}
.formError em {
	display:inline-block;
	background-color:#ff2656;
	line-height:1;
	padding:12px 100px;
	font-size:20px;
	font-weight:500;
	color:#FFF;
	margin-bottom:40px;
}
.formErrorTx {
	color:#E00034;
	font-weight:600;
	font-size:108%;
	margin-bottom:5px;
	line-height:1.3;
}
.formErrorTx:first-of-type {
	margin-top:10px;
}

.formStyleA .inputArea .error{
	font-weight: 600;
	font-size: 100%;
	color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 6px 15px;
	background-color: #FF0050;
	margin-top:7px;
}


.formStyleA .erromsg{
	line-height:1.3;
	font-size:111%;
	color:#FF004E;
	font-weight:500;
	text-align:center;
	margin-bottom:20px;
	display:block;
	padding:6px;
	border:1px solid #FF004E;
	background-color:#FFF;
}

.formComplete {
	padding-bottom: 45px;
}
.formComplete .htx {
	text-align:center;
	font-weight:400;
	font-size: 116%;
	margin-bottom: 30px;
}
.formComplete .body {
	font-size:100%;
	line-height:2.2;
	width:700px;
	margin:0 auto;
	padding-bottom:30px;
}





@media screen and (max-width: 840px)  {
	.formStyleA
	.formConfirm.A {
		font-size:108%;
	}
	.formStyleA input[type="text"],
	.formStyleA input[type="tel"],
	.formStyleA input[type="email"],
	.formStyleA input[type="password"],
	.formStyleA input[type="number"]{
		padding: 7px 6px;
		margin-right: 0;
		border:1px solid #ccc;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width:100%;
	}
	.formStyleA select{
		padding: 8px 12px 8px 8px;
		background-position: right -4px center;
		height:36px;
		background-size:18px auto;
	}

	.formStyleA .submit{
		text-align:center;
		margin-top:30px;
	}
	.formStyleA input[type="button"],
	.formStyleA input[type="submit"],
	.formStyleA button[type="button"],
	.formStyleA button[type="submit"]:not(.btnSubmit),
	.formStyleA button.submit{
		padding: 21px 50px;
		min-width:100%;
		width:100%;
		font-size: 114% !important;
	}

	.formStyleA input.back[type="submit"],
	.formStyleA button.back[type="submit"]{
		margin: 20px auto 0;
		padding: 7px 50px;
		background-color: #BBB;
	}

	.formStyleA textarea{
		padding: 3px 5px;
		width: 100%;
		height: 110px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.formError {
		text-align:center;
	}
	.formError em {
		display:inline-block;
		line-height:1;
		width:100%;
		padding:12px 0;
		font-size:17px;
		font-weight:500;
		margin-bottom:30px;
	}

	.formStyleA .inputArea{
		padding-top:0;
		border-width:0;
	}
	.formStyleA .inputArea .item{
		display:block;
		padding-bottom:20px;
		border-bottom:0;
		margin-bottom:0;
	}
	.formStyleA .inputArea .item:first-of-type {
		border-top:0;
	}
	.formStyleA .inputArea .item .inner{
	}
	.formStyleA .inputArea .colName{
		display:block;
		background-color: #eee;
		width:100%;
		float:none;
		font-size:104%;
		font-weight: 400;
		margin-bottom:8px;
		line-height:1.3;
		display:block;
		padding: 7px 10px;
		border-left: 1px solid #000;
	}

	.formStyleA .inputArea .colName p{
			font-weight:400;
	}


	.formStyleA .inputArea .colName .must{
		display:inline-block;
		background-color:#FF4C8A;
		line-height:1;
		color:#fff;
		padding:3px 4px 3px;
		margin-left:10px;
		font-size:75%;
		border-radius:2px;
	}
	.formStyleA .inputArea .colInput{
		display:block;
		width:100%;
		padding:0 10px;
		float:none;
	}
	.formStyleA .inputArea .padding{
		padding-top:0;
	}

	.formStyleA .inputFileWrap {
		position:relative;
	}
	.formStyleA .inputFileWrap label.fileLabel {
		width:120px;
		height:32px;
		font-size:12px;
	}
	.formStyleA .inputFileWrap .fileText {
		display:block;
		width:100%;
		height:32px;
		margin-top:4px;
	}
	.formStyleA .inputFileWrap a.fileClear {
		padding:7px 10px;
		line-height:1;
		font-size:11px;
		position:absolute;
		top:16px;
		right:0px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}



	.formStyleA .agree .description{
		font-size:88%;
		line-height:1.6;
		text-align:center;
		margin-bottom:10px;
	}
	.formStyleA .agree .kiyaku{
		width:100%;
		height:120px;
		font-size:78%;
	}
	.formStyleA .agree .kiyaku .inner{
		padding:10px;
	}
	.formStyleA .radio, .formStyleA .checkbox {
		margin-right:10px;
		padding:1px 0px 1px 26px;
	}
	.formStyleA textarea,
	.formStyleA input[type="text"],
	.formStyleA input[type="tel"],
	.formStyleA input[type="email"],
	.formStyleA input[type="password"],
	.formStyleA input[type="number"],
	.formStyleA select,
	.___{
		border:1px solid #BBB;
	}

	.formConfirm.A{
		padding-top:0;
		border-width:0;
		margin-bottom:35px;
	}
	.formConfirm.A .colName .must{
		display:none;
	}
	.formConfirm.A .elmInput{
		display:none;
	}
	.formConfirm.A .item{
		display:block;
		padding-bottom:11px;
		border-bottom:0 dotted #CCC;
		margin-bottom:0;
	}
	.formConfirm.A .item .inner{
		display:block;
	}
	.formConfirm.A .colName{
		display:block;
		background-color: #eee;
		width:100%;
		float:none;
		font-size:104%;
		font-weight: 400;
		margin-bottom:8px;
		line-height:1.3;
		display:block;
		padding: 5px 10px;
		border-left: 1px solid #000;
	}

	.formConfirm.A .colName{
		display:block;
		width:100%;
		padding:5px 10px;
		float:none;
	}

	.formConfirm.A .colName p{
			font-weight:500;
	}
	.formConfirm.A .colInput{
		width:100%;
		float:none;
		padding:0 10px;
	}
	.formConfirm.A .padding{
		padding-top:0;
	}
	.formConfirm.A {
		padding-top:0;
		border-top:0;
	}

	.formConfirm.A .formHtx {
		margin-bottom:0;
		padding-bottom: 12px;
		border-bottom: 0 dotted #BBB;
		text-align:left;
		font-size:100%;
	}
	.formConfirm.A .elmInp {
		display:none;
	}
	.formStyleA .inputArea .colInput .htx{
		line-height:1;
		font-size:90%;
		margin-bottom:5px;
		font-weight:400;
		color:#666;
	}
	.formStyleA .annotation{
		font-size:80%;
	}

	.formStyleA .inputArea .error{
		font-weight: 500;
		font-size: 96%;
		color: #fff;
		line-height: 1;
		display: inline-block;
		padding: 4px 8px;
		background-color: #FF0050;
	}
	.formStyleA select, .formStyleA input[type="text"], .formStyleA input[type="tel"], .formStyleA input[type="email"], .formStyleA input[type="number"] {
		border-color:#c3c3c3;
	}

	.formComplete .htx {
		font-size: 106%;
		margin-bottom: 15px;
	}

	.formComplete .body {
		font-size:96%;
		line-height:2;
	}
	.formComplete .body {
		font-size:96%;
		line-height:2;
		width:100%;;
		padding-bottom:10px;
	}

/* //    |- inputIcon  */
	.formStyleA .inputIcon {
		display:block;
	}
	.formStyleA .inputIcon i,
	.formStyleA .inputIcon:after {
		left:10px;
		font-size:120%;
	}
	.formStyleA .inputIcon i.off,
	.formStyleA .inputIcon:after {
		opacity:0.4;
	}
	
	.formStyleA .inputIcon select,
	.formStyleA .inputIcon input {
		padding-left:35px !important;
	}
}

/* // xscroll //
----------------------------------------------- */

@media screen and (min-width: 841px)  {
	.xscroll .xscrollInner .xscrollWrap {
		width:auto !important;
	}
}
@media screen and (max-width: 840px)  {
	.xscroll  {
		overflow: hidden;
		position:relative;
		display:block;
		width:100%;
	}
	.xscroll.start.fade .fade1  {
		opacity:0;
	}
	.xscroll.end.fade .fade2  {
		opacity:0;
	}
	.xscroll.fade .fade1  {
		width:40px;
		height:1000px;
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		z-index:10;
		transition:0.5s;
		opacity:1;
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}
	.xscroll.fade .fade2  {
		content:" ";
		width:40px;
		height:1000px;
		display:block;
		position:absolute;
		top:0px;
		right:0px;
		z-index:10;
		background-color:#FF0;
		transition:0.5s;
		opacity:1;
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	.xscroll.fade .fade1:after{
		position: absolute;
		left:4px;
		top: 50%;
		font-size:90%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content:'\e90d';
		font-family: iconfontA;
	}
	.xscroll.fade .fade2:after{
		position: absolute;
		right:4px;
		top: 50%;
		font-size:90%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content:'\e90e';
		font-family: iconfontA;
	}
	.xscroll .xscrollInner {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.xscroll .xscrollInner::-webkit-scrollbar{
	 height: 1px;
	}
	.xscroll .xscrollInner::-webkit-scrollbar-track{
	 background: #fff;
	}
	.xscroll .xscrollInner::-webkit-scrollbar-thumb {
	 background: #DDD;
	}
	.xscroll .xscrollInner .xscrollWrap {
		width:1000px;
		text-align:left;
	}
	.xscroll .xscrollInner .xscrollContens {
		display:inline-block;
		white-space:nowrap;
	}
	.xscroll .xscrollInner .inner2 {
		min-width:500px;
	}
}

/* // move //
----------------------------------------------- */
/* //    |- moveA  */
.moveA {
	position:relative;
	opacity:0;
	transition-duration:0.1s;
}
.moveAWrap.on .moveA,
.moveA.on {
	opacity:1;
	transition-duration:0.8s;
}
.moveA.left {
	-ms-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	transform: translateX(-50px);
}
.moveAWrap.on .moveA.left,
.moveA.left.on {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.moveA.right {
	-ms-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	transform: translateX(50px);
}
.moveAWrap.on .moveA.right,
.moveA.right.on {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.moveA.top {
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
}
.moveAWrap.on .moveA.top,
.moveA.top.on {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
@media screen and (min-width: 841px)  {
	.moveA.leftPC {
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	.moveAWrap.on .moveA.leftPC,
	.moveA.leftPC.on {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.moveA.rightPC {
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
	}
	.moveAWrap.on .moveA.rightPC,
	.moveA.rightPC.on {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.moveA.topPC {
		-ms-transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	.moveAWrap.on .moveA.topPC,
	.moveA.topPC.on {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width: 840px)  {
	.moveA.leftSP {
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	.moveAWrap.on .moveA.leftSP,
	.moveA.leftSP.on {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.moveA.rightSP {
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
	}
	.moveAWrap.on .moveA.rightSP,
	.moveA.rightSP.on {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.moveA.topSP {
		-ms-transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	.moveAWrap.on .moveA.topSP,
	.moveA.topSP.on {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}


/* // animation //
----------------------------------------------- */
/* //    |- animHoverA  */
.animHoverA {
	display:inline-block;
}
.animHoverA:not(.animNohover):hover {
	animation: animHoverA 0.55s infinite ease-out;
	animation-iteration-count: 1;
	transform: translateY(0px);
}

@keyframes animHoverA {
	0% { transform: translateY(0px); }
	25% { transform: translateY(-4px); }
	50% { transform: translateY(0px); }
	75% { transform: translateY(-2px); }
	100% { transform: translateY(0px); }
}


/* // TEXT ANIMATION //
----------------------------------------------- */
/* //    |- txAnimA  */
.txAnimA .animWrap {
	display:inline-block;
	overflow:hidden;
	position:relative;
	padding-right:10px;
}
.txAnimA .animWrap .bg {
	content:" ";
	position:absolute;
	display:block;
	width:150%;
	height:500px;
	background-color:#F5F5F5;
	left:0px;
	top:0px;
	z-index:5;
	-ms-transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	transform: translateX(-120%);
	transition:0.5s;
}
.txAnimA.on .animWrap .bg {
	-ms-transform: translateX(120%);
	-webkit-transform: translateX(120%);
	-moz-transform: translateX(120%);
	transform: translateX(120%);
	transition:2.2s;
}
.txAnimA .animWrap .tx {
	display:block;
	position:relative;
	z-index:10;
	left:-30px;
	opacity:0;
	opacity:0 !important;
}
.txAnimA.on .animWrap .tx {
	transition-delay:0.6s;
	transition-duration:0.7s;
	opacity:1 !important;
	left:0 !important;
}

/* // imageTw //
----------------------------------------------- */
.swiperA.none .swiper-button {
	display:none;
}
.swiperA.none .swiper-wrapper {
	display:block;
	text-align:center;
}
.swiperA.none .swiper-wrapper .swiper-slide {
	display:inline-block;
	float: none;
}

/* // imageTw //
----------------------------------------------- */
.imageBgTwA {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.imageBgTwA .bgWrap {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.imageBgTwA .bg {
	position:absolute;
	left:0px;
	top:0px;
	width:150%;
	height:100%;
	background-color:#E3E3E3;
	-ms-transform: translateX(-105%);
	-webkit-transform: translateX(-105%);
	-moz-transform: translateX(-105%);
	transform: translateX(-105%);
	transition-delay:0;
	transition-duration:0.1s;
	z-index:5;
}
.imageBgTwA.on .bg {
	left:110%;
	transition-delay:0;
	transition-duration:0.9s;
}
.imageBgTwA .image {
	position:absolute;
	left:-50px;
	top:0px;
	opacity:0;
	z-index:10;
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition-delay:0;
	transition-duration:0.1s;
}
.imageBgTwA.on .image {
	left:0;
	opacity:1;
	transition-delay:0.5s;
	transition-duration:0.9s;
}


/* // readmore //
----------------------------------------------- */
.readmore {
	position:relative;
}

.readmore[aria-expanded="false"]:before {
	content:" ";
	display:block;
	position:absolute;
	height:30px;
	width:100%;
	bottom:0px;
	left:0px;
	background: linear-gradient(to bottom, rgba(256,256,256,0) 0%,rgba(256,256,256,1) 100%);
	opacity:1;
	transition:0.2s;
	z-index:5;
}
.readmore[aria-expanded="true"]:before {
	opacity:0;
}

.readmoreBtn {
	text-align:center;
	margin-top:5px;
}
.readmoreBtn.close {
	margin-top:10px;
}
.readmoreBtn a {
	display:inline-block;
	background-color:#fff;
	line-height:1 !important;
	border: 1px solid #333;
	padding:6px 30px 6px 50px ;
	position:relative;
	min-width:200px;
	text-align:center;
}
.readmoreBtn a:hover {
	background-color:#eee;
}

.readmoreBtn a:after{
	position: absolute;
	left:10px;
	top: 50%;
	font-size:110%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content:'\e926';
	font-family: iconfontA;
}
.readmoreBtn a.open:after{
	content:'\e926';
}
.readmoreBtn a.close:after{
	content:'\e925';
}

.readmoreBtn.s {
	margin-top:3px;
	font-size:90%;
}
.readmoreBtn.s.close {
	margin-top:7px;
}
.readmoreBtn.s a {
	padding:4px 20px 4px 40px ;
	min-width:180px;
}

.readmoreBtn.s a:after{
	font-size:110%;
}
.readmoreBtn.close a:after{
	content:'−';
}
@media screen and (min-width: 841px)  {
	.readmore.sp[aria-expanded="false"]:before,
	.readmoreBtn.sp {
		display:none !important;
	}
}

@media screen and (max-width: 840px)  {
	.readmoreBtn a:after{
		font-size:11px !important;
		padding-top:2px;
	}
	.readmore.pc[aria-expanded="false"]:before,
	.readmore.pc .readmoreBtn {
		display:none;
	}
}

/* // fancybox //
----------------------------------------------- */
.fancybox-slide--html .fancybox-close-small {
	padding:3px;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.8;
}
.fancybox-bg {
	background: #000;
}

@media screen and (min-width: 841px)  {
	.fancybox-slide {
		padding:30px 100px 0;
	}
	.fancybox-content {
		padding:35px;
	}
	.fancybox-slide--video .fancybox-content,
	.fancybox-slide--map .fancybox-content {
		max-width:900px;
	}
	
}
@media screen and (max-width: 840px)  {
	.fancybox-slide--video,
	.fancybox-slide--image {
		padding-left:6px;
		padding-right:6px;
	}
	.fancybox-content {
		padding:15px;
	}
	.fancybox-navigation .fancybox-button {
		top:75%;
	}

}

/* //    |- fancyboxGoogleMap  */
.fancyboxGoogleMapA {
	overflow:hidden;
	padding:0;
	width:800px;
	height:80vh;
}
.fancyboxGoogleMapA iframe {
	width:100%;
	height:100%;
}
.fancyboxGoogleMapA .fancybox-button {
	width:65px;
	height:65px;
}
@media screen and (max-width: 840px)  {
	.fancyboxGoogleMapA {
		overflow:hidden;
		padding:0;
		width:95%;
		height:90vh;
	}
	.fancyboxGoogleMapA iframe {
		width:100%;
		height:100%;
	}
	.fancyboxGoogleMapA .fancybox-button {
		width:45px;
		height:45px;
	}
	.fancyboxGoogleMapA .fancybox-button svg {
		width:140%;
		height:140%;
		left: -7px;
		top: -5px;
	}
}


/* // lightbox //
----------------------------------------------- */
#ContentsWrap.lightbox {
	z-index:900;
	overflow:visible !important;
}

.lightbox_contents {
	position:fixed;
	top:50%;
	left:50%;
	width:0%;
	height:0%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	transition:0.3s;
	z-index:1;
}
.lightbox_contents.open {
	height:101%;
	width:101%;
	opacity:1;
	z-index:910;
}
.lightbox_contents .bg {
	height:100%;
	width:100%;
	display:block;
	position:relative;
}
.lightboxCloseBtn {
	position:fixed;
	top:20px;
	right:20px;
	opacity:0;
	transition:0.3s;
	z-index:910;
	background-color:#000;
}
.lightboxCloseBtn:hover {
	background-color:#555;
}
.lightboxCloseBtn .in {
	position:relative;
	display:block;
	height:80px;
	width:80px;
}
.lightboxCloseBtn .in i {
	color:#FFF;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size:38px;
}
.lightboxCloseBtn.open {
	opacity:1;
}
.lightbox_contents .closeBg {
	height:100%;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.lightbox_contents .box {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	z-index:20;
	background-color:#FFF;
	border-radius:3px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:95%;
	max-width:95%;
	min-width:50%;
	height:auto;
	max-height:0%;
	min-height:0%;
	padding:0 15px;
	border-top:0 solid #FFF;
	border-bottom:0 solid #FFF;
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}
.lightbox_contents.open .box {
	max-width:95%;
	min-width:50%;
	max-height:90%;
	min-height:30%;
	padding:5px 15px;
	border-top:10px solid #FFF;
	border-bottom:10px solid #FFF;
}

@media screen and (min-width: 841px)  {

	.lightbox_contents .box {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		background-color:#FFF;
		border-radius:3px;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width:95%;
		max-width:95%;
		min-width:50%;
		height:auto;
		max-height:0%;
		min-height:0%;
		padding:0 15px;
		border-top:0 solid #FFF;
		border-bottom:0 solid #FFF;
		overflow-x:hidden;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
	}
	.lightbox_contents .box {
		background-color:#FFF;
		border-radius:3px;
		width:auto;
		max-width:1000px;
		min-width:400px;
		padding:0 25px;
	}
	.lightbox_contents.open .box {
		max-width:1000px;
		min-width:400px;
		max-height:90%;
		min-height:30%;
		padding:10px 25px;
		border-top:15px solid #FFF;
		border-bottom:15px solid #FFF;
	}
}

@media screen and (max-width: 840px)  {
	.lightboxCloseBtn {
		top:5px;
		right:5px;
	}
	.lightboxCloseBtn .in {
		height:45px;
		width:45px;
	}
	.lightboxCloseBtn .in i {
		font-size:25px;
	}
	.lightbox_contents.open .box {
		max-width:95%;
		max-height:95%;
		padding:5px 5px;
		border-top:10px solid #FFF;
		border-bottom:10px solid #FFF;
	}
}

/* // termsWrap //
----------------------------------------------- */
/* |- A  */
.termsWrapA.frame {
	padding:10px;
	border:1px solid #DDD;
	border-radius: 2px;
	width:100%;
	display:block;
	height:100px;
	overflow-y: scroll;
	color:#666;
}
.termsWrapA .widthFixPC,
.termsWrapA .widthFix {
	width:100% !important;
}

.termsWrapA {
	font-size:85%;
	line-height:1.7;
	font-weight:200 !important;
}
.termsWrapA .title {
	font-size:106%;
	font-weight:500;
	margin-bottom:12px;
}
.termsWrapA .section {
	margin-bottom:35px;
}
.termsWrapA .section:last-of-type {
	margin-bottom:0;
}
.termsWrapA .item {
	margin-bottom:15px;
	text-align:left;
}
.termsWrapA .htx1 {
	margin-bottom:3px;
	font-weight:400;
}
.termsWrapA .tx1,
.termsWrapA .li1 li {
	margin-bottom:2px;
	text-indent:-1em;
	padding-left:1em;
}
.termsWrapA .tx1:last-of-type,
.termsWrapA .li1 li:last-of-type {
	margin-bottom:0;
}

@media screen and (max-width: 840px)  {
	.termsWrapA {
		font-size:82%;
		line-height:1.6;
	}
}


/* // columnWrap //
----------------------------------------------- */
.columnWrapA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.columnWrapA .column {
	width:100%;
}
@media screen and (min-width: 841px)  {
	/* //    |- pcSpace  */
	.columnWrapA.pcSpace10 {		width:calc(100% + 10px);	margin-bottom:-10px;	}
	.columnWrapA.pcSpace20 {		width:calc(100% + 20px);	margin-bottom:-20px;	}
	.columnWrapA.pcSpace30 {		width:calc(100% + 30px);	margin-bottom:-30px;	}
	.columnWrapA.pcSpace40 {		width:calc(100% + 40px);	margin-bottom:-40px;	}
	.columnWrapA.pcSpace50 {		width:calc(100% + 50px);	margin-bottom:-50px;	}
	.columnWrapA.pcSpace60 {		width:calc(100% + 60px);	margin-bottom:-60px;	}
	.columnWrapA.pcSpace80 {		width:calc(100% + 80px);	margin-bottom:-80px;	}
	.columnWrapA.pcSpace100 {		width:calc(100% + 100px);	margin-bottom:-100px;	}
	.columnWrapA.pcSpace10 .column {		margin-right:10px;	margin-bottom:10px;	}
	.columnWrapA.pcSpace20 .column {		margin-right:20px;	margin-bottom:20px;	}
	.columnWrapA.pcSpace30 .column {		margin-right:30px;	margin-bottom:30px;	}
	.columnWrapA.pcSpace40 .column {		margin-right:40px;	margin-bottom:40px;	}
	.columnWrapA.pcSpace50 .column {		margin-right:50px;	margin-bottom:50px;	}
	.columnWrapA.pcSpace60 .column {		margin-right:60px;	margin-bottom:60px;	}
	.columnWrapA.pcSpace80 .column {		margin-right:80px;	margin-bottom:80px;	}
	.columnWrapA.pcSpace100 .column {		margin-right:100px;	margin-bottom:100px;	}

	/* //    |- pcCol2  */
	.columnWrapA.pcCol2 .column {		width:calc(100% / 2);	}
	.columnWrapA.pcCol2.pcSpace10 .column {		width:calc(100% / 2 - 10px);	}
	.columnWrapA.pcCol2.pcSpace20 .column {		width:calc(100% / 2 - 20px);	}
	.columnWrapA.pcCol2.pcSpace30 .column {		width:calc(100% / 2 - 30px);	}
	.columnWrapA.pcCol2.pcSpace40 .column {		width:calc(100% / 2 - 40px);	}
	.columnWrapA.pcCol2.pcSpace50 .column {		width:calc(100% / 2 - 50px);	}
	.columnWrapA.pcCol2.pcSpace60 .column {		width:calc(100% / 2 - 60px);	}
	.columnWrapA.pcCol2.pcSpace80 .column {		width:calc(100% / 2 - 80px);	}
	.columnWrapA.pcCol2.pcSpace100 .column {		width:calc(100% / 2 - 100px);	}

	/* //    |- pcCol3  */
	.columnWrapA.pcCol3 .column {		width:calc(100% / 3);	}
	.columnWrapA.pcCol3.pcSpace10 .column {		width:calc(100% / 3 - 10px - 0.1px);	}
	.columnWrapA.pcCol3.pcSpace20 .column {		width:calc(100% / 3 - 20px - 0.1px);	}
	.columnWrapA.pcCol3.pcSpace30 .column {		width:calc(100% / 3 - 30px - 0.1px);	}
	.columnWrapA.pcCol3.pcSpace40 .column {		width:calc(100% / 3 - 40px - 0.1px);	}
	.columnWrapA.pcCol3.pcSpace50 .column {		width:calc(100% / 3 - 50px - 0.1px);	}
	.columnWrapA.pcCol3.pcSpace60 .column {		width:calc(100% / 3 - 60px - 0.1px);	}
	.columnWrapA.pcCol3.pcSpace80 .column {		width:calc(100% / 3 - 80px - 0.1px);	}
	.columnWrapA.pcCol3.pcSpace100 .column {		width:calc(100% / 3 - 100px - 0.1px);	}

	/* //    |- pcCol4  */
	.columnWrapA.pcCol4 .column {		width:calc(100% / 4);	}
	.columnWrapA.pcCol4.pcSpace10 .column {		width:calc(100% / 4 - 10px);	}
	.columnWrapA.pcCol4.pcSpace20 .column {		width:calc(100% / 4 - 20px);	}
	.columnWrapA.pcCol4.pcSpace30 .column {		width:calc(100% / 4 - 30px);	}
	.columnWrapA.pcCol4.pcSpace40 .column {		width:calc(100% / 4 - 40px);	}
	.columnWrapA.pcCol4.pcSpace50 .column {		width:calc(100% / 4 - 50px);	}
	.columnWrapA.pcCol4.pcSpace60 .column {		width:calc(100% / 4 - 60px);	}
	.columnWrapA.pcCol4.pcSpace80 .column {		width:calc(100% / 4 - 80px);	}
	.columnWrapA.pcCol4.pcSpace100 .column {		width:calc(100% / 4 - 100px);	}

	/* //    |- pcCol5  */
	.columnWrapA.pcCol5 .column {		width:calc(100% / 5);	}
	.columnWrapA.pcCol5.pcSpace10 .column {		width:calc(100% / 5 - 10px);	}
	.columnWrapA.pcCol5.pcSpace20 .column {		width:calc(100% / 5 - 20px);	}
	.columnWrapA.pcCol5.pcSpace30 .column {		width:calc(100% / 5 - 30px);	}
	.columnWrapA.pcCol5.pcSpace40 .column {		width:calc(100% / 5 - 40px);	}
	.columnWrapA.pcCol5.pcSpace50 .column {		width:calc(100% / 5 - 50px);	}
	.columnWrapA.pcCol5.pcSpace60 .column {		width:calc(100% / 5 - 60px);	}
	.columnWrapA.pcCol5.pcSpace80 .column {		width:calc(100% / 5 - 80px);	}
	.columnWrapA.pcCol5.pcSpace100 .column {		width:calc(100% / 5 - 100px);	}

}

@media screen and (max-width: 840px)  {
	/* 
	.columnWrapA .column:last-of-type {
		margin-bottom:0 !important;
	}
	 */
	/* //    |- spSpace  */
	.columnWrapA.spSpace10 {		width:calc(100% + 10px);	margin-bottom:-10px;	}
	.columnWrapA.spSpace20 {		width:calc(100% + 20px);	margin-bottom:-20px;	}
	.columnWrapA.spSpace30 {		width:calc(100% + 30px);	margin-bottom:-30px;	}
	.columnWrapA.spSpace40 {		width:calc(100% + 40px);	margin-bottom:-40px;	}
	.columnWrapA.spSpace50 {		width:calc(100% + 50px);	margin-bottom:-50px;	}
	.columnWrapA.spSpace60 {		width:calc(100% + 60px);	margin-bottom:-60px;	}
	.columnWrapA.spSpace80 {		width:calc(100% + 80px);	margin-bottom:-80px;	}
	.columnWrapA.spSpace100 {		width:calc(100% + 100px);	margin-bottom:-100px;	}
	.columnWrapA.spSpace10 .column {		margin-right:10px;	margin-bottom:10px;	}
	.columnWrapA.spSpace20 .column {		margin-right:20px;	margin-bottom:20px;	}
	.columnWrapA.spSpace30 .column {		margin-right:30px;	margin-bottom:30px;	}
	.columnWrapA.spSpace40 .column {		margin-right:40px;	margin-bottom:40px;	}
	.columnWrapA.spSpace50 .column {		margin-right:50px;	margin-bottom:50px;	}
	.columnWrapA.spSpace60 .column {		margin-right:60px;	margin-bottom:60px;	}
	.columnWrapA.spSpace80 .column {		margin-right:80px;	margin-bottom:80px;	}
	.columnWrapA.spSpace100 .column {		margin-right:100px;	margin-bottom:100px;	}

	/* //    |- spCol1  */
	.columnWrapA.spCol1 .column {		margin-right:0 !important;	}

	/* //    |- spCol2  */
	.columnWrapA.spCol2 .column {		width:calc(100% / 2);	}
	.columnWrapA.spCol2.spSpace10 .column {		width:calc(100% / 2 - 10px);	}
	.columnWrapA.spCol2.spSpace20 .column {		width:calc(100% / 2 - 20px);	}
	.columnWrapA.spCol2.spSpace30 .column {		width:calc(100% / 2 - 30px);	}
	.columnWrapA.spCol2.spSpace40 .column {		width:calc(100% / 2 - 40px);	}
	.columnWrapA.spCol2.spSpace50 .column {		width:calc(100% / 2 - 50px);	}
	.columnWrapA.spCol2.spSpace60 .column {		width:calc(100% / 2 - 60px);	}
	.columnWrapA.spCol2.spSpace80 .column {		width:calc(100% / 2 - 80px);	}
	.columnWrapA.spCol2.spSpace100 .column {		width:calc(100% / 2 - 100px);	}
	.columnWrapA.spCol2 .column:nth-of-type(2n) {		margin-right:0 !important;	}

	/* //    |- spCol3  */
	.columnWrapA.spCol3 .column {		width:calc(100% / 3);	}
	.columnWrapA.spCol3.spSpace10 .column {		width:calc(100% / 3 - 10px);	}
	.columnWrapA.spCol3.spSpace20 .column {		width:calc(100% / 3 - 20px);	}
	.columnWrapA.spCol3.spSpace30 .column {		width:calc(100% / 3 - 30px);	}
	.columnWrapA.spCol3.spSpace40 .column {		width:calc(100% / 3 - 40px);	}
	.columnWrapA.spCol3.spSpace50 .column {		width:calc(100% / 3 - 50px);	}
	.columnWrapA.spCol3.spSpace60 .column {		width:calc(100% / 3 - 60px);	}
	.columnWrapA.spCol3.spSpace80 .column {		width:calc(100% / 3 - 80px);	}
	.columnWrapA.spCol3.spSpace100 .column {		width:calc(100% / 3 - 100px);	}
	.columnWrapA.spCol3 .column:nth-of-type(3n) {		margin-right:0 !important;	}

	/* //    |- spCol4  */
	.columnWrapA.spCol4 .column {		width:calc(100% / 4);	}
	.columnWrapA.spCol4.spSpace10 .column {		width:calc(100% / 4 - 10px);	}
	.columnWrapA.spCol4.spSpace20 .column {		width:calc(100% / 4 - 20px);	}
	.columnWrapA.spCol4.spSpace30 .column {		width:calc(100% / 4 - 30px);	}
	.columnWrapA.spCol4.spSpace40 .column {		width:calc(100% / 4 - 40px);	}
	.columnWrapA.spCol4.spSpace50 .column {		width:calc(100% / 4 - 50px);	}
	.columnWrapA.spCol4.spSpace60 .column {		width:calc(100% / 4 - 60px);	}
	.columnWrapA.spCol4.spSpace80 .column {		width:calc(100% / 4 - 80px);	}
	.columnWrapA.spCol4.spSpace100 .column {		width:calc(100% / 4 - 100px);	}
	.columnWrapA.spCol4 .column:nth-of-type(4n) {		margin-right:0 !important;	}
}


/* // wp-pagenavi //
-------------------------------------------------- */
.wp-pagenavi {
	display: block;
	text-align: center;
	margin-top: 50px;
}
.wp-pagenavi .pages {
	display:block;
	line-height:1;
	margin-bottom:13px;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active,
.wp-pagenavi .current {
	min-width:40px;
	height:40px;
	padding:0 3px;
	line-height:38px;
	margin: 0 3px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
	color: #888;
	display: inline-block;
	vertical-align:middle;
	border-radius: 4px;
	font-size:13px;
}
.wp-pagenavi a:hover {
	background: #f3f3f3;
}

.wp-pagenavi .current {
	min-width:44px;
	height:44px;
	line-height:41px;
	margin: 0 3px;
	background: #333;
	color: #fff;
	font-size:15px;
	font-weight:500;
	border: 0;
}
.wp-pagenavi .extend {
	min-width:25px;
	height:40px;
	line-height:40px;
	color: #555;
	font-size:15px;
	display: inline-block;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	text-indent:-9999em;
	position:relative;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
	position: absolute;
	left:50%;
	top: 50%;
	font-size:85%;
	transform: translate(-50%,-50%);
	content:'\e907';
	font-family: iconfontA;
	text-indent:0;
}
.wp-pagenavi .previouspostslink:after {
	content:'\e908';
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	min-width:60px;
	text-align:center;
	display:inline-block;
	background-color:#FFF;
}
@media screen and (max-width: 840px)  {
	.wp-pagenavi {
		margin-top: 25px;
		position:relative;
		padding-top:30px;
		padding-bottom:41px;
	}
	.wp-pagenavi .pages {
		position:absolute;
		width:100%;
		left:0px;
		top:0px;
	}
	.wp-pagenavi a,
	.wp-pagenavi a:link,
	.wp-pagenavi a:visited,
	.wp-pagenavi a:active,
	.wp-pagenavi .current {
		min-width:36px;
		height:36px;
		line-height:36px;
		margin: 0 1px;
		border-radius: 3px;
		font-size:13px;
	}
	
	.wp-pagenavi .current {
		min-width:42px;
		height:42px;
		line-height:39px;
		margin: 0 2px;
		font-size:14px;
	}
	.wp-pagenavi .extend {
		min-width:20px;
		height:34px;
		line-height:34px;
		font-size:14px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		position:absolute;
		bottom:0px;
		min-width:80px !important;
	}
	.wp-pagenavi .previouspostslink {
		left:70px;
	}
	.wp-pagenavi .nextpostslink {
		right:70px;
	}
	.wp-pagenavi .previouspostslink:after,
	.wp-pagenavi .nextpostslink:after {
		font-size:85%;
	}
	.wp-pagenavi a.first,
	.wp-pagenavi a.last {
		min-width:60px;
		position:absolute;
		bottom:0px;
	}
	.wp-pagenavi .first {
		left:0px;
	}
	.wp-pagenavi .last {
		right:0px;
	}
}

/* // wpPagenationNextPage //
----------------------------------------------- */
.wpPagenationNextPage {
	text-align:center;
	padding-top:30px;
}
.wpPagenationNextPage a {
	text-align:center;
	font-weight:100;
	display:inline-block;
	background-color:#FFF;
	border:1px #CCC solid;
	width:400px;
	margin:0 auto;
	display:block;
	line-height:1;
	font-size:20px;
	padding:20px;
	color:#333;
	background-position: 0 0;
	background-size: 200% auto;
	transition:0.18s;
	position:relative;
	background-color:#FFF;
}
.wpPagenationNextPage a:hover {
	background-color:#EEE;
}
.wpPagenationNextPage a em:after {
	position: absolute;
	right:10px;
	top: 50%;
	font-size:80%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content:'\e90e';
	font-family: iconfontA;
	color:#333;
	transition:0.18s;
}
.wpPagenationNextPage a:hover em:after {
	right:8px;
}
@media screen and (max-width: 840px)  {
	.wpPagenationNextPage {
	}
	.wpPagenationNextPage a {
		width:90%;
		font-size:20px;
		padding:18px;
		color:#333;
	}
}

.wpPagenationNextPageLink {
	text-align:center;
	padding-top:30px;
	font-weight:100;
	display:block;
	background-color:#FFF;
	border:1px #CCC solid;
	width:400px;
	margin:50px auto 0;
	display:block;
	line-height:1;
	font-size:18px;
	padding:20px;
	color:#333;
	background-position: 0 0;
	background-size: 200% auto;
	transition:0.18s;
	position:relative;
	background-color:#FFF;
}
.wpPagenationNextPageLink:hover {
	background-color:#EEE;
}
.wpPagenationNextPageLink em:after {
	position: absolute;
	right:10px;
	top: 50%;
	font-size:80%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content:'\e90e';
	font-family: iconfontA;
	color:#333;
	transition:0.18s;
}
.wpPagenationNextPageLink:hover em:after {
	right:8px;
}
@media screen and (max-width: 840px)  {
	.wpPagenationNextPageLink {
		width:90%;
		font-size:20px;
		padding:18px;
		color:#333;
	}
}




/* // articleTocA //
----------------------------------------------- */
.articleTocA {
	
}
.articleTocA .frame {
	background: #edf5fa;
	border: 1px dotted #42799f;
	margin-top: 40px;
	padding: 30px 40px;
}
.articleTocA .title {
	text-align:center;
	font-weight:600;
	font-size:120%;
	letter-spacing:7px;
	margin-bottom:20px;
}
.articleTocA .wrap p {
	line-height:1.5;
	margin-bottom:11px;
	font-weight:500;
	display: flex;
	display: -ms-flexbox;
}
.articleTocA .wrap p a {
	font-weight:500;
	color:#0D74C5;
	transition:0.3s;
}
.articleTocA .wrap p a:hover {
	color:#CE0451;
}
.articleTocA .wrap p .num {
	font-size:106%;
}

.articleTocA .wrap .tx1 {
	padding-top:5px;
}
.articleTocA .wrap .tx1 .num {
	width:1.8em;
}
.articleTocA .wrap .tx1 a {
	width:calc(100% - 1.8em);
}
.articleTocA .wrap .tx2 {
	padding-left: 2.5em;
}
.articleTocA .wrap .tx2 .num {
	width:2.8em;
}
.articleTocA .wrap .tx2 a {
	width:calc(100% - 2.8em);
}
.articleTocA .wrap .tx3 {
	padding-left:5em;
}
.articleTocA .wrap .tx3 .num {
	width:3.4em;
}
.articleTocA .wrap .tx3 a {
	width:calc(100% - 3.4em);
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.articleTocA {
		
	}
	.articleTocA .frame {
		margin-top: 30px;
		padding: 15px;
	}
	.articleTocA .title {
		font-size:115%;
		letter-spacing:5px;
		margin-bottom:15px;
	}
	.articleTocA .wrap p {
		margin-bottom:6px;
		font-size:95%;
	}
	.articleTocA .wrap p .num {
		font-size:106%;
	}
	.articleTocA .wrap .tx1 {
		padding-top:5px;
	}
	.articleTocA .wrap .tx1 .num {
		width:1.5em;
	}
	.articleTocA .wrap .tx1 a {
		width:calc(100% - 1.5em);
	}
	.articleTocA .wrap .tx2 {
		padding-left: 1.3em;
	}
	.articleTocA .wrap .tx2 .num {
		width:2.3em;
	}
	.articleTocA .wrap .tx2 a {
		width:calc(100% - 2.3em);
	}
	.articleTocA .wrap .tx3 {
		padding-left:2.6em;
	}
	.articleTocA .wrap .tx3 .num {
		width:3.0em;
	}
	.articleTocA .wrap .tx3 a {
		width:calc(100% - 3.0em);
	}
}

.
/* // mce-edit-area //
----------------------------------------------- */
.mce-edit-area {
	overflow:auto;
}
.mce-edit-area iframe {
	min-width:850px;
}

/* // mce-content-body //
----------------------------------------------- */
.mce-content-body {
	font-size:14px;
	line-height:2.1;
}
.mce-content-body p,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
	margin-bottom:0.8em;
}
.mce-content-body p:last-of-type {
	margin-bottom:0;
}

.mce-content-body h1 {
	font-weight:600;
	font-size:160%;
	line-height:1.4;
	margin-bottom:1.0em;
}
.mce-content-body h2 {
	font-weight:500;
	font-size:140%;
	line-height:1.4;
	margin-bottom:0.8em;
}
.mce-content-body h3 {
	font-weight:500;
	font-size:125%;
	line-height:1.4;
	margin-bottom:0.8em;
}
.mce-content-body ul {
	padding-left:1.7em;
	margin-bottom:1em;
}
.mce-content-body ul li {
	list-style-type: disc;
	line-height:1.6;
	margin-bottom:6px;
}
.mce-content-body ol {
	padding-left:1.7em;
	margin-bottom:1em;
}
.mce-content-body ol li {
	list-style-type: decimal;
	line-height:1.6;
	margin-bottom:6px;
}
.mce-content-body a {
	text-decoration:underline;
	color:#0378C1;
}
.mce-content-body strong {
	font-weight:bold;
}
.mce-content-body em {
	font-style:italic;
}

#mceu_71-button {
	border:1px solid #DDD;
}
#mceu_71-button:after {
	content:"ソースコード";
}
#mceu_71-button i {
	display:none;
}
#mceu_60 .mce-open,
#mceu_61 .mce-open {
	display:none;
}



@media screen and (max-width: 840px)  {
	.mce-content-body img {
		display:block;
		margin:12px 0;
		width:100%;
		height:auto;
	}
}


/* // other //
-------------------------------------------------- */
.overflowHidden {
	overflow:hidden;
}
@media screen and (min-width: 841px)  {
	.pcOverflowHidden {
		overflow:hidden;
	}
}
@media screen and (max-width: 840px)  {
	.spOverflowHidden {
		overflow:hidden;
	}
}

.z10 {
	z-index:10;
}
.bgCover {
	background-position:center center ;
	background-repeat:no-repeat;
	background-size:cover;
}
.bgContain {
	background-position:center center ;
	background-repeat:no-repeat;
	background-size:contain;
}
.bgPosTop {
	background-position:center top !important;
}
.bgPosCenter {
	background-position:center center !important;
}
@media screen and (min-width: 841px)  {
	.pcBgPosTop {
		background-position:center top !important;
	}
	.pcBgPosCenter {
		background-position:center center !important;
	}
}
@media screen and (max-width: 840px)  {
	.spBgPosTop {
		background-position:center top !important;
	}
	.spBgPosCenter {
		background-position:center center !important;
	}
}


.translateX50 {
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.translateY50 {
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.translate50 {
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.translateX100 {
	-ms-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
.translateY100 {
	-ms-transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	-moz-transform: translate(0,-100%);
	transform: translate(0,-100%);
}

.hc {
	display:inline-block;
	position:relative;
	top: 50%;
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.curDefault {
	cursor:default !important;
}
.curPointer {
	cursor: pointer !important;
}
/* // ________PC________ // */
@media screen and (min-width: 841px)  {
	.pcCurDefault {
		cursor:default !important;
	}
	.pcCurPointer {
		cursor: pointer !important;
	}
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.spCurDefault {
		cursor:default !important;
	}
	.spCurPointer {
		cursor: pointer !important;
	}
}

#ui-datepicker-div {
	z-index:900 !important;
}
#ui-datepicker-div .ui-widget-header {
	background-image:none;
	background-color:#555;
	border-width: 0;
}
#ui-datepicker-div .ui-widget-header a {
}


svg.widthFull,
img.widthFull {
	width:100%;
}
svg.widthHalf,
img.widthHalf {
	width:50% !important;
}
svg.border,
img.border {
	border:1px solid #DDD !important;
}
@media all and (max-width: 840px)  {
	.spWidth10{	width:10% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth20{	width:20% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth30{	width:30% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth40{	width:40% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth50{	width:50% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth60{	width:60% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth70{	width:70% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth80{	width:80% !important;	margin-left:auto;	margin-right:auto; }
	.spWidth90{	width:90% !important;	margin-left:auto;	margin-right:auto; }
}

span.outline {
	 display:block;
	 background-color:#FFF;
	 padding:3px;
	 border: solid 1px #DDD;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

textarea.none {
	border:0;
	padding:0;
	overflow:hidden;
}
textarea.none:focus{
	background-color: transparent !important;
	border:0px  !important;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}

.bgGray {background-color:#f9f9f9}

.bThin{border: 1px solid #ddd}
.bBold{border: 4px solid #ddd}

.op0 {	opacity:0;	}
.op1 {	opacity:0.1;	}
.op2 {	opacity:0.2;	}
.op3 {	opacity:0.3;	}
.op4 {	opacity:0.4;	}
.op5 {	opacity:0.5;	}
.op6 {	opacity:0.6;	}
.op7 {	opacity:0.7;	}
.op8 {	opacity:0.8;	}
.op9 {	opacity:0.9;	}

.div1px {
width:100% !important;
height:1px !important;
overflow:hidden !important;
}

.txIndent {
	text-indent:-1em !important;
	padding-left:1em !important;
}
.txIndent10 {
	text-indent:-1em !important;
	padding-left:1em !important;
}
.txIndent15 {
	text-indent:-1.5em !important;
	padding-left:1.5em !important;
}
.txIndent20 {
	text-indent:-2.0em !important;
	padding-left:2.0em !important;
}
.txIndent25 {
	text-indent:-2.5em !important;
	padding-left:2.5em !important;
}
.txIndent30 {
	text-indent:-3.0em !important;
	padding-left:3.0em !important;
}

@media screen and (min-width: 841px)  {
	.pcTxIndent {
		text-indent:-1em !important;
		padding-left:1em !important;
	}
	.pcTxIndent10 {
		text-indent:-1em !important;
		padding-left:1em !important;
	}
	.pcTxIndent15 {
		text-indent:-1.5em !important;
		padding-left:1.5em !important;
	}
	.pcTxIndent20 {
		text-indent:-2.0em !important;
		padding-left:2.0em !important;
	}
	.pcTxIndent25 {
		text-indent:-2.5em !important;
		padding-left:2.5em !important;
	}
	.pcTxIndent30 {
		text-indent:-3.0em !important;
		padding-left:3.0em !important;
	}
}
@media screen and (max-width: 840px)  {
	.spTxIndent {
		text-indent:-1em !important;
		padding-left:1em !important;
	}
	.spTxIndent10 {
		text-indent:-1em !important;
		padding-left:1em !important;
	}
	.spTxIndent13 {
		text-indent:-1.3em !important;
		padding-left:1.3em !important;
	}
	.spTxIndent15 {
		text-indent:-1.5em !important;
		padding-left:1.5em !important;
	}
	.spTxIndent18 {
		text-indent:-1.8em !important;
		padding-left:1.8em !important;
	}
	.spTxIndent20 {
		text-indent:-2.0em !important;
		padding-left:2.0em !important;
	}
	.spTxIndent23 {
		text-indent:-2.3em !important;
		padding-left:2.3em !important;
	}
	.spTxIndent25 {
		text-indent:-2.5em !important;
		padding-left:2.5em !important;
	}
	.spTxIndent30 {
		text-indent:-3.0em !important;
		padding-left:3.0em !important;
	}
}


@media screen and (min-width: 841px)  {
	a:not(.notrans):hover {
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	a svg,
	a img {
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		opacity:1;
	}

	a:hover svg:not(.nohover),
	a:hover img:not(.nohover) {
		opacity:0.7;
	}
	a:hover svg.hover90,
	a:hover img.hover90 {
		opacity:0.9;
	}
	a:hover svg.hover80,
	a:hover img.hover80 {
		opacity:0.8;
	}

}




