@charset "utf-8";

/*-----------------------------------------------------------
	base setting
-----------------------------------------------------------*/
body{
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	outline: none;
	border: none;
	width: 100%;
}
html {
	font-size: 62.5%;
	background-color: #FFFFFF;
}
body {
	width: 100%;
}
#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/*-----------------------------------------------------------
	anchor setting
-----------------------------------------------------------*/
a, a:link, a:visited, a:active {
	color: #004e9d;
	text-decoration: none;
}
a:hover {
	color: #004e9d;
	text-decoration: none;
}


/*-----------------------------------------------------------
	header setting
-----------------------------------------------------------*/
#header {
	background: #ffffff;
	width: 100%;
	position: fixed;
	margin: 0 0 0 0;
	top: 0;
	left: 0;
	z-index: 1000;
}
	#header #gNavi {
		width: 100%;
	}
	#header #gNavi .hdBox {
		width: 1110px;
		margin: 0 auto 0 auto;
		padding: 25px 0 15px 0;
		overflow: hidden;
	}
	#header #gNavi .hdBox #menuBtn,
	#header #gNavi .hdBox #menuCloseBtn {
		 display: none;
	}
	#header #gNavi .hdBox .logo {
		float: left;
	}
	#header #gNavi .hdBox .snsBox {
		float: right;
	}
		#header #gNavi .hdBox .snsBox li {
			float: left;
		}
		#header #gNavi .hdBox .snsBox li:hover {
			opacity: 0.7;
		}
	#header #gMenu {
		background: #3332ce;
		padding: 20px 0 18px 0;
	}
		#header #gMenu .hdBox {
			display: none;
		}
		#header #gMenu .nav {
			width: 1110px;
			margin: 0 auto 0 auto;
			overflow: hidden;
		}
			#header #gMenu .nav li {
				float: left;
				min-width: 75px;
				padding: 0 30px 0 30px;
				text-align: center;
			}
				#header #gMenu .nav li a {
					display: block;
				}
				#header #gMenu .nav li a .jp {
					font-size: 18px;
					color: #ffffff;
					line-height: 1.2;
					cursor: pointer;
				}
				#header #gMenu .nav li a .en {
					font-size: 13px;
					color: #fff100;
					line-height: 1.0;
					cursor: pointer;
				}
				
				#header #gMenu .nav li .jp {
					font-size: 18px;
					color: #9999e7;
					line-height: 1.2;
					cursor: default;
				}
				#header #gMenu .nav li .en {
					font-size: 13px;
					color: #86808f;
					line-height: 1.0;
					cursor: default;
				}
				
			#header #gMenu .nav li a:hover {
				opacity: 0.8;
			}
			
	.navArea {
		display: none;
	}


					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
	
	#header #gNavi .hdBox #menuBtn,
	#header #gNavi .hdBox #menuCloseBtn {
		 display: block;
	}
	#header #gNavi {
		background: red;
		margin: 0;
		width: 100%;
		height: auto;
		text-align: center;
		z-index: 10000;
		position: fixed;
		padding: 0 0 0 0;
		top: 0;
		display: block;
	}
	#header #gNavi .hdBox {
		background: #ffffff;
		width: 100%;
		padding: 3% 0 5% 0;
		display: block;
	}
	#header #gNavi .btn {
		width: 12.5%;
		float: left;
	}
	#header #gNavi .hdBox .logo {
		width: 50%;
		margin: 0 auto 0 auto;
		padding: 1% 0 0 0;
		float: none;
	}
	#header #gNavi #menuBtn {
		width: 5%;
		margin: 3% 7% 0 0;
		float: right;
		cursor: pointer;
	}
	#header #gNavi #menuClose {
		width: 5%;
		margin: 3% 7% 0 0;
		float: right;
		cursor: pointer;
	}
	#header #gNavi .navi {
		position: relative;
		overflow: hidden;
		display: block;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 2% 0 1% 0;
	}
	#header #gNavi .nav li {
		width: 94%;
		color: #FFFFFF;
		margin: 0 auto 0 auto;
		padding: 0 0 5% 0;
		float: none;
		height: auto;
		border-left: none;
	}
		#header #gNavi .nav li a {
			height: auto !important;
			display: block;
		}
	#header #gNavi .nav li.txt {
		font-size: 14px;
		padding: 10px 0 0 0;
		color: #545454;
	}
	body div#gNavi a {
		color: #AAAAAA;
	}
	body div#gNavi a:hover {
		text-decoration: none;
		color: #CCCCCC;
	}
	
	#header #gNavi .navBox {
		width: 100%;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
		#header #gNavi .nav li.off { opacity: 0.5; }
	#header #gMenu {
		background: rgba(0, 0, 0, 0.40);
		position: fixed;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		z-index: 10000;
		display: none;
		top: 0;
		bottom: 0;
	}
	#header #gMenu .hdBox {
		width: 100%;
		padding: 3% 0 5% 0;
		overflow: hidden;
		display: block;
	}
	#header #gMenu .nav {
		background: #3332ce;
		width: 100%;
		margin: 0 0 0 0;
		padding: 8% 0 5% 0;
		font-size: 23px;
		color: #EEEEEE;
		overflow: hidden;
	}
	.snsBox {
		display: none;
	}
	.navArea {
		display: block;
	}
					}


/*-----------------------------------------------------------
	topicPath setting
-----------------------------------------------------------*/
#topicPath {
    width: 100%;
    padding: 20px 0 20px 0;
}
#topicPath ul {
    width: 1110px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    color: #3332ce;
    font-style: italic;
}
#topicPath ul li {
    float: left;
    margin: 0 0 0 0;
    padding: 0 5px 0 0;
}
#topicPath ul li a {
    color: #4c4c4c;
    font-style: normal;
}
#topicPath ul li a:after {
	content: ">";
	padding: 0 0 0 5px;
	color: #4c4c4c;
	cursor: default;
}
#topicPath ul li a:hover {
	color: #a3a3a3;
}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
#topicPath ul {
    width: 94%;
}

					}
					

/*-----------------------------------------------------------
	content setting
-----------------------------------------------------------*/
#content {
	width: 100%;
	margin: 165px auto 100px auto;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
	z-index: 1;
}
	#container {
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		text-align: left;
		position: relative;
		z-index: 10;
		overflow: hidden;
		z-index: 1;
		color: #000000;
	}
	#content .contentBox {
		width: 1110px;
		margin: 0 auto 0 auto;
	}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
#content {
	margin: 0 auto 5% auto;
}
	#content .contentBox {
		width: 94%;
	}
					}
	
	/*----------------------------------colBox setting----------*/
	#content .content2colBox {
		width: 1220px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 110px;
	}
		#content .content2colBox .contentBox {
			width: 500px;
			float: left;
			margin: 0 110px 0 0;
		}
		
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
	#content .content2colBox {
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
		#content .content2colBox .contentBox {
			width: 94%;
			float: none;
			margin: 0 auto 0 auto;
		}

					}
	
	/*----------------------------------bnr setting----------*/
	#container .bnrWrap {
		width: 100%;
		overflow: hidden;
	}
	#container .bnrWrap .bnr:hover {
		opacity: 0.7;
	}
	#container .bnrWrap.col2 .bnr {
		width: 46%;
		margin: 0 2% 0 2%;
		float: left;
	}
	#container .bnrWrap.col3 {
		max-width: 1110px;
		margin: 0 auto 0 auto;
		padding: 0 0 10px 0;
		
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
		
	}
	#container .bnrWrap.col3 .bnr {
		width: 31.5%;
		margin: 0 0 0 0;
/* 		float: left; */
		box-shadow: 0 0 7px #b8b8b8;
		-moz-box-shadow: 0 0 7px #b8b8b8;
		-o-box-shadow: 0 0 7px #b8b8b8;
		-ms-box-shadow: 0 0 7px #b8b8b8;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
		line-height: 0;
	}
	#container .bnrWrap.col4 {
		max-width: 1110px;
		margin: 0 auto 0 auto;
		padding: 0 0 10px 0;
		
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	}
	#container .bnrWrap.col4 .bnr {
		width: 23.8%;
		margin: 0 0 0 0;
/* 		float: left; */
		box-shadow: 0 0 7px #b8b8b8;
		-moz-box-shadow: 0 0 7px #b8b8b8;
		-o-box-shadow: 0 0 7px #b8b8b8;
		-ms-box-shadow: 0 0 7px #b8b8b8;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
		line-height: 0;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
	#container .bnrWrap.col2 .bnr {
		width: 100%;
		margin: 0 0 10px 0;
		float: left;
	}
	#container .bnrWrap.col3 {
		max-width: 96%;
	}
	#container .bnrWrap.col3 .bnr {
		width: 49%;
		margin: 0 0 10px 0;
	}
	#container .bnrWrap.col4 {
		max-width: 96%;
	}
	#container .bnrWrap.col4 .bnr {
		width: 48%;
		margin: 0 1% 10px 1%;
	}
						
					}


	
/*-----------------------------------------------------------
	txt setting
-----------------------------------------------------------*/
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }

.ftR { text-align: right; }
.ftL { text-align: left; }
.ftC { text-align: center; }

.ftcB { color: #3332ce; }
.ftcY { color: #fff100; }
.ftcG { color: #a3a3a3 !important; }
.ftcW { color: #f7f7f7; }

.txt { font-size: 16px; }
.note { font-size: 11px; color: #6c6c6c; }
.note li {
	margin: 0 0 8px 0;
}

.hlL {
	border-left: 3px solid #3332ce;
	padding: 0 0 0 10px;
}
.hbL {
	text-align: center;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
	.hbL span {
		border-bottom: 2px solid #3332ce;
	}

.hl2 {
	font-size: 14px;
	color: #5d5d5d;
	line-height: 1.2;
	margin: 0 0 25px 0;
}
	.hl2 span {
		font-size: 25px;
		color: #3332ce;
		font-weight: bold;
	}

.hl3 {
	font-size: 21px;
	color: #3332ce;
	line-height: 1.2;
	margin: 0 0 20px 0;
	font-weight: bold;
}
	.hl3 span {
		font-size: 25px;
		color: #000000;
		
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						

.hl3 {
	font-size: 16px;
}
	.hl3 span {
		font-size: 20px;
		
	}

					}
					

.sbr { display: none; }
.pbr { display: block; }


					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
.sbr { display: block; }
.pbr { display: none; }
					}


/*-----------------------------------------------------------
	btn setting
-----------------------------------------------------------*/
	#content .btnA {
		background: url(../img/btn_a_bg.png) no-repeat center center;
		width: 152px;
		height: 52px;
		line-height: 52px;
		padding:  0 0 0 0;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
	}
		#content .btnA a {
			color: #ffffff;
			display: block;
			padding: 0 0 0 25px;
		}
		#content .btnA:hover {
			opacity: 0.7;
		}
		
	#content .btnB {
		width: 215px;
		background: #000000;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
	}
		#content .btnB a {
			color: #ffffff;
			padding: 10px 30px 8px 30px;
			display: block;
		}
		#content .btnB:hover {
			opacity: 0.7;
		}


/*-----------------------------------------------------------
	list setting
-----------------------------------------------------------*/

/*----------------------------------list1colA setting----------*/
.list1colA {
	width: 100%;
}
	.list1colA li {
		width: 100%;
		background: #000000;
		overflow: hidden;
		margin: 0 0 20px 0;
		box-shadow: 0 0 7px #b8b8b8;
		-moz-box-shadow: 0 0 7px #b8b8b8;
		-o-box-shadow: 0 0 7px #b8b8b8;
		-ms-box-shadow: 0 0 7px #b8b8b8;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
	}
	.list1colA li .img {
		width: 47%;
		float: left;
		clear: left;
		line-height: 0;
	}
	.list1colA li .txtBox {
		width: 45%;
		padding: 5% 4% 5% 4%;
		margin: 0 0 0 47%;
	}
		.list1colA li .txtBox .tit {
			overflow: hidden;
		}
			.list1colA li .txtBox .tit span {
				border-bottom: 1px solid #ffffff;
				color: #ffffff;
				font-size: 14px;
				line-height: 1.4;
				font-weight: bold;
				float: left;
			}
		.list1colA li .txtBox .txt {
			color: #a3a3a3;
			font-size: 12px;
			margin: 10px 0 0 0;
		}

/*----------------------------------listA setting----------*/
.listA {
	width: 100%;
}
	.listA ul {
		overflow: hidden;
	}
	.listA .listBox01 {
		width: 100%;
		padding: 14px 0 12px 0;
		border-bottom: 1px solid #333333;
		border-top: 1px solid #333333;
		font-size: 14px;
		color: #333333;
		
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items:         center;
	}
	.listA .listBox02 {
		width: 100%;
		font-size: 15px;
		color: #939393;
		padding: 14px 0 12px 0;
	}
	.listA.typeB .listBox02.cl {
		color: #8c8c8c;
	}
	.listA.typeB .listBox02 {
		border-bottom: 1px solid #bababa;
	}
		.listA li {
			width: 20%;
			float: left;
			text-align: center;
		}
		.listA.col6 li {
			width: 16%;
		}
		.listA.col7 li {
			width: 14%;
		}
		.listA.col8 li {
			width: 12.5%;
		}
		
		.listA li p.line {
			border-bottom: 1px dotted #d2d2d2;
			margin: 0 0 10px 0;
			padding: 0 0 10px 0;
		}
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {

	.listA .listBox01 {
		padding: 3% 0 3% 0;
		font-size: 14px;
	}
	.listA .listBox02 {
		padding: 3% 0 3% 0;
		font-size: 14px;
	}
		.listA li {
			width: 18%;
			padding: 0 1% 0 1%;
		}
		.listA.col6 li {
			padding: 0 0 0 0;
		}
		.listA.col7 li {
			padding: 0 0 0 0;
		}
		.listA.col8 li {
			padding: 0 0 0 0;
		}

					}

/*----------------------------------listB setting----------*/
.listB {
	width: 100%;
	background: #eeeeee;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	margin-bottom: 10px;
}
	.listB ul {
		width: 30%;
		padding: 20px 4% 18px 4%;
		overflow: hidden;
		float: left;
		color: #5f5f5f;
		font-size: 14px;
	}
	.listB ul li {
		margin: 0 0 5px 0;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {

.listB {
	padding: 4% 0 3% 0;
}
	.listB ul {
		width: 92%;
		padding: 0 4% 0 4%;
		font-size: 14px;
	}

					}
	
/*----------------------------------listC setting----------*/
.listC {
	width: 100%;
	overflow: hidden;
	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
}
	.listC li {
		width: 32.333333%;
		margin: 0 1% 3% 0;
		float: left;
	}
	.listC li.col1 {
		width: 100%;
	}
	.listC li .img {
		line-height: 0;
	}
	.listC li .txt {
		font-size: 12px;
		margin: 15px 0 0 0;
		color: #333333;
		line-height: 1.8;
	}
	.listC li .txt span {
		font-size: 12px;
	}
	.listC li.typeL {
		width: 49%;
	}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
	.listC li.col1 {
		width: 100%;
	}
	.listC li.typeL {
		width: 49%;
	}

					}

/*----------------------------------listD setting----------*/
.listD {
	width: 100%;
	border: none;
	border-top: 1px solid #6c6c6c;
	text-align: center;
	font-size: 14px;
}
	.listD tr {
		border: none;
		border-bottom: 1px solid #6c6c6c;
		line-height: 1.4;
		color: #939393;
		font-size: 15px;
	}
	.listD td {
		border: none;
		border-right: 1px solid #6c6c6c;
		padding: 1%;
	}
	.listD td:last-child {
		border-right: none;
	}
	.listD .listBox01 {
		color: #333333;
		font-size: 14px;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {


					}

/*----------------------------------listE setting----------*/
.listE {
	width: 100%;
	overflow: hidden;
}
	.listE li {
		width: 29%;
		margin: 0 4% 50px 0;
		float: left;
	}
		.listE .models {
			font-size: 25px;
			color: #4b4b4b;
			margin: 0 0 10px 0;
			font-weight: bold;
		}
		.listE .name {
			color: #0f81bb;
		}
		.listE .name a {
			color: #0f81bb;
			text-decoration: underline;
		}
		.listE .name a:hover {
			color: #70a6cb;
			text-decoration: none;
		}
		.listE .img:hover {
			opacity: 0.7;
		}
		
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
	.listE li {
		width: 46%;
		margin: 0 4% 8% 0;
	}

					}
					
/*----------------------------------listF setting----------*/
.listF {
	width: 94%;
	width: 100%;
	padding: 3%;
	padding: 0;
	background: #eeeeee;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	border: none;
	overflow: hidden;
}

	.listF tbody {
		font-size: 14px;
		margin: 0 auto 0 auto;
	}
		.listF th {
			padding: 1% 20px;
			border: 1px solid #6c6c6c;
			border-left: none;
			color: #5f5f5f;
		}
		.listF tr {
			line-height: 1.4;
			color: #878787;
			font-size: 15px;
		}
		.listF td {
			padding: 1% 20px;
			border: 1px solid #6c6c6c;
			border-right: none;
		}
		.listF td:last-child {
			
		}
		.listF .nl {
			border-top: none;
		}
.listF tr:nth-child(even) {
	background: #ffffff;
}
		
.listF li img {
	max-width: 100%;
	height: auto;
}
/*----------------------------------listG setting----------*/
.listG {
	width: 94%;
	width: 100%;
	padding: 3%;
	padding: 0;
	background: #eeeeee;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	border: none;
	overflow: hidden;
}

	.listG tbody {
		font-size: 14px;
		margin: 0 auto 0 auto;
	}
		.listG th {
			padding: 1% 20px;
			border: 1px solid #6c6c6c;
			border-left: none;
		}
		.listG tr {
			line-height: 1.4;
			color: #878787;
			font-size: 15px;
		}
		.listG td {
			padding: 1% 20px;
			border: 1px solid #6c6c6c;
			border-right: none;
		}
		.listG td:last-child {
			
		}
		.listG .nl {
			border-top: none;
		}

.listG tr:nth-child(even) {
	background: #ffffff;
}

/*----------------------------------listH setting----------*/
.listH {
	width: 48%;
	border-top: 3px solid #3332ce;
	padding: 5px 0 0 0;
}
	.listH h4 {
		color: #3332ce;
		font-size: 20px;
		font-style: italic;
	}
	.listH ul {
		overflow: hidden;
		margin: 30px 0 0 20px;
	}
		.listH li {
			width: 100%;
			margin: 0 0 40px 0;
		}
			.listH li .img:hover {
				opacity: 0.7;
			}
			.listH li .name {
				color: #3332ce;
				margin: 8px 0 0 0;
			}
			.listH li .name a {
				color: #6e6e6e;
				text-decoration: underline;
			}
				.listH li .name a:hover {
					text-decoration: none;
				}

			.listH li .cs {
				background: #bfbfbf;
				height: 168px;
				text-align: center;
				display: -webkit-flex;
				display: flex;
				-webkit-align-items: center;
				align-items:         center;
				-webkit-justify-content: center;
				justify-content:         center;
			}
		
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {

.listH {
	width: 100%;
}
	.listH ul {
		overflow: hidden;
		margin: 30px 20px 0 20px;
	}
		.listH li {
			width: 100%;
		}
			.listH li .cs {
				background: #bfbfbf;
				height: 100px;
			}
		
					}

/*-----------------------------------------------------------
	mv setting
-----------------------------------------------------------*/
#mv {
	background: #ececec;
	width: 100%;
	position: relative;
}
	#mv.top {
		background: #FFFFFF;
	}
	#mv.top #bnr {
		width: 100%;
		background: url(../img/bg_01.png) repeat-x center top;
		padding: 50px 0 30px 0;
		margin: -139px auto 0 auto;
		position: relative;
	}
	#mv.top #bnr .bnrWrap.col3 {
		margin-bottom: 30px;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
	#mv.top #bnr {
		background: #ececec;
		padding: 5% 0 0 0;
		margin: 0 auto 0 auto;
		position: relative;
	}
					}

/*----------------------------------#slide setting----------*/
	.sp-arrow { width: 48px; height: 48px; }
	.sp-vertical .sp-arrow { -webkit-transform: none; -ms-transform: none; transform: none; }
	.sp-horizontal .sp-next-arrow {
		background: url(../img/arrow_y.png) no-repeat center center;
		cursor: pointer;
	}
	.sp-horizontal .sp-previous-arrow {
		background: url(../img/arrow_y.png) no-repeat center center;
		cursor: pointer;
	}
	.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after { content: inherit;}
	
	/*--------#slideA setting-----*/
	#slideA .sp-buttons {
		position: absolute;
		bottom: 110px;
		z-index: 10;
	}
	#slideA .sp-button {
		width: 12px;
		height: 12px;
		margin: 0 2px 0 2px 0;
		background: #313131;
		border: none;
		box-shadow: 0 0 7px #ffffff;
		-moz-box-shadow: 0 0 7px #ffffff;
		-o-box-shadow: 0 0 7px #ffffff;
		-ms-box-shadow: 0 0 7px #ffffff;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, direction=270, strength=3, enabled=true);

	}
	#slideA .sp-selected-button {
		background: #fff100;
	}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
	#slideA .sp-buttons {
		bottom: 0;
	}
	.sp-horizontal .sp-previous-arrow {
		left: 0;
	}
	.sp-horizontal .sp-next-arrow {
		right: 0;
	}
					}
	
	
	/*--------#slideB setting-----*/
	#slideB .sp-slides-container {
		border-bottom: 1px solid #ffffff;
	}
	#slideB .sp-selected-thumbnail {
		border: 0;
		opacity: 0.7;
		border-right: 1px solid #ececec;
	}
	#slideB .sp-grabbing {
		cursor: pointer;
	}
	#slideB .sp-grab {
		cursor: default;
	}
	#slideB .sp-thumbnails.sp-grab {
		background: #ccc;
	}
	#slideB .sp-button {
	}
	#slideB .sp-selected-button {
	  background-color: #ccc;
	}
	#slideB .sp-bottom-thumbnails .sp-thumbnail-container, #slideB .sp-top-thumbnails .sp-thumbnail-container {
		margin-left: 0;
		margin-right: 0;
		border-right: 1px solid #ececec;
	}
	#slideB .sp-bottom-thumbnails {
		margin-top: 0;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						


					}

/*-----------------------------------------------------------
	topic setting
-----------------------------------------------------------*/

/*----------------------------------#importships setting----------*/
#importships {
	width: 100%;
	background: #1b1b1b;
	padding: 25px 0 35px 0;
}
	#importships h2 {
		font-size: 30px;
		color: #fff100;
		font-weight: bold;
	}
	#importships .txt {
		margin: 10px 0 0 0;
	}
	#importships .bnrWrap {
		margin: 25px 0 0 0;
	}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
#importships {
	width: 100%;
	background: #1b1b1b;
	padding: 5% 0 3% 0;
}
	#importships .txt {
		text-align: left;
	}
					}

/*----------------------------------#news setting----------*/
#news {
	width: 100%;
	padding: 60px 0 0 0;
}
	#news .contentBox {
		position: relative;
	}
	#news h2 {
		font-size: 30px;
		color: #464646;
		font-weight: bold;
		line-height: 1.0;
		float: left;
		clear: left;
	}
	#news ul {
		margin: 0 0 0 150px;
	}
		#news ul li {
			font-size: 17px;
			margin: 0 0 10px 0;
		}
		#news ul li a {
			color: #1410bb;
			text-decoration: underline;
		}
		#news ul li a:hover {
			text-decoration: none;
		}
		
	#content #news .btnA {
		position: absolute;
		bottom: -5px;
		right: 0;
	}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {

#news {
	padding: 8% 0 5% 0;
}
	#news h2 {
		float: none;
	}
	#news ul {
		margin: 5% 0 0 0;
	}
		#news ul li {
			border-bottom: 1px solid #dcdcdc;
			padding: 0 0 3% 0;
		}
		#news ul li:last-child {
			border-bottom: none;
		}
		
	#content #news .btnA {
		width: 100%;
		position: relative;
		bottom: 0;
		right: 0;
		margin: 3% auto 0 auto;
	}
		
					}

/*----------------------------------#news inner setting----------*/
.inner #news {
	padding: 20px 0 0 0;
}
.inner #news h4 {
	float: left;
	font-size: 25px;
	color: #4b4b4b;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 1.0;
}
.inner #news ul li {
	width: 900px;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #dfdfdf;
}
.inner #news ul li .tit {
	font-weight: bold;
	font-size: 22px;
}
.inner #news ul li .txt {
	margin: 25px 0 0 0;
}
.inner #news ul li .txt a {
	text-decoration: none;
}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
.inner #news h4 {
	width: 100%;
	float: none;
}
		.inner #news ul li {
			width: 100%;
			border-bottom: 1px solid #dcdcdc;
			padding: 0 0 3% 0;
		}
		.inner #news ul li:last-child {
			border-bottom: none;
		}
		.inner #news ul li .txt {
			margin: 3% 0 0 0;
		}
						
					}

/*----------------------------------#about setting----------*/
#about {
	width: 100%;
	padding: 0 0 35px 0;
	overflow: hidden;
	position: relative;
}
	#about.contentBox {
		background: url(../img/about_bg.png) no-repeat center center;
		background-size: 100% auto;
		width: 100%;
		overflow: hidden;
		padding: 6% 0 6% 0;
	}
	#about.contentBox:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 80%;
		margin: 2% -10% 0;
		background: #3332ce;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		z-index: -1;
	}
	#about .aboutBox {
		width: 1110px;
		margin: 0 auto 0 auto;
		overflow: hidden;
		padding: 6% 0 6% 0;
	}
	#about .txtBox {
		margin: 0 0 0 20px;
		float: left;
	}
	#about h2 {
		font-size: 45px;
		font-weight: bold;
		color: #fff100;
		text-align: center;
		line-height: 1.0;
	}
	#about .txt01 {
		text-align: center;
		font-size: 20px;
		color: #ffffff;
		font-weight: bold;
	}
	#about .txt02 {
		font-size: 16px;
		line-height: 1.8;
		text-align: center;
		color: #eeeeee;
		margin: 25px auto 0 auto;
	}
	#about .btnB {
		margin: 40px auto 30px auto;
	}
	#about .logo {
		margin: 0 auto 0 auto;
		text-align: center;
	}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
#about {
	padding: 5% 0 5% 0;
}
	#about.contentBox:before {
		height: 90%;
	}
	#about .aboutBox {
		width: 94%;
		padding: 6% 0 6% 0;
	}
	#about .txt02 {
		text-align: left;
	}
	#about .btnB {
		margin: 5% auto 3% auto;
	}

					}

/*----------------------------------#facebook setting----------*/
#facebook {
	width: 100%;
	padding: 0 0 35px 0;
	overflow: hidden;
	position: relative;
}


/*----------------------------------#pickup setting----------*/
#pickup {
	
}
	#pickup a {
		color: #a3a3a3 !important;
	}
	.list1colA li .txtBox .tit span {
border-bottom: none;
text-decoration: underline;
	}


/*-----------------------------------------------------------
	lineup setting
-----------------------------------------------------------*/

#lineup h3 {
	color: #16a7f0;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 35px 0;
}
#lineup h4 {
	font-size: 25px;
	color: #4b4b4b;
	margin: 0 0 10px 0;
	font-weight: bold;
}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {


					}

/*----------------------------------#innerhead setting----------*/
#innerhead {
	position: relative;
	overflow: hidden;
	padding: 40px 0 20px 0;
	border-bottom: 2px solid #dfdfdf;
}
#innerhead.lineup {
	padding: 20px 0 20px 0;
}
	#innerhead h2 {
		color: #3332ce;
		line-height: 1;
		font-weight: bold;
		font-style: italic;
		font-size: 13px;
		float: left;
	}
		#innerhead h2 span {
			font-size: 46px;
			letter-spacing: -1px;
		}
	#innerhead h2.jp {
		line-height: 1.6;
	}
		#innerhead h2.jp span {
			font-size: 42px;
			letter-spacing: -1px;
			line-height: 1;
		}
		#innerhead .pNavi {
			float: left;
		}
			#innerhead .nav {
				float: left;
				margin: 0 0 0 60px ;
				padding: 30px 0 0 0;
				text-align: left;
				overflow: hidden;
			}
			#innerhead .nav li {
				float: left;
				margin: 0 30px 0 0;
				font-size: 16px;
			}
			#innerhead .nav li a {
				color: #000000;
				font-weight: bold;
			}
			#innerhead .nav li a:hover {
				color: #4c4c4c;
			}
			#innerhead .nav li:before {
				content: ">";
				margin: 0 5px 0 0;
				color: #3332ce;
			}
			
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
#innerhead {
	padding: 5% 0 5% 0;
}
#innerhead.lineup {
	padding: 5% 0 5% 0;
}
	#innerhead h2 {
		float: none;
	}
		#innerhead h2 span {
			font-size: 30px;
			letter-spacing: -1px;
		}
		#innerhead .pNavi {
			float: none;
		}
			#innerhead .nav {
				float: none;
				margin: 0 0 0 0;
				padding: 5% 0 0 0;
			}
			#innerhead .nav li {
				width: 45%;
				margin: 0 5% 0 0;
			}
			
			
					}
			
/*----------------------------------#introduction setting----------*/
#introduction {
	padding: 10px 0 70px 0;
}
	#introduction h3 {
		font-size: 33px;
		font-weight: bold;
	}
	#introduction .txt {
		max-width: 750px;
		margin: 30px auto 0 auto;
		line-height: 1.8;
		font-size: 18px;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {

#introduction {
	padding: 3% 0 8% 0;
}

	#introduction h3 {
		font-size: 20px;
		text-align: left;
	}
	#introduction .txt {
		max-width: 100%;
		margin: 5% auto 0 auto;
		font-size: 16px;
	}

					}

	
/*----------------------------------#photo setting----------*/
#photo {
	background: #1b1b1b;
	overflow: hidden;
	padding: 70px 0 100px 0;
}
	#photo .contentBox {
		width: 900px;
		margin: 0 auto 0 auto;
	}
		#photo .contentBox p {
			color: #ffffff;
			font-size: 22px;
			font-weight: bold;
			margin: 0 0 5px 0;
		}
		#photo .frontBox {
			float: left;
			width: 393px;
			margin: 0 0 0 0;
		}
		#photo .rearBox {
			float: right;
			width: 482px;
			margin: 0 0 0 0;
		}

		#photo.tyB .frontBox {
			width: 437px;
		}
		#photo.tyB .rearBox {
			width: 437px;
		}
		
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
#photo {
	padding: 5% 0 5% 0;
}
	#photo .contentBox {
		width: 100%;
	}
		#photo .frontBox {
			float: none;
			width: 94%;
			margin: 0 auto 0 auto;
		}
		#photo .rearBox {
			float: none;
			width: 94%;
			margin: 0 auto 0 auto;
		}

					}



.photo {
	background: #1b1b1b;
	overflow: hidden;
	padding: 40px 0 30px 0;
}
	#content .photo .contentBox {
		width: 900px;
		margin: 0 auto 0 auto;
	}
		.photo .contentBox p {
			color: #ffffff;
			font-size: 22px;
			line-height: 1.8;
			font-weight: bold;
			margin: 0 0 5px 0;
		}
		.photo .contentBox p span {
			font-size: 14px;
		}
		.photo .frontBox {
			float: left;
			width: 393px;
			margin: 0 0 0 0;
		}
		.photo .rearBox {
			float: right;
			width: 482px;
			margin: 0 0 0 0;
		}
		
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
.photo {
	padding: 5% 0 5% 0;
}
	#content .photo .contentBox {
		width: 90%;
	}
		.photo .frontBox {
			float: none;
			width: 94%;
			margin: 0 auto 0 auto;
		}
		.photo .rearBox {
			float: none;
			width: 94%;
			margin: 0 auto 0 auto;
		}

					}


/*----------------------------------.detailsWrap setting----------*/
.detailsWrap {
	width: 720px;
	margin: 0 auto 0 auto;
	padding: 40px 0 50px 0;
}
	#content .detailsWrap .contentBox {
		width: 100%;
		padding: 60px 0 0 0;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
.detailsWrap {
	width: 94%;
	padding: 0 0 0 0;
}
	#content .detailsWrap .contentBox {
		width: 100%;
		padding: 8% 0 0 0;
	}

					}
		
/*----------------------------------#spec setting----------*/
#spec {
}


/*----------------------------------#equipments setting----------*/
#equipments {
}

/*----------------------------------#options setting----------*/
#options {
}
	#options .txt {
		font-size: 14px;
		margin: 0 0 5% 0;
	}
	#options .note {
		margin: 10px 0 0 0;
	}


/*----------------------------------#voice setting----------*/
#voice {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
	.voiceWrap {
		margin: 50px auto 0 auto;
	}
		.voiceWrap .tit {
			font-size: 32px;
			text-align: center;
			position: relative;
			padding: 0 0 30px 0;
		}
			.voiceWrap .tit:after {
				content: "";
				width: 200px;
				height: 3px;
				background: #3332ce;
				position: absolute;
				bottom: 0;
				left: 50%;
				margin-left: -100px;
			}
			
		.voiceWrap .txtWrap {
			margin: 50px 30px 0 30px;
			overflow: hidden;
		}
			.voiceWrap .txtWrap .txtBox {
				width: 580px;
				font-size: 16px;
			}
				.voiceWrap .txtWrap.typeA .txtBox {
					float: left;
				}
				.voiceWrap .txtWrap.typeB .txtBox {
					float: right;
				}
				.voiceWrap .txtWrap .txtBox {
					line-height: 1.8;
				}
				.voiceWrap .txtWrap .txtBox span {
					font-size: 22px;
					font-weight: bold;
				}
				.voiceWrap .txtWrap .txtBox .custom {
					font-size: 16px;
					color: #3332ce;
					font-weight: bold;
				}
			.voiceWrap .txtWrap .imgBox {
				width: 420px;
			}
				.voiceWrap .txtWrap.typeA .imgBox {
					float: right;
				}
				.voiceWrap .txtWrap.typeB .imgBox {
					float: left;
				}
				.voiceWrap .txtWrap .imgBox .cap {
					font-size: 13px;
					color: #4a4a4a;
					margin: 10px 0 0 0;
				}
				
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
	.voiceWrap {
		margin: 8% auto 0 auto;
	}
		.voiceWrap .tit {
			font-size: 20px;
		}
		.voiceWrap .txtWrap {
			margin: 8% 3% 0 3%;
		}
			.voiceWrap .txtWrap .txtBox {
				width: 100%;
				margin: 0 0 8% 0;
			}
				.voiceWrap .txtWrap .txtBox span {
					font-size: 18px;
				}
			.voiceWrap .txtWrap .imgBox {
				width: 100%;
				margin: 0 0 8% 0;
			}

					}


#news table {
	width: 100% !important;
	height: auto !important;
	margin-top: 30px;
}
#news table tr td:first-child {
	border-left: none !important;
}
#news table tr td span {
line-height: 1.4 !important;
color: #878787 !important;
font-size: 15px !important;
}



/*----------------------------------#company inner setting----------*/

#company {
	width: 100%;
	padding: 20px 0 0 0;
}
	#company .contentBox {
		position: relative;
	}
		#company .contentBox .mv {
			margin: 0 auto 50px auto;
		}
		
	#company h2 {
		font-size: 30px;
		color: #464646;
		font-weight: bold;
		line-height: 1.0;
		float: left;
		clear: left;
	}
	#company h4 {
		float: left;
		font-size: 25px;
		color: #4b4b4b;
		margin: 0 0 10px 0;
		font-weight: bold;
		line-height: 1.0;
	}

	#company ul {
		margin: 0 0 0 150px;
	}
		#company ul li {
			font-size: 17px;
			margin: 0 0 10px 0;
			width: 900px;
			margin: 0 0 50px 0;
			padding: 0 0 50px 0;
			border-bottom: 1px solid #dfdfdf;
		}
		#company ul li a {
			color: #1410bb;
			text-decoration: underline;
		}
		#company ul li a:hover {
			text-decoration: none;
		}
		#company ul li .tit {
			font-weight: bold;
			font-size: 22px;
		}
		#company ul li .txt {
			margin: 25px 0 0 0;
		}
		#company ul li .txt a {
			text-decoration: none;
		}
		#company table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
	#company p {
		margin: 30px auto 0 auto;
	}


					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {

#company {
	padding: 8% 0 5% 0;
}
	#company h2 {
		float: none;
	}
	#company ul {
		margin: 5% 0 0 0;
	}
		#company ul li {
			border-bottom: 1px solid #dcdcdc;
			padding: 0 0 3% 0;
		}
		#company ul li:last-child {
			border-bottom: none;
		}
		
	.inner #company h4 {
		width: 100%;
		float: none;
	}
			.inner #company ul li {
				width: 100%;
				border-bottom: 1px solid #dcdcdc;
				padding: 0 0 3% 0;
			}
			.inner #company ul li:last-child {
				border-bottom: none;
			}
			.inner #company ul li .txt {
				margin: 3% 0 0 0;
			}
						
					}


/*-----------------------------------------------------------
	footer setting
-----------------------------------------------------------*/
#footer {
	background: #3332ce;
	width: 100%;
	margin: 0 0 0 0;
	padding: 45px 0 0 0;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
}
	#footer .logo {
		font-size: 38px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		letter-spacing: -1px;
	}
	#footer .footerWrap {
		width: 1110px;
		margin: 0 auto 0 auto;
		padding: 40px 0 40px 0;
		overflow: hidden;
	}
		#footer .footerWrap .address {
			color: #bfbfbf;
			font-size: 13px;
			float: left;
		}
		#footer .footerWrap .contact {
			color: #fff100;
			font-size: 14px;
			float: right;
			padding: 20px 0 0 0;
		}
			#footer .footerWrap .contact a {
				color: #fff100;
			}
			#footer .footerWrap .contact a:hover {
				text-decoration: underline;
			}
	#footer p.copy {
		background: #ffffff;
		margin: 0 0 0 0;
		padding: 35px 0 20px 0;
		font-size: 13px;
		color: #7b7b7b;
		text-align: center;
	}
	
					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {
						
#footer {
	padding: 6% 0 0 0;
}
	#footer .logo {
		text-align: left;
		margin-left: 3%;
		font-size: 34px;
	}
	#footer .footerWrap {
		width: 94%;
		padding: 3% 0 6% 0;
	}
		#footer .footerWrap .address {
			float: none;
		}
		#footer .footerWrap .contact {
			float: none;
		}
	#footer p.copy {
		padding: 5% 0 5% 0;
	}

					}


/*-----------------------------------------------------------
	footer navi setting
-----------------------------------------------------------*/
#fNavi {
	width: 1110px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	overflow: hidden;
}
	#fNavi .nav {
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0 0 0 3%;
		overflow: hidden;
	}
		#fNavi .nav li {
			float: left;
			padding: 0 80px 0 30px;
			text-align: left;
		}
			#fNavi .nav li a {
				display: block;
			}
			#fNavi .nav li a .jp {
				font-size: 17px;
				color: #ffffff;
				line-height: 1.3;
				cursor: pointer;
			}
			#fNavi .nav li a .en {
				font-size: 13px;
				color: #fff100;
				cursor: pointer;
			}
			#fNavi .nav li .jp {
				font-size: 17px;
				color: #9999e7;
				line-height: 1.3;
				cursor: default;
			}
			#fNavi .nav li .en {
				font-size: 13px;
				color: #86808f;
				cursor: default;
			}
			#fNavi .nav li a:hover {
				opacity: 0.8;
			}
			
		#fNavi .nav ul {
			float: left;
			min-width: 75px;
			padding: 30px 0 0 0;
			text-align: center;
		}
			#fNavi .nav ul li {
				float: none;
				min-width: auto;
				padding: 0 0 8px 0;
				text-align: left;
				font-size: 13px;
				line-height: 1.6;
				color: #9999e7;
			}
			#fNavi .nav ul li:before {
				content: ">";
				margin: 0 5px 0 0;
			}
				#fNavi .nav ul li a {
					display: inline;
					color: #ffffff;
					text-decoration: none;
				}

					/*----------------------------------sp setting----------*/
					@media screen and (max-width: 860px) {

#fNavi {
	display: none;
}

					}
					

/*----------------------------------GCal setting----------*/
#company ul li .fc-event-container a {
	text-decoration: none;
	color: #fff;
}

.fc-event, .fc-event-dot{
	background: #ee6910 !important;
	border: none !important;
}