@charset "utf-8";

/*-------------------------------
   # main_images
---------------------------------*/
#main_images {
   position: relative;
   width:  960px; /* 画像の横幅に合わせて記述 */
   height: 376px; /* 画像の高さに合わせて記述 */
	padding: 0;
}
#main_images img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#main_images img.active {
   z-index: 10;
   opacity: 1.0;
}
#main_images img.last-active {
   z-index: 9;
}

/*-------------------------------
   # main_contents
---------------------------------*/
#main_contents{
	margin-bottom: 0;
}
#menu_contents{
	 width: 670px;
	 float: left;
}
.top_contents{
	background: #ffffff;
	border: 1px solid #e1e1e1;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
	padding: 10px;
	box-sizing: border-box;
}
.top_contents span.midashi{
	display: inline-block;
	background: #75caff;
	color: #fff;
	padding: 5px 10px;
	width: 165px;
	height: 30px;
	box-sizing: border-box;	
	text-align: center;
	position: absolute;
	top: 20px;
	left: -10px;
}
.top_contents span.menu_name{
	display: block;
	padding: 10px 20px 0 0;
	text-align: right;
	background: url(../img/base/icon1.png) no-repeat right 13px;
}
.top_contents a.oshigoto,
.top_contents a.kigyou,
.top_contents a.jobbank,
{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.con_oshigoto,
.con_kigyou{
	width: 325px;
	height: 206px;
	float: left;
	position: relative;
}
.con_kigyou{
	float: right;
}
.con_jobbank{
	width: 670px;
	height: 209px;
	margin-top: 20px;
	clear: both;
	position: relative;
}
.con_kigyou span.midashi{
	background: #fe943c;
}
.con_jobbank span.midashi{
	background: #3aacad;
}


/*-------------------------------
   # facebook
---------------------------------*/
#fb_contents{
	 width: 270px;
	 height: 435px;
	 float: right;
}

#fb_contents h2{
	background: url(../img/top/bg_fb.gif?d=20160801);
	box-sizing:border-box;
	height: 32px;
	padding: 7px 0 5px 70px;
	border-radius: 5px;
}
#fb_inner{
	padding: 0 10px;
}
#fb_image{
	padding: 1px;
	border: 1px solid #ccc;
	background: url(../img/top/fb_noimage.gif?d=20160801) no-repeat top left;
	width: 134px;
	height: 95px;
	margin: 12px auto 12px;
}
#fb_first{
	margin: 0 auto;
	padding: 0 0 7px;
	border-bottom: 1px solid #e1e1e1;
}

#fb_first .contents_main{
	height: 105px;
	max-height: 105px;
	min-height: 105px;
	overflow: hidden;
}

#fb_first span.more{
	display: block;
	text-align: right;
}

span.more a{
	color: #3fa9f5;
}

span.more a:hover{
	text-decoration: underline;
}

ul.fb_list li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 7px 0;
	border-bottom: 1px solid #e1e1e1;
}

ul.fb_list li span{
	display: inline-block;
	margin-right: 10px;
}


/*-------------------------------
   # mission
---------------------------------*/
#mission{
	padding-top: 50px;
	margin-bottom: 0;
	height: 300px;
	box-sizing: border-box;
	color: #444;
	background: url(../img/top/bg_mission.png) no-repeat top right;
}

#mission p{
	padding-left: 40px;
}

/*-------------------------------
   # oshigoto_ms
---------------------------------*/
#oshigoto_ms{
	padding-top: 50px;
	margin-bottom: 0;
	height: 300px;
	box-sizing: border-box;
	color: #444;
	background: url(../img/top/bg_oshigoto.png) no-repeat top left;
}

#oshigoto_ms .con_inner{
	margin-left: 535px;
}

#oshigoto_ms p{
	padding-left: 40px;
}

#oshigoto_ms a{
	display: inline-block;
	color: #fff;
	background: url(../img/base/icon1.png) no-repeat 155px center #3aacad;
	width: 180px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	margin: 30px 0 0 40px;
}

/*-------------------------------
   # point
---------------------------------*/

#point{
	padding: 30px 0 45px;
	margin-bottom: 0;
}

#point dl{
	width: 290px;
	margin-left: 45px;
	float: left;
}

#point dl dt{
	font-size: 14px;
	background: url(../img/base/pin2.png) no-repeat left 2px;
	padding-left: 22px;
	margin-left: -17px;
}

#point dl:first-child dt{
	background: url(../img/base/pin1.png) no-repeat left 2px;
	margin-left: 15px;
}

#point dl:nth-child(3)  dt{
	background: url(../img/base/pin3.png) no-repeat left 2px;
}

#point dl:first-child{
	margin-left: 0;
}

#point dd img{
	margin: 15px 0 15px;
}


