﻿
/*=================================================
 * CSS for PC
 * ================================================= */

#recruit{
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 80px 0;
	background: #610b0f;
}

.s_title{	margin-bottom: 55px;}

.rectxt{
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 10px 0;
}


.rec_bs{
	background: #3b0507;
	padding: 80px 0;
}

.rec_bg{
	width: 900px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rec{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.rec dt,
.rec dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rec dt{
	position: relative;
	width: 200px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #ffdf49;
	padding: 23px 0 23px 20px;
	border-bottom: 1px solid #650c10;
}

.rec dt span{
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding: 0 5px;
	background: #cc0000;
	border-radius: 3px;
	margin-left: 5px;
}

.rec dt em{
	display: none;
}

.rec dd{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding: 23px 0 23px 0;
	border-bottom: 1px solid #650c10;
}

.rec dd ul{
	font-size: 0;
	line-height: 0;
}

.rec dd li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	color: #ffafb2;
}

/** abox **/

.abox{
	padding:0px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

.abox:last-of-type{	margin-bottom: 0;}

.abox_in{
	border-width: 0px;
	border-color: #d1c296;
	border-style: solid;
	padding:0px;
}

.gmap{
	font-size: 0;
	line-height: 0;
	border-width: 2px;
	border-style: solid;
	margin: 0;
}

.gmap iframe{
	width: 100%;
	border: none;
}

/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

	main{	padding-bottom: 10px;}
	.topimg{
		padding: 10px;
	}
	.topimg img{
		width: 100%;
		height: auto;
	}

	/** post **/
	.s_title{	margin-bottom: 10px;}
	.toptxt{
		font-size: 12px;
		line-height: 18px;
		padding: 0 10px 20px 10px;
	}

	/** post **/
	.rec_bs{
		padding: 20px 10px 10px 10px;
	}
	.rec_bg{
		width: auto;
		margin: 0;
		padding: 0;
	}

	/** form **/
	.rec{
		display: block;
	}
	.rec dt,
	.rec dd{
		display: block;
		background: none;
	}
	.rec dt{
		width: auto;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0 5px 0;
		border-bottom: none;
	}
	.rec dt em{
		display: inline;
	}
	.rec dd{
		font-size: 12px;
		line-height: 20px;
		padding: 0 0 10px 0;
	}
	.rec dd ul{
	}
	.rec dd li{
		width: 50%;
		font-size: 12px;
		line-height: 20px;
	}
	
	#access{	width: auto;}

	/** abox **/
	.abox{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.abox_in{
		border: none;
		padding: 10px 0 0 0;
	}
	.gmap{	margin: 0 10px 10px 10px;}
	.gmap iframe{height: 350px;}
	
}