body{
	background-color:#FFF;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:21px;
	line-height:30px;
	vertical-align:middle;
	height:100%;
}
#wp_960{
	width:100%;
	max-width:960px;
	margin:0 auto;
}
/*=====エントリーフォーム=====*/
table{
	width:100%;
	font-size:0.8em;
}
table th, table td{
	vertical-align:middle;
	border-bottom:solid 1px;
	padding:10px;
}
table th{
	text-align:center;
	width:25%;
}
table td{
	background-color:#fff;
	border-color:#7F7F7F;
}
#entryform th{
	color:#525261;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #e7eef8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e7eef8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#e7eef8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#e7eef8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#e7eef8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#e7eef8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eef8',GradientType=0 ); /* IE6-9 */
	border-color:#CCCCCC;
	text-align:left;
}
#entryform td{
	border-color:#F0F0E1;
}
#sub_btn{
	width:50%;
	height:120px;
	font-weight:bold;
	background: #d80100; /* Old browsers */
	background: -moz-linear-gradient(top,  #d80100 0%, #cc0000 50%, #c10001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80100), color-stop(50%,#cc0000), color-stop(100%,#c10001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d80100 0%,#cc0000 50%,#c10001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d80100 0%,#cc0000 50%,#c10001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d80100 0%,#cc0000 50%,#c10001 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d80100 0%,#cc0000 50%,#c10001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80100', endColorstr='#c10001',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:35px;
	border:none;
	margin:0 auto;
	cursor:pointer;
	display:block;
}
#mailform div{
	margin-top:75px;
	text-align:center;
}
.forminp{
	width:98%;
	padding:5px 1%;
	font-size:1em;
}
#loader {
    display: none;
		text-align:center;
}
/**************************************************/
/****************スマホ用表示**********************/
/**************************************************/
@media screen and (max-width: 600px){
body{
	font-size:16px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#wp_960,iframe,{
	width:100%;
}
table th,table td{
	width:90% !important;
	padding:5px 5%;
}
.forminp{
	width:98% !important;
	padding:5px 1%;

}
/*----------------------------------------*/
/*-------------スタッフ募集---------------*/
/*----------------------------------------*/
/*-----エントリーフォーム-----*/
table th,table td{
	float:left;
}
#sub_btn{
	height:70px;
	font-size:1em;
}
#mailform div{
	margin-top:30px;
}
