@charset "UTF-8";

@import url(common.css);


/* -------------------------------------------------- */
/* 採用応募フォーム*/


/* コンテンツセンター寄せ*/
#header,
#contents,
#footer{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7BFA9;
	border-left-color: #D7BFA9;clear: both;
}
/*〜IE6*/
* html #header,
* html #contents,
* html #footer{
	width: 602px;
}
/* ヘッダー -------------------------------------------------- */
#header {
	position: relative;
	height: 80px;
}
#header div.logo{
	padding-top: 15px;
	padding-left: 15px;
}


/* -------------------------------------------------- */
/* コンテンツタイトル*/

#title {
	background-image: url(../img/form/bg_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7BFA9;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7BFA9;
}
#title h1{
	padding-left: 20px;
}
/* ステップ　ナビゲーション*/
#navi{border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7BFA9;}
/* メインコンテンツ -------------------------------------------------- */
#contents {
	padding-bottom: 20px;
	
}

#inquiry{
	padding-right: 30px;
	padding-left: 30px;
}
/* フォーム*/
.s{width:45px;}
.m{width:120px;}
.l{width:275px;}
.xl{width:350px;}
#inquiry strong{
	color: #990000;
}
p.description{
	padding-top: 20px;
	padding-bottom: 10px;
}
table.form{width:540px;border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCD5CD;
	border-bottom-color: #DCD5CD;}
table.form th,
table.form td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCD5CD;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
table.form th{
	width: 140px;
	background-color: #EEEEEE;
	color: #804A3A;
	vertical-align: top;
}
table.form th p.note{
	color: #666666;
	font-size: 10px;
	text-indent: -10px;
	padding-left: 10px;
	line-height: 1.2em;
}
table.form td{

}
/* プライバシー*/
dl.privacy{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 3px solid #DCD5CD;
}
dl.privacy dt{
	font-size: 120%;
	color: #804A3A;
	padding-bottom: 5px;
}
dl.privacy dd{}
/*確認　再入力の注意*/
p.caution{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2em;
	font-size: 90%;
	line-height: 1.2em;
}
/*ボタン*/
p.bt{
	padding-left: 170px;	
	
}
p.bt a{
	border: 3px solid #DCD5CD;
	width:200px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
	line-height: 1.1em;
	background-image: url(../img/form/bg_bt.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	text-decoration: none!important;
	display: block;
	color: #666666;
}
p.bt a:hover{background-image: url(../img/form/bg_bt_f2.gif);
	
}
/*ボタン*/
p.bt2{
	padding-left: 55px;	
}
p.bt2 a{
	border: 3px solid #DCD5CD;
	width:200px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
	line-height: 1.1em;
	background-image: url(../img/form/bg_bt.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	text-decoration: none!important;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;color: #666666;
}
p.bt2 a:hover{background-image: url(../img/form/bg_bt_f2.gif);
	
}
/*ボタン2　背景グレー*/
p.bt2{
	padding-left: 55px;	
}
p.bt2 a.bt3{
	background-image: url(../img/form/bg_bt2.gif);
}
p.bt2 a:hover.bt3{background-image: url(../img/form/bg_bt2_f2.gif);
	
}
/* ------------
 clearfix
--------------- */
p.bt2:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
p.bt2 { display:inline-block; }
/* Hides from IE-mac \*/
* html p.bt2 { height:1%; }
p.bt2 { display:block; }
/* ------------ */
/* 電話番号*/
p.contact{
	font-size: 110%;
	color: #804A3A;
	padding-top: 1em;
	padding-bottom: 1em;
}
p.contact strong.number{
	font-size: 140%;
	color: #804A3A!important;
	font-weight: normal!important;
}
/* エラー表示 -------------------------------------------------- */
div.error{}

div.error p{padding-top: 20px;
	padding-bottom: 10px;}

div.error table.error{
	border: 1px solid #cc0000;
	width: 540px;
}
div.error table.error th,
div.error table.error td{
	color: #cc0000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
}
div.error table.error th{width: 120px;}
div.error table.error td{}

/* フッター -------------------------------------------------- */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #D7BFA9;
	padding-top: 5px;
	padding-bottom: 2em;
}

/* コピーライト*/
#footer p.copyright {
	text-align: right;
	font-size: 85%;
	padding-right: 15px;

}
