@charset "utf-8";

/* --------------------- pageTitle --------------------- */
.pageTitle {
	background-image: url(/img/common/mv_cover.png), url(/img/recruit/mv.jpg);
}

/* --------------------- content --------------------- */

.msg-sp {
	display: none;
}

#requirements {
	background: #fff;
}

table{
	width:800px;
	margin:0 auto 30px auto;
}

tr{
	border-bottom:solid 1px #ddd;
}

.bt{
	border-top:solid 1px #ddd;
}

th{
	width:20%;
	text-align:right;
}

td{
	padding:18px 18px 18px 130px;
	box-sizing:border-box;
}

td .isSp {
	display: none;
}

.hire_mb{
	margin-bottom:10px;
}

.annotation{
	text-align:left;
	margin:0 auto;
	width:800px;
	
	text-indent:-1em;
	padding-left:1em;
}


/* ===============================================

	SP
  
=============================================== */
@media screen and (max-width: 767px) {

	.msg-pc {
		display: none;
	}
	
	.msg-sp {
		display: block;
	}

.msg-sp img {
	width: 100%;
}
	
table{
	width:100%;
}

td{
	padding:20px;
	box-sizing:border-box;
}

td .isPc {
	display: none;
}

td .isSp {
	display: block;
}

.annotation{
	width:100%;
}

}