@charset "utf-8";
/* CSS Document */
/* =========================================================
 リセット
========================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote: before,
blockquote: after,
q: before,
q: after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	overflow: hidden;
	outline: none;
	color: #4a57ff;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
th {
	text-align: left;
}
iframe {
	vertical-align: bottom;
}
video {
	display: block;
}
a:hover {
	text-decoration: none;
}
.pinkText {
	font-weight: bold;
	color: #ff697b;
}
/* =========================================================
 clearfix
========================================================= */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/* =========================================================
 べース
========================================================= */
body {
	background-color:#ffffff;
	font-size: 18px;
	color:#654b29;
	width: 100%;
	width: 980px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =========================================================
 form
========================================================= */
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
 color: #cccccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 color: #cccccc;
}

/* Firefox 18- */
:-moz-placeholder {
 color: #cccccc;
opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
 color: #cccccc;
opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
 color: #cccccc;
}
/*フォーム*/
.error {
	font-size: 14px;
	color:#ff0000;
	margin-left: 15px;
	width: 980px;
}
input {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	height: 78px;
	background-color:#fbf9f5;
	border: 1px solid #bca762;
	letter-spacing: 1px;
	text-indent: 1.6em;
	padding:0;
	margin-bottom: 22px;
}
input#name,
input#emailaddress {
	width: 478px;
	float: left;
	margin-bottom:0;
	margin-bottom: 22px;
}
#nameBox {
	float: left;
	width: 480px;
	margin-right:20px;
}
#emailaddressBox {
	float: left;
	width: 478px;
}
textarea {
	padding: 0;
	font-size: 18px;
	background-color:#fbf9f5;
	border: 1px solid #bca762;
	width: 951px;
	height: 334px;
	margin-bottom: 20px;
	padding-left: 1.5em;
	padding-top: 22px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	resize: none;
}
.formTitleElement {
	clear: both;
	margin-bottom: 18px;
	font-size: 20px;
	letter-spacing: 2.3px
}
#submitBtnWrap {
	width: 280px;
	margin: 27px auto 0;
}
#submitBtn,
#resetBtn {
	letter-spacing: 1px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	border: medium none;
	border-radius: 3px;
	width: 280px;
	height: 50px;
	background-color: #e2d8bf;
	box-shadow: 0px 3px 0px #c5b794;
	padding: 0;
	cursor: pointer;
	margin: 0 auto;
	color:#654b29;
	font-weight: bold;
	text-indent: 0;
}
#submitBtn:hover,
#resetBtn:hover {
	opacity: 0.7
}
/*求人フォーム*/
#recruit input {
	/* 	font-size: 18px;
	height: 71px;
	background-color:#efefef;
	box-shadow: 1px 1px 1px rgba(14, 5, 10, 0.15) inset;
	border-radius: 5px;
	border:none;
	letter-spacing: 1px;
    text-indent: 1.6em;	 */
	padding:0;
	float: none;
	width: 978px;
}
#recruit input#name,
#recruit input#emailaddress {
	width: 978px;
}
#recruit #birthdayBox input,
#recruit #birthdayBox input+span {
	float: left;
}
#recruit #birthdayBox input+span {
	float: left;
	line-height: 4.5em;
	margin: 0 10px;
	font-size: 20px;
}
#recruit #birthdayBox input#year {
	width: 170px;
}
#recruit #birthdayBox input#month {
	width: 100px;
}
#recruit #birthdayBox input#day {
	width: 100px;
}
#recruit #birthdayBox input#age {
	width: 100px;
}
#recruit #emailaddressBox {
	float: none;
	width: 978px;
}
#recruit #jobtype {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 1px 0 0 15px;
	width: 230px;
	margin-bottom: 20px;
}

#recruit #nowBox .exBtn {
    float: left;
    margin-right: 20px;
    position: relative;
}

#recruit #nowBox .exBtn input[type="radio"] {
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 0;
    z-index: -1;
}
#recruit #nowBox .exBtn label {

	vertical-align: middle;
	background-color: #d5d5d5;
	border-radius: 9px;
	box-shadow: 0 3px 0 #afafaf;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 37px;
	line-height: 39px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 89px;
	color:#565656;
}
#recruit #nowBox .exBtn input[type="radio"]:checked + label {
	background: #000000 none repeat scroll 0 0;
	box-shadow: none;
	color: #ffffff;
}
/*submit*/
#recruit #submitBtnWrap {
	margin-top: 85px;
}
#recruit #submitBtn,
#recruit #resetBtn {
	border: medium none;
	border-radius: 3px;
	width: 280px;
	height: 50px;
	background-color: #e2d8bf;
	box-shadow: 0px 3px 0px #c5b794;
	padding: 0;
	cursor: pointer;
	margin: 0 auto;
	color:#654b29;
	text-indent: 0;
 font-weight: bold;
}
