@charset "UTF-8";


/*/////////////////////////////
 offer - MdNのデザイン求人情報
 /////////////////////////////*/
 
 /* 
 
common
offerBlock
applicant.php
faq_appl.php 
inquiry.php
inquiry_confirm.php
inquiry_thanks.php
recruit.php
usage.php
detail.php

jobclient/stat/

 * ------------------------- */
 

/* common
 * ------------------------- */
 
 .offerBtitle {
	font-weight:bold;
	font-size:21px;
	border-bottom:1px solid #000;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.offerMtitle {
	font-size:15px;
	border-bottom:1px solid #000;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.offerStitle {
	font-size:15px;
	background-color:#f2f2f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:8px 15px 6px;
	margin:0 0 5px 0;
}

.offerPtitle {
	font-size:15px;
	background-color:#fde7e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:8px 15px 6px;
	margin:0 0 5px 0;
}

.offerYtitle {
	font-size:15px;
	background-color:#f8f0cd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:8px 15px 6px;
	margin:0 0 5px 0;
}
 
.offerTxtS {
	font-size:13px;
	padding:0 0 0 1em;
	line-height:1.6;
	margin:0 0 20px;
}

.offerSection {
	margin:0 0 50px 0;
}

dl.offerOperateFooter {
	background-color:#f2f2f2;
	padding: 19px 20px 18px;
	margin:0 0 40px 0;
}

	dl.offerOperateFooter dt {
		font-weight:bold;
	}
	
.offerMust {
	color:#bb0000;
}
	
 
/* offerBlock
 * ------------------------- */
 
.offerBlock {
	padding:30px;
	margin-bottom:30px;
	position:relative;
}

.offerBlock a {
	color:#bb0000;
}

ul.offerLinkBtn {
	text-align:center;
}

ul.offerLinkBtn li{
	display:inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
}

.offerBtnGray {
	display:inline-block;
	background:#4d4d4d;
	color:#fff;
	font-weight:bold;
	padding:6px 30px 4px;
}

.offerBlock a.offerBtnGray {
	color:#ffffff;
}

.offerBlock a.offerBtnGray:hover{
	text-decoration:none;
}


/* applicant.php
 * ------------------------- */

ol.offerAppl li {
	overflow:hidden;
}


.offerApplImg {
	width:240px;
	float:right;
	margin:0 0 30px 20px;
	border:1px solid #999;
}

.offerApplImg img {
	vertical-align:top;
}

.offerApplCaution {
	border:1px solid #bb0000;
	color:#bb0000;
	padding: 8px 10px;
	font-size:13px;
	line-height:1.4;
	margin:0 0 40px 0;
}

.offerCharge {
	width:100%;
	margin:0 0 40px 0;
}

.offerCharge td,
.offerCharge th {
	border:1px solid #e0e0e0;
	padding:12px 15px;
}

.offerCharge th {
	background-color:#ededed;
	width:15%;
	text-align:center;
	font-weight:bold;
}

/* faq_appl.php
 * ------------------------- */

.offerFaqQTitle {
	margin:0 0 50px 0;
}

.offerFaqQTitle li {
	background:url(../img/offer/icon_qtitle.png) no-repeat left 4px;
	padding:0 0 0 24px;
}

dl.offerFaqAnswer {
	margin:0 0 50px 0;
}

dl.offerFaqAnswer dt {	
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#f8f0cd url(../img/offer/icon_question.png) no-repeat 15px 13px;
	padding:10px 15px 9px 40px;
	margin:0 0 20px 0;
}

dl.offerFaqAnswer dd {
	background:url(../img/offer/icon_answer.png) no-repeat 15px top;
	padding: 20px 0 0 15px;
}

.offerPagetop {
	font-size:13px;
	text-align:right;
	margin:30px 0;
}

/* inquiry.php
 * ------------------------- */

.offerInquiryBox {
	border:1px solid #000;
	padding: 10px 15px;
	font-size:13px;
	line-height:1.5;
	margin:0 0 20px 0;
}

.offerInquiryBox h4 {
	font-weight:bold;
}

.offerInquiryBox ol li {
	text-indent:-1em;
	padding:0 0 0 2em;
}


.offerInquiryFormTxt {
	font-size:13px;
}


.offerRegist {
	font-size:13px;
	margin:0 0 20px 0;
	line-height:1.5;
	width:100%;
}

	.offerRegist input,
	.offerRegist textarea {
	border: 1px solid #bbbbbb;
	padding:5px;
	}
	
	.offerRegist select {
		padding:5px;
	}
	
	.offerRegist .file input{
	border: none;
	}
	
	

	.offerRegist th,
	.offerRegist td {
	background-color: #f2f2f2;
	border-bottom:2px solid #fff;
	padding:9px 15px 8px;
	vertical-align:top;
	}

	.offerRegist th {
		font-weight:bold;
	}

	.offerFormEmail {
		width:270px;
	}

	.offerFormPost {
		width:3em;
	}

	a.offerFormPostBtn {
		background-color:#bb0000;
		color:#fff;
		padding: 5px 20px 4px;
		font-size:11px;
		margin:0 0 0 10px;
	}

	a.offerFormPostBtn:hover {
		text-decoration:none;
	}

	.offerFormAddress {
		width:270px;
	}

	.offerInqContents {
		width:90%;
		height:8em;
	}

.offerInquiryForm tr td, .offerInquiryForm tr th{
	vertical-align:middle;
}

.offerSubmit {
	text-align:center;
}

	.offerSubmitBtn {
		font-size:15px;
		font-weight: bold;
		background-color:#bb0000;
		color:#fff;
		border-style:none;
		padding: 10px 50px 12px;
		line-height:1;
		cursor:pointer;
	}
	


/* inquiry_confirm.php
 * ------------------------- */

.offerConfirmBtn {
	text-align:center;
}

.offerConfirmBtn li {
	display:inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
}


.offerBackBtn {
	font-size:15px;
	font-weight: bold;
	background-color:#fcebe6;
	color:#bb0000;
	border-style:none;
	padding: 10px 50px 12px;
	line-height:1;
	cursor:pointer;
}

/* inquiry_thanks.php
 * ------------------------- */

.offerThanksBtn {
	text-align:center;
}

/* recruit.php
 * ------------------------- */
.offerRecruitAgree {
	font-size:13px;
	line-height:1.5;
	margin: 15px 0 20px;
	padding: 15px 20px 10px;
	/*border: 1px solid #A0A0A0;*/
	height: 400px;
	overflow: auto;
	background-color: #f2f2f2;
}

.offerRuleUnit {
	margin:0 0 20px 0;
}

ol.offerNumber {
	margin:0;
}

ol.offerNumber li {
	list-style-type:decimal;
	list-style-position:inside;
	text-indent:-1em;
	padding:0 0 0 1em;
}

.agreeCheck {
	text-align:center;
	margin:0 0 30px 0;
}

.submitButton {
	text-align:center;
	margin:0 0 40px 0;
}

.submitButton li {
	display:inline-block;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
	vertical-align:top;
}


.submitButton input,
.submitButton img {
	margin:0;
}

.offerFormStep {
	margin:0 0 30px 0;
}

.offerThanksAddress {
	overflow:hidden;
	margin:0 0 40px 0;
	background:#f2f2f2;
	padding:9px 20px 8px;
}

.offerThanksAddress dt {
	float:left;
	width:7em;
	font-weight:bold;
}

.offerThanksAddress dd {
	margin:0 0 0 7em;
}

/* recruit.php -error
 * ------------------------- */
 .leadBox04 {
	 font-size:13px;
	 font-weight:bold;
	 color:#bb0000;
	 border:2px solid #b00;
	 padding:8px 15px 7px;
	 margin:0 0 30px 0;
 }
 
 .input_error {
	 background:#fcebe6;
	 border:1px solid #bb0000 !important;
 }


/* usage.php
 * ------------------------- */
 
.offerUsageWrap {
	margin:0 0 50px 0;
 }
 
 .offerUsageSec {
	 margin:0 0 30px 0;
 }
 
 
.offerUtitle {
	font-size:15px;
	background:#fde7e7 url(../img/common/icon_arrow_red.png) no-repeat 15px center;;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:8px 15px 6px 30px;
	margin:0 0 5px 0;
 }
 
 .offerUtitle a {
	 /*color:#000;*/
 }
 
 .offerUsageDetail {
	 text-align:right;
 }
 
 
/* detail.php
 * ------------------------- */

.offerDetailBlock {
	overflow:hidden;
}

.offer_block_body .imgR {
	float:right;
	width:212px;
}

.offer_block_body .textL {
	float:left;
	width:340px;
}

	.offerDetailBlock h4.title {
		font-size: 15px;
		color: #ba0000;
		margin: 0 0 20px;
	}

.offerDetailTable {
	margin:0 0 20px 0;
	width:100%;
}

	.offerDetailTable th,
	.offerDetailTable td {
		padding: 10px;
		text-align: left;
		border: 1px solid #e0e0e0;
		vertical-align: middle;
	}
	
	.offerDetailTable th {
		background: #ededed;
		width: 80px;
		font-weight: bold;
	}
	
	.offerDetailBtn {
		text-align:center;
		font-size:15px;
		margin:0 0 30px 0;
		line-height:2;
	}
	
	
		.offerDetailBtn a {
			display:inline-block;
			background: #bb0000;
			color: #fff;
			font-weight: bold;
			padding: 6px 50px 4px;
			text-decoration:none;
		}
	
	.offerDetailBack {
		text-align:left;
		font-size:15px;
		margin:0 0 30px 0;
		line-height:2;
	}
	
		.offerDetailBack a {
			display:inline-block;
			background-color:#fcebe6;
			color: #bb0000;
			font-weight: bold;
			padding: 6px 30px 4px;
			text-decoration:none;
		}
		
		
/* jobclient/appl/
 * ------------------------- */
 
.notice01 {
	color:#bb0000;
}

/* jobclient/appl/regist_input.php
 * ------------------------- */

span.coupon_notice {
	font-weight:normal;
	font-size:12px;
}

p.offerFormFileTxt {
	font-weight:normal;
	font-size:12px;
}


/* jobclient/appl/regist_thanks.php
 * ------------------------- */
.offerThanksBox {
	background:#f2f2f2;
	padding:14px 20px 13px;
	margin:0 0 40px 0;
}

.offerThanksBox dt {
	font-weight:bold;
}

.offerThanksBox dd {
	font-size:13px;
}


/* jobclient/stat/stat.php
 * ------------------------- */
.mailMagaRequest {
	background-color:#f2f2f2;
	padding: 13px 20px 11px;
	margin:0 0 30px 0;
}

.offerLink li a {
	background:url(../img/common/icon_arrow_red.png) no-repeat left center;
	padding: 0 0 0 15px;
}

/* jobclient/stat/appl_list.php
 * ------------------------- */
.errorMess {
	color:#bb0000;
}