@charset "utf-8";

/* ===================================================================
	header
=================================================================== */
html, body{
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body{
	background-image: url( ../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position:center 220px;
}



/* ===================================================================
	MA部分
=================================================================== */
.ma_box{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

.ma_box img.header{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.main_pic{
	width:1000px;
	position:relative;
	margin-bottom:100px;

}

.main_pic img.button{
    position:absolute;
    top:530px;
    left:90px;
}

.main_pic p.button02{
    position:absolute;
    top:685px;
	right:0;
}

.main_pic p.button02 a{
    display: inline-block;
	font-size:18px;
    padding: 7px 20px;
	border-radius: 25px;
    text-decoration: none;
    color: #FFF;
	background-color:#00b9ef;
    transition: .4s;
	font-size:20px;
	margin-left:5px;
	margin-right:5px;
}

.main_pic p.button02 a:hover{
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}



/* ===================================================================
	MAとは
=================================================================== */
.ma_info{
	font-size:0px;
}

.ma_info img{
	display:inline-block;
	width:147px;
	margin-right:23px;
	vertical-align:middle;
}

.ma_info_text{
	width:830px;
	display:inline-block;
	font-size:18px;
	vertical-align:middle;
}
.ma_info_text p.title{
	font-size:24px;
	color:#00b9ef;
	border-bottom:#00b9ef 2px solid;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-bottom:2px;
	font-weight:bold;
}
.ma_info_text p{
	font-size:18px;
	color:#3c3c3c;
	line-height:180%;
	margin:0px;
	padding:0px;

}


/* ===================================================================
	職務図
=================================================================== */
.ma_box img.zu{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}


/* ===================================================================
	MA業務紹介
=================================================================== */
.ma_jog{
	box-sizing:border-box;
	padding:30px;
	background-color: #63c7f2;
	font-size:0px;
	margin-bottom:30px;
}

.ma_jog img{
	display:inline-block;
	width:480px;
	margin-right:30px;
	vertical-align:middle;	
}

.ma_jog_text{
	display:inline-block;
	width:430px;
	vertical-align:middle;
}

.ma_jog_text p{
	font-size:18px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	vertical-align:middle;
	line-height:180%;
}
.ma_jog_text p.title{
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	margin-bottom:10px;
	padding:0;
}

.ma_jog_text p.title02{
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	margin-bottom:10px;
	padding:0;
}

	
/* ===================================================================
	募集要項・お問合せボタン02
=================================================================== */
p.button03{
	text-align:center;
	margin-bottom:200px;
}

p.button03 a{
    display: inline-block;
	font-size:18px;
    padding: 7px 20px;
	border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
	font-size:20px;
	margin-left:5px;
	margin-right:5px;
}

p.button03 a:hover{
    background-image: -webkit-linear-gradient(45deg, #00b9ef 0%, #00b9ef 100%);
    background-image: linear-gradient(45deg, #00b9ef 0%, #00b9ef 100%);
}



/* ===================================================================
	youtube動画
=================================================================== */
#colorbox iframe {
    width: 960px;
    height: 540px;
}





/* ===================================================================
	その他
=================================================================== */
/*.pic_shadow2{
	box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
}*/

.pic_shadow{
	box-shadow: 0 10px 6px -6px #777777;
}


/*#index_box{
	width:1000px;
	height:850px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/index_haikei_hito2.png);
	background-repeat: no-repeat;
	background-position: 700px bottom;
}
.index_title{
	margin-top: 40px;
	}

.index_title img{
	display:block;
	}

.index_title p{
	text-indent: -9999px;
	margin:0px;
	padding:0px;
	}

.index_button{
	margin-top:30px;
}	
.index_button ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.index_button li{
	display:inline-block;
	list-style-type:none;
	text-indent: -9999px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
	
.index_button li.ei a{
	background-image: url(../img/index_button_ei.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 318px;
	width: 299px;
	transition:all 0.3s ease;
}

.index_button li.ei a:hover{
    background-color:#f9f9f9;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.index_button li.giko a{
	background-image: url(../img/index_button_giko.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 318px;
	width: 299px;
	transition:all 0.3s ease;
	}
	
	
.index_button li.giko a:hover{
    background-color:#f9f9f9;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
*/



/*floatクリア*/
.clearfix:after{ content: ""; clear: both; display: block; }	

/* ===================================================================
	フッターの固定
=================================================================== */
div#footer-fixed{
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
    height: 160px;              /* 縦幅140px */
}
 
div#footer-bk{
	padding:0 0 0 0;       /* 上10px、下20pxをあける */
	height:160px;              /* 縦の高さ140px */
	width:100%;                /* 横の幅を100% */
	background-image: url(../img/footer_haikei.png);
	background-repeat: repeat-x;
}
 
div#footer {   /* 表示領域を白枠で囲う */
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	margin: auto;              /* 中央揃え */
	background-image: url(../img/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}


/* ===================================================================
	フッター
=================================================================== */
#footer ul{
	list-style: none;
	text-align: left;
	font-size: 0; /* 追加 */
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 109px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer li{
	display: inline-block;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 14px; /* 追加 */
	line-height: 14px;

}

#footer li a{
	display: block;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 18px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 16px;
}




#footer a:link{ color: #ffffff; text-decoration: none; }
#footer a:visited{ color: #ffffff; text-decoration: none;; }
#footer a:hover{color: #787878; text-decoration: none; background-color: #ffffff; }
#footer a:active{ color: #787878; text-decoration: underline; }




/* ===================================================================
	社長メッセージ
=================================================================== */

.yamamoto_box{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:100px;
	clear:both;
	text-align:left;
	background-image:url(../img/yamamoto.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:25px;

}

.yamamoto_box img{
	display:block;
	margin-top:0px;
	margin-bottom:25px;
}

.yamamoto_box p{
	font-size:14px;
	line-height:22px;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
}







/* ===================================================================
	福利構成
=================================================================== */
.hukuri_box{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	/*background-color: #FFFFFF;*/
	font-size:0px;
	text-align:center;
}


.lines-on-sides{
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.lines-on-sides:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.lines-on-sides span {
  background: #eff5f9;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  font-size:30px;
  font-weight:bold;
  color:#05b5ed;
}
.lines-on-sides.sides_left{
  text-align: left;
}
.lines-on-sides.sides_left span{
  padding-left: 0;
}


.hukuri_box_contents{
	display:inline-block;
	width:480px;
	font-size:0px;
	margin-right:10px;
	margin-left:10px;
}
.hukuri_box_contents img{
	display:inline-block;
	width:147px;
	margin-right:13px;
	background-color:#eff5f9;
	vertical-align:middle;
}
.hukuri_box_contents p{
	width:320px;
	display:inline-block;
	font-size:16px;
	line-height:28px;
	font-weight: normal;
	color:#3c3c3c;
	text-align:left;
	vertical-align:middle;
}
.hukuri_box_contents p strong{
	background-color:#05b5ed;
	font-size:20px;
	font-weight:bold;
	padding:6px;
	display:block;
	color:#FFFFFF;
	margin-bottom:10px;
}

.hukuri_box_contents p span{
	font-weight:bold;
	display:block;
	}






/*ヘッダー*/
#header{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#header img{
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#header h1{
	font-size: 15px;
	text-align: center;
	padding: 0px;
	color: #a0a0a0;
	font-weight: normal;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header strong{
	color: #5a5a5a;
}

/*画像スライド*/
#main_pic{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
}

/*基本ボックス*/
.contents_box01{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	clear:both;
}

.contents_box01_bottom{
	margin-bottom: 160px;
}

.pic_left01{
	width:300px;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.pic_right01{
	width:300px;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}


.text_right01{
	width:610px;
	float:left;
	padding-right: 30px;
}

.text_left01{
	width:610px;
	float:left;
	padding-left: 30px;
}

.contents_box01 h2{
	font-size: 23px;
	padding: 0px;
	color: #5a5a5a;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.contents_box01 p{
	font-size: 14px;
	padding: 0px;
	color: #5a5a5a;
	margin: 0px;
	line-height: 170%;
}



/*タイトル*/
.title01{
	background-color: #1bb9ee;
	text-align: center;
	padding: 10px;
	clear:both;
	position: relative;
	box-shadow: 0 10px 6px -6px #777777;

	}

.title01:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: 30px solid transparent;
  border-top: 30px solid #1bb9ee;
}

.title01 p{
	font-size: 31px;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}

.title02{
	margin-top: 50px;
	margin-bottom: 30px;
	clear:both;
}

.title02 h2{
	font-size: 27px;
	color:#787878;
	text-align:center;
	margin:0px;
	padding:0px;
}
.title02 h2 span{
	font-size: 18px;
	color:#787878;
	font-weight:normal;
	vertical-align:middle;
}


.ls01 { letter-spacing:-0.25em; }

.ls02 { letter-spacing:-0.4em; }






/*基本ボックス2*/
.contents_box02_first{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

.contents_box02{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	clear:both;
}

/*ヤマキンを知ってほしい*/
.pic_left02{
	width:210px;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
    font-size: 14px;
    color: #5a5a5a;
	text-align:center;
}
.pic_left02 img{
	margin-bottom:6px;
	display:block;
}

table.pic01{
	font-size: 14px;
	color: #5a5a5a;
	}

table.pic01 td{
	text-align:center;
	width:210px;
	}

table.pic01 img{
	margin-bottom:6px;
	}

.text_right02{
	width:700px;
	float:left;
	padding-right: 30px;
	vertical-align:middle;
}

.text_right02 p{
	font-size: 14px;
	padding: 0px;
	color: #5a5a5a;
	margin: 0px;
	line-height: 170%;
}

/*基本ボックス3 社員の声など*/
.contents_box03{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
.contents_box03 table{
margin-bottom:80px;}


.contents_box03 h2{
	font-size: 21px;
	padding: 0px;
	color: #2576bc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.contents_box03 h3{
	font-size: 15px;
	padding: 0px;
	color: #5a5a5a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.contents_box03 p{
	font-size: 14px;
	padding: 0px;
	color: #5a5a5a;
	line-height: 170%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


.contents_box03 p.second{
	font-size: 14px;
	padding: 0px;
	color: #5a5a5a;
	margin: 0px;
	line-height: 170%;
}


.contents_box03 img.hito{
	font-size: 11px;
	padding: 0px;
	color: #5a5a5a;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}

.contents_box03 p.name{
	font-size: 11px;
	padding: 0px;
	color: #5a5a5a;
	margin: 0px;
	line-height: 155%;
}



.contents_box03 img.hito2{
	font-size: 11px;
	padding: 0px;
	color: #5a5a5a;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	display:block;
}

.contents_box03 p.name2{
	font-size: 11px;
	padding: 0px;
	color: #5a5a5a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 155%;
}

.line01{
	height: 5px;
	background: #bbb;
	background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
	background-image: -moz-linear-gradient(left, #eee, #777, #eee);
	background-image: -ms-linear-gradient(left, #eee, #777, #eee);
	background-image: -o-linear-gradient(left, #eee, #777, #eee);
	margin-top:60px;
	margin-bottom:60px;
	}



/*基本ボックス4 地域貢献*/
.contents_box04{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:100px;
	clear:both;
	text-align:center;
}

/*地域貢献*/

.chiki_box{
	margin: 10px;
	padding: 15px;
	border: 1px solid #e1e1e1;
	display:inline-block;
	width:408px;
	vertical-align:top;
	background-color: #FFFFFF;
}

.chiki_box p.title{
	font-size:17px;
	color:#0ca9b3;
	margin:0px;
	padding:0px;
	text-align:left;
	}

.chiki_box img{
	display:block;
	margin-top: 6px;
	margin-bottom: 6px;
	/*width:420px;/*/
	}

.chiki_box p{
	font-size:13px;
	margin:0px;
	padding:0px;
	color:#5a5a5a;
	text-align:left;
	}




/*募集表*/
.hyo_text{
	text-align:center;
	font-size:17px;
	color: #5a5a5a;
	margin-top:60px;
	margin-bottom:25px;
	}

.hyo_botton{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}

ul.bosyu{
	margin:0px;
	padding:0px;
	border:0px;
	width:1000px;
	height:100px;
}

#tab li {
	margin:0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tab li.select {
  display:none;
}

.disnon {
  display: none;
}

.content_wrap {
	text-align: center;
	background-color: #c8c8c8;
}


/*新卒用*/
.hyo_shin_haikei {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	background-color: #eff5f9;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	clear:both;

	/*トップシャドウ*/
	-webkit-box-shadow: 0 5px 10px -6px #777 inset;
	-moz-box-shadow: 0 5px 10px -6px #777 inset;
	box-shadow: 0 5px 10px -6px #777 inset;

	/*ボトムシャドウ*/
	background-image: url(../img/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;

	min-width:1050px;/*スマホ・タブレット　横幅フル*/
	}


.hyo_shin{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	margin-bottom: 40px;
}



.hyo_shin table {
	border-collapse: collapse;
	width:950px;
	font-size:14px;
	margin-left: auto;
	margin-right: auto;
	box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	}

.hyo_shin th.t_top {
    border-top: #1bb9ee 4px solid;
}

.hyo_shin th.t_bottom {
    border-bottom: #1bb9ee 4px solid;
}

.hyo_shin th {
	border-bottom: #b3b3b3 1px solid;
	text-align: left;
	padding: 14px;
	font-weight: normal;
	background:#efefef;
	}

.hyo_shin td.t_top {
	border-top: #b3b3b3 4px solid;
}

.hyo_shin td.t_bottom {
	border-bottom: #b3b3b3 4px solid;
}

.hyo_shin td {
	border-bottom: #b3b3b3 1px solid;
	text-align: left;
	padding: 14px;
}

.hyo_shin tr {
    background: #ffffff;
    /*color: #FFFFFF;*/
}

.hyo_shin tr:hover {
    background: #dbf3ff;
    /*color: #FFFFFF;*/
}


/*中途採用*/
.hyo_chu_haikei {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	background-color: #fffdf5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	clear:both;

	/*トップシャドウ*/
	-webkit-box-shadow: 0 5px 10px -6px #777 inset;
	-moz-box-shadow: 0 5px 10px -6px #777 inset;
	box-shadow: 0 5px 10px -6px #777 inset;

	/*ボトムシャドウ*/
	background-image: url(../img/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;

	min-width:1050px;/*スマホ・タブレット　横幅フル*/
	}


.hyo_chu{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	margin-bottom: 40px;
}



.hyo_chu table {
	border-collapse: collapse;
	width:760px;
	font-size:13px;
	float:left;
	margin-right:30px;
	
	box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	}

.hyo_chu th.t_top {
    border-top: #f29919 4px solid;
}

.hyo_chu th.t_bottom {
    border-bottom: #f29919 4px solid;
}

.hyo_chu th {
	border-bottom: #b3b3b3 1px solid;
	text-align:center;
	padding: 10px;
	font-weight: normal;
	background:#efefef;
	}

.hyo_chu td.t_top {
	border-top: #b3b3b3 4px solid;
}

.hyo_chu td.t_bottom {
	border-bottom: #b3b3b3 4px solid;
}

.hyo_chu td {
	border-bottom: #b3b3b3 1px solid;
	text-align: left;
	padding: 10px;
}

.hyo_chu tr {
    background: #ffffff;
    /*color: #FFFFFF;*/
}

.hyo_chu tr:hover {
    background: #fff7ef;
    /*color: #FFFFFF;*/
}



/*写真*/
.com_pic{
	width:210px;
	float:left;
}


.com_pic img{
	margin-bottom:20px;
	display:block;
	
	box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 0px 19px 2px;

	}


/*エントリーボタン*/

.entry{
	clear:both;
	/*background-color: #FFFFFF;*/
	}

.entry_button{
	padding-top: 50px;
	padding-bottom: 20px;
}

.entry_button p{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry_button a{
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	border: 1px solid #d2d2d2;
	background-color: #0066CC;
	font-size:18px;
	text-decoration:none;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 20px;
}

.entry_button a:hover{
	color: #0066CC;
	background-color:#ffffff;
	font-size:24px;
	border: 2px solid #0066CC;
}

.entry_nagare p{
	margin: 0px;
	font-size:16px;
}


.entry_chu{
	clear:both;
	/*background-color: #FFFFFF;*/
	}

.entry_chu_button{
	padding-top: 50px;
	padding-bottom: 20px;
}

.entry_chu_button p{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry_chu_button a{
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	border: 1px solid #d2d2d2;
	background-color: #f29919;
	font-size:18px;
	text-decoration:none;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 20px;
}

.entry_chu_button a:hover{
	color: #f29919;
	background-color:#ffffff;
	font-size:24px;
	border: 2px solid #f29919;
}


/*お問合せ*/
#contact{
	/*border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;*/
	/*border-bottom-style: double;
	border-top-color: #999999;
	border-bottom-color: #999999;*/
	margin-top: 60px;
	margin-bottom:100px;
}

#contact hr {
	border-top: 1px dashed #bbb;
}
#contact hr:after {
	content: '\002702';
	display: inline-block;
	position: relative;
	top: -12px;
	left: 50%;
	padding: 0 3px;
	background: #ffffff;
	color: #bbb;
	font-size: 18px;
}


.contact_box{
width:1000px;
margin-left:auto;
margin-right:auto;
text-align:center;
}


.contact_box_left{
display:inline-block;
vertical-align: middle;
text-align:center;
margin:40px;
}

.contact_box_left h3{
	font-size:25px;
	color:#666666;
	padding:0px;
	margin:0px;
	height: 35px;
}

.contact_box_left p{
	font-size:13px;
	color:#666666;
	margin:0px;
	padding:0px;
	height: 13px;
}

.contact_box_right{
display:inline-block;
vertical-align: middle;
text-align:left;
margin:40px;
}



.contact_box_right p{
	font-size:15x;
	color:#666666;
	margin:0px;
	padding:0px;
	line-height: 30px;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ===================================================================
　ページ最初に戻る
=================================================================== */
.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 80px ;
}
 
.move-page-top
{
	display: block ;
	background: #222b64 ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

