@charset "UTF-8";
/* CSS Document */


/*  contact-form
----------------------------------------------------*/
body {
	background-color:#e6e6e6;
}
#contact-form,#recruit-form{
	width:100%;
	min-width:960px;
	text-align:center;
	padding:40px 0;
}

.contact-title{
	font-size:24px;
}
#contact-form .contact-title span{
	background:url(../../img/pc/icon-form.png) no-repeat left center;
	padding-left:30px;
}
#recruit-form .contact-title span{
	background:url(../../img/pc/icon-recruit-form.png) no-repeat left center;
	padding-left:30px;
}

.contact-text,h4{
	padding:20px 0;
	font-size:16px;
}
.contact-subtext{
	font-size:14px;
	color:#ed1c24;
	text-align:left;
	width:802px;
	margin:0 auto;
	padding:5px 0;
}
.line{
	margin:0 auto;
	background:url(../../img/pc/line.png) no-repeat center top;
	width:802px;
	height:4px;
}

input,textarea{
	padding:2px;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	border:solid 1px #ccc;
	margin:0 0;
}
.item{
	margin:5px auto;
	width:800px;
	text-align:left;
}
.left{
	float:left;
	width:240px;
}
.right{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
form{
	padding:20px 0;
}
.form-buttons{
	padding:20px 0;
}
form span{
	color:#ed1c24;
}

form span.sub{
	color:#000;
	font-size:12px;
}

input[type=submit]{
	border:none;
	display:inline-block;
	margin:15px auto;
	background-color:#f78b43;
	color:#fff;
	padding:4px 40px;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size:16px;
	cursor:pointer;
}
input[type=reset],
input[type=button]{
	border:none;
	display:inline-block;
	margin:15px auto;
	background-color:#999999;
	color:#fff;
	padding:4px 40px;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size:16px;
	cursor:pointer;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.left + p{
	margin-left: 240px;
}
p.checkboxarea span{
	color: #000;
	padding-left:4px;
}

p.checkboxarea span.checkspace{
	display: inline-block;
	width: 225px;
	
	
}

.sp-br{
	display:none;
}