@charset "utf-8";

/*----------------------------------------------------
　求人情報　共通
----------------------------------------------------*/

#job h1#main-ti {
	padding: 0px;
	margin: 0px 0px 10px;
	width: 100%;
	text-align: center;
}

#job #contents p.banner {
	margin: 0px 0px 15px;
	padding: 0px;
	text-align: center;
}

#job #contents p.banner a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFF;
}

#contents a:link {
	color:#000;
}
	
#contents a:hover {
	color:#E20A16;
}

/*　お知らせ一覧
----------------------------------------------------*/

#info {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}

#info p.btn {
	text-align: center;
	width: 80%;
}

#info div.ti {
	overflow: hidden;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#info div.ti h2 {
	font-size: 16px;
	color: #FFF;
	padding: 10px;
}

#info .inner {
	background: #FFF;
	padding: 0px 0px 10px;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

dl#info-list {
	padding: 0px;
	margin: 0px 0px 15px;
}

dl#info-list a {
	display: block;
	position: relative;
	padding: 10px 25px 10px 10px;
	text-decoration: none;
	background-image: url(../img/icon3.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 10px;
	border-bottom: 1px dotted #999;
}

dl#info-list dt {
	padding: 0px 0px 5px;
	line-height: 0;
	margin: 0px;
}

dl#info-list dt img {
	width:120px;
	height:16px;
}

dl#info-list dd {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*　転職求人情報検索
----------------------------------------------------*/

#search {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#search div.ti {
	overflow: hidden;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 10px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
}

#search div.ti h2 {
	font-size: 16px;
	color: #FFF;
	padding: 10px;
	margin: 0px;
}

#search div.ti h2 span {
	padding-left: 1.5em;	
	background-image: url("../img/job/icon1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px 14px;
}

#search p#cases {
	padding: 0px;
	line-height: normal;
	text-align: center;
	margin: 0px 0px 10px;
}

#search p#cases strong {
	font-size: 18px;
}

/*　エリアで探す　*/

#area {
	padding: 0px;
	width: 100%;
	margin: 0px 0px 15px;
	overflow: hidden;
}

/*　働く職種で探す　*/

#type-works {
	padding: 0px;
	width: 100%;
	margin: 0px 0px 15px;
}

#type-works dl {
	margin: 0;
	padding: 0;
}

#type-works dt {
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	text-indent: -1.25em;
	margin: 0px;
	line-height: normal;
}

#type-works dd {
	border-bottom: 1px dotted #999;
	margin: 0px 0px 15px;
	font-size: 12px;
	line-height: 1.5;
	padding: 15px 10px;
}

#type-works dd:after {
 content : '';
 display : block;
 clear : both;
}

/*　働く職種で探す　*/

#cross {
	padding: 0px;
	width: 100%;
	margin: 0px 0px 15px;
}



/*　企業の業種で探す　*/

#type-company {
	padding: 0px;
	width: 100%;
	margin: 0px 0px 15px;
	overflow: hidden;
}


/*　こだわり条件で探す　*/

#conditions {
	padding: 0px;
	width: 100%;
	margin: 0px 0px 15px;
	overflow: hidden;

}

#conditions ul {
	margin: 0;
	padding: 0;
}

#conditions li {
	display: block;
	position: relative;
	padding: 10px;
	text-decoration: none;
	color: #000;
	background-size: 20px 10px;
}

/*　転職求人情報キーワード検索　*/

.top #keyword {
	margin-bottom: 10px;
	width: 100%;
}

#keyword {
	margin: 0px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0px;
	width: 100%;
}

#keyword .keyword_area {
	border:1px solid #999;
	width:100%;
	height: 27px;
	margin: 0px 0px 5px;
	padding: 5px 10px 5px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: normal;
}

/*　input ボタン　*/

form p.button {
	margin:0px;
	padding: 0px;
	text-align: center;
}

form p.button input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 70px;
	font-size: 1.5em;
	-webkit-appearance: button;

	color: #fff;
	border-style: none;
	font-weight: bold;
}

form p.button:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*　条件を組み合わせて絞りこみしたい場合はこちら　ボタン　*/

#search p.narrowing-down {
	-moz-border-radius: 10px;
	-moz-box-shadow: #000000 0px 0px 5px;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: #E9F9F9 0 0 10px;
	-webkit-transition: all 0.5s ease;
	border-radius: 10px;
	border: 5px solid #ffffff;
	box-shadow: #000000 0px 0px 5px;
	display: inline-block;
	margin: auto;
	padding: 15px;
	text-shadow: #000000 0px 0px 5px;
	transition: all 0.5s ease;
	width: 100%;
	
	box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}

#search p.narrowing-down a {
	color: #ffffff;
	text-decoration: none; 
}

/*==================================================================================================================*/

/*　リストボタン　*/

div.list ul {
	margin: 0;
	padding: 0;
}

div.list li {
	display: block;
	border-top: 1px solid #C1C1B5;
	border-right: 1px solid #C1C1B5;
	border-left: 1px solid #C1C1B5;
}

div.list a {
	display: block;
	background: #FFF;
	position: relative;
	padding: 17px 20px;
	text-decoration: none;
	color: #000;
	
	
	background-image: url(../img/icon3.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 10px;
}

div.list a:hover {
	opacity:0.8;filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

div.list li:last-child {
	border-bottom: 1px solid #C1C1B5;
}
