@charset "utf-8";
/* CSS Document */

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	background-color:#ffffff;
	color:#313131;
	font-size:16px;
}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear:both;
}
.clearfix {
	zoom:1;
	min-height:1px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ヘッダー
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
	width:960px;
	height:95px;
	margin:0 auto;
	background:url(../img/hd_bg.jpg) right no-repeat;
}

#header_line{
	border-bottom: #8cc31e solid 5px;
}

#header_logo {
	float:left;
	margin-right:140px;
	margin-top:45px;
}

#header_tel {
	height:95px;
	padding-top:45px;
}

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

	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　グローバルナビ
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#nav {
	width:960px;
	margin:10px auto;
}

#nav li{
	display:inline;
	list-style-type:none;
}
#nav li a{
	display:block;
	width: 107px;
	height:60px;
	color:#313131;
	background:url(../img/nav_off.jpg) no-repeat;
	line-height:60px;
	text-decoration:none;
	text-align:left;
	font-size:20px;
	float:left;
    padding-left: 85px;
}
#nav li a:hover{
	background:url(../img/nav_on.jpg) no-repeat;
}

#pankuzu {
	width:960px;
	margin:0 auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　TOP採用募集
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.recruit_box{
    width: 600px;
    margin: 30px auto;
	border: 2px solid #FF3D40;
	text-align: center;
}
.recruit_box h3{margin: 0; color: #fff; background: #f44;font-weight: 600;}
.recruit_box p{line-height: 1.8em;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　サブナビ
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sub_nav {
	width:960px;
	margin:10px auto;
}

#sub_nav ul {
	width:975px;
	margin-right:-15px;
}

#sub_nav li {
	width:310px;
	float:left;
	margin-right:15px;
	list-style-type:none;
}

a:hover .hover_img{
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	-ms-filter: "alpha(opacity=70)"; /*ie8の透明度指定*/
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　パンくずリスト
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pankuzu a {
	text-decoration:none;
	color: #28500f;
}

#pankuzu a:hover {
	text-decoration:underline;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　サイドメニュー
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#side_menu {
	width:200px;
	margin-right:40px;
	float:left;
}

#side_menu ul {
	border-left:#8CC31F solid 1px;
}

#side_menu li {
	list-style:none;
	background-color:#FFFFFF;
	border-bottom:#8CC31F solid 1px;
	border-right:#8CC31F solid 1px;
	height:22px;
	padding-top:6px;
}

#side_menu div {
	height:29px;
	background-color:#ddedbb;
	text-align:center;
	border:#8CC31F solid 1px;
	padding-top:14px;
}

#side_menu li:before {
	content:url(../img/ft_under.png);
	margin:0 5px 0 20px;
	position:relative;
	top:-5px;
}

#side_menu a {
	text-decoration:none;
}

#side_menu a:link {
	color:#313131;
}

#side_menu a:visited {
	color:#313131;
}

#side_menu a:hover {
	color:#8CC31F;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　コンテンツ
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.cont {
	width:960px;
	margin:20px auto;
}

.cont_box {
	width:720px;
	float:right;
	line-height:1.5em;
}

.cont_box div{
	margin:10px 0;
}

.text_indent {padding-left:2em;}

.text_right {text-align:right;}

.text_center {text-align:center;}

.pl_1{padding-left:1em;}

.pb_20 {padding-bottom:20px;}

.fs {font-size:90%;}

.margin_clear{margin:0}

	
h3 {
	background-color:#DDEDBB;
	font-size:18px;
	text-align:center;
	color:#28500f;
	height:27px;
	padding-top:8px;
	margin-top:50px;
}

h4 {
	font-size:18px;
	font-weight:bold;
	margin:20px 0 10px 0;
}

h4:before {
	font-size:20px;
	content:"●";
	color:#8CC31F;
}

h5 {
	font-weight:bold;
}

.cont_box table {
	border-collapse:collapse;
	border:solid 1px #555555;
}

.cont_box th,.cont_box td{
	border:solid 1px #555555;
	padding:10px 10px;
}

.cont_box th {
	background-color:#f2f2f2;
	vertical-align:middle;
}

.photo table, .photo td{
	border-collapse:collapse;
	border:none;
	padding:0 20px 0 0;
}

section {
	border-bottom:#8CC31F solid 1px;
}

/* +++++++　採用情報　+++++++++++ */
.Recruit_Flow_Box{
	width:645px;
	margin:10px auto !important;
}
.Recruit_Flow_Box_Green{
	font-weight:bold;
	color:#4a6c30;
}
.Recruit_Flow_Box_Ul {
	list-style-type:none;
}
.Recruit_Flow_Box_Li {
    margin: 20px 0 30px 0;
    position: relative;
}
.Recruit_Flow_Box_Li:after {
    border-top: 10px solid #F39F25;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
	}

.Recruit_Flow_Box_Li:last-child:after {
    border: none;
}

.Recruit_Flow_Box_Title{
    padding: 14px 0;
    width: 110px;
    font-size: 20px;
    background-color: #8FC320;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1em;
    padding-left: 20px;
	margin-right:20px;
	display:inline-block;
}
.Recruit_Table{
	border: solid 2px #555555 !important;
	box-sizing:  border-box;
}
.Recruit_Table:last-child{
	margin-top: 50px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページナビ
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul.page_nav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}

ul.page_nav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.page_nav li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #8CC31F;
	border: 1px solid #8CC31F;
	text-decoration: none;
	color:#FFFFFF;
	vertical-align: middle;	
}

ul.page_nav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
	color:#28500f;
}

ul.page_nav li a:hover {
	background: #DDEDBB;
	border-color: #28500f;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　フッター
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pagetop {
	width:960px;
	height:36px;
	margin:30px auto 0;
	text-align:right;
}

#footer {
	width:100%;
	background-color:#fafafa;
	font-size:14px;
}

#footer_line{
	border-bottom: #f29e26 solid 1px;
}

#footer_cont{
	width:960px;
	margin:35px auto 0;
	border-bottom:#8cc31e dotted 1px;
}

#footer th,#footer td{
	border-style:none;
	padding:5px 5px;
	line-height: 1em;
	text-align:left;
	font-size:14px;
	color:#555555;
}


#footer_cont p:before {
	content:url(../img/ft_under.png);
	margin:0 5px 0 10px;
	position:relative;
	top:-5px;
}

#footer_cont span:before {
	content:url(../img/ft_triangle.png);
	margin-right:5px;
	position:relative;
	top:-2px;
}

#footer a {
	text-decoration:none;
}

#footer a:link {
	color:#555555;
}

#footer a:visited {
	color:#555555;
}

#footer a:hover {
	text-decoration:underline;
}

#footer th a {
	font-weight:bold;
}

#footer_namebox {
	width:960px;
	margin:20px auto;
	line-height:1.6em;
}

#footer_name {
	width:345px;
	float:left;
}

#footer_name span{
	font-size:18px;
}

#footer_copyright {
	background-color:#8cc31e;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	padding:3px;
}
