@charset "utf-8";
html {
    position: relative;
    overflow-x: hidden;
}
body{
	width:100%;
	overflow-x: hidden;
	margin: 0;
}
a{
	color:#0057a7;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#container{
	width:100%;
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0 auto;
}
#mainimgArea_2nd{
	width:100%;
	height:104px;
	background:url(../../img/common/bg_2ndmain01.png) center 0px no-repeat;
	/*background-color:#0057a8;*/
	}
	#mainimgArea_2nd #animateBox{
		position: absolute;
		top: 255px;
		transform: rotateX(180deg);
		z-index: 1;
	}
	#mainimgArea_2nd #animateBox div{
		position:absolute;
		width:30px;
/*		opacity:0.6;*/
		background-image:url(/common/img/top/eq_bg.png);
		}


/*header
----------------------------------------------------------------------------------------------*/
header{
	width:1205px;
	margin:0px auto;
	padding:20px 0px;
	background-color:#fff;
	position:relative;
	}
	header .seibu_logo{
		position:absolute;
		right:0;
		}
		header .seibu_logo img{
			width:100px;
			height:auto;
		}
	header h1{
		width:364px;
		float:left;
		}
	header ul.ul01{
		position:absolute;
		left:320px;
		top:30px;
		width:341px;
		}
	header ul.ul01 a{
		width:167px;
		display:block;
		text-align:center;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		padding:10px 0px 10px;
		}
		header ul.ul01 a img{
			line-height:100%;
			vertical-align:middle;
			}
		header ul.ul01 li:nth-child(1){
			margin-right:7px;
			}
		header ul.ul01 li:nth-child(1) a{
			background-color:#183a9e;}
		header ul.ul01 li:nth-child(2) a{
			background-color:#f66913;}
		header ul.ul02{
			padding-top:36px;
			text-align:right;
			}
		header ul.ul02 li{
			display:inline;
			margin-right:20px;
			}
		header ul.ul02 li:nth-child(4){
			margin-right:0;
		}
		header ul.ul02 li:nth-last-child(1){
			display:none;
			margin-right:0px;}
		header ul.ul02 li a{
			color:#333;
			text-decoration:none;
			font-size:81.3%;
			font-weight:bold;
			}
		header ul.ul02 li a:hover{
			text-decoration:underline;
			}
		header ul.ul03{
			position: absolute;
			right: 130px;
			top: 22px;
			}
		header ul.ul03 li{
			display:inline;
			margin-right:10px;
			padding-right: 10px;
			position: relative;
			}
			header ul.ul03 li:nth-child(1)::after{
				position: absolute;
				content: "";
				display: block;
				width: 1px;
				height: 10px;
				background-color: #000;
				right: 0;
				top: 8px;
			}
		header ul.ul03 li:nth-child(2){
			margin-right:0;
			border-right: none;
		}
		header ul.ul03 li a{
			color:#333;
			text-decoration:none;
			font-size:81.3%;
			font-weight:bold;
			}
		header ul.ul03 li a:hover{
			text-decoration:underline;
			}
#fontArea{
	width:100%;
	padding:10px 0px;
	background-color:#383838;
	}
	#fontArea .fontAreain{
		width:1205px;
		margin:0px auto;
		text-align:right;
		}
		#fontArea .fontAreain span{
			color:#fff;
			font-size:75%;
			}
		#fontArea .fontAreain span:nth-child(1){
			margin-right:20px;
			}
		#fontArea .fontAreain a{
			text-decoration:none;
			}
		#fontArea .fontAreain a.btn01{
			background-color:#908a8a;
			padding:5px 10px;
			color:#fff;
			margin-right:1px;
			border-radius:5px 0px 0px 5px;
				-moz-border-radius:5px 0px 0px 5px;
			-webkit-border-radius:5px 0px 0px 5px;
			}
		#fontArea .fontAreain a.btn02{
			background-color:#908a8a;
			padding:5px 10px;
			color:#fff;
			margin-right:30px;
			border-radius:0px 5px 5px 0px;
			-moz-border-radius:0px 5px 5px 0px;
			-webkit-border-radius:0px 5px 5px 0px;

			}
		#fontArea .fontAreain a.active{
			background-color:#fff;
			color:#333;
			}
		#fontArea .fontAreain .searchArea{

		}
		.searchArea form{
			display:inline;
		}
		.searchText{
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border:none;
			width:167px;
			height:27px;
			background-color:#cecece;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius:2px;
			margin-right:10px;
			padding:0 5px;
			}
		.searchBtn{
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border:none;
			background:url(../../img/common/btn_header_serach01.png) 0px 0px no-repeat;
			width:38px;
			height:38px;
			vertical-align:middle;
			cursor:pointer;
			}

#mainNav{
	margin-top:-20px;
	margin-bottom:40px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	background-color:#3b3b3b;
	}
	#mainNav ul li{
		width:20%;
		height:115px;
		border-right:1px solid #434343;
		box-sizing:border-box;
		}
	#mainNav ul li:nth-child(1){
		border-top:4px solid #debb00;
		}
	#mainNav ul li:nth-child(2){
		border-top:4px solid #63cafe;
		}
	#mainNav ul li:nth-child(3){
		border-top:4px solid #ca7df1;
		}
	#mainNav ul li:nth-child(4){
		border-top:4px solid #40f2b6;
		}
	#mainNav ul li:nth-child(5){
		border-top:4px solid #f77916;
		border-right:none;
		}
		#mainNav ul li a{
			text-align:center;
			display:block;
			padding:10px 0px;
			width:100%;
			height:100%;
			box-sizing:border-box;
			padding-top: 23px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			}
		#mainNav ul li a:hover{
			background-color: #222;
		}


/*#contentsArea
----------------------------------------------------------------------------------------------*/
#contentsArea{
	width:100%;
	padding:50px 0px 70px;
/*	background:url(../../img/common/bg_contents01.png) center 0px repeat;*/
	background:url(../../img/common/bg_contents01.jpg) center 0px repeat;
	}
	#contentsArea_2nd{
		width:100%;
		padding:1px 0px 70px;
/*		background:url(../../img/common/bg_contents01.png) center 0px repeat;*/
		background:url(../../img/common/bg_contents01.jpg) center 0px repeat;
		z-index:1;
		position:relative;
		}
	#contentsArea .contentsAreain,#contentsArea_2nd .contentsAreain{
		width:1205px;
		margin:0px auto;
		}
/*#mainArea
----------------------------------------------------------------------------------------------*/
#mainArea{
	width:770px;
	float:left;
	}
/*subArea
----------------------------------------------------------------------------------------------*/
#subArea{
	float:right;
	width:400px;
	}
	#subArea .snsBox{
		background:url(../../img/common/bg_sns01.png) 0px 0px repeat;
		padding:30px;
		margin-bottom:30px;
		}
	#subArea .snsBox .snsBoxin{
		padding:20px;
		background-color:#fff;

		}
		#subArea .snsBox .snsTitle{
			margin-bottom:30px;
		}
		#subArea .snsBox .snsTitle span{
			color:#fff;
			font-size:87.5%;
			vertical-align:top;
			display:inline-block;
			margin:5px 0px 0px 20px;
			}
#subArea .topBnrArea{
	margin-bottom:10px;
}

#subArea .twitterArea{
	border-top:4px solid #56c1fe;
	}
	#subArea .twitterArea #twitter{
		background:url(../../img/common/bg_twitter01.png) 0px 0px repeat;
		margin-bottom:20px;
		}
	#subArea .twitterArea a{
		background-color:#fff;
		display:block;
		color:#0092b1;
		font-size:87.5%;
		line-height:100%;
		padding:20px 0px;
		text-align:center;
		}

#subArea .fbArea{
	border-top:4px solid #3767f0;
	}
#subArea .instaArea{
	border-top:4px solid #ff5736;
	}
#subArea .bannerArea{
	background-color:#dad9d7;
	padding:30px 29px 10px 29px;
	margin-bottom:30px;
	}
#subArea .movWrap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border:none;
}

.mr{
	margin-right:6px;
	}
	#subArea .bannerArea div{
		margin-bottom:20px;
		}
	#subArea .bannerArea p{
		background-color:#eaeaea;
		padding:20px;
		font-size:87.5%;
		}
		#subArea .bannerArea p strong{
			font-weight:bold;
			}
		#subArea .bannerArea a.btn{
			padding:20px 0px;
			text-align:center;
			display:block;
			background-color:#4a4b80;
			}
		#subArea iframe{
			width:340px;
			height:191px;
		}
		#subArea #prWrap{
			margin:0;
		}
/*footer
----------------------------------------------------------------------------------------------*/
footer{
	width:100%;
	}
	footer .footer01{
		width:100%;
		padding:50px 0px;
		background-color:#0057a7;
		}
		footer .footer01 .footerTitle01{
			background:url(../../img/common/bg_footer_line01.png) 0px 29px repeat-x;
			height:64px;
			margin-bottom:45px;
			}
			footer .footer01 .footerTitle01 p{
				width:1205px;
				margin:0px auto;
				line-height:64px;
				display:block;
				position:relative;
				}
				footer .footer01 .footerTitle01 p span{
					position:absolute;
					top:0px;
					left:-35px;
					color:#fff;
					background-color:#0057a7;
					padding:0px 35px;
					font-weight:bold;
					}
				footer .footer01 .footerTitle01 p img{
					position:absolute;
					top:0px;
					}
				footer .footer01 .footerTitle01 p img.line01{
					left:42%;}
				footer .footer01 .footerTitle01 p img.line02{
					left:66%;}
				footer .footer01 .footerTitle01 p img.line03{
					left:59%;}
				footer .footer01 .footerTitle01 p img.line04{
					left:-20%;}
footer .fotterLink{
	width:1140px;
	margin:0px auto;
	}
	footer .fotterLink .footerLinkin{
		width:190px;
		float:left;
		}
		footer .fotterLink .footerLinkin p{
			color:#fff;
			margin-bottom:15px;
			line-height:100%;
			font-weight:bold;
			}
			footer .fotterLink .footerLinkin li{
				margin-bottom:5px;
				}
			footer .fotterLink .footerLinkin a{
				font-size:81.3%;
				color:#fff;
				text-decoration:none;
				line-height:100%;
				}
			footer .fotterLink .footerLinkin a:hover{
				text-decoration:underline;
				}
footer .footer02{
	width:100%;
	padding:40px 0px;
	background-color:#2d2d2d;
	}
	footer .footer02 .footer02in{
		width:1205px;
		margin:0px auto;
		}
		footer .footer02 .footer02in div.leftArea{
			width:500px;
			float:left;
			}
			footer .footer02 .footer02in div.leftArea p{
				margin-bottom:30px;
				}
			footer .footer02 .footer02in div.leftArea address{
				color:#fff;
				font-size:81.3%;
				margin-bottom:15px;
				padding-left:45px;
				}
			footer .footer02 .footer02in div.leftArea .tel{
				color:#fff;
				font-size:81.3%;
				margin-bottom:45px;
				display:block;
				text-decoration:none;
				padding-left:45px;
				}
			footer .footer02 .footer02in div.leftArea .map{
				display:block;
				text-decoration:none;
				padding-left:45px;
				}
	footer .footer02 .footer02in div.rightArea{
			width:630px;
			float:right;
			}
			footer .footer02 .footer02in div.rightArea ul{
				margin-bottom:20px;
				}
			footer .footer02 .footer02in div.rightArea ul li{
				margin-right:30px;
				}
			footer .footer02 .footer02in div.rightArea ul.sns li{
				margin-right:20px;
				}
				footer .footer02 .footer02in div.rightArea ul li a{
					font-size:75%;
					color:#fff;
					text-decoration:none;}
				footer .footer02 .footer02in div.rightArea ul li a:hover{
					text-decoration:underline;
					}
footer div.copy{
	width:100%;
	background-color:#262626;
	padding:40px;
	}
	footer div.copy div{
		width:1205px;
		margin:0px auto;
		}
		footer div small{
			color:#fff;
	font-size:81.3%;
			}
#slide_menu{
	display:none;
	}
#pageTop{
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1;}
/*共通class
----------------------------------------------------------------------------------------------*/
.sp{display:none;}
.sp_inline{display:none;}
.pc{display:block;}
.pc_inline{display:inline;}
.alph:hover img{opacity:0.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";}
.clearfix:after{content:".";display:block;height:0;font-size:0;	clear:both;visibility:hidden;}.clearfix{display:inline-block;}*html.clearfix{height:1%;}.clearfix{display:block;}
.ul{ display:block;}.ul li{ display:inline; float:left;}
@media screen and (max-width: 800px) {
.sp{display:block;}
.sp_inline{display:inline;}
.pc{display:none;}
.pc_inline{display:none;}
	}

/*共通
----------------------------------------------------------------------------------------------*/
#contentsArea h3,#contentsArea_2nd h2{
	padding:30px 20px;
	background-color:#464646;
	position:relative;
	}
	#contentsArea h3 span,#contentsArea_2nd h2 span{
		color:#fff;
		font-size:87.5%;
		vertical-align:top;
		display:inline-block;
		margin:5px 0px 0px 20px;
		}
	#contentsArea h3 a,#contentsArea_2nd h2 a{
		position:absolute;
		right:25px;
		top:25px;
		padding:10px 40px;
		background-color:#fff;
		line-height:100%;
		}
.more{
	width:100%;
	background-color:#fff;
	padding:30px 0px;
	display:block;
	text-align:center;
	line-height:100%;
	}
	.more:hover{
		background-color:#eee;
	}
	.more img{
		line-height:100%;
		}
.subTitle{
	width:100%;
	padding:10px 0px;
	background-color:#676767;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
.subTitle_left{
	padding:20px 30px;
	background-color:#464646;
	color:#fff;
	font-weight:bold;
	text-align:left;
	line-height:100%;
	}
.subNav{
	width:100%;
	}
	.subNav ul{
		background-color:#676767;
		}
		.subNav ul li{
			width:153px;
			border-right:1px solid #5b5b5b;
			}
		.subNav ul li:nth-child(1){
			border-top:2px solid #ff7a00;
			}
			.subNav ul li:nth-child(1) a.on,
			.subNav ul li:nth-child(1) a:hover{
				background-color:#ff7a00;
				}
		.subNav ul li:nth-child(2){
			border-top:2px solid #9543c1;
			}
			.subNav ul li:nth-child(2) a.on,
			.subNav ul li:nth-child(2) a:hover{
				background-color:#9543c1;
				}
		.subNav ul li:nth-child(3){
			border-top:2px solid #89c500;
			}
			.subNav ul li:nth-child(3) a.on,
			.subNav ul li:nth-child(3) a:hover{
				background-color:#89c500;
				}
		.subNav ul li:nth-child(4){
			border-top:2px solid #f06292;
			}
			.subNav ul li:nth-child(4) a.on,
			.subNav ul li:nth-child(4) a:hover{
				background-color:#f06292;
				}
		.subNav ul li:nth-child(5){
			width:154px;
			border-top:2px solid #29b6f6;
			border-right:0px;
			}
			.subNav ul li:nth-child(5) a.on,
			.subNav ul li:nth-child(5) a:hover{
				background-color:#29b6f6;
				}
			.subNav ul li a{
				display:block;
				text-align:center;
				text-decoration:none;
				color:#fff;
				font-size:87.5%;
				padding:20px 0px;
				}


.notFound{
	text-align:center;
	margin:50px 0;
}
/*sp
----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	/*header
----------------------------------------------------------------------------------------------*/
#mainimgArea_2nd{
	width:100%;
	height:52px;
	background:url(../../img/common/bg_2ndmain01.png) center 0px no-repeat;
	background-size:937px 52px;
	}
	#mainimgArea_2nd #animateBox{
		display:none;
	}

header{
	width:94%;
	margin:0px auto;
	padding:15px 3%;
	background-color:#fff;
	}
	header .seibu_logo{
		position:static;
		text-align:right;
		margin-bottom:5px;
	}
	header .seibu_logo img{
		width:70px;
	}
	header h1{
		width: 50%;
		max-width: 170px;
		float: left;
		margin-top: -5px;
		}
		header h1 img{
			width:100%;
			height:auto;
			}
	header ul.ul01{
		position:static;
		width:94%;
		padding:20px 3% 0px;
		}
	header ul.ul01 li{
		width:50%;
		}
	header ul.ul01 a{
		width:100%;
		display:block;
		text-align:center;
		border-radius:4px 0px 0px 4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		padding:10px 0px 10px;
		}
		header ul.ul01 a img{
			line-height:100%;
			vertical-align:middle;
			}
		header ul.ul01 li:nth-child(1){
			margin-right:0px;
			}
		header ul.ul01 li:nth-child(1) a{
			background-color:#183a9e;
			border-radius:4px 0px 0px 4px;
			-moz-border-radius:4px 0px 0px 4px;
			-webkit-border-radius:4px 0px 0px 4px;}
		header ul.ul01 li:nth-child(2) a{
			background-color:#f66913;
			border-radius:0px 4px 4px 0px;
			-moz-border-radius:0px 4px 4px 0px;
			-webkit-border-radius:0px 4px 4px 0px;
			}


		header ul.ul02{
			padding-top:0px;
			text-align:right;
			position: relative;
			}
		header ul.ul02 li:nth-last-child(1){
			display:inline;
			margin-right:0px;}
		header ul.ul02 li{
			margin-right:40px;
			font-size:68.8%;
			display: block;
			}
			header ul.ul02 li:nth-child(4){
				margin-right: 40px;
			}
		header ul.ul02 li a{
			color:#333;
			text-decoration:none;
			font-weight:bold;
			}
		header ul.ul02 li:nth-child(1),header ul.ul02 li:nth-child(2){
			display:none;
			}
			header ul.ul02 li.sp{
				position: absolute;
				right: 0;
				top: 0;
			}
		header ul.ul03{
			right: 100px;
			top: 18px;
			}
		header ul.ul03 li{
			font-size:68.8%;
			}
		header ul.ul03 li:nth-child(1)::after{
			top: 3px;
		}
#mainNav{
	margin-bottom:0px;
	}
	#mainNav ul li{
		height:auto;
	}
	#mainNav ul li:nth-child(1){
		border-top:2px solid #debb00;
		}
	#mainNav ul li:nth-child(2){
		border-top:2px solid #63cafe;
		}
	#mainNav ul li:nth-child(3){
		border-top:2px solid #ca7df1;
		}
	#mainNav ul li:nth-child(4){
		border-top:2px solid #40f2b6;
		}
	#mainNav ul li:nth-child(5){
		border-top:2px solid #f77916;
		border-right:none;
		}
		#mainNav ul li a{
			width:100%;
			height:100%;
			padding-top:15px;
			}
			#mainNav ul li a img{
				width: auto;
				height:35px;
				}
/*#contentsArea
----------------------------------------------------------------------------------------------*/
#contentsArea,#contentsArea_2nd{
	width:100%;
	padding:0px 0px 0px;
	background:url(../../img/common/bg_contents01.png) center 0px repeat;
	position: relative;
	top:0 ;
	left:0 ;
	}
	#contentsArea .contentsAreain,#contentsArea_2nd .contentsAreain{
		width:100%;
		margin:0px auto;
		}
/*#mainArea
----------------------------------------------------------------------------------------------*/
#mainArea{
	width:100%;
	float:none;
	}
/*subArea
----------------------------------------------------------------------------------------------*/
#subArea{
	margin-top:50px;
	width:100%;
	}
	#subArea .snsBox{
		display:none;
		}

#subArea .topBnrArea img{
	width:100%;
}

#subArea .bannerArea{
	padding:3%;
	margin-bottom:10px;
	}
	#subArea .bannerArea div{
		margin-bottom:10px;
		}
		#subArea .bannerArea img{
			width:100%;
			height:auto;
			}
		.ban2 a{
			width:49%;
			display:block;
			float:left;
			}
			.ban2 a:nth-child(2){
				margin-left:1%;
				}
		.mr{
	margin-right:1%;
	}
	#subArea .bannerArea p{
		background-color:#eaeaea;
		padding:3%;
		font-size:75%;
		}
		#subArea .bannerArea p strong{
			font-weight:bold;
			}
		#subArea .bannerArea a.btn{
			width:100%;
			padding:15px 0px;
			text-align:center;
			display:block;
			background-color:#4a4b80;
			}
			#subArea .bannerArea a.btn img{
				width:137px;
			height:21px;
			line-height:100%;
				}
#subArea iframe{
	width:100%;
	height:auto;
}

/*footer
----------------------------------------------------------------------------------------------*/
footer{
	width:100%;
	}
	footer .footer01{
		display:none;
		}
footer .footer02{
	width:100%;
	padding:15px 0px 0px;
	background-color:#2d2d2d;
	}
	footer .footer02 .footer02in{
		width:100%;
		margin:0px auto;
		}
		footer .footer02 .footer02in div.leftArea{
			width:94%;
			float:none;
			text-align:center;
margin-bottom:15px;
			padding:0% 3% 15px;
			border-bottom:1px solid #7f7f7f;
			}
			footer .footer02 .footer02in div.leftArea p{
				margin-bottom:15px;
				}
			footer .footer02 .footer02in div.leftArea address{
				color:#fff;
				font-size:75%;
				margin-bottom:5px;
				padding-left:0px;
				}
			footer .footer02 .footer02in div.leftArea .tel{
				color:#fff;
				font-size:75%;
				margin-bottom:10px;
				display:block;
				text-decoration:none;
				padding-left:0px;
				}
			footer .footer02 .footer02in div.leftArea .map{
				display:block;
				text-decoration:none;
				padding-left:0px;
				}
	footer .footer02 .footer02in div.rightArea{
			width:100%;
			float:right;
			}
			footer .footer02 .footer02in div.rightArea ul{
				width:94%;
				margin-bottom:15px;
			padding:0% 3% 15px;
			border-bottom:1px solid #7f7f7f;
				}
			footer .footer02 .footer02in div.rightArea ul li{
				margin-right:10px;
				}
			footer .footer02 .footer02in div.rightArea ul.sns{
				text-align:center;
				margin-bottom:0px;
			padding:0% 3% 15px;
			border-bottom:1px solid #7f7f7f;
				}
			footer .footer02 .footer02in div.rightArea ul.sns li{
				float:none;
				margin:0px 1%;
				}
				footer .footer02 .footer02in div.rightArea ul li a{
					font-size:75%;
					color:#fff;
					text-decoration:none;}
				footer .footer02 .footer02in div.rightArea ul li a:hover{
					text-decoration:underline;
					}
footer div.copy{
	width:100%;
	background-color:#262626;
	padding:15px 0px;
	text-align:center;
	}
	footer div.copy div{
		width:100%;
		margin:0px auto;
		}
		footer div small{
			color:#fff;
	font-size:81.3%;
			}
#slide_menu{
	position: absolute;
	top: 0;
	right: -248px;
	width: 248px;
	height: 100%;
    background: #454545;
	display:none;
	z-index:1000;
	}
	#slide_menu .slide_menuin{
		padding:20px 10px;}
		#slide_menu .slide_menuin .linkArea{
			}
		#slide_menu .slide_menuin a{
			color:#fff;
			text-decoration:none;
			font-size:75%;
			line-height:100%;}
		#slide_menu .slide_menuin .linkArea{
			margin-bottom:30px;}
		#slide_menu .slide_menuin .linkArea div{
			margin-bottom:5px;
			}
		#slide_menu .slide_menuin .linkArea ul{
			margin-left:15px;
			}
			#slide_menu .slide_menuin .linkArea ul li{
				margin-bottom:5px;}
			#closeMan{
				width:180px;
				margin:0px auto;
				}
				#closeMan a{
					display:block;
					text-align:center;
					border:1px solid #fff;
					padding:10px 0px;
					}
					#closeMan a img{
						vertical-align:middle;
						margin-left:10px;
						}

		.searchArea{
			margin-bottom:10px;}
		.searchText{
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border:none;
			width:167px;
			height:40px;
			background-color:#fff;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius:0px;
			margin-right:0px;
			}
		.searchBtn{
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border:none;
			background:url(../../img/sp/btn_search01.png) 0px 0px no-repeat;
			width:45px;
			height:40px;
			vertical-align:top;
			cursor:pointer;
			background-size:45px 40px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius:0px;
			}
/*共通
----------------------------------------------------------------------------------------------*/
#contentsArea h3,#contentsArea_2nd h2{
	padding:15px 3%;
	width:94%;
	background-color:#464646;
	position:relative;
	}
#contentsArea_2nd h2{
	margin-top:3%;}
	#contentsArea h3 img,#contentsArea_2nd h2 img{
		vertical-align:middle;
		}
	#contentsArea h3 span,#contentsArea_2nd h2 span{
		color:#fff;
		font-size:68.8%;
		vertical-align:middle;
		display:inline-block;
		margin:0px 0px 0px 10px;
		}
	#contentsArea h3 a,#contentsArea_2nd h2 a{
		position:absolute;
		right:25px;
		top:25px;
		padding:10px 40px;
		background-color:#fff;
		line-height:100%;
		}
.more{
	width:94%;
	margin:3%;
	background-color:#fff;
	padding:20px 0px;
	display:block;
	text-align:center;
	line-height:100%;
	}
	.more img{
		line-height:100%;
		}
.subNav{
	width:100%;
	}
	.subNav ul{
		background-color:#676767;
		}
		.subNav ul li{
			width:33%;
			border-right:1px solid #5b5b5b;
			}
		.subNav ul li:nth-child(5){
				width:33%;
			border-right:1px solid #5b5b5b;
			}
			.subNav ul li:nth-child(5) a.on{
				background-color:#29b6f6;
				}
			.subNav ul li a{
				display:block;
				text-align:center;
				text-decoration:none;
				color:#fff;
				font-size:75%;
				padding:10px 0px;
				}
.subTitle_left{
	padding:20px 20px;
	background-color:#464646;
	color:#fff;
	font-size:81.3%;
	font-weight:bold;
	text-align:left;
	line-height:100%;
	}
	.subTitle_left img{
		width:70%;
		height:auto;
		}
.spwh100p{
	width:100%;
	height:auto;
	}
#pageTop{
	right:10px;
	bottom:10px;}
#pageTop img{
	width:40px;
	height:auto;}

.notFound{
	font-size:81.3%;
	margin:0;
}
}
