@charset "utf-8";

.outer {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
	overflow: hidden
}

.outer a {
	color: #e77c22;
	text-decoration: none;
}
.outer a:hover {
	text-decoration: underline;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.outer .column {
    width: 23.5%;
	float: left;
    position: relative;
	margin: 0 0 30px 1%;
}


.headline {
	margin: 0 0 20px 0;
}

.headline a {
    color: #e77c22;
	font-size: 20px;
}

.c-lead {
    color: #acadb3;
	font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
}

.c-body {
    color: #494b54;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /*padding: 25px 30px;*/
  padding: 20px 30px;
  border: 1px solid #e9e9ea;
  font-size: 16px;
  background: #fff url(../images/select-arrow.png) right 30px center no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 15px;
  /*margin-bottom: 30px;*/
  margin: 0 15px 5px 0;
  
}

select.blue {
	background: #EDF0F7 url(../images/select-arrow.png) right 30px center no-repeat;
	border: 1px solid #C5CEE2;
}

select.top {
	width: auto;
	min-width: 270px;
}

select::-ms-expand {
    display: none;
}

option {
  color: #494b54;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}

.w100 {
	width: 100%;
	max-width: 95%;
}

.w120 {
	max-width: 120px;
	width: 100%;
}

.w235 {
	max-width: 175px;
	width: 100%;
}

.w335 {
	width: 295px;
}

.w356 {
	max-width: 356px;
	width: 100%;
}

.w675 {
	max-width: 635px;
	width: 90%;
}

.manpower_shop_list .manpower_shop {
    margin-top: 20px;
    border-bottom: 1px #e9e9ea solid;
}

.manpower_shop_list .manpower_shop:first-child {
    /*margin-top: 0;*/
    margin-top: 30px;
}

.manpower_shop .headline {
    margin: 0 0 15px 0;
    font-weight: 300;
}

.manpower_shop .info {
    margin: 15px 0 20px 0;
}

.manpower_shop .info img {
	margin-right: 5px;
}


/*
.manpower_shop .info .txt {
    color: #e77c22;
    font-size: 14px;
}

.manpower_shop .info .txt,
.manpower_shop .info .txt .tel_area {
    display: inline-block;
}

.manpower_shop .info .txt .tel_area {
    /* width: 100px; 
    padding: 15px 37px 15px 50px;
    margin-right: 20px;
    text-align: center;
    border: 1px #e77c22 solid;
    border-radius: 2.5em;
    background: url(../images/tel.png) no-repeat top 19px left 30px;
}*/

.info a.btn_orenge_line {
	display: inline-block !important;
	background: transparent !important;
	color: #e77c22 !important;
	/*border: 1px solid #000 !important;*/
	border-radius: 2em !important;
	min-width: 4.1em !important;
	max-width: 100% !important;
	font-size: 16px !important;
	line-height: 1em !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	padding: 20px 30px !important;
	transition: all 0.2s !important;
	margin-right: 20px;
}

.info a.btn_orenge_line:visited {
	background: transparent !important;
	color: #e77c22 !important;
	border: 1px solid #e77c22 !important;
	text-decoration: none !important;
}
.info a.btn_orenge_line:active {
	background: transparent !important;
	color: #f3bd90 !important;
	border: 1px solid #f3bd90 !important;
	text-decoration: none !important;
}

.info a.btn_orenge_line:hover {
	background: transparent !important;
	border-color: #f3bd90 !important;
	color: #f3bd90 !important;
 	text-decoration: none !important;
	opacity: 1 !important;
}




@media screen and (max-width: 640px) {

	.outer {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
	overflow: hidden
}

.pc {
	display: none!important;
}

.sp {
	display: block;
}

.outer .column {
    width: 100%;
	float: none;
}

select {
  padding: 15px;
  background: #fff url(../images/select-arrow.png) right 15px center no-repeat;
  width: 100%!important;
  margin-bottom: 5px!important;
  
}

select.top {
	width: 100%;
}

select.wide {
  width: 48%!important;
  margin-right: 0!important;
}

select.wide2 {
  width: 48%!important;
  margin-right: 5px!important;
}

select.blue {
    background: #EDF0F7 url(../images/select-arrow.png) right 15px center no-repeat;
}
	
.manpower_shop_list .manpower_shop:first-child {
	margin-top: 20px;
}
/*.manpower_shop .info .txt {
	font-size: 16px;
}
.manpower_shop .info .txt .tel_area {
	/*width: 120px;
	padding: 12px 15px 10px 30px;
	margin-right: 15px;
	background: url(../images/tel.png) no-repeat top 10px left 15px;
}*/
.info a.btn_orenge_line {
	padding: 10px 15px !important;

}
}












