@charset "utf-8";

/* 共通 --------------------------------------------------------------------------------*/

html {
}

body {
	font-family: sans-serif;
	font-size: 13x;
	color: #666;
	background-color: #FDF7E9;
	min-width: 320px;
}

a {
	text-decoration: none;
}

img {
	float: none;
	vertical-align: bottom;
}

/* コンテンツ領域 --------------------------------------------------------------------------------*/

#contents {
	position: relative;
	margin: 0;
	padding: 0;
}

#contents h1 {
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	color: #EEE;
	background-color: #666;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#contents p {
	margin: 0px 10px 20px 10px;
	padding: 0;
	color: #666;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}

#contents p.errorMessage {
	margin: 0;
	padding: 0;
	color: #D00;
	background-color: #ffebeb;
	font-size: 14px;
	font-weight: bold;
}

#contents ul.errorMessage {
	margin: 0px 0px 20px 10px;
}

#contents ul.errorMessage li {
	color: #D00;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	list-style:  none;
}

/* 採用情報コンテンツ --------------------------------------------------------------------------------*/

#contents header h1 {
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #EEE;
	background-color: #666;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* トップ --------------------------------------------------------------------------------*/

/* トップイメージ */

#visual {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#visual img {
	width: 100%;
	height: auto;
}

/* リードテキスト */

#leadText {
	margin: 0;
	padding: 0px 0px 10px 0px;
	width: 100%;
	background-color: #FEFEFE;
}

#leadText h2 {
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	color: #D00;
	text-shadow:1px 1px 3px #FFF;
}

#leadText p {
	margin: 0px 10px 10px 10px;
	padding: 0;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}

#leadText p.signature {
	margin: 0px 10px 0px 10px;
	padding: 0;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	line-height: 1.4em;
	color: #666;
}

/* サブテキスト（採用について） */

#subText {
	margin: 0;
	padding: 0;
	width: 100%;
}

#subText h2 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	background-color: #666;
}

#subText p {
	margin: 10px 10px 10px 10px;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}

/* メインナビ */

#mainNavi {
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainNavi h2 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	background-color: #666;
}

#mainNavi ul {
	margin: 0;
	padding: 0;
}

#mianNavi ul li {
	margin: 0;
	padding: 0;
}

#mainNavi ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 44px;
	background-color: #FFF;
	border-bottom: #C29B58 dashed 1px;
}

#mainNavi ul li a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -5px 0px 0px 0px;
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../sp/images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/*
#mainNavi ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(top, #FFF 0%, #EEE 100%);
	border-bottom: #CCC solid 1px;
}

#mainNavi ul li a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -5px 0px 0px 0px;
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../sp/images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
*/

/* 職種紹介ページ --------------------------------------------------------------------------------*/

/* 先頭の紹介文 */

#jobText {
	margin: 10px 0px 20px 0px;
	padding: 0;
}

#jobText .jobTextTopics {
	margin: 0px 10px 20px 10px;
	padding: 0;
	border-bottom: #C29B58 dashed 1px;
}

#jobText .jobTextTopics:after {
	display: block;
	content: "";
	clear: both;
}

#jobText .jobTextTopics h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	border-left: #C29B58 solid 10px;
	color: #C29B58;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#jobText .jobTextTopics img {
	float: left;
	width: 45%;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 0;
}

#jobText .jobTextTopics p {
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #666;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

/* 募集概要の表 */

#jobTable {
	margin: -10px 0px 20px 0px;
	padding: 0;
}

#jobTable h2 {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	background-color: #666;
}

#jobTable .jobDetail {
	margin: 0px 10px 20px 10px;
	padding: 0;
}

#jobTable .jobDetail:after {
	display: block;
	content: "";
	clear: both;
}

#jobTable .jobDetail h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	border-left: #C29B58 solid 10px;
	color: #C29B58;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#jobTable .jobDetail img {
	width: 45%;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 0;
}

#jobTable .jobDetail img.schedule {
	width: 100%;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 0;
}

#jobTable .jobDetail p {
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #666;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

#jobTable .jobDetail h4 {
	display: block;
	height: 30px;
	margin: 0px 0px 0px 30px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 30px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #C29B58), color-stop(0.00, #FDF7E9));
	background: -webkit-linear-gradient(top, #FDF7E9 0%, #C29B58 100%);
	background: -moz-linear-gradient(top, #FDF7E9 0%, #C29B58 100%);
	background: linear-gradient(top, #FDF7E9 0%, #C29B58 100%);
	border-bottom: #C29B58 solid 1px;
}

#jobTable .jobDetail p.rankSystem {
	margin-left: 30px;
	color: #C29B58;
}

#jobTable .jobDetail p.rankSystemPicture {
	margin-left: 30px;
	text-align: center;
	color: #C29B58;
}

#jobTable .jobDetail p.rankSystemPicture img {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

/* スライドコーナー */

.slideTopics {
	margin: -10px 0px 20px 0px;
	padding: 0;
}

.slideTopics h2 {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	background-color: #666;
}

.slideTopics ul.slides li {
	width: 100%;
}

/* スタッフボイス */

#staffVoice {
	margin: 10px 0px 20px 0px;
	padding: 0;
}

#staffVoice h2 {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	background-color: #666;
}

#staffVoice .staffVoicePerson {
	margin: 0px 10px 20px 10px;
	padding: 0;
	border-bottom: #C29B58 dashed 1px;
}

#staffVoice .staffVoicePerson:after {
	display: block;
	content: "";
	clear: both;
}

#staffVoice .staffVoicePerson h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	border-left: #C29B58 solid 10px;
	color: #C29B58;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#staffVoice .staffVoicePerson img {
	float: left;
	width: 45%;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 0;
}

#staffVoice .staffVoicePerson p {
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #666;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

#staffVoice .staffVoicePerson p.staffData {
	color: #333;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
}

#staffVoice .staffVoicePerson p.staffData span.staffName {
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
}

#staffVoice .staffVoicePerson p.staffData span.staffYear {
}

#staffVoice .staffVoicePerson p.staffData span.staffSalon {
}

#staffVoice .staffVoicePerson p.staffData span.staffComment {
}

/* 応募ナビ */

#recruitNavi {
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 100%;
}

#recruitNavi h2 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	background-color: #666;
}

#recruitNavi ul {
	margin: 0;
	padding: 0;
}

#recruitNavi ul li {
	margin: 0;
	padding: 0;
}

#recruitNavi ul li a.yellow {
	position: relative;
	display: block;
	height: 44px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D57B00), color-stop(0.00, #FBDC8C));
	background: -webkit-linear-gradient(top, #FBDC8C 0%, #D57B00 100%);
	background: -moz-linear-gradient(top, #FBDC8C 0%, #D57B00 100%);
	background: linear-gradient(top, #FBDC8C 0%, #D57B00 100%);
	border-bottom: #D57B00 solid 1px;
}

#recruitNavi ul li a.blue {
	position: relative;
	display: block;
	height: 44px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #08347B), color-stop(0.00, #40B3F4));
	background: -webkit-linear-gradient(top, #40B3F4 0%, #08347B 100%);
	background: -moz-linear-gradient(top, #40B3F4 0%, #08347B 100%);
	background: linear-gradient(top, #40B3F4 0%, #08347B 100%);
	border-bottom: #08347B solid 1px;
}

#recruitNavi ul li a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -5px 0px 0px 0px;
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../sp/images/arrow.png) no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

/* フッター -------------------------------------------------------------------------------- */

footer {
	margin: 0;
	padding: 10px 0px 20px 0px;
	color: #FFF;
	background-color: #888;
}

footer #footerNavi {
	margin: 0;
	padding: 0;
	text-align: center;
}

footer #footerNavi a {
	margin: 0;
	padding: 0;
}

footer #footerNavi img {
	margin: 0px 2px 0px 2px;
	padding: 5px;
	height: auto;
	background-color: #555;
	border-radius: 4px;
}

/* 採用情報フォーム --------------------------------------------------------------------------------*/

#recruitFormArea {
	margin: 0px 10px 40px 10px;
	padding: 0;
}

#recruitFormArea fieldset {
	margin-bottom: 40px;
}

#recruitFormArea dt {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	border-left: #C29B58 solid 10px;
	color: #C29B58;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#recruitFormArea dl {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: #C29B58 dotted 1px;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align: left;
}

#recruitFormArea dd {
	overflow-x: hidden;
}

#recruitFormArea dd input {
	vertical-align: middle;
}

#recruitFormArea dd .widthDate {
	width: 50px;
}

#recruitFormArea dd .widthFull {
	width: 100%;
}

#recruitFormArea dd.radioList input {
	margin-bottom: 5px;
}

#recruitFormArea dd select {
	height: 40px;
}

#recruitFormArea dd input[type=text],
#recruitFormArea dd input[type=email],
#recruitFormArea dd input[type=tel],
#recruitFormArea dd input[type=number],
#recruitFormArea dd textarea {
	padding: 6px;
	border-radius: 4px;
	border: #DDD solid 1px;
	-webkit-box-shadow: inset 1px 1px 5px #EEE;
	box-shadow: inset 1px 1px 5px #EEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#recruitFormArea dd textarea {
	resize: vertical;
}

#recruitFormArea input.sendButton {
	display: block;
	width: 220px;
	height: 40px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #C29B58;
	border: #C29B58 solid 1px;
	border-radius: 4px;
	-webkit-appearance: none;
}

#recruitFormArea input.backButton {
	display: block;
	width: 220px;
	height: 40px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #C29B58;
	background-color: #FFF;
	border: #C29B58 solid 1px;
	border-radius: 4px;
	-webkit-appearance: none;
}

#recruitFormArea dd input[type=radio].radioList {
	margin-bottom: 10px;
}

#recruitFormArea div#confirmButton {
	margin: 0 auto;
	width: 280px;
	text-align: center;
}

#recruitFormArea #confirmButton input.sendButton {
	float: left;
	display: block;
	width: 120px;
	height: 40px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #C29B58;
	border: #C29B58 solid 1px;
	border-radius: 4px;
	-webkit-appearance: none;
}

#recruitFormArea #confirmButton input.backButton {
	float: left;
	display: block;
	width: 120px;
	height: 40px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #C29B58;
	background-color: #FFF;
	border: #C29B58 solid 1px;
	border-radius: 4px;
	-webkit-appearance: none;
}

div#confirmButton:after {
	content: "";
	clear: both;
	display: block;
}
	

#recruitFormArea a.backToTop {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #C29B58;
	border: #C29B58 solid 1px;
	border-radius: 4px;
	-webkit-appearance: none;
}

/* 見学フォームの希望日 */

#recruitFormArea dd select .listView {
	
}

/* チェックボタンとラジオボタン --------------------------------------------------------------------------------*/
/*
#recruitFormArea dd input[type=checkbox] {
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0 4px 0 0;
	background: #FFF;
	border: #999 solid 1px;
	border-radius: 2px;
	-webkit-appearance: none;
}

#recruitFormArea dd input[type=radio] {
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0 4px 0 0;
	background: #FFF;
	border: #999 solid 1px;
	border-radius: 12px;
	-webkit-appearance: none;
}

#recruitFormArea dd input[type=checkbox]:checked,
#recruitFormArea dd input[type=radio]:checked {
	background: #666;
	border: #999 solid 1pxx;
}

#recruitFormArea dd input[type=checkbox]:checked:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -1px 0 0 -7px;
	width: 8px;
	height: 4px;
	background: #DDD;
	-webkit-transform: rotate(45deg);
}

#recruitFormArea dd input[type=checkbox]:checked:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -2px 0 0 -4px;
	width: 12px;
	height: 4px;
	background: #DDD;
	-webkit-transform: rotate(-45deg);
}

#recruitFormArea dd input[type=radio]:checked:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
	background: #DDD;
	-webkit-box-shadow: 0 0 2px #222;
	box-shadow: 0 0 2px #222;
	border-radius: 5px;
}

*/
