@charset "utf-8";

/*--------------------------------------------------

  Title: top.css
  Last Modified: 2012-11-02
  Last Editor: 1stBit

  Table Of Contents:
  # headerTop
  # carousel
  # box
  # list
  # bnr
  # navTop

--------------------------------------------------*/

/* # headerTop */

header#headerTop {
	text-align: center;
}

header#headerTop p {
	background-color: #d9d99b;
	line-height: 30px;
}

header#headerTop h1 {
	margin-top: 10px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
}

/* # carousel */

section.carousel {
	border-top: 5px solid #f60;
	border-bottom: 5px solid #f60;
	position: relative;
	width: 320px;
	margin: 8px auto 0;
	overflow: hidden;
}

section.carousel ul {
	width: 9999px;
	padding-left: 35px;
}

section.carousel ul li {
	width: 250px;
	float: left;
}

section.carousel ul li p {
	height: 37px;
	padding-top: 6px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	color: #390;
}

section.carousel ul li figure img {
	display: block;
}

section.carousel nav div {
	position: absolute;
	top: 0;
}

section.carousel nav div:first-child {
	left: 0;
}

section.carousel nav div:last-child {
	right: 0;
}

section.carousel nav div img {
	display: block;
}

/* # box */

section.boxSrch {
	padding-bottom: 20px;
}

section.boxSrch h1 {
	margin: 20px 0 -5px;
}

/*	131212	追記	*/
section.boxSrch.boxSrch .srchCate {
	margin: 30px 0 0px;
}

section.boxSrch.boxSrch dl {
	width:100%;
	border-bottom: solid 1px #ccc;
}

section.boxSrch.boxSrch dl dt {
	background-color:#ff9900;
	padding: 12px 10px;
}

section.boxSrch.boxSrch dl dt.nMT {
	margin-top: -21px;
}

section.boxSrch.boxSrch dl dt span#jCate {
	background: url(../img/top/ico_s_job_category.png) no-repeat left center;
	color: #FFF;
	font-weight: bold;
	padding: 10px 30px;
	-webkit-background-size: 24px 24px;
}

section.boxSrch.boxSrch dl dt span#sArea {
	background: url(../img/top/ico_s_area.png) no-repeat left center;
	color: #FFF;
	font-weight: bold;
	padding: 10px 30px;
	-webkit-background-size: 24px 29px;
}

section.boxSrch.boxSrch dl dt span#sCond {
	background: url(../img/top/ico_s_conditions.png) no-repeat left center;
	color: #FFF;
	font-weight: bold;
	padding: 10px 30px;
	-webkit-background-size: 24px 28px;

}

section.boxSrch.boxSrch dl dd {
	width: 50%;
	float: left;
}

section.boxSrch.boxSrch dl dd a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 14px 10px;
	border-top: solid 1px #ccc;
	background: url(../img/top/ico_arrow_02.png) no-repeat right center;
}

section.boxSrch.boxSrch dl dd a.bB {
	border-bottom: solid 1px #ccc;
	margin-bottom: -1px;
}

section.boxSrch.boxSrch dl dd a.bR {
	border-right: solid 1px #ccc;
	margin-right: -1px;
}

section.boxSrch.boxSrch dl dd:nth-child(odd) a {
	border-left: solid 1px #ccc;
}

section.boxSrch.boxSrch dl dd.bR {
	border-right: solid 1px #ccc;
}
/*	131212	追記終	*/

section.boxSrch h1 img {
	display: block;
}

section.boxRecommend {
	padding-bottom: 20px;
}

section.boxRecommend h1 {
	width: 243px;
	margin: 20px auto 0;
	text-align: center;
}

section.boxRecommend h1 img {
	display: block;
}

section.boxRecommend div {
	background-color: #fff;
	border: 2px solid #bfbfbf;
	margin: 10px 20px 0;
}

section.boxRecommend div h2 {
	line-height: 28px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #39f;
}

section.boxRecommend div nav {
	background-color: #d9d99b;
	height: 22px;
	padding-top: 8px;
	text-align: center;
}

#vcarousel {
	height:300px;
	margin:0px !important;
	padding:0px !important;
	overflow:hidden;
}

section.boxRecommend div ul {
	max-height: 300px;
}

section.boxRecommend div ul li a {
	border-bottom: 2px solid #bfbfbf;
	position: relative;
	display: block;
}

section.boxRecommend div ul li:last-child a {
	border: none;
}

section.boxRecommend div ul li a figure {
	position: absolute;
	top: 10px;
	left: 10px;
}

section.boxRecommend div ul li a figure img {
	display: block;
}

section.boxRecommend div ul li a p.ico {
	position: absolute;
	top: 40px;
	left: 115px;
}

section.boxRecommend div ul li a p.ico span {
	margin-right: 1px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
}

section.boxRecommend div ul li a p.ico span.blue {
	background-color: #39f;
	width: 60px;
}

section.boxRecommend div ul li a p.ico span.orange {
	background-color: #f60;
	width: 40px;
}

section.boxRecommend div ul li a p.ico span.green {
	background-color: #3a0;
	width: 50px;
}

section.boxRecommend div ul li a p.dateRecommend {
	position: absolute;
	top: 10px;
	left: 115px;
	line-height: 30px;
}

section.boxRecommend div ul li a p.txtRecommend {
	padding: 67px 10px 7px;
	font-size: 12px;
}

section.boxNotFound {
	background-color: #fff;
	border: 2px solid #7d7d7d;
	margin: 10px 10px 0;
	padding: 0 10px 10px;
}

section.boxNotFound ul li {
	background: url(../img/top/yajirushi.png) no-repeat left center;
	background-size: 18px 18px;
	margin: 7px 0 -3px;
	padding-left: 23px;
	font-size: 12px;
}

section.boxNotFound p {
	margin: 7.5px 0 -2.5px;
	font-size: 10px;
}

/* # list */

ul.listTarget {
	padding-bottom: 10px;
}

ul.listTarget li {
	margin: 10px 10px 0;
}

ul.listTarget li div {
	width: 90px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	float: left;
}

ul.listTarget li div.green {
	background-color: #3a0;
}

ul.listTarget li div.blue {
	background-color: #39f;
}

ul.listTarget li div.orange {
	background-color: #f60;
}

ul.listTarget li div.gold {
	background-color: #b4b45b;
}

ul.listTarget li a {
	margin-left: 95px;
	padding-top: 1px;
	font-size: 12px;
	text-decoration: underline;
	display: block;
}

/* # bnr */

figure.bnrCommon img {
	width: 264px;
	margin: 20px auto 0;
	display: block;
}

/* # navTop */

nav.navTop ul {
	border-top: 2px solid #393;
	border-bottom: 2px solid #393;
	padding: 1px 0;
}

nav.navTop ul li {
	width: 25%;
	float: left;
}

nav.navTop ul li a img {
	display: block;
}
