@charset "utf-8";
/* =======================
		reset
========================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,em,strong,th{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}
/*body要素に指定していたヘッダの背景画像がずれるのを防ぐ*/
html {background-color: transparent;
  background-image: none;
}
a{outline:none;}/*リンククリック時の点線を消す*/

/* =======================
		common
========================== */

.mouseon_alpha a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: #FFF;
}
.mb_10 {
	margin: 0 0 10px 0;
}
.mb_20 {
	margin: 0 0 20px 0;
}
.mb_30 {
	margin: 0 0 30px 0;
}
.mb_40 {
	margin: 0 0 40px 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
/* =======================
		clearfix
========================== */
.clearfix:after {
  content: ".";  /* �V�����v�f������ */
  display: block;  /* �u���b�N���x���v�f�� */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*//*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* =======================
		recruit_header
========================== */
* html body {
text-align: center;
}
#top_area {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
}
#recruit_header {
	width: 744px;
	height: 105px;
	overflow: hidden;
}
#header_l {
	float: left;
	width: 305px;
	height: 105px;
	background: url(http://www.belluna.co.jp/employ/fresh/2016/img/common/header_bg_002.jpg) no-repeat 0 0 ;
	position: relative;
}
#recruit_header h1 {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#recruit_header #recruit_logo {
	position: absolute;
	top: 0;
	left: 0;
}
#recruit_header #recruit_logo a {
	display: block;
	width: 305px;
	height: 62px;
	overflow: hidden;
	text-decoration: none;
}
#recruit_header #keiei {
	margin-left: 5px;
	position: absolute;
	top: 62px;
	left: 0;
}
#recruit_header #keiei li {
	float: left;
	margin-right: 10px;
	line-height: 0;
}
#recruit_header #keiei li a {
	zoom: 1;
}
#header_r {
	float: right;
	width: 439px;
	height: 105px;
	line-height: 0;
	background: url(http://www.belluna.co.jp/employ/fresh/2016/img/common/header_bg_002.jpg) no-repeat -305px 0 ;
	text-align: right;
}
#header_r div {
	float: right;
	margin-right: 10px;
	width: 240px;
	height: 60px;
	background: url(../img/150302/pre_btn_001.png) no-repeat;
}
#header_r div ul {
	padding: 22px 10px 0 0;
}
#header_r div ul li {
	float: left;
	padding-left: 10px;
}

#recruit_header #entry {
	float: right;
	width:　156px;
}
#recruit_header #entry #entry_1 {
	height: 60px;
	overflow: hidden;
}
#recruit_header #entry #entry_2 {
	height: 39px;
	overflow: hidden;
}
#recruit_header #entry li a {
	line-height: 0;
	vertical-align: bottom;
	zoom: 1;
}
#header_nav {
	height: 30px;
	background-color: #000;
	font-weight: bold;
	position: relative;
}
#header_nav #header_navigation {
	width: 568px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	_margin-left:3px;
}

#header_nav li {
	font-size: 13px;
	display: inline;
	color: #FFF;
}
#header_nav li a:link, #header_nav li a:visited {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
}
#header_nav li a:hover {
	text-decoration: none;
	color: #F00;
}
/*#header_nav #coming1 {
	position: absolute;
	top: 0;
	left: 300px;
}
#header_nav #coming2 {
	position: absolute;
	top: 0;
	left: 540px;
}*/
#news_area {
	text-align: left;
	height: 158px;
	padding: 10px 20px;
	background: url(http://www.belluna.co.jp/employ/fresh/2016/img/common/bg_img_whats.jpg) no-repeat;
}
#top_news dl {
	color: #fff;
	font-size: 12px;
	width: 380px;
	background: url(http://www.belluna.co.jp/employ/fresh/2016/img/common/bg_img_whats2.gif) repeat;
} 
#top_news dl a {
	color: #fff;
}
#top_news dl a:hover {
	text-decoration: none;
}
#top_news dl dt {
	float: left;
	width: 70px;
	padding: 10px;
}
#top_news dl dd {
	padding: 10px 0 10px 70px;
}
