﻿/*---------------- ここから bace.html -----------------*/
*{
 margin:0;
 padding:0;
 list-style:none;
 font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;

}
header,#main_visual,#thumbs,
#main_contents,footer{
 max-width:1200px;
 min-width:1200px;
 margin:0 auto;
}


.ov-hidden{
	overflow:hidden;
}
.f-left{
	float:left;
}

.f-right{
	float:right;
}

.f-right-2{
	padding-left: 10%;
}

.banners{
	width:1200px;
	margin:40px auto;
}
.banners .f-left{
	width:470px;
	margin-right:20px;
}
.banners .f-right{
	width:220px;
}
.banners .f-right li:nth-of-type(1){
	margin-bottom:10px;
}
.banners img,.banners a{
	display:block;
	width:100%;
	transition:0.3s all ease;
}
.banners a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.employment{
	width:240px;
	float:left;
	font-weight:600;
	font-size:20px;
	color:#fff;
}
.employment a {

    width: 100%;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    background: #bd2f69;
    color: #fff;
    margin-top: 3px;
    height: 70px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.employment a:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    margin-left: 4px;
}
/*---------------- header -----------------*/
header{
 background:#6fba2c;
 overflow:hidden;
}
#header{
 width:100%;
 height:80px;
 background:#6fba2c;
}
#header #header_left{
 float:left;
}
#header #header_right{
 margin-top:5px;
 float:right;
}
header h1{
 width:290px;
 height:80px;
 background-image:url("images/logo.jpg");
 background-repeat:no-repeat;
 background-position:20px 10px;
 overflow:hidden;
 white-space:nowrap;
 float:left;
 margin-right:20px;
}
header h1 a{
 text-indent:100%;
 display:inline-block;
 height:100%;
 width:100%;
}
header #header_balloon{
 float:left;
 height:62px;
 width:228px;
 text-align:center;
 position:relative;
 display:inline-block;
 border:solid 4px #e1e5e8;
	margin-right:12px;
}
header #header_balloon:before{
 content:"";
 position:absolute;
 top:22px;
 right:-22px;
 border:12px solid transparent;
 border-left:12px solid #6fba2c;
 z-index:2;
}
header #header_balloon:after{
 content:"";
 position:absolute;
 top:20px;
 right:-28px;
 border:14px solid transparent;
 border-left:14px solid #e1e5e8;
 z-index:1;
}
header #header_balloon p{
 font-size:15px;
 //margin-top:8px;
margin-top:22px;
 margin-left:3px;
 font-weight:bold;
}
header #header_balloon p span{
 color:#ff540a;
 margin-left:2px;
 text-emphasis-style:circle filled;
 -webkit-text-emphasis-style:circle filled;
}
header #header_tel{
 width:225px;
 float:left;
 margin-right:12px;
 margin-top:10px;
}
header #header_tel .tel_num{
 font-size:25px;
 text-decoration:none;
 color:black;
 line-height:25px;
 display:block;
 text-align:center;
 position:relative;
}
header #header_tel .tel_num:before{
 font-family:FontAwesome;
 content:"\f095";
 color:#11a5dc;
 position:absolute;
 top:0;
 left:-10px;
}
header #header_tel p{
 text-align:center;
 font-weight:bold;
}
header #tel_box{
 width:100px;
 height:70px;
 background:#dddddd;
 float:left;
 margin-right:6px;
}
header #tel_box p{
 font-size:12px;
 text-align:center;
 color:#8b99ae;
 font-weight:bold;
 line-height:14px;
 margin-top:15px;
}
header #header_form{
 width:280px;
 height:70px;
 background:#ff540a;
 border-radius:4px;
 margin-right:7px;
 float:left;
}
header #header_form h4{
 text-align:center;
}
header #header_form h4 span{
 font-size:16px;
}
header #header_form h4 a{
 text-decoration:none;
 display:block;
 color:#fff;
 font-size:18px;
 position:relative;
 padding:10px 0 0 10px;
}
header #header_form h4 a:before{
 font-family:FontAwesome;
 content:"\f0a9";
 position:absolute;
 top:20px;
 left:27px;
 font-size:23px;
 transition:0.5s
}
header #header_form h4 a:hover:before{
 transform:translateX(7px);
}

/*---------------- main_visual -----------------*/
#main_visual{
 width:100%;
 background:#FAFAD2;
}
#main_visual_in{
 width:1200px;
 height:444px;
 margin-top:25px;
 position:relative;
}
#main_visual_in #main_1{
 display:block;
}
#main_visual_in #main_2{
 width:210px;
 height:210px;
 position:absolute;
 left:170px;
 animation:fadein-up 1s ease 0.5s both;
}
#main_visual_in #main_3{
 width:317px;
 height:73px;
 position:absolute;
 top:300px;
 left:445px;
 animation:hurueru 0.6s ease 0.5s;
}
#main_visual_in #main_3:hover{
 opacity:0.7;
}
@keyframes fadein-up{
 0%{opacity:0;top:-200px;}
 100%{opacity:1;top:-6px;}
}
@keyframes hurueru {
 0% {transform: translate(0px, 0px) rotateZ(0deg)}
 25% {transform: translate(5px, 5px) rotateZ(1deg)}
 50% {transform: translate(0px, 5px) rotateZ(0deg)}
 75% {transform: translate(5px, 0px) rotateZ(-1deg)}
 100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/*---------------- thumbs -----------------*/
#thumbs{
 height:180px;
 box-sizing:border-box;
 padding-top:20px;
 padding-bottom:40px;
 overflow:hidden;
}
#thumb_left,#thumb_right{
 width:550px;
 height:120px;
 float:left;
}
#thumb_left{
 margin-right:57px;
 margin-left:25px;
}
#thumb_left a img,#thumb_right a img{
 transition:0.3s;
}
#thumb_left a img:hover,#thumb_right a img:hover{
 transform:scale(1.02);
}

/*---------------- main_contents -----------------*/
#main_contents{
 overflow:hidden;
}

/*---------------- main-right -----------------*/
#main-right{
 float:right;
 width:250px;
}
#menu_contents #menu_serch_box{
 width:250px;
 height:345px;
 background:#6fba2c;
 background:url(images/midori.jpg);
}
#menu_serch_box h3{
 font-size:27px;
 color:#fff;
 line-height:30px;
 padding:23px 27px 26px 60px;
}
#menu_serch_box ul{
 padding-left:10px;
}
#menu_serch_box ul li{
 width:100px;
 height:100px;
 float:left;
 margin:9px;
 text-decoration:none;
 color:#1a5702;
 font-size:15px;
 cursor:pointer;
 transition:0.3s;
}
#menu_serch_box ul li:hover{
 transform:translateY(-5px);
}
#menu_contents #menu_banner_box{
 width:250px;
 height:255px;
 background:#bd2f69;
 margin-top:20px;
 color:#fff;
 box-sizing:border-box;
 padding-left:17px;
 padding-top:18px;
 background:url(images/pink.jpg)-5px 0;
}
#menu_banner_box h4{
 font-size:28px;
 line-height:1.1em;
}
#menu_banner_box h3{
 font-size:42px;
 line-height:1.3em;
}
#menu_banner_box p{
 font-size:14px;
 margin-top:5px;
}
#menu_banner_box p a{
 font-size:20px;
 text-decoration:none;
 display:block;
 width:170px;
 height:58px;
 line-height:58px;
 background:#f3f73e;
 color:#6fba2c;
 border-radius:10px;
 margin-top:13px;
 text-align:center;
 box-shadow:4px 4px 6px -2px #000;
 transition:0.4s;
}
#menu_banner_box p a:hover{
 background:#6fba2c;
 color:#f3f73e;
}
#menu_banner_box .fade_left{
 transition:opacity 1s;
 transition:transform 1s;
}

#menu_banner_box #menu_banner_bottom{
 color:#000;
 margin-top:40px;
 margin-left:20px;
}
#menu_category_box{
 width:250px;
 margin-top:115px;
}
.category_box p{
 color:#eb6100;
 font-size:20px;
 line-height:35px;
 position:relative;
 padding-left:44px;
 cursor:pointer;
 margin-bottom:5px;
}
.category_box p:before{
 content:"";
 width:22px;
 height:22px;
 display:inline-block;
 position:absolute;
 left:15px;
 top:-2px;
}
.category_box p:hover{
 opacity:0.6;
}
#menu_category_city p:before{
 font-family:FontAwesome;
 content:"\f002";
 font-size:23px;
}
#menu_category_job p:before{
 font-family:FontAwesome;
 content:"\f002";
 font-size:23px;
}
#menu_category_employment p:before{
 font-family:FontAwesome;
 content:"\f002";
 font-size:23px;
}
#menu_category_conditions p:before{
 font-family:FontAwesome;
 content:"\f002";
 font-size:23px;
}
.category_box ul{
 margin-top:5px;
 margin-left:20px;
 margin-bottom:10px;
}
.category_box ul li{
 margin-bottom:8px;
}
.category_box ul li a{
 text-decoration:none;
 color:#000;
}
.category_box ul li a:before{
 font-family:FontAwesome;
 content:"\f00c";
 font-size:15px;
 margin-right:10px;
}
.category_box ul li a:hover{
 border-bottom:2px solid #eb6100;
}
.category_box ul li a:hover:before{
 color:#eb6100;
}
#menu_contents #menu_sns_box{
 margin:40px 8px 0px 8px;
}
#menu_sns_box #sns_line{
 margin-bottom:18px;
}
#sns_line,#sns_insta{
 transition:0.3s;
}
#sns_line:hover,#sns_insta:hover{
 transform:translateY(-5px);
}
.category_none{
 display:none;
}

/*---------------- footer -----------------*/
#footer{
 height:160px;
 width:100%;
 min-width:1200px;
 background:#6eb92b;
 margin-top:50px;
}
footer{
 text-align:center;
}
footer #footer_category{
 height:17px;
 padding-top:27px;
 overflow:hidden;
 width:850px;
 margin:0px auto 16px auto;
}
#footer_category ul li{
 line-height:17px;
 font-size:17px;
 margin-right:30px;
 float:left;
}
#footer_category ul li:last-child{
 margin-right:0;
}
#footer_category ul li a{
 display:block;
 color:#fff;
 text-decoration:none;
}
#footer_category ul li a:hover{
 opacity:0.8;
}
#footer_category ul li a:before{
 font-family:FontAwesome;
 content:"\f18e";
 display:inline-block;
 margin-right:5px;
 font-size:16px;?
}
footer #copyright{
 margin-top:30px;
 color:#fff;
 font-size:13px;
}

#page_top{
 position:fixed;
 bottom:30px;
 right:30px;
 cursor:pointer;
}
#page_top a{
 display:block;
 background:#6fba2c;
 color:#fff;
 width:50px;
 line-height:50px;
 padding:15px 5px 0px 5px;
 text-align:center;
 text-decoration:none;
 border-radius:10px;
 position:relative;
 font-weight:bold;
}
#page_top a:before{
 font-family:FontAwesome;
 content:"\f062";
 position:absolute;
 top:-7px;
 left:22px;
 font-size:18px;
}

/*---------------- ここまで bace.html -----------------*/

/*---------------- ここから index.html -----------------*/
/*---------------- main_left -----------------*/
#main_left{
 width:910px;
 float:left;
 background-image:url("images/main_border.jpg");
 background-repeat:repeat-y;
 background-position: 930px;
 padding-right: 40px;
 min-height:1500px;
}

/*---------------- about_work -----------------*/
#about_work{
	margin-top:60px;
	padding-bottom:60px;
}
#about_work #about_img{
 margin-bottom:15px;
}
#about_text .about_round{
 float:right;
}
#about_text .about_round img{

}
#about_text p{
 font-size:16px;
 line-height:2em;
}
#about_text h3{
 margin-top:20px;
}

/*---------------- serch_category -----------------*/
#serch_category{
 height:435px;
 position:relative;
}
#serch_category h2{
 width:910px;
 height:55px;
 background:#6fba2c;
 color:#fff;
 line-height:55px;
 font-size:27px;
 font-weight:normal;
}
#serch_category h2:before{
 content:"";
 display:inline-block;
 width:48px;
 height:42px;
 background:url(images/serch_category_head.jpg);
 background-size:contain;
 vertical-align:middle;
 margin-right:7px;
 margin-left:22px;
}
#serch_category p{
 margin:30px 0px 46px 5px;
}
#serch_category_box{
 width:905px;
}
#serch_category_box>ul{
 margin-left:22px;
}
#serch_category_box>ul>li{
 float:left;
 margin-right:45px;
 cursor:pointer;
}
#serch_category_box>ul>li>img{
 display:block;
}
.serch_category_btn{
 transition:0.3s;
 z-index:3;
}
.serch_category_btn:hover{
 transform:translateY(-3px);
}
.serch_category_in{
 z-index:2;
 background:#a5d193;
 padding:15px 0px 15px 15px;
 box-shadow: 2px 2px 8px #555;
 width:420px;
 visibility:hidden;
 opacity:0;
 transition:0.3s;
 transition-delay: 0.1s;
}
.serch_category_in ul li{
 margin-right:20px;
 float:left;
}
.serch_category_in ul li a{
 text-decoration:none;
 color:#fff;
 font-size:18px;
 line-height:1.7em;
}
.serch_category_in ul li a:before{
 font-family:FontAwesome;
 content:"\f00c";
 font-size:8px;
 margin-right:5px;
}
.serch_category_in ul li a:hover{
 border-bottom:2px solid #eb6100;
}
.serch_category_in ul li a:hover:before{
 color:#eb6100;
}
#category_btn_conditions,#category_btn_city,#category_btn_job,#category_btn_employment{
 position:relative;
}
#category_in_conditions,#category_in_city,#category_in_job,#category_in_employment{
 position:absolute;
 top:120px;
 left:0px;
}
#category_in_conditions:before,#category_in_city:before,#category_in_job:before,#category_in_employment:before{
 content: "";
 position:absolute;
 top:-38px;
 left:27px;
 border:22px solid transparent;
 border-bottom:22px solid #a5d193;
 z-index:2;
}
#category_btn_conditions:hover #category_in_conditions,#category_btn_city:hover #category_in_city,
#category_btn_job:hover #category_in_job,#category_btn_employment:hover #category_in_employment{
 visibility:visible;
 opacity:10;
}
#category_in_employment{
 width:530px;
}
#serch_category_box figure{
 position:absolute;
 top:90px;
 right:20px;
 z-index:1;
}
#serch_category .serch_category_bottom{
 padding:30px 0 0 5px;
 margin:0;
 color:#60a030;
 clear:both;
}

/*---------------- blog_contents -----------------*/
#blog_contents{
 height:505px;
}
#blog_contents>section>h2,
#job_contents>h2,
#blog_contents>h2{
 width:835px;
 border-bottom:4px solid #ebebeb;
 line-height:35px;
 font-size:27px;
 margin-left:45px;
 position:relative;
 padding-top:15px;
}
#blog_contents>section>h2:before,
#job_contents>h2:before,
#blog_contents>h2:before{
 content:"";
 display:inline-block;
 width:48px;
 height:49px;
 background:url(images/blog_contents_title.jpg);
 position:absolute;
 top:0px;
 left:-50px;
}
#blog_contents #blog_box{
 width:850px;
 overflow:hidden;
 margin:20px 0 20px 45px
}
#blog_box .blog{
 float:left;
 width:270px;
 height:340px;
 border:3px solid #dedddd;
 box-sizing:border-box;
 margin-right:11px;
}
#blog_box .blog figure{
 width:264px;
 height:160px;
 margin-bottom:8px
}
#blog_box .blog figure > img{
 width:264px;
 height:160px;
}
#blog_box .blog h3{
 font-size:18px;
 border-bottom:1px solid #ff6b0f;
 width:230px;
 margin:0 auto;
}
#blog_box .blog .blog_main p{
 margin:0;
 padding:0;
}
#blog_box .blog .blog_main{
 margin:15px 17px 14px 17px;
 overflow:hidden;
}
#blog_box .blog .blog_read{
 margin:0;
 padding:0;
 text-align:center; 
}
#blog_box .blog .blog_read:before{
 font-family:FontAwesome;
 content:"\f0da";
 font-size:22px;
 margin-right:5px;
 vertical-align: middle;
 display: inline-block;
 color:#ff6b0f;
}
#blog_box .blog .blog_read:hover{
 opacity:0.7;
}
#blog_contents #blog_contents_btn a,
#job_all_page #job_all_btn a{
 text-decoration:none;
 color:#ff6b0f;
 display:block;
 width:160px;
 line-height:40px;
 text-align:center;
 border:2px solid #ff6b0f;
 border-radius:30px;
 font-size:17px;
 margin:0 auto;
}
#blog_contents #blog_contents_btn a:before,
#job_all_page #job_all_btn a:before{
 font-family:FontAwesome;
 content:"\f0da";
 font-size:22px;
 margin-right:13px;
 vertical-align: middle;
 display: inline-block;
 transition:0.4s;
}
#blog_contents #blog_contents_btn a:hover,
#job_all_page #job_all_btn a:hover{
 opacity:0.7;
}
#blog_contents #blog_contents_btn a:hover:before,
#job_all_page #job_all_btn a:hover:before{
 transform:translateX(5px);
}
#blog_contents #blog_box .blog{
 margin-bottom:20px;
}

/*---------------- job_contents -----------------*/
#job_contents #job_box{
 margin:45px 0px 0px 45px;
}
#job_contents_bottom{
 margin-left:45px;
}
#job_contents_bottom #job_next_page p{
 text-align:right;
 width:835px;
}
#job_next_page p span{
 display: inline-block;
 width: 40px;
 line-height:30px;
 text-align: center;
 color: #fff;
 background: #b6b6b6;
 border-radius: 4px;
}
#job_next_page p a{
 display: inline-block;
 width: 40px;
 line-height:30px;
 text-align: center;
 color: #b6b6b6;;
 border:1px solid #b6b6b6;
 background:#fff;
 border-radius: 4px;
}
#job_contents_bottom>p{
 color:#60a030;
 margin-top:30px;
 margin-bottom:60px;
}
#job_contents #category_result{
 font-size:17px;
}
#job_all_page #job_all_btn a{
 width:200px;
}

/*---------------- job_content_one -----------------*/
.job_content_one{
 width:835px;
 height:550px;
 box-sizing:border-box; 
 border:3px solid #dedace;
 box-shadow:2px 2px 4px #dedace;
 margin-bottom:40px;
}
.job_header{
 width:825px;
 height:53px;
 margin:2px 2px 28px 2px;
 background:#6fba2c;
 box-shadow:0px 8px 3px -3px #dedace;
 overflow:hidden;
}
.job_header .job_header_left{
 float:left;
 line-height:53px;
}
.job_header .job_header_left h3{
 margin-left:35px;
}
.job_header .job_header_left span,.detaile_header .detaile_header_left span{
 color:#ff6b0f;
 margin-right:5px;
 background:#fff;
 padding:1px 3px;
}
.job_header .job_header_right{
 float:right;
 margin:5px 15px 0 0;
}
.job_header .job_header_right p{
 width:200px;
 text-align:right;
 font-weight:bold;
 line-height:1.3em;
}
.job_main{
 padding:0 10px 0px 25px;
 overflow:hidden;
 height:220px;
}
.job_main .job_main_left{
 float:left;
 width:510px;
}
.job_main_left h2{
 font-size:18px;
 color:#2d39c3;
 margin-bottom:9px;
 height:54px;
}
.job_main_left .job_main_details{
 color:#2d39c3;
 margin-bottom:5px;
}
.job_main_left .job_main_details_in{
 height:80px;
 overflow:hidden;
 font-size:14px;
}
.job_main_left .job_main_tag ul li{
 float:left;
 line-height:19px;
 background:#d8e5f7;
 margin-right:8px;
 padding:3px 5px;
 border-radius:3px;
}
.job_main .job_main_right{
 float:right;
 margin-left:15px;
}
.job_conditions{
 margin:0 25px 10px 25px;
 height:130px;
}
.job_conditions_box li{
 display:table;
 border-top:1px solid #e3d7b7;
 border-bottom:1px solid #e3d7b7;
 width:780px;
 margin-bottom:4px;
 padding:2px 0;
}
.job_conditions_box li h4{
 display:table-cell;
 width:120px;
 line-height:35px;
 background:#eee9dc;
 text-align:center;
 color:#71533b;
}
.job_conditions_box li .job_conditions_box_job:before{
 font-family:FontAwesome;
 content:"\f2c0";
 margin-right:5px;
}
.job_conditions_box li .job_conditions_box_salary:before{
 font-family:FontAwesome;
 content:"\f0d6";
 margin-right:5px;
}
.job_conditions_box li .job_conditions_box_place:before{
 font-family:FontAwesome;
 content:"\f041";
 margin-right:5px;
}
.condition_in p{
 margin-left:10px;
}
.job_footer p{
  text-align:center;
}
.job_footer p:last-child{
 margin-top:5px;
}
.job_footer a{
 display:block;
 margin:0 auto;
 text-decoration:none;
 width:255px;
 height:60px;
 line-height:60px;
 background:#ff6a0e;
 font-size:20px;
 font-weight:bold;
 color:#fff;
 border-radius:5px;
 border:2px solid #707070;
 letter-spacing:1px;
}
.job_footer a:hover{
 opacity:0.7;
}
/*---------------- ここまで index.html -----------------*/
/*---------------- ここから ws_detaile.php -----------------*/
.job_detail{
 width:900px;
 border: 3px solid #dedace;
 box-shadow: 2px 2px 4px #dedace;
 margin-bottom:200px;
 padding-bottom:50px;
}
.job_detail .detaile_header{
 width:890px;
 height: 65px;
 margin: 5px 5px 25px 5px;
 background: #6fba2c;
 box-shadow: 0px 8px 3px -3px #dedace;
 overflow: hidden;
}
.detaile_header .detaile_header_left{
 float:left;
 line-height:65px;
}
.detaile_header .detaile_header_left h3{
 margin-left:35px;
 font-size:1.2em;
}
.detaile_header .detaile_header_right{
 float:right;
 margin:10px 15px 0 0;
}
.detaile_header .detaile_header_right p{
 width: 300px;
 text-align: right;
 font-weight: bold;
 line-height: 1.3em;
}
.detaile_main{
 margin:0px 30px;
}
.detaile_main .detaile_main_head{
 overflow:hidden;
 margin-bottom:20px;
}
.detaile_main .detaile_main_head h2{
 color: #2d39c3;
 margin-bottom: 9px;
}
.detaile_main .detaile_main_head ul{
 margin-left:20px;
}
.detaile_main .detaile_main_head ul li{
 float: left;
 line-height: 19px;
 background: #d8e5f7;
 margin-right: 8px;
 padding: 3px 5px;
 border-radius: 3px;
}
.detaile_main_imgs{
 width:840px;
 height:380px;
 overflow:hidden;
 margin:0 auto 20px auto;
}
.detaile_main_imgs .imgs_center{
 float:left;
 width:540px;
 height:380px;
}
.detaile_main_imgs .imgs_right{
 float:right;
 width:290px;
 height:320px;
 overflow:hidden;
}
.detaile_main_imgs .imgs_right ul li{
 float:left;
 margin:0 0 5px 5px;
 cursor:pointer;
}
.detaile_main_imgs .imgs_right ul li:hover{
 opacity:0.8;
}
.detaile_main_imgs .imgs_center img,.detaile_main_imgs .imgs_right ul li img{
 display:block;
}
.main_sentence{
 margin:0 10px 30px 10px;
 border: 1px solid #dedace;
 padding:20px;
}
.detaile_table{
 margin:0 40px;
}
.detaile_table h3{
 color:#836a57;
 font-size:25px;
}
.detaile_table h3:before{
 font-family:FontAwesome;
 content:"\f05a";
 margin-right:5px;
}
.table_block table{
 border:2px solid #e3ddcd;
 width:820px;
 border-collapse:collapse
}
table td,table th{
 border-bottom:1px solid #e3ddcd;
}
.table_block table th{
 background-color: #f8f6f1;
 text-align: left;
 vertical-align: top;
 color: #71533b;
 padding:5px 10px;
 width:110px;
}
.table_block table td{
 padding: 7px 12px;
}
.apply_btn{
 margin-top:20px;
}
.apply_btn p a{
 display:block;
 margin:0 auto;
 width:410px;
 height:65px;
 line-height:65px;
 background:url(images/button.png)no-repeat;
 text-align:center;
 text-decoration:none;
 color:#fff;
 font-size:27px;
 font-weight:bold;
}
.apply_btn p a:hover{
 opacity:0.7;
}
.job_period p{
 margin:10px 0;
 text-align:center;
}
/*---------------- ここまで ws_detaile.php -----------------*/
/*---------------- ここから ws_blog_read.php -----------------*/
#blog_content{
 width:700px;
 margin:0 auto;
 padding:30px 43px 50px 50px;
 border: 4px solid #ebebeb;
}
#blog_content #blog_title{
 border-left: 7px solid #6fba2c;
 line-height:50px;
}
#blog_content #blog_title h2{
 font-size:28px;
 margin-left:10px;
}
#blog_content #blog_day>p{
 text-align:right;
 margin-bottom:20px;
 border-bottom:2px solid #ebebeb;
}

/*---------------- ここまで ws_blog_read.php -----------------*/

 #menu_banner_box{
		display:none;
}


/*ボタンを消す20191113
#header #header_right,
#main_visual_in #main_3,
.job_footer p,
#main_visual_in #main_2,
.banners .f-left,
footer #footer_category {
 display: none;
}
*/
