#main {
	margin-top: 20px;
    padding-bottom: 0px;
}
#main h2 {
	font-size: 18px;
}
#main h2 span{
	font-size: 34px;
}
@media screen and (max-width:767px){
	#main {
		margin-top: 50px;
	}

	#main h2 {
		font-size: 12px;
	}

}

#tab-container .entryWrap .entry {
		margin-top: 20px;
}

.pcNone{
	display: none;
}
.spNone{
	display: block;	
}
@media screen and (max-width:767px){
	.pcNone{
		display: block;
	}
	.spNone{
		display: none;
	}
}



#update_date {
	font-size: 12px;
	display: block;
	text-align: right;
}

#container .leftBox,
#container .rightBox{
	overflow: hidden;
	margin-bottom: 50px;
}
#container .leftBox .img,
#container .rightBox .img
{
	float: right;
	width: 370px;
	margin-left: 25px;
}
#container .rightBox .img{
	float: left;
	margin-right: 25px;
}


#container .leftBox .textWrap{
	float: left;
	width: 500px;
}

#container .rightBox .textWrap{
	float: right;
	width: 500px;
}

#container .contents h3.imgHeading {
    font-size: 1.00em;
    color: #055FC0;
    background: #F1F2F3 url(../recruit/img/member/icon_question.png) no-repeat 5px 5px;
    margin-bottom: 20px;
    border-left: none;
    padding: 15px 5px 10px 55px;
}

@media screen and (max-width:767px){
		#container .leftBox .img,
		#container .rightBox .img
		{
			float: none;
			width: 100%;
			margin-left: 0px;
		}
		#container .rightBox .img{
			float: none;
			margin-right: 0px;
		}


		#container .leftBox .textWrap{
			float: none;
			width: 100%;
		}

		#container .rightBox .textWrap{
			float: none;
			width: 100%;
		}
	    .img img {
	        width: 90%;
	    }

}



/*Google Maps*/

.gmap {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
    clear: both;
}
.gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*
#access_map iframe {
	display: block;
	width: auto;
	clear: both;
}
*/
#access_map p{
	margin-bottom: 10px;
}

#access_map .maplink {
    width:280px;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px 0 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
    box-shadow:2px 2px #1a6ea0;
    float: right;
    margin-bottom: 10px;
}

#access_map .maplink:hover {
	box-shadow: none;
	margin-top: 2px;
    margin-bottom: 8px;
}


@media screen and (max-width:767px){
	#access_map .maplink {
		margin-left: auto;
		margin-right: auto;
	}

}


.partner_service ul{
	margin-left: 16px !important;
}

.partner_service li{
	list-style-type: circle;
	margin-bottom: 5px;
}


/*ページ下部　応募エリア*/
#entry_menu {
	z-index: 1000000;
	width: 100%;
	height: 100px;
	position: fixed;
	display: block; /*最初は非表示に設定*/
	bottom: 0px;
	right: 0;

	background-color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	color:#fff;
	font-weight: bold;
}


#entry_menu .detail_menu {
    width: 960px;
    margin: 0 auto;

}
@media screen and (max-width:767px){
	#entry_menu .detail_menu{
	    padding: 0 16px 0 16px;
	    width: auto;
	}
}



#entry_menu .applicationName{
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
}

@media screen and (max-width:767px){
	#entry_menu .applicationName{
	}
}

/*メール応募ボタン*/
#entry_menu .btnApply,
#entry_menu .btnApplyPhone{
    background: #3BAE40;
    font-weight: bold;
    margin-top: 7px;
    margin-right: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 260px;
    clear: both;
    float: left;
    font-size: 1.1em;
}

#entry_menu .btnApplyPhone {
	float: right;
    background: #EB5350;
}


#entry_menu .btnApply a,
#entry_menu .btnApplyPhone a
{
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 270px;
}
#entry_menu .btnApply a i,
#entry_menu .btnApplyPhone a i{
	margin-right: 8px;
}

@media screen and (max-width:767px){
	#entry_menu .btnApply,
	#entry_menu .btnApplyPhone{
		width: 45%;
		margin-right: 0;
	}

	#entry_menu .btnApplyPhone {
		float: right;
		clear: none;
	}


	#entry_menu .btnApply a,
	#entry_menu .btnApplyPhone a
	{
		width: auto;
	}
}






/* 電話応募ボタン*/
#entry_menu .phone_entry{
    float: left;
} 

#entry_menu .btnDial{
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 38px;
    padding-top: 5px;
    line-height: 1.1em;
    float: left;
    margin-right: 20px
}

#entry_menu .btnDial span{
    font-weight: normal;
    font-size: 11px;
    display: block;
    line-height: 2em;
}

#entry_menu .btnTimein{
    margin-top: 9px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    float: left;
}
#entry_menu .btnInstructions{
    font-weight: normal;
    font-size: 11px;
    display: block;
    line-height: 2em;
    clear: both;

}

@media screen and (max-width:767px){
	#entry_menu .phone_entry{
	    display: none;
	} 
}



    
/* 関連求人
--------------------------------------------------------------*/
#recommend{
	background: url(../recruit/img/home/member_bk.jpg) repeat left top;
	width: 100%;
	/*min-width: 1280px;*/
	_display: inline;
	_zoom:1;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
	padding-top: 30px;
	border-bottom: thin solid #DDD;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; */
}




#recommendWrap {
    margin: 15px auto;
    width: 	980px;
}

@media screen and (max-width:767px){
	#recommend{
	max-width: auto;
	min-width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	}


	#recommendWrap {
    /*width: 	100%;*/
    max-width: 100%;
    min-width: 250px;
    width: auto;
    margin: 13px auto;
	}

}




#recommendWrap .bl-hover{
	opacity: 0.8;
}
   
.recommend-item {
    background: #fff;
    padding: 16px;
    border: 1px solid #f6f6f6;
    margin-bottom: 20px;
}

.partnerTop .recommend-item{

    border: 3px solid #E6E6E6;
    margin-bottom: 20px;
}

.recommend-item .recommend-head {
    float: left;
    width: 310px;
    margin-right: 28px;
}

.recommend-item .recommend-head h4 {
    font-size: 16px;
    margin-bottom: 7px;
}

.recommend-item .recommend-head p {
    font-size: 12px;
}

.recommend-item .recommend-body {
	    font-size: 14px;
}

.recommend-item .recommend-body li i{
	width: 	15px;
	color: 	#055FC0;
	font-weight: 	bold;	
}


#recommend h2{
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 1.6em;
}
#recommend h2 span{
	display: block;
	font-size: 2.4em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1em;
}
#recommend .caption{
	color: #FFF;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width:767px){
	.recommend-item {
	    padding: 8px;
	    margin-bottom: 13px;
	}

	.recommend-item .recommend-head {
	    float: none;
	    width: auto;
	    margin: 0 0 3px 0;
	}
	.recommend-item .recommend-head h4 {
	    font-size: 14px;
	    margin-bottom: 3px;
	}
	.recommend-item .recommend-body {
		    font-size: 11px;
	}

	.recommend-item .recommend-body li i{
		width: 	15px;
	}

	#recommend h2{
		margin-bottom: 5px;
		font-size: 12px;
	}
	#recommend h2 span{
		display: block;
		    font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		line-height: 1em;
	}
	#recommend .caption{
		color: #FFF;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
	}




}





