@charset "utf-8";
/*======================================

	clearfix

=======================================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.float_rst {
	clear: both;
}
/*======================================

	Size Module

=======================================*/

.w_959 {
	width: 959px;
}
.tc-red {
	color: #DE262F;
}

.sp-auto {
	margin: 0px auto;
}
.sp-t_05 {
margin-top: 5px;
}
.sp-t_10 {
margin-top: 10px;
}
.sp-t_15 {
margin-top: 15px;
}
.sp-t_20 {
margin-top: 20px;
}
.sp-t_25 {
margin-top: 25px;
}
.sp-t_30 {
margin-top: 30px;
}
.sp-t_35 {
margin-top: 35px;
}
.sp-t_40 {
margin-top: 40px;
}
.sp-t_45 {
margin-top: 45px;
}
.sp-t_50 {
margin-top: 50px;
}

.sp-b_05 {
margin-bottom: 5px;
}
.sp-b_10 {
margin-bottom: 10px;
}
.sp-b_15 {
margin-bottom: 15px;
}
.sp-b_20 {
margin-bottom: 20px;
}
.sp-b_25 {
margin-bottom: 25px;
}
.sp-b_30 {
margin-bottom: 30px;
}
.sp-b_35 {
margin-bottom: 35px;
}
.sp-b_40 {
margin-bottom: 40px;
}
.sp-b_45 {
margin-bottom: 45px;
}
.sp-b_50 {
margin-bottom: 50px;
}

.sp-l_05 {
margin-left: 5px;
}
.sp-l_10 {
margin-left: 10px;
}
.sp-l_15 {
margin-left: 15px;
}
.sp-l_20 {
margin-left: 20px;
}
.sp-l_25 {
margin-left: 25px;
}
.sp-l_30 {
margin-left: 30px;
}
.sp-l_35 {
margin-left: 35px;
}
.sp-l_40 {
margin-left: 40px;
}
.sp-l_45 {
margin-left: 45px;
}
.sp-l_50 {
margin-left: 50px;
}

.sp-r_05 {
margin-right: 5px;
}
.sp-r_10 {
margin-right: 10px;
}
.sp-r_15 {
margin-right: 15px;
}
.sp-r_20 {
margin-right: 20px;
}
.sp-r_25 {
margin-right: 25px;
}
.sp-r_30 {
margin-right: 30px;
}
.sp-r_35 {
margin-right: 35px;
}
.sp-r_40 {
margin-right: 40px;
}
.sp-r_45 {
margin-right: 45px;
}
.sp-r_50 {
margin-right: 50px;
}


/*======================================

	Contents Module

=======================================*/
#wrapper {
	text-align: center;
}
#container {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #1A9E4F;
}
* html #container{
	text-align:center;
}
#header {
	margin-top: 28px;
	width: 959px;
}
html>/**/body #header{
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 950px;
	height: 50px;
}

#sugi_logo {
	float: left;
}
#smile_logo {
	float: right;
}
#pankuzu {
	margin-bottom: 25px;
	width: 700px;
	float: left;
	margin-top: 10px;
	line-height: 1.2em;
	display: inline;
	text-align: left;
	font-size: 12px;
}
.h_navi_left {
	width: 959px;
	text-align: left;
}
#h_navi ul{
	width: 959px;
}
html>/**/body .h_navi_left{
	margin-right: auto;
	margin-left: auto;
}
#navi00 {
	margin-bottom: 22px;
	float: right;
}
.navi {
	float: left;
}

#contents {
	width: 959px;
	text-align: left;
	margin-top: 24px;
	clear: both;
}
html>/**/body #contents{
	margin-right: auto;
	margin-left: auto;
}


/*======================================

	Form Module

=======================================*/
#form {
	margin: 0px;
	padding: 0px;
}
#form table {
	clear: both;
	width: 950px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #63573E;
}
#contents_title p {
	float: left;
	width: 774px;
	font-size: 12px;
}
#form th, #form td {
	background-color: #FFFFFF;
	margin: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #63573E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-color: #63573E;
}
#form th {
	width: 150px;
}
#form td {
	color: #000000;
}
#form span {
	color: #DE262F;
}
#form dd {
	float: left;
	width: 150px;
}
#form dt {
	clear: both;
}
#form caption {
	text-align: left;
	font-size: 12px;
	padding-bottom: 5px;
}

#submit_bt {
	text-align: center;
	width: 950px;
	margin-top: 15px;
}
#submit_bt input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#name,#kana {
	width: 139px;
}
#zip1 {
	width: 40px;
}
#zip2 {
	width: 48px;
}
#address,#sendmail,#comment,#school,#department,#mobilemail,#comment2 {
	width: 524px;
}
#tel1, #tel2, #tel3 {
	width: 48px;
}
#school,#department {
	width: 313px;
}
#job {
	margin-left: 10px;
}
select {
	margin: 0.4em 10px;
	padding: 0.1em 10px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #E4E4E4;
}
#check th, #check td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thanks {
	color: #FF0000;
	clear: both;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #63573E;
	padding-bottom: 20px;
}
#saiyou_bt {
	clear: both;
	padding-top: 20px;
}
#saiyou_bt li {
	float: left;
	margin-right: 10px;
}
/*======================================

	採用NG項目

=======================================*/
.saiyou_ng {
	padding: 100px;
	text-align: center;
	clear: both;
}
/*======================================

	職種別NAVI

=======================================*/
#syokusyu_navi {
	position: absolute;
	left: 0px;
	top: -186px;
	width: 135;
	visibility: hidden;
}
.alpha_set {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#pull_navi {
	float: left;
}
.main_img {
	background-repeat: no-repeat;
	background-position: center;
	height: 360px;
	width: 100%;
	overflow: hidden;
	text-indent: -6000px;
}
.pop_up a:link {
	text-decoration: none;
	color: #DE262F;
}
.pop_up a:visited {
	text-decoration: none;
	color: #DE262F;
}
.pop_up a:hover {
	text-decoration: underline;
	color: #1A9E4F;
}
.pop_up_time {
	font-size: 12px;
	line-height: 15px;
}

/*======================================

	サブNAVI

=======================================*/

.sub_navi {
	float: left;
}
#p_navi {
	position: relative;
}
#sub_navi00 ul {
	float: left;
	width: 190px;
}

#sub_navi01,
#sub_navi02,
#sub_navi03,
#sub_navi04,
#sub_navi05 {
	visibility: hidden;
}



* html #sub_navi00 { /* IE6に対応 */
	position: absolute;
	clear: both;
	visibility: hidden;
	top: 171px;
	text-align: center;
}
*:first-child+html #sub_navi00 { /* IE7に対応 */
	position: absolute;
	clear: both;
	visibility: hidden;
	top: 171px;
	text-align: center;
}
html>/**/body #sub_navi00 { /* モダンブラウザに対応 */
	position: absolute;
	clear: both;
	visibility: hidden;
	top: 173px;
	text-align: center;
}

#sub_navi01 li,
#sub_navi02 li,
#sub_navi03 li,
#sub_navi04 li,
#sub_navi05 li {
	list-style:none;
	margin: 0px;
	background-color: #faf8d6;
	font-size: 12px;
}
#sub_navi01 a:link,
#sub_navi02 a:link,
#sub_navi03 a:link,
#sub_navi04 a:link,
#sub_navi05 a:link {
	text-decoration: none;
	color: #62573e;
}
#sub_navi01 a:visited,
#sub_navi02 a:visited,
#sub_navi03 a:visited,
#sub_navi04 a:visited,
#sub_navi05 a:visited {
	text-decoration: none;
	color: #62573e;
}
#sub_navi01 a:hover,
#sub_navi02 a:hover,
#sub_navi03 a:hover,
#sub_navi04 a:hover,
#sub_navi05 a:hover {
	text-decoration: none;
	color: #1A9E4F;
}
.p_menu {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #62573e;
}
.left {
	text-align: left;
}
.main_navi {
	height: 36px;
}

/*======================================

	Footer

=======================================*/
#footer {
	background-image: url(../img/footer/f_navi_bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 40px;
	width: 100%;
	clear: both;
}
#footer ul {
	width: 959px;
}
html>/**/body #footer ul {
	margin-right: auto;
	margin-left: auto;
}
.f_navi05_sp {
	margin-left: 279px;
}
#copyright {
	width: 100%;
	clear: both;
	background-color: #000000;
	text-align:center;
}
#copyright p {
	line-height: 12px;
	color: #FFFFFF;
	width: 950px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
html>/**/body #copyright p{
	margin-right: auto;
	margin-left: auto;
}

