@charset "utf-8";

/*==========================================
File name: category.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

h1{
	background: #E6E6E6;
	padding: 10px 10px 10px 18px;
	margin: 0 0 20px 0;
	font-size:18px;
}

h2{
	color:#fff;
	border-bottom:#40BD35 solid 1px;
	font-size:16px;
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 18px;
	background:#40BD35;
}


h3{
	background: url(../images/common/hd_02.jpg) no-repeat 0 6px;
	color:#40BD35;
	border-bottom:#40BD35 solid 1px;
	font-size:16px;
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 18px;
	font-weight:bold;
}

.zero{
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

.title_type03{
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 3px;
	border-bottom:#40BD35 solid 2px;
}

/*矢印背景*/

.ar_bg{
	background:url(../images/ar_bg.jpg) repeat-y;
	line-height:100%;}

/*サイトマップ*/



.sitemap li + li{
	margin-top:10px;
	}

.site_type01{
	background:url(../images/common/ar01.png) no-repeat 0 3px;
	padding-left:15px;}

.site_type02{
	padding-left:30px;}
	
.project_menu{
	width: 100%;
}
.project_menu,
.project_menu li{
	overflow: hidden;
	display: table;
}

.project_menu li{
	width: calc(100%*1/4 - 2%);
	float: left;
	padding: 0 1%;
	margin-bottom: 10px;
}
.project_menu li:nth-child(4n){
	float: right;
	margin-right: 0;
}

.project_menu li a{
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	font-size: 16px;
	background: #E0F5DE;
	padding: 6px 8px 6px 10px;
	width: calc(100% - 18px);
	border: solid 1px #40BD35;
	text-decoration: none;
	background-image: linear-gradient(-45deg, #f00 10px, transparent 0);
}

.project_menu li a:hover,
.project_menu li a:active{
	background: #9FE09A;
	background-image: linear-gradient(-45deg, #f00 10px, transparent 0);
}


/********************

採用情報

************************/

.third_type01,
.third_type02{
	width:718px;
	clear:both;
	overflow:hidden;}


.third_type01_l{
	width:200px;
	float:left;
	margin-right:10px;
}
.third_type01_c{
	width:17px;
	float:left;
}

.third_type01_r{
	width:17px;
	float:right;
	padding:10px;
	width:463px;
	border-left:#E7E7E7 solid 2px;
	border-top:#E7E7E7 solid 2px;
	border-right:#E7E7E7 solid 6px;
	border-bottom:#E7E7E7 solid 6px;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	}


.third_type02_l{
	width:17px;
	float:left;
	padding:10px;
	width:463px;
	border-left:#E7E7E7 solid 2px;
	border-top:#E7E7E7 solid 2px;
	border-right:#E7E7E7 solid 6px;
	border-bottom:#E7E7E7 solid 6px;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}
.third_type02_c{
	width:17px;
	float:left;
}

.third_type02_r{
	width:200px;
	float:right;
	margin-left:10px;
	}

.form_btn input[type="submit"]{
	margin: 30px 0 0 0;
	padding: 10px 14px;
}