/* l-mv
---------------------------------------------------------------------------- */
.l-mv{
	background-image:url("/images/selling/bg_mv.jpg");
}


/* l-content
---------------------------------------------------------------------------- */
.l-content{
	margin-top:10px;
	padding:0 0 50px;
}


/* p-recruitment
---------------------------------------------------------------------------- */
.p-recruitment{
	padding:38px 0 29px;
}

.p-recruitment .m-selling{
	position: relative;
}

.p-recruitment img{
	margin:0 0 5px;
}

.p-recruitment-text{
	font-size:16px;
	line-height:1.7;
}

.p-selling-right{
	position: absolute;
	right: -30px;
	top: -14px;
}

@media screen and (max-width:768px){
	.p-recruitment{
		padding:25px 0 25px;
	}
	
	.p-recruitment-img{
		width:auto;
		margin:0 10px 5px;
	}

	.p-recruitment-text{
		font-size:13px;
		padding:0 10px;
	}
	
	.p-selling-right{
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
		padding: 0 0 30px;
	}
	
	.p-selling-right img{
		width:75px;
		height:auto;
		transform: skew(-3deg,3deg);
	}
}


/* p-guidelines
---------------------------------------------------------------------------- */
.p-guidelines{
	margin:0 0 20px;
}

.p-guidelines-table{
	padding: 15px 0 15px;
}

.p-guidelines-table table{
	width:100%;
}

.p-guidelines-table table tr{
	background:#f3f0e8;
	font-size:15px;
}

.p-guidelines-table table tr:nth-child(2n){
	background:#fff;
}

.p-guidelines-table table th{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	color:#68493e;
	width:200px;
	padding:14px 10px 14px 30px;
	text-align:left;
	vertical-align: middle;
}

.p-guidelines-table table td{
	text-align:left;
	padding:14px 10px 14px 0;
}

@media screen and (max-width:768px){
	.p-guidelines{
		width:auto;
		margin:0 10px 40px;
	}

	.p-guidelines-table{
		padding: 15px 0 15px;
	}

	.p-guidelines-table table{
		width:100%;
	}

	.p-guidelines-table table tr{
		background:#f3f0e8;
		font-size:13px;
	}

	.p-guidelines-table table tr:nth-child(2n){
		background:#fff;
	}

	.p-guidelines-table table th{
		width:100px;
		padding:10px 10px 10px 20px;
	}

	.p-guidelines-table table td{
		padding:10px 10px 10px 0;
	}
}


/* p-lineup
---------------------------------------------------------------------------- */
.p-lineup{
	margin:0 0 73px;
}

.p-lineup .m-line-title{
	margin:0 0 38px;
}

.p-lineup-area{
	margin:27px auto;
}

.p-lineup-list-box{
	float:left;
	margin-right:38px;
}

.p-lineup-list-box:last-child{
	margin-right:0;
}

.p-lineup-list-box a{
	text-decoration: none;
}

.p-lineup-list-box-img{
	width:280px;
	height:150px;
	text-align:center;
}

.p-lineup-list-box-img img{
	width:auto;
	height:150px;
	max-width:100%;
	max-height:100%;
}

.m-description{
	width:270px !important;
	margin-left:20px;
	margin-top:-60px;
	position: relative;
}

.m-description-text{
	width:270px !important;
	font-size:15px !important;
	min-height: 80px;
	background-repeat: no-repeat;
	background-position: 240px center;
	background-image: url("/images/common/ico_link_arrow.png");
	transition: all 300ms 0s ease
}

.p-lineup-list-box a:hover .m-description-text{
	background-position: 245px center;
}

@media screen and (max-width:768px){
	.p-lineup{
		width:auto;
		margin:0 10px 40px;
	}

	.p-lineup .m-line-title{
		margin:0 0 20px;
	}

	.p-lineup-area{
		margin:27px auto;
	}

	.p-lineup-list-box{
		float:none;
		margin-right:0;
		margin-bottom: 40px;
	}

	.p-lineup-list-box:last-child{
		margin-right:0;
	}

	.p-lineup-list-box a{
		text-decoration: none;
	}

	.p-lineup-list-box-img{
		width:auto;
		height:200px;
	}

	.p-lineup-list-box-img img{
		width:auto;
		height:auto;
		max-width:100%;
		max-height:100%;
	}

	.m-description{
		margin: 0;
		position: relative;
		width: 100% !important;
		padding: 0;
	}

	.m-description-text{
		width: 100% !important;
		background-repeat: no-repeat;
		background-position: 95% center;
		background-image: url(/images/common/ico_link_arrow.png);
		padding-right: 45px;
	}
	
	.p-lineup-list-box a:hover .m-description-text{
		background-position: 95% center;
	}
}


/* p-application
---------------------------------------------------------------------------- */
.p-application{
	margin:0 0 20px;
}

.p-application-area{
	padding: 35px 0 40px;
}

.p-application-area table{
	width:100%;
}

.p-application-area table tr{
	background:#f3f0e8;
	text-align: left;
}

.p-application-area table tr:nth-child(2n){
	background:#fff;
}

.p-application-area table tr th{
	width:240px;
	padding:10px 10px 10px 30px;
	color:#68493e;
	font-weight:bold;
	vertical-align: middle;
	text-align: left;
}

.p-application-area table tr td{
	padding:13px 0 13px;
	padding-right:20px;
}

.p-application-area table tr td input[type="text"] {
	font-size:15px;
	width:100%;
	padding:10px 10px 9px;
}

.p-application-area table tr td select{
	font-size:15px;
	width:100%;
	padding:10px 10px 9px;
	cursor: pointer;
}

.p-application-area table tr td textarea {
	width:100%;
	padding:10px 10px 9px;
	min-height:150px;
	max-height:150px;
	max-width:690px;
	min-width:690px;
	font-size:15px !important;
}

.m-link-btn input{
	font-size:18px !important;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width:768px){
	.p-application{
		margin:0 0 20px;
	}

	.p-application-area{
		padding: 35px 10px 40px;
	}

	.p-application-area table{
		width:100%;
	}

	.p-application-area table tr{
		background:#f3f0e8;
		text-align: left;
	}

	.p-application-area table tr:nth-child(2n){
		background:#fff;
	}

	.p-application-area table tr th{
		width:100%;
		padding:10px 10px 10px 10px;
		display:block;
	}

	.p-application-area table tr td{
		padding:10px 10px 10px 10px;
		display:block;
	}

	.p-application-area table tr td input[type="text"] {
		font-size:15px;
		width:100%;
		padding:10px 10px 9px;
	}

	.p-application-area table tr td select{
		font-size:15px;
		width:100%;
		padding:10px 10px 9px;
		cursor: pointer;
	}

	.p-application-area table tr td textarea {
		width:100%;
		padding:10px 10px 9px;
		min-height:100px;
		max-height:100px;
		max-width:100%;
		min-width:100%;
	}

	.m-link-btn input{
		font-size:18px !important;
		font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	}
}


/* 送信内容確認画面
---------------------------------------------------------------------------- */
#formWrap{
	padding:50px 0 0;
}

#formWrap h1{
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px;
}

#formWrap .p-form-text{
	font-size:16px;
	margin:0 0 20px;
}

#formWrap table{
	width:100%;
	margin:0 0 50px;
	font-size:15px;
}

#formWrap table tr{
	background:#f3f0e8;
	text-align: left;
}

#formWrap table tr:nth-child(2n){
	background:#fff;
}

#formWrap table th{
	width:240px;
	padding:10px 10px 10px 30px;
	color:#68493e;
	font-weight:bold;
	vertical-align: middle;
}

#formWrap table td{
	padding:13px 0 13px;
	padding-right:20px;
}

#formWrap .p-form-text input{
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	display:inline-block;
	width:auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: #f5ed80;
	font-size: 18px;
	padding:5px 10px;
	margin:0 10px;
}

@media screen and (max-width:768px){
	#formWrap{
		padding:30px 10px 0;
	}

	#formWrap h1{
		font-size:20px;
		margin:0 0 10px;
	}

	#formWrap .p-form-text{
		font-size:14px;
		margin:0 0 10px;
	}

	#formWrap table{
		width:100%;
		margin:0 0 30px;
		font-size:13px;
	}

	#formWrap table tr{
		background:#f3f0e8;
		text-align: left;
	}

	#formWrap table tr:nth-child(2n){
		background:#fff;
	}

	#formWrap table th{
		width:100%;
		padding:10px 10px 10px 10px;
		display:block;
	}

	#formWrap table td{
		padding:10px 10px 10px 10px;
		display:block;
	}

	#formWrap .p-form-text input{
		cursor: pointer;
		-moz-appearance: none;
		-webkit-appearance: none;
		background: none;
		border: none;
		display:inline-block;
		width:auto;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		background: #f5ed80;
		font-size: 15px;
		padding:5px 10px;
		margin:0 10px;
	}
}

.p-contact-caution {
	color: #F00;
}