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

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/*Hides from IE-mac*/
* html.clearfix {height:1%}
.clearfix {display:block;}
/*End hide from IE-mac*/

/* ---------- initialize */

body{
	margin:0;
	padding:0;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.7;
	background-color:#fff9d9;
}

h1{
	margin:0;
	padding:0;
	font-size:1em;
}

h2{
	margin:0;
	padding:0;
	font-size:1.2em;
}

h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:1em;
}

p{
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

li{
	margin:0;
	padding:0;
}

dl{
	margin:0;
	padding:0;
}

dt{
	margin:0;
	padding:3px;
}

dd{
	margin:0;
	padding:3px;
}

hr{
	clear:both;
}

a{text-decoration:none;color:#0066ff;}
a:hover{text-decoration:underline;}

/* ---------- structure */

#global_bg{
	background:#fff9d9 url(../../img/recruit/common/bg_global.gif) repeat-y top center;
}

#container{
	width:900px;
	margin:0 auto;
}

#header {

}

#header h1{
	color:gray;
	font-size:1em;
	font-weight:normal;
}

#column_wrapper{
	width:860px;
	margin:0 auto;
	padding:0px 20px;
	background:url(../../img/recruit/common/flasharea_footer.gif) repeat-x top left;
}

#column-left{
	width:630px;
	float:left;
	margin-right:30px;
}

#column-right{
	width:200px;
	float:left;
	padding-top:20px;
}

#footer{
	text-align:center;
	background:url(../../img/recruit/common/bg_footer.jpg) no-repeat top center;
	margin:0 auto;
	padding-top:20px;
	width:900px;
	height:75px;
	color:#666;
	clear:both;
	line-height:1.5;
}

#footer p{
	font-size:0.8em;
}

#footer a{
	color:#666666;
}

/* ---------- global navi */

#global_navi{
	/*clear:both;*/
	margin:0px;
	/*height:40px;*/
	padding:0 2px;
	background:url(../../img/recruit/common/menu_bg.gif) no-repeat 0px 0px;
}

#global_navi li{
	float:left;
	height:40px;
}

#global_navi li img{
	border:none;
}

/* ---------- infomation */

dl#information{
	margin-bottom:10px;
}

dl#information dt{
	float:left;
	width:100px;
	display:block;
	text-align:center;
}

dl#information dd{
	float:left;
	display:block;
	width:500px;
	background:url(../img/common/separator_1.gif) no-repeat 0px 7px;
	padding-left:15px;
	border-left:3px double #ccc;
}

dl#information dt.even, dl#information dd.even{
	background:#f0f0f0;
}


/* ---------- left area */

#column-left h2{
	margin-bottom:1em;
}
#column-left h3{
	font-size:15px;
	color:#0066CC;
	border-bottom:3px double #ccc;
	margin-bottom:0.5em;
}
#column-left h4{
	font-size:15px;
	color:#333;
	background:url(../../img/recruit/common/ic_pin_blue.gif) no-repeat 0 7px;
	padding-left:15px;
	margin-bottom:0.5em;
}
#column-left p{
	margin-bottom:2em;
	word-break:break-all;
}

/* ---------- right area */

#column-right h2{
	width:200px;
	height:30px;
	margin-bottom:5px;
}
#column-right ul.ban{
	margin-bottom:2em;
}
#column-right ul.ban li{
	margin-bottom:3px;
}

#column-right ul.pickup-list{
	margin-bottom:2em;
	width:200px;
}
#column-right ul.pickup-list li{
	background:#f0f0f0 url(../img/common/separator_3.gif) no-repeat top left;
	margin-bottom:3px;
	padding:5px 5px 5px 15px;
}
#column-right ul.pickup-list li a{
	color:#333333;
	text-decoration:none;
}
#column-right ul.pickup-list li a:hover{
	color:#779309;
	text-decoration:underline;
}

/* ---------- home-message */

#column-left .home-message{
	padding:0 18px 18px 18px;
	background:url(../../img/recruit/common/bg_home_message.jpg) repeat-x top left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:2em;
}
#column-left .home-message h2{
	margin-bottom:1em;
}
#column-left .home-message .left{
	width:130px;
	height:130px;
	margin-right:16px;
	float:left;
	text-align:center;
}
#column-left .home-message .left p{
	padding:10px 0px;
}
#column-left .home-message .right{
	width:424px;
	border-left:3px double #ccc;
	float:left;
	padding-left:16px;
}
#column-left .home-message .right p{
	margin-bottom:0;
}

/* ---------- bottom link */

#bottomlink{
	clear:both;
	background:url(../../img/recruit/common/bg_bottomlink.jpg);
	margin-top:1em;
}

#bottomlink li{
	float:left;
	margin:0px;
	padding:5px 0px 5px 25px;
	background:url(../../img/recruit/common/separator_1.gif) no-repeat 10px 10px;
	font-size:0.8em;
}

#bottomlink li a{
	color:#333333;
}

/* ----------- past-article */

a.past-article{
	margin-left:auto;
	width:110px;
	display:block;
	padding-left:18px;
	background:url(../../img/recruit/common/ic_past_article.gif) no-repeat 0 1px;
}

/* ----------- totop */

.totop{
	clear:both;
	width:900px;
	text-align:right;
}

.totop img{
	margin-left:auto;
}

/* ---------- table-type */

.table-type-1{
	width:100%;
	margin-bottom:1em;
}

.table-type-1 th{
	background:#99CCFF;
}

.table-type-1 td{
	padding:3px;
	border-bottom:1px solid #e0e0e0;
}

.table-type-1 td.md{
	white-space:nowrap;
	width:10em;
}

.event-table td{
	padding:5px 10px;
	text-align:center;
}

/* ---------- pankuzu navi */

#pankuzu_navi{
	clear:both;
	margin:7px 0px;
	height:25px;
}

#pankuzu_navi li{
	float:left;
	margin-right:6px;
	padding:0px 0px 0px 20px;
	background:url(../../img/common/ic_pankuzu_lower.gif) no-repeat 0 2px;
}

#pankuzu_navi li.home{
	background:url(../../img/common/ic_pankuzu_home.gif) no-repeat 0 2px;
}

/* ---------- column */

/* 1 */
.columnType1{
	padding:10px;
	border:1px solid #ccc;
	background:#FFFFE6;
	margin-bottom:1em;
}

#column-left .columnType1 h4{
	color:#993300;
	margin-bottom:0.5em;
}

#column-left .columnType1 p{
	margin:0px;
	padding:0px;
}

/* 2 */
.columnType2{
	padding:10px 0px;
	border-bottom:1px dashed #ccc;
}

#column-left .columnType2 h4{
	color:#444;
	margin-bottom:0.2em;
}

#column-left .columnType2 p{
	margin:0px;
	padding:0px;
}

/* ---------- saiyou */

.saiyou{
	padding:1em;
	border:1px solid #ccc;
	background:#ffffE0;
	margin-bottom:1.5em;
}

/* ---------- accordion */

dl#accordion,dl#accordion2,dl#accordion3{
	background:white;
	margin-bottom:1em;
	margin-left:1em;
}

dl#accordion dt,dl#accordion2 dt,dl#accordion3 dt{
	background:url(../../img/recruit/bg_accordion.jpg) repeat-x 0 0;
	border-left:3px solid #999;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

dl#accordion dt a,dl#accordion2 dt a,dl#accordion3 dt a{
	display:block;
}

dl#accordion dd dt,dl#accordion2 dd dt,dl#accordion3 dd dt{
	background:white;
}

dl#accordion dd,dl#accordion2 dd,dl#accordion3 dd{
	background:white;
}

dl#accordion dd h4,dl#accordion2 dd h4,dl#accordion3 dd h4{
	background:url(../../img/common/ic_pin.gif) no-repeat 0 7px;
	padding-left:15px;
	margin-bottom:0.5em;
}

dl#accordion p,dl#accordion2 p,dl#accordion3 p{
	margin-bottom:0.5em;
}

dl#accordion ul,dl#accordion2 ul,dl#accordion3 ul{
	list-style:disc;
	margin-left:1.5em;
	margin-bottom:0.5em;
}

dl#accordion ul ul,dl#accordion2 ul ul,dl#accordion3 ul ul{
	list-style:circle;
	margin-left:1.5em;
}

dl#accordion dd.accordion_content,
dl#accordion2 dd.accordion_content,
dl#accordion3 dd.accordion_content{
	/*background:white;*/
	overflow:hidden;
	padding-bottom:1em;
}

dl#accordion dd.accordion_content a,
dl#accordion2 dd.accordion_content a,
dl#accordion3 dd.accordion_content a{
	text-decoration:underline;
}

dl#accordion dd.accordion_content dt,
dl#accordion2 dd.accordion_content dt,
dl#accordion3 dd.accordion_content dt{
	border:none;
}

dl#accordion dd.accordion_content dd,
dl#accordion2 dd.accordion_content dd,
dl#accordion3 dd.accordion_content dd{
	margin-left:1em;
}

/* ---------- mailform */

p.attention{
	border:1px solid #6699cc;
	color:#336699;
	background:#ddeeff;
	font-weight:bold;
	text-align:center;
	padding:15px;
}

form ol{
	list-style:none;
	margin:0;
}

form li{
	margin-bottom:3px;
	/*display:inline-block;*/
	vertical-align:top;
}

form label{
	display:inline-block;
	width:12em;
	text-align:right;
	vertical-align:top;
	margin-right:5px;
}

form .check{
	font-weight:bold;
	color:#0066FF;
}

/* ---------- privacy */

#privacy ul.primary{
	margin-bottom:1em;
	list-style:disc;
	margin-left:15px;
}

#privacy ul.primary li{

}

#privacy ul.secondary{
	margin-bottom:10px;
	list-style:circle;
	margin-left:15px;
}

#privacy ul.secondary li{

}

/* ---------- sitemap */

#sitemap ul{
	list-style:disc;
	margin-left:15px;
}

#sitemap ul ul{
	list-style:circle;
	margin-left:15px;
}

#sitemap li{
	line-height:2;
}

/* ---------- topics */

.topics{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:1em;
	margin-bottom:1em;
}

.topics h4{
	border-bottom:1px dashed #ccc;
}

.topics p.time{
	color:#999;
}
