@charset "UTF-8";

/*=====================================================================
	base
=====================================================================*/

html{
	font-size:62.5%;/*10px*/
}

body{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:1.5;
	color:#666666;
	font-size:1.2rem;
}

p{
	line-height:1.8;
}

.c{
	text-align:center;
}

.pos_r{
	position:relative;
}

.fc_red{
	color:#F00;
	font-weight:bold;
}

/*=====================================================================
	wrapper
=====================================================================*/

#wrapper{
	background:url(../img/backAll.jpg) top center;
}

/*=====================================================================
	header
=====================================================================*/

header{
	background:url(../img/h_repeat_t.png),url(../img/h_repeat_b.jpg);
	background-repeat:repeat-x;
	background-position:top,bottom;
	margin-bottom:20px;
}

#h_inner{
	position:relative;
	margin:0 auto;
	width:960px;
	height:270px;
	background:url(../img/nav_b.png) no-repeat;
	background-position:bottom;
}

header h1{
	position:absolute;
	top:30px;
	left:335px;
	font-weight:bold;
}

header h2{
	position:absolute;
	top:35px;
	width:308px;
	height:98px;
	left:0;
	background:url(../img/h_logo.png) no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

p#h_b{
	position:absolute;
	top:55px;
	left:335px;
}

p#h_b a{
	display:block;
	width:260px;
	height:80px;
	background:url(../img/h_b.jpg) no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

p#h_b a:hover{
	background-position:0 -80px;
}

p#tel{
	position:absolute;
	top:30px;
	right:-20px;
	width:360px;
	height:106px;
	background:url(../img/tel.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*=====================================================================
	gNav
=====================================================================*/

nav {
	position:absolute;
	left:10px;
	bottom:40px;
	overflow:hidden;
}

nav li {
	float:left;
	overflow:hidden;
}

nav li+li{
	margin-left:10px;
}

nav li a {
	width:180px;
	height:60px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
}

nav li#n01{background:url(../img/n01.jpg);}
nav li#n02{background:url(../img/n02.jpg);}
nav li#n03{background:url(../img/n03.jpg);}
nav li#n04{background:url(../img/n04.jpg);}
nav li#n05{background:url(../img/n05.jpg);}

nav li#n01:hover,nav li#n02:hover,
nav li#n03:hover,nav li#n04:hover,
nav li#n05:hover{background-position:0 -60px;}

.on{background-position:0 -60px !important;}

/*=====================================================================
	content
=====================================================================*/

#content{
	width:960px;
	margin:0 auto;
}

#content p.topText{
	padding:20px;
	background:#FFF;
	margin-bottom:20px;
	font-size:1.4rem;
}

/*------------------------
	topページ見出し(h1)
------------------------*/
body#top #content h1{
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	background:url(../img/h2.jpg) no-repeat;
	text-align:center;
	line-height:50px;
	text-shadow:1px 1px 1px #333;
	letter-spacing:0.4rem;
	margin-bottom:10px;
}

/*------------------------
	見出し(h1)
------------------------*/
body#common #content h1,
body#answer #content h1{
	text-align:center;
	color:#fff;
	width:960px;
	letter-spacing:0.2rem;
	height:74px;
	font-size:2rem;
	font-weight:bold;
	line-height:3.2;
	margin-bottom:15px;
	background:url(../img/sabH1.png) no-repeat;
	text-shadow:1px 1px 4px #333;
	-webkit-text-shadow:1px 1px 4px #333;
	-moz-text-shadow:1px 1px 4px #333;
	-ms-text-shadow:1px 1px 4px #333;
	-o-text-shadow:1px 1px 4px #333;
}

/*------------------------
	見出し(h2)
------------------------*/

body#top #content h2,
body#common #content h2{
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	background:url(../img/h2.jpg) no-repeat;
	text-align:center;
	line-height:50px;
	text-shadow:1px 1px 1px #333;
	letter-spacing:0.4em;
	margin-bottom:10px;
}

body#answer #content h2{
	font-size:2rem;
	font-weight:bold;
	color:#fc4f80;
	border-bottom:dotted 1px #999;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:40px;
	background:url(../img/qIcon.png) no-repeat;
	background-position:top left;
}

/*------------------------
	section
------------------------*/

section + section{
	margin-top:30px;
}

/*------------------------
	frameWap
------------------------*/

#frameWap{
	padding:18px 0;
	background:url(../img/decoT.png),url(../img/decoB.png) ;
	background-repeat:no-repeat;
	background-position:top center,bottom center;
	margin-bottom:20px;
}

#frame{
	border:solid 2px #bbe6c7;
	background:url(../img/decoTL.png),url(../img/decoTR.png),url(../img/decoBL.png),url(../img/decoBR.png) #FFF;
	background-repeat:no-repeat;
	background-position:top left,top right,bottom left,bottom right;
	padding:20px;
}

#banner{
	position:relative;
	margin-bottom:30px;
}

.bannerIcon{
	position:absolute;
	left:-66px;
	top:-40px;
}

/*------------------------
	box
------------------------*/

.box{
	position:relative;
	overflow:hidden;
	border:solid 2px #f0c8a0;
	padding:30px;
}

.box .left{
	float:left;
	width:337px;
}

.box .right{
	float:right;
	width:497px;
}

.box .right h3{
	font-size:1.6rem;
	font-weight:bold;
	padding:8px 10px 8px 40px;
	background:#f0c8a0 url(../img/icon.png) no-repeat;
	background-position:10px center;
	margin-bottom:10px;
	line-stacking:0.1rem;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}

.box p{
	font-size:1.4rem;
	margin-bottom:20px;
}

.box p.answer{
	padding-left:40px;
	background:url(../img/aIcon.png) no-repeat;
	background-position:top left;
	margin-bottom:0;
}

.button{
	position:absolute;
	left:520px;
	bottom:30px;
}

.button a{
	background:url(../img/h_b.jpg) no-repeat;
	width:260px;
	height:80px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

.button:hover a{
	background-position:0 -80px;
}

/*------------------------
	listArea
------------------------*/

#listArea{
	overflow:hidden;
	width:916px;
	margin-bottom:30px;
	background:url(../img/img07.jpg) no-repeat;
	background-position:right bottom;
}

#listInner{
	margin-right:-23px;
}

.list{
	padding:50px 20px 20px 20px;
	width:250px;
	height:290px;
	background:#CCC;
	float:left;
	margin-right:23px;
	background:url(../img/list.jpg) no-repeat;
	margin-bottom:5px;
}

.list h3{
	font-size:1.6rem;
	border:solid 2px #CCC;
	color:#FFFFFF;
	text-shadow:1px 1px 5px #333;
	text-align:center;
	padding:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	margin-bottom:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fe7375), color-stop(0.00, #ffa2a3));
	background: -webkit-linear-gradient(#ffa2a3, #fe7375);
	background: -moz-linear-gradient(#ffa2a3, #fe7375);
	background: -o-linear-gradient(#ffa2a3, #fe7375);
	background: -ms-linear-gradient(#ffa2a3, #fe7375);
	background: linear-gradient(#ffa2a3, #fe7375);
}

.list img{
	margin-bottom:10px;
}

.list p{
	line-height:1.5;
	padding:14px;
	background:#fdeff5;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}

/*=====================================================================
	slideWap
=====================================================================*/

#slideWap{
	position:relative;
	width:960px;
	height:450px;
	margin:0 auto 20px auto;
}

#slideArea{
	position:relative;
	overflow:hidden;
	margin-bottom:5px;
	height:430px;
}

#slideList{
	position:absolute;
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}

#slideList li{
	position:absolute;
	width:100%;
	height:430px;
	overflow:hidden;
	top:0;
	float:left;
}

#prev,#next{
	position:absolute;
	background:#fe7273;
	border:none;
	top:50%;
	width:40px;
	height:40px;
	margin-top:-10px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	cursor:pointer;
}

#prev{
	left:-20px;
}

#next{
	right:-20px;
}

.navBtnOff{
	display:none;
}

#slideNav{
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	bottm:0;
}

#slideNav a{
	display:inline-block;
	background:#CCC;
	cursor:pointer;
	width:10px;
	height:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}

#slideNav a + a{
	margin-left:10px;
}

#slideNav a.on{
	background:#ff64b5;
}

/*=====================================================================
	breadcrumbs
=====================================================================*/

#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
  margin-bottom:10px;
}
 
#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}
 
#breadcrumbs-two a{
  background: #ddd;
  padding: 0.2rem 0.5rem;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}
 
#breadcrumbs-two a:hover{
  background: #99db76;
}
 
#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  border-width: 1.5rem 0 1.5rem 1rem;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1rem;
}
 
#breadcrumbs-two a:hover::before{
  border-color: #99db76 #99db76 #99db76 transparent;
}
 
#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1rem solid #ddd;
  right: -1rem;
}
 
#breadcrumbs-two a:hover::after{
  border-left-color: #99db76;
}
 
#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}
 
#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}

/*=====================================================================
	footer
=====================================================================*/

footer{
	height:250px;
	background:url(../img/f_repeat.jpg) center;
	background-repeat:repeat-x;
}

#f_inner{
	position:relative;
	width:960px;
	height:250px;
	margin:0 auto;
	background:url(../img/f_main.jpg) no-repeat top center;
}

/*------------------------
	f_logo
------------------------*/

#f_logo{
	position:absolute;
	top:60px;
	left:340px;
	background:url(../img/f_logo.png) no-repeat;
	width:152px;
	height:47px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*------------------------
	sns
------------------------*/

#sns{
	position:absolute;
	top:60px;
	right:340px;
}

#sns li{
	float:left;
}

#sns li+li{
	margin-left:10px;
}

#sns li a{
	width:50px;
	height:50px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#sns li#facebook{background:url(../img/facebook.png) no-repeat;}
#sns li#twitter{background:url(../img/twitter.png) no-repeat;}
#sns li:hover{opacity:0.8;}

/*------------------------
	f_nav01
------------------------*/

#f_nav01{
	position:absolute;
	left:50%;
	top:140px;
	margin-left:-248px;
	padding:10px;
	background:rgba(255,255,255,0.5);
	overflow:hidden;
	width:475px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}

#f_nav01 li{
	float:left;
}

#f_nav01 li+li{
	margin-left:10px;
	border-left:solid 1px #999;
}

#f_nav01 li a{
	color:#333333;
	display:block;
	text-decoration:none;
	padding:0 10px;
}

#f_nav01 li a:hover{
	color:#f66;
	text-decoration:underline;
}

/*------------------------
	f_nav02
------------------------*/

#f_nav02{
	position:absolute;
	left:50%;
	top:180px;
	margin-left:-100px;
	padding:10px;
	overflow:hidden;
}

#f_nav02 li{
	float:left;
}

#f_nav02 li+li{
	margin-right:10px;
	border-left:solid 1px #999;
}

#f_nav02 li a{
	color:#333333;
	display:block;
	padding:0 10px;
}

#f_nav02 li a:hover{
	color:#f66;
	text-decoration:underline;
}

small{
	font-size:1rem;
	padding:10px 0;
	display:block;
	text-align:center;
	letter-spacing:0.1rem;
}

#pageTop{
	top:-20px;
	right:0;
	position:absolute;
}

#pageTop a{
	display:block;
	width:80px;
	height:80px;
	background:url(../img/pageTop.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#pageTop a:hover{
	background-position:0 -80px;
}

/*=====================================================================
	table(フォーム)
=====================================================================*/

.tStyleA {
	margin-bottom:20px;
	width:100%;
    border-collapse:collapse;
	border-bottom:1px solid #f7c7c6;
}

.tStyleA th {
	background:#fdeeed;
	width:280px;
	padding:15px;
	border-top:1px solid #f7c7c6;
}

.tStyleA th b{
	display:block;
	position:relative;
}

.tStyleA th span{
	position:absolute;
	top:0;
	right:0;
	margin-left:10px;
	padding:0 6px;
	background:#F69;
	color:#FFFFFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/ebijob/common/js/PIE.htc);/*IE,7,8*/
}

.tStyleA td {
	padding:15px;
	border-top:1px solid #f7c7c6;
}

.tStyleA td input.textBox_A,textarea{
	border:1px solid #999;
	background:#fffeee;
	width:98%;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	resize:none;
	behavior: url(/ebijob/common/js/PIE.htc);/*IE,7,8*/
}

textarea{
	height:200px;
}

.tStyleA td select{
	text-align:center;
	display:inline;
	border:1px solid #999;
	background:#fffeee;
	margin-right:20px;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	resize: none;
}

.tStyleA td span{
	position:relative;
	left:-10px;
	bottom:0px;
}

p.attentionText{
	font-size:1.8rem;
	font-weight: bold; 
	padding:10px;
	letter-spacing:0.2rem;
	text-align:center;
	background:#FFC;
	line-stacking:0.1rem;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
}

p.attentionText2{
	font-size:1.5rem;
	padding:10px;
	letter-spacing:0.2rem;
	text-align:center;
	background:#FFC;
	line-stacking:0.1rem;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
}

/*-----------------------
	tStyleB
-----------------------*/

.tStyleB{
	font-size:1.4rem;
	text-align:left;
	line-height:2;
	font-weight:bold;
	width:100%;
	border-radius: 6px;
	border:solid 1px #eaeaea;
}

.tStyleB th,
.tStyleB td {
    padding:12px;
    background:#fff;
    border-top:solid 1px #eaeaea;
}

.list th+th,
.list td+td{
	border-left:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
}

.tStyleB th{
	width:150px;
	color:#FFF;
	text-align:left;
	border-top:none;
	background:#ffa1a2;
	border-top:solid 1px #eaeaea;
}

.tStyleB td{
	color:#333;
	text-align:left;
	border-top:none;
	background:#FFF;
	border-top:solid 1px #eaeaea;
}

.tStyleB td span{padding-left:22px;}
.tStyleB td #tel_01{background:url(../img/tel_Icon01.jpg) no-repeat;}
.tStyleB td #tel_02{background:url(../img/tel_Icon02.jpg) no-repeat; margin-left:15px;}

/*------------------------
	#submitArea
------------------------*/

.submitArea{
	position:relative;
	text-align:center;
	height:76px;
}

input.formButtont,
input.formButtont:hover{
	font-size:2rem;
	border:none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border:solid 2px #ccc;
	color:#FFFFFF;
	text-shadow:1px 1px 2px #000;
	-webkit-text-shadow:1px 1px 2px #000;
	-moz-text-shadow:1px 1px 2px #000;
	-ms-text-shadow:1px 1px 2px #000;
	-o-text-shadow:1px 1px 2px #000;
}

input.type_A{
	padding:20px 100px;
	margin-right:16px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f3ce00), color-stop(1.00, #ff7800));
	background: -webkit-linear-gradient(#f3ce00, #ff7800);
	background: -moz-linear-gradient(#f3ce00, #ff7800);
	background: -o-linear-gradient(#f3ce00, #ff7800);
	background: -ms-linear-gradient(#f3ce00, #ff7800);
	background: linear-gradient(#f3ce00, #ff7800);
}

input.type_A:hover{
	background:#ff7800;
}

input.type_B{
	position:absolute;
	left:0;
	padding:20px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccc), color-stop(1.00, #8a8a8a));
	background: -webkit-linear-gradient(#ccc, #8a8a8a);
	background: -moz-linear-gradient(#ccc, #8a8a8a);
	background: -o-linear-gradient(#ccc, #8a8a8a);
	background: -ms-linear-gradient(#ccc, #8a8a8a);
	background: linear-gradient(#ccc, #8a8a8a);
}

input.type_B:hover{
	background:#8a8a8a;
}

/*=====================================================================
	clearfix
=====================================================================*/

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


