@charset "UTF-8";

/* -----------------------------------------------------------
 Nail Salon Space (renew 2010/03/05)

 File name:      css/contents.css
 Author:         Your Name (admin)
 Style Info:     各コンテンツ用CSS
----------------------------------------------------------- */


/* index
----------------------------------------------------------- */

div.indexTtl {
	width: 628px;
	margin: 0;
	padding-bottom: 3px;
}

div#indexLead {
	width: 603px;
	margin: 0 auto 25px;
	padding: 0;
	background: url(../../images/howto/indexLeadBg.gif) no-repeat left top;
}

div#indexLead p {
	padding: 3px 0 0 59px;
}

div#indexLead p a:link,
div#indexLead p a:visited {
	color: #ff83c9;
	text-decoration: underline;
}

div#indexLead p a:hover,
div#indexLead p a:active {
	color: #ff62dd;
	text-decoration: underline;
}

div#recruitTtl {
	margin: 0 15px 25px 26px;
}

div#recruit {
	margin: 0 15px 0 38px;
	padding-bottom: 15px;
}

div#recruitCap {
	width: 575px;
	margin-bottom: 20px;
}

div.recruitTxt {
	margin-bottom: 20px;
	padding-left: 8px;
}

div.recruitTxt p {
	margin: 0;
	padding: 0;
}

div.recruitTxt p#shopPlanTxt {
	margin: 3px 0;
	color: #669933;
}

div#recruitFaqImg {
	margin-bottom: 30px;
	padding-top: 10px;
}

div#recruitTable {
	margin-bottom: 25px;
	padding-top: 10px;
}

div#recruitTable table {
	width: 575px;
	margin: 0;
	padding: 0;
	border: none;
}

div#recruitTable table th {
	width: 67px;
	padding: 10px 13px 0;
	line-height: 1.2;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	vertical-align: top;
	text-align: left;
	background: #ebebeb;
}

div#recruitTable table td {
	width: 442px;
	padding: 8px 20px;
	border-bottom: solid 1px #ffffff;
	vertical-align: middle;
	text-align: left;
	background: #f3f3f3;
}

div#recruitTable table td#recruitPayTd {
	width: 462px;
	padding: 8px 5px 8px 14px;
	border-bottom: solid 1px #ffffff;
	vertical-align: middle;
	text-align: left;
	background: #f3f3f3;
}

div#recruitTable table td#recruitPayTd div#payTopBox {
	display: block;
	width 462px;
	margin-bottom: 12px;
	padding-bottom: 13px;
	background: url(../../images/recruit/dotLine.gif) repeat-x left bottom;
}

div#recruitTable table td#recruitPayTd div#payBtmBox {
	display: block;
	width 462px;
	margin: 0;
	padding: 0;
}

div#recruitTable table td#recruitPayTd div.payBoxL {
	float: left;
	width: 71px;
	margin: 0;
	padding: 0;
	text-align: right;
}

div#recruitTable table td#recruitPayTd div.payBoxR {
	float: right;
	width: 362px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#recruitTable table td#recruitPayTd div#payBoxR span.fontBlue {
	color: #42b0c0;
}

div#recruitTable table td#recruitPayTd div#payBoxR span.fontRed {
	color: #c14d76;
}





