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

/*コンテンツタイトル*/
#cnt_header{
    background-color:palegreen;
	padding:15px;
}


/*おすすめ冊子ナビ*/
#new_book_nav{
	position:relative;
	display:block;
	text-align:center;
    color:black;
    height:230px;
	padding:15px 0;
	width:1250px;margin:0 auto;
	/*display:none;*/
}

#new_book_nav_title{
	display:inline;
	margin:5px ;
	width:100px;
	height:15px;
	background-color:inherit;
	color:red;
}
#new_book_navi_back{	/*　背景の枠　*/
	display:block;
	height:180px; width:1200px;
	border:1px solid silver;
	position:absolute;
	top:10px;left:40px;
	box-shadow:0px 0px 10px silver;
	border-radius: 20px;        /* CSS3草案 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	z-index:0;
}
#new_book_nav_wrapper{
	margin:15px 15px 70px 70px;
}
.new_book_nav_wrapper{
	margin:15px 15px 70px 70px;
}
#new_book_nav .block1{
	height:120px;
	width:210px;
	margin-right:15px;
	float:left;
	text-align:left;
	/*display:none;*/
}
#new_book_nav .block1 img{
	height:90px;
	margin-bottom:5px;
	box-shadow:0px 0px 10px silver;
}
#new_book_nav .block1 span{
	display:block;
	width:115px;

}



/*弊社事業案内*/
#contents li{
	
}
#contents #our_business h2{
	margin:0;padding:0;
}
#contents #our_business p{
	margin:10px 0;padding:0;
}
#contents #our_business .table,#contents #ours .table{
	clear:both;
	width:790px;
	margin:0 auto;
}
#contents #our_business .column,#contents #ours .column{
	
	margin:0 10px;
	padding:0;
	width:373px;
	float:left;	
}

/*導入実績*/
#contents #our_works h4{
	display:block;
	height:50px; width:400px;
	margin:0; padding:5px 0 0 15px;
	font-size:25px;
	font-weight:bold;
	color:white;
	background-image:none;

}
#our_works .wrapper1{
	box-shadow:10px 10px 20px silver;
	margin-bottom:24px;
}
#our_works .wrapper2{
	padding:15px;
}
#our_works p,#our_works ul{
	margin:8px 15px;
}
#our_works .img{
	display:block;
	height:220px;width:200px;
	margin:16px;
	float:right;
	background-color:gray;
}
#contents h5{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	margin-left:1em;
	margin-right:1em;
}

/*求人*/
#contents article #wanted h4 {
	padding:0px 8px 0px 0px;
	padding-left:1em;
	font-size:20px;
	margin:8px 8px 0 0;
	font-weight:bold;
	background-image:url(../img_parts/listtop3/2.gif);
	background-repeat: no-repeat;
	background-position: 0 8px ;
	border-bottom:1px solid black;
}


.back_ground_grad_gray{
background: -moz-linear-gradient(linear, left top, right top, from(gray),color-stop(0.15,whitesmoke),color-stop(0.85,whitesmoke),to(gray));
	background: -webkit-gradient(linear, left top, right top, from(gray),color-stop(0.15,whitesmoke),color-stop(0.85,whitesmoke),to(gray)); 
}

