@charset "UTF-8";



#contents {
}



/* ------------------------------ */
/* interview */
/* ------------------------------ */
#contents #interview {
	background: url(/design/img/jobs/index/interview_bg.gif) repeat-y left top;
	margin: 30px 0;
}
#contents #interview .top {
	background: url(/design/img/jobs/interview/index/interview_top.gif) no-repeat left top;
}
#contents #interview .btm {
	background: url(/design/img/jobs/index/interview_btm.gif) no-repeat left bottom;
}
/* ------------------------------ */
/* ul */
#contents #interview ul {
	padding: 0 20px;
}
#contents #interview ul li {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}
#contents #interview ul li:last-child {
	border: none;
}
#contents #interview ul li .p {
	float: left;
}
#contents #interview ul li .p img {
	border: 1px solid #ccc;
	padding: 4px;
}
#contents #interview ul li .t {
	float: right;
	width: 490px;
	padding: 4px 0 0 0;
}
#contents #interview ul li .t h2 {
	font-size: 1.29em;
	font-weight: normal;
	line-height: 1.33;
}
#contents #interview ul li .t h2 a {
	text-decoration: none;
	background: url(/design/img/jobs/index/interview_arrow.gif) no-repeat left 4px;
	display: block;
	text-indent: 18px;
}
#contents #interview ul li.a-hover .t h2 a {
	text-decoration: underline;
}
#contents #interview ul li .t p {
	margin: 3px 0 0 0;
}
#contents #interview ul.ob li.a h2 a{
	background: url(/design/img/jobs/index/interview_arrow.gif) no-repeat left 4px;
	padding-left: 20px;
	display: block;
}
#contents #interview ul.ob li.a p{
	padding-left: 20px;
}

#contents p.notice-block {
	background: url(/design/img/cmn/cmn/dot.gif) repeat left top;
	text-align: center;
	padding: 19px;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	
	span {
		font-size: 28px;
		font-weight: bold;
		color: #c00;
	}
}







