@charset "utf-8";
* {
	vertical-align:bottom;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size:14px;
	line-height: 18px;
	background-image:url(../images/bg-body.jpg);
}
img {
	border: 0;
}
hr {
	clear: both;
	visibility: hidden;
	width: 860px;
}
p {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	margin:0;
}
h2 {
	margin: 15px 0;
}
h3 {
	margin: 20px 0;
}
/*========================================================================== */
/*========================================================================== */
/*! header */
header {
	min-width: 900px;
}
header .header-in {
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#fff;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#headerlogo {
	background-color: #fff;
	height: 100px;
}
#headerlogo ul {
	height: 70px;
	padding: 15px 19px;
}
#headerlogo li {
	display: block;
	float: left;
	list-style: none;
}
#top ul {
	list-style: none;
	background: url(../images/bg-top-btn-01.jpg) 0 0 no-repeat;
	height: 80px;
}
#top li a {
	position: relative;
	margin: 0 19px 0 499px;
	width: 380px;
	height: 80px;
	display: block;
	overflow: hidden;
}
/*========================================================================== */
/*========================================================================== */
/*! section */
section {
	min-width: 900px;
}
section .section-in {
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#fff;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top:20px;
	padding-right: 19px;
	padding-bottom:20px;
	padding-left: 19px;
}
/*========================================================================== */
/*========================================================================== */
/*! article */
article {
	float: left;
	display:block;
}
.box {
	margin: 0 10px;
	clear: both;
}
.leftbox p {
	float: left;
	width: 540px;
	margin: 0 20px 0 0;
}
.rightbox {
	float: right;
	width: 280px;
}
.rightbox p {
	margin: 3px;
	font-size: 12px;
	line-height: 1.2;
}
#voice {
	float:left;
}
#apply {
	float:left;
	margin: 20px 0 5px;
}
#apply ul {
	list-style: none;
	background:url(../images/bg-apply-btn-01.jpg) 0 0 no-repeat;
	height: 111px;
}
#apply li a {
	position: relative;
	margin: 0 239px;
	width: 380px;
	height: 80px;
	display: block;
	overflow: hidden;
}
/*========================================================================== */
/*========================================================================== */
/*! youtube */
.youtubein {
	text-align: center;
	width: 860px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*========================================================================== */
/*========================================================================== */
/*! footer */
#footerin {
	background-color: #666666;
	text-align: center;
}
/*========================================================================== */
/*========================================================================== */
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.txtRed {
	color: #f00;
}
/*========================================================================== */
/*========================================================================== */
table {
	vertical-align:baseline;
}
.pampcon {
	width: 800px;
	float: left;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
	vertical-align:baseline;
}
.pampcon th {
	width: 165px;
	text-align:right;
	line-height:40px;
	padding-right:5px;
	font-weight: bold;
	font-size: 16px;
}
.pampcon th span {
	font-size: 12px;
	font-weight:normal;
	color: #900;
}
.pamparea {
	width: 620px;
	line-height:40px;
}
input {
	width:100%;
	height:30px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:5px;
	margin-bottom:5px;
}
select {
	width:150px;
	height: 30px;
	border: 1px solid #999;
	margin-top:5px;
	margin-bottom:5px;
}
.gobtn {
	font-size:16px;
	font-weight:bold;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	width:230px;
	height:45px;
}
.gobtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
}
.gobtn:active {
	position:relative;
	top:1px;
}
.backbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width:230px;
	height:45px;
}
.backbtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
}
.backbtn:active {
	position:relative;
	top:1px;
}
.pamtbl {
	text-align:center;
}
.pamtblth {
	width: 165px;
	text-align:left;
	line-height:40px;
	padding-right:5px;
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.pamtbltd {
	font-weight:bold;
	text-align:left;
	width: 620px;
	line-height:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
strong.ttl { text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 5px; margin-top:1.5em; }
p.msg { color:#dd0000; margin:2em; }
span.msg {	color:#dd0000; margin:2em; }
form.back { margin-top:2em; }