@charset "UTF-8";



/*** CSS Document ********************************************



	area_tpl_smarea.css



*************************************************************/
img{
	max-width:100%;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

@media screen and (min-width: 779px){
#icatch{
	width: 100%;
	padding: 30px 0;
	background: url(../img/area_top_bg02.jpg) no-repeat center 55%;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.3;
}
}

@media screen and (max-width: 780px){
#icatch{
	width: 100%;
	padding: 30px 0;
	background: url(../img/area_top_bg02.jpg) no-repeat center 55%;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
}
}

#icatch img{
	display: block;
	margin: 0 auto;
}
#icatch h2{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.3;
}
#icatch h2 em{
	font-size: 70px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.tpc_red{
	color: #E54C39;
}
.tpc_orange{
	color: #ff8000;
}


/* /////LPバナー////// */
.adbnr{
	width:60%;
	margin:0 auto 30px auto;
}
.adbnr h3{
	background:#e54c39;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}
.adbnr ul li a{
	display:block;
	padding:10px 25px 10px 10px;
	box-sizing:border-box;
	background:url(../img/arrow.png) no-repeat 98% center #f2f2f2;
	background-size:10px auto;
	color:#000;
	border-bottom:1px solid #ccc;
}
.adbnr ul li:last-child a{
	border-bottom:none;
}

/* /////導入////// */
#introduction{
	width: 60%;
	margin: 0 auto;
	padding:0 0 40px 0;
	box-sizing:border-box;
}
#introduction h2{
	color:#e54c39;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding:0 0 25px 0;
}
#introduction p{
  font-size: 16px;
  line-height: 1.875;
	text-align: center;
}
/* /////エリア検索////// */
#area_search{
	width: 60%;
	margin: 0 auto;
	padding:0 0 30px 0;
	box-sizing:border-box;
}
#area_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico01.png) no-repeat center top;
	padding:80px 0 10px 0;
}
#area_search section{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}

#area_search .sub_rail2{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
	border: 1px solid #e54c39;
}

#area_search section:last-child{
	margin:0;
}
#area_search section h3{
	padding:5px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	border-bottom:1px solid #fff;
}

#area_search .sub_rail2 h3{
	padding:5px 0;
	color:#e54c39;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	border-bottom:1px solid #e54c39;
}

section.main_area{
	background:#ed8e26;
}
section.main_area ul li{
	width:31%;
	float:left;
	margin:0 0.5% 1.5% 1.5%;
}
section.main_area ul li a{
	display:block;
	color:#000;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_o.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.main_area p a{
	display:block;
	color:#000;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:13px 0 10px 0;
	background:url(../img/arrow_o.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.sub_area{
	background:#25b99a;
}
section.sub_area ul li{
	width:23%;
	float:left;
	margin:0 1% 1.5% 1%;
}
section.sub_area ul li a{
	display:block;
	color:#000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_g.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.sub_area p{
	position:relative;
	top:-1.2em;
}
section.sub_area p em{
	display:block;
	color:#000;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	position:relative;
	top:2.5em;
	z-index:10;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #fff;
	background-size:15px auto;
	pointer-events: none;
}
section.sub_area p select{
	display:block;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:8px 0 5px 0;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #fff;
	background-size:15px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
	text-align:center;
	position:relative;
	z-index:1;
}

section.sub_city{
	margin:-15px 0 0 0 !important;
}
section.sub_city ul li{
	width:23%;
	float:left;
	margin:0 1% 1.5% 1%;
}
section.sub_city ul li a{
	display:block;
	color:#000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_g.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.sub_city p{
	position:relative;
	top:-1.2em;
}
section.sub_city p em{
	display:block;
	color:#fff;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	position:relative;
	top:2.5em;
	z-index:10;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #25b99a;
	background-size:15px auto;
	pointer-events: none;
}
section.sub_city p select{
	display:block;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:8px 0 5px 0;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #25b99a;
	background-size:15px auto;
	border-bottom:3px solid #1f9377;
	border-radius:5px;
	text-align:center;
	position:relative;
	z-index:1;
}
section.sub_city p select option{
	background:#fff;
}

section.sub_rail{
	background:#25b99a;
	margin:10px 0 0 0 !important;
}
section.sub_rail ul li{
	width:31%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
section.sub_rail ul li a{
	display:block;
	padding:18px 0 15px 0;
	color:#000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	background:url(../img/arrow_g.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height:47px;
	padding:3px 10px 0 0;
}

section.sub_rail2{
	background:#fff;
	margin:10px 0 0 0 !important;
}
section.sub_rail2 ul li{
	width:31%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
section.sub_rail2 ul li a{
	display:block;
	padding:18px 0 15px 0;
	color:#e54c39;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	background:url(../img/arrow_w.png) no-repeat 98% center #e54c39;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height:47px;
	padding:3px 10px 0 0;
}

p.all_area{
}
p.all_area a{
	display:block;
	color:#fff;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_w.png) no-repeat 98% center #e54c39;
	background-size:7px auto;
	border-bottom:3px solid #b5372d;
	border-radius:5px;
}

p.all_area2{
}
p.all_area2 a{	
	display:block;
	color:#fff;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_w.png) no-repeat 98% center #e54c39;
	background-size:7px auto;
	border-bottom:3px solid #b5372d;
	border-radius:5px;
	margin:0 2.4% 1% 1.2%;
}

/* /////こだわり検索////// */
#condition_search{
	padding:30px 10px;
	background:#fff9d4;
	box-sizing:border-box;
}
#condition_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico02.png) no-repeat center top;
	padding:80px 0 10px 0;
}
#condition_search section{
	width:61%;
	padding:0 0 10px 0;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 auto 20px auto !important;
}
#condition_search section em{
	font-style:normal;
}
#condition_search section:last-child{
	margin:0;
}
section.sort, section.pay{
	background:#fff;
	border:1px solid #ffb000;
	box-sizing:border-box;
}
section.sort h3, section.pay h3{
	color:#000;
	text-align:center;
	font-size:18px;
	padding:45px 0 0 0;
	margin:0 0 10px 0;
}
section.sort h3{
	background:url(../img/short_ico.png) no-repeat center top;
	background-size:40px auto;
}
section.pay h3{
	background:url(../img/pay_ico.png) no-repeat center top;
	background-size:40px auto;
}
section.sort h3 em, section.pay h3 em{
	color:#e54c39;
}
section.sort h4, section.pay h4{
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	padding:10px 0;
	background: #f39b08;
	border-bottom:3px solid #ed7700;
	border-radius:5px;
}
section.sort ul li a, section.pay ul li a{
	display:block;
	padding:10px 0 10px 5px;
	box-sizing:border-box;
	background:url(../img/arrow_o.png) no-repeat 98% center;
	background-size:7px auto;
	border-bottom:1px solid #ccc;
}
p.all_condition{
	margin:10px 0 0 0;
}
p.all_condition a{
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	padding:10px 0;
	background: url(../img/arrow_w.png) no-repeat 98% center #45a9ff;
	background-size:7px auto;
	border-bottom:3px solid #4099db;
	border-radius:5px;
}
section.sub_condition{
	background:#ffb000;
	box-sizing:border-box;
}
section.sub_condition h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
section.sub_condition h3 em{
	font-size:120%;
}
section.sub_condition ul li{
	width:31%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
section.sub_condition ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_o.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}


/* /////職種検索////// */
#category_search{
	padding:30px 10px;
	background:#e1f4ff;
	box-sizing:border-box;
}
#category_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico03.png) no-repeat center top;
	padding:80px 0 10px 0;
}
#category_search section{
	width:61%;
	background:#42b4e5;
	padding:0 0 10px 0;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 auto 20px auto !important;
}
#category_search section em{
	font-style:normal;
}
#category_search section:last-child{
	margin:0;
}
#category_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#category_search section h3 em{
	font-size:120%;
}
#category_search section ul li{
	width:31%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
#category_search section ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}

/* /////給与検索////// */
#salary_search{
	padding:30px 10px;
	background:#fff2e8;
	box-sizing:border-box;
}
#salary_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico05.png) no-repeat center top;
	padding:80px 0 10px 0;
}
#salary_search section{
	width:61%;
	background:#ff8000;
	padding:0 0 10px 0;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 auto 20px auto !important;
}
#salary_search section em{
	font-style:normal;
}
#salary_search section:last-child{
	margin:0;
}
#salary_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#salary_search section h3 a{
	color:#fff;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#salary_search section h3 a::before{
	background: url(../img/caret_right.png) no-repeat left top;
	content: '';
	height: 11px;
	left: -5px;
	position: absolute;
	top: 8px;
	width: 9px;
}
#salary_search section ul li{
	width:31%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
#salary_search section ul li select{
	background:url(../img/arrow_r_bottom.png) no-repeat 98% center #fff;
	background-size:auto 7px;
	background-color: #fff;
	display: block;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	height:60px;
	width: 100%;
	text-align:center;
	font-size:100%;
	font-weight: bold;
	padding-left: 15px;
	box-sizing: border-box;
}

/* /////期間検索////// */
#period_search{
	padding:0px 10px 30px 10px;
	background:#fff2e8;
	box-sizing:border-box;
}
#period_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico06.png) no-repeat center top;
	padding:80px 0 10px 0;
}
#period_search section{
	width:61%;
	background:#ff8000;
	padding:0 0 10px 0;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 auto 20px auto !important;
}
#period_search section em{
	font-style:normal;
}
#period_search section:last-child{
	margin:0;
}
#period_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#period_search section h3 em{
	font-size:120%;
}
#period_search section ul li{
	width:31%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
#period_search section ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_r.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}

/* /////シフト検索////// */
#shift_search{
	padding:0 10px 30px 10px;
	background:#fff2e8;
	box-sizing:border-box;
}
#shift_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico07.png) no-repeat center top;
	padding:80px 0 10px 0;
}
#shift_search section{
	width:61%;
	background:#ff8000;
	padding:0 0 10px 0;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 auto 20px auto !important;
}
#shift_search section em{
	font-style:normal;
}
#shift_search section:last-child{
	margin:0;
}
#shift_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#shift_search section h3 em{
	font-size:120%;
}
#shift_search section ul li{
	width:31%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
#shift_search section ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_r.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}

/* /////SEOコンテンツ////// */
#column{
	padding:30px 10px;
	background:#fff;
	box-sizing:border-box;
}
#column h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico04.png) no-repeat center top;
	padding:80px 0 10px 0;
}
#column section{
	width:61%;
	font-size:120%;
	line-height:1.5;
	letter-spacing:0.05em;
	background:#f2f2f2;
	padding:0 15px 15px 15px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 auto 20px auto !important;
}
#column section:last-child{
	margin:0;
}
#column section p{
	margin:0 0 10px 0;
}
#column section p:last-child{
	margin:0;
}
#column section h3{
	color:#000;
	font-size:120%;
	padding:20px 0 15px 32px;
	background:url(../img/colmun_ico.png) no-repeat left center;
	background-size:30px auto;
	border-bottom:1px solid #000;
	margin:0 0 20px 0;
}
#column section span{
	display:block;
	padding:10px 0;
	border:3px solid #444;
	font-weight:bold;
	text-align:center;
	border-radius:100px;
}

.page-top {
	width:40px;
	height:40px;
	background:url(../img/to_top.png) no-repeat center center;
	background-size:100% 100%;
	text-indent:-9999px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
	z-index:9999;
}

/*愛知販売特集*/
#area_feature {
	margin-bottom: 15px;
}

/*ボタン光らせる*/

#kirakira {
    display: block;
	width: 47%;
    margin: 0 1% 1.5% 1.2%;;

}
#kirakira a {
    display: block;
	height: 20px;
    padding: 18px 0 15px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    background-color: #e54c39;
	border-bottom: 3px solid #b5372d;
    color: #ffffff;
	font-size:140%;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
#kirakira a:hover {
    color: #ffffff;
    background-color: #e54c39;
}
#kirakira a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media screen and (max-width:780px){
img{
	max-width:100%;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}


#icatch{
	width: 100%;
	padding: 30px 0;
	background: url(../img/area_top_bg02.jpg) no-repeat center 55%;
	background-size: cover;
	margin: 0 auto;
}
#icatch img{
	display: block;
	margin: 0 auto;
}
#icatch h2{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
}
#icatch h2 em{
	font-size: 50px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.tpc_red{
	color: #E54C39;
}
.tpc_orange{
	color: #ff8000;
}


/* /////LPバナー////// */
.adbnr{
	width:100%;
	margin:0 0 30px 0;
}
.adbnr h3{
	background:#e54c39;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}
.adbnr ul li a{
	display:block;
	padding:10px 25px 10px 10px;
	box-sizing:border-box;
	background:url(../img/arrow.png) no-repeat 98% center #f2f2f2;
	background-size:10px auto;
	color:#000;
	border-bottom:1px solid #ccc;
}
.adbnr ul li:last-child a{
	border-bottom:none;
}

/* /////導入////// */
#introduction{
	width: 100%;
	margin: 0 auto;
	padding:0 10px 30px 10px;
	box-sizing:border-box;
}
#introduction h2{
	color:#e54c39;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding:0 0 25px 0;
}
#introduction p{
  font-size: 16px;
  line-height: 1.4;
	text-align: left;
}
/* /////エリア検索////// */
#area_search{
	width: 100%;
	padding:0 10px 30px 10px;
	box-sizing:border-box;
}
#area_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico01.png) no-repeat center top;
	background-size:auto 37px;
	padding:40px 0 10px 0;
}
#area_search section{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}

#area_search .sub_rail2{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
	border: 1px solid #e54c39;
}

#area_search section:last-child{
	margin:0;
}
#area_search section h3{
	padding:5px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	border-bottom:1px solid #fff;
}

#area_search .sub_rail2 h3{
	padding:5px 0;
	color:#e54c39;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	border-bottom:1px solid #e54c39;
}

section.main_area{
	background:#ed8e26;
}
section.main_area ul li{
	width:31%;
	float:left;
	margin:0 0.5% 1.5% 1.5%;
}
section.main_area ul li a{
	display:block;
	color:#000;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_o.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.main_area p a{
	display:block;
	color:#000;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:13px 0 10px 0;
	background:url(../img/arrow_o.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.sub_area{
	background:#25b99a;
}
section.sub_area ul li{
	width:23%;
	float:left;
	margin:0 1% 1.5% 1%;
}
section.sub_area ul li a{
	display:block;
	color:#000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_g.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.sub_area p{
	position:relative;
	top:-1.2em;
}
section.sub_area p em{
	display:block;
	color:#000;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	position:relative;
	top:2.5em;
	z-index:10;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #fff;
	background-size:15px auto;
	pointer-events: none;
}
section.sub_area p select{
	display:block;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:8px 0 5px 0;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #fff;
	background-size:15px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
	text-align:center;
	position:relative;
	z-index:1;
}

section.sub_city{
	margin:-15px 0 0 0 !important;
}
section.sub_city ul li{
	width:23%;
	float:left;
	margin:0 1% 1.5% 1%;
}
section.sub_city ul li a{
	display:block;
	color:#000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_g.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
}
section.sub_city p{
	position:relative;
	top:-1.2em;
}
section.sub_city p em{
	display:block;
	color:#fff;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	position:relative;
	top:2.5em;
	z-index:10;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #25b99a;
	background-size:15px auto;
	pointer-events: none;
}
section.sub_city p select{
	display:block;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:8px 0 5px 0;
	background:url(../img/d_arrow_g.png) no-repeat 98% center #25b99a;
	background-size:15px auto;
	border-bottom:3px solid #1f9377;
	border-radius:5px;
	text-align:center;
	position:relative;
	z-index:1;
}
section.sub_city p select option{
	background:#fff;
}

section.sub_rail{
	background:#25b99a;
	margin:10px 0 0 0 !important;
}
section.sub_rail ul li{
	width:47.8%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
section.sub_rail ul li a{
	display:block;
	padding:18px 0 15px 0;
	color:#000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	background:url(../img/arrow_g.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height:47px;
	padding:3px 10px 0 0;
}

section.sub_rail2{
	background:#fff;
	margin:10px 0 0 0 !important;
}
section.sub_rail2 ul li{
	width:47.8%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
section.sub_rail2 ul li a{
	display:block;
	padding:18px 0 15px 0;
	color:#e54c39;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	background:url(../img/arrow_w.png) no-repeat 98% center #e54c39;
	background-size:7px auto;
	border-bottom:3px solid #f2f2f2;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height:47px;
	padding:3px 10px 0 0;
}

p.all_area{
}
p.all_area a{
	display:block;
	color:#fff;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_w.png) no-repeat 98% center #e54c39;
	background-size:7px auto;
	border-bottom:3px solid #b5372d;
	border-radius:5px;
}

p.all_area2{
}
p.all_area2 a{	
	display:block;
	color:#fff;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px 0;
	background:url(../img/arrow_w.png) no-repeat 98% center #e54c39;
	background-size:7px auto;
	border-bottom:3px solid #b5372d;
	border-radius:5px;
	margin:0 2.4% 1% 1.2%;
}

/* /////こだわり検索////// */
#condition_search{
	padding:30px 10px;
	background:#fff9d4;
	box-sizing:border-box;
}
#condition_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico02.png) no-repeat center top;
	background-size:auto 37px;
	padding:40px 0 10px 0;
}
#condition_search section{
	width:100%;
	padding:0 5px 10px 5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}
#condition_search section em{
	font-style:normal;
}
#condition_search section:last-child{
	margin:0;
}
section.sort, section.pay{
	background:#fff;
	border:1px solid #ffb000;
	box-sizing:border-box;
}
section.sort h3, section.pay h3{
	color:#000;
	text-align:center;
	font-size:18px;
	padding:45px 0 0 0;
	margin:0 0 10px 0;
}
section.sort h3{
	background:url(../img/short_ico.png) no-repeat center top;
	background-size:40px auto;
}
section.pay h3{
	background:url(../img/pay_ico.png) no-repeat center top;
	background-size:40px auto;
}
section.sort h3 em, section.pay h3 em{
	color:#e54c39;
}
section.sort h4, section.pay h4{
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	padding:10px 0;
	background: #f39b08;
	border-bottom:3px solid #ed7700;
	border-radius:5px;
}
section.sort ul li a, section.pay ul li a{
	display:block;
	padding:10px 0 10px 5px;
	box-sizing:border-box;
	background:url(../img/arrow_o.png) no-repeat 98% center;
	background-size:7px auto;
	border-bottom:1px solid #ccc;
}
p.all_condition{
	margin:10px 0 0 0;
}
p.all_condition a{
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	padding:10px 0;
	background: url(../img/arrow_w.png) no-repeat 98% center #45a9ff;
	background-size:7px auto;
	border-bottom:3px solid #4099db;
	border-radius:5px;
}
section.sub_condition{
	background:#ffb000;
	box-sizing:border-box;
}
section.sub_condition h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
section.sub_condition h3 em{
	font-size:120%;
}
section.sub_condition ul li{
	width:47.8%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
section.sub_condition ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_o.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}


/* /////職種検索////// */
#category_search{
	padding:30px 10px;
	background:#e1f4ff;
	box-sizing:border-box;
}
#category_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico03.png) no-repeat center top;
	background-size:auto 37px;
	padding:40px 0 10px 0;
}
#category_search section{
	width:100%;
	background:#42b4e5;
	padding:0 5px 10px 5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}
#category_search section em{
	font-style:normal;
}
#category_search section:last-child{
	margin:0;
}
#category_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#category_search section h3 em{
	font-size:120%;
}
#category_search section ul li{
	width:47.8%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
#category_search section ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}
/* /////給与検索////// */
#salary_search{
	padding:30px 10px;
	background:#fff2e8;
	box-sizing:border-box;
}
#salary_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico06.png) no-repeat center top;
	background-size:auto 37px;
	padding:40px 0 10px 0;
}
#salary_search section{
	width:100%;
	background:#ff8000;
	padding:0 5px 10px 5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}
#salary_search section em{
	font-style:normal;
}
#salary_search section:last-child{
	margin:0;
}
#salary_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#salary_search section h3 a{
	color:#fff;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#salary_search section h3 a::before{
	background: url(../img/caret_right.png) no-repeat left top;
	content: '';
	height: 11px;
	left: -5px;
	position: absolute;
	top: 8px;
	width: 9px;
}
#salary_search section ul li{
	width:97.6%;
	float:none;
	margin: 0;
	padding:0 1.2% 1.5% 1.2%;
}
#salary_search section ul li select{
	background:url(../img/arrow_r_bottom.png) no-repeat 98% center #fff;
	background-size:auto 7px;
	background-color: #fff;
	display: block;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	height:60px;
	width: 100%;
	text-align:center;
	font-size:100%;
	font-weight: bold;
	padding-left: 15px;
	box-sizing: border-box;
}
/* /////期間検索////// */
#period_search{
	padding:0 10px 30px 10px;
	background:#fff2e8;
	box-sizing:border-box;
}
#period_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico06.png) no-repeat center top;
	background-size:auto 37px;
	padding:40px 0 10px 0;
}
#period_search section{
	width:100%;
	background:#ff8000;
	padding:0 5px 10px 5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}
#period_search section em{
	font-style:normal;
}
#period_search section:last-child{
	margin:0;
}
#period_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#period_search section h3 em{
	font-size:120%;
}
#period_search section ul li{
	width:47.8%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
#period_search section ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_r.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}

/* /////シフト検索////// */
#shift_search{
	padding:0 10px 30px 10px;
	background:#fff2e8;
	box-sizing:border-box;
}
#shift_search h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico07.png) no-repeat center top;
	background-size:auto 37px;
	padding:40px 0 10px 0;
}
#shift_search section{
	width:100%;
	background:#ff8000;
	padding:0 5px 10px 5px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}
#shift_search section em{
	font-style:normal;
}
#shift_search section:last-child{
	margin:0;
}
#shift_search section h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
}
#shift_search section h3 em{
	font-size:120%;
}
#shift_search section ul li{
	width:47.8%;
	float:left;
	margin:0 1% 1.5% 1.2%;
}
#shift_search section ul li a{
	display:block;
	height:60px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	box-sizing:border-box;
	background:url(../img/arrow_r.png) no-repeat 98% center #fff;
	background-size:7px auto;
	border-bottom:3px solid #ccc;
	border-radius:5px;
	/* 追記 */
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 10px 0 0;
}

/* /////SEOコンテンツ////// */
#column{
	padding:30px 10px;
	background:#fff;
	box-sizing:border-box;
}
#column h2{
	color:#000;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url(../img/tpc_ico04.png) no-repeat center top;
	background-size:auto 37px;
	padding:40px 0 10px 0;
}
#column section{
	width:100%;
	font-size:120%;
	line-height:1.5;
	letter-spacing:0.05em;
	background:#f2f2f2;
	padding:0 15px 15px 15px;
	box-sizing:border-box;
	border-radius:5px;
	margin:0 0 20px 0;
}
#column section:last-child{
	margin:0;
}
#column section p{
	margin:0 0 10px 0;
}
#column section p:last-child{
	margin:0;
}
#column section h3{
	color:#000;
	font-size:120%;
	padding:20px 0 15px 32px;
	background:url(../img/colmun_ico.png) no-repeat left center;
	background-size:30px auto;
	border-bottom:1px solid #000;
	margin:0 0 20px 0;
}
#column section span{
	display:block;
	padding:10px 0;
	border:3px solid #444;
	font-weight:bold;
	text-align:center;
	border-radius:100px;
}

.page-top {
	width:40px;
	height:40px;
	background:url(../img/to_top.png) no-repeat center center;
	background-size:100% 100%;
	text-indent:-9999px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
	z-index:9999;
}

/*愛知販売特集*/
#area_feature {
	margin-bottom: 15px;
}

/*ボタン光らせる*/

#kirakira {
    display: block;
	width: 47%;
    margin: 0 1% 1.5% 1.2%;;

}
#kirakira a {
    display: block;
	height: 20px;
    padding: 18px 0 15px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    background-color: #e54c39;
	border-bottom: 3px solid #b5372d;
    color: #ffffff;
	font-size:140%;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
#kirakira a:hover {
    color: #ffffff;
    background-color: #e54c39;
}
#kirakira a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}
}


@media screen and (min-width: 779px){
#icatch em {
    font-size: 70px;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
}

@media screen and (max-width: 780px){
#icatch em {
    font-size: 50px;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
}