body{
  font-family: Meiryo;
  font-size: 16px;
  color: #2a2a2a;
}
a {
text-decoration: none;
}
.ta-right{
  text-align: right;
}
.outline{
  width: 1080px;
  overflow: hidden;
  background: #fff;
  padding-top: 13px;
  margin: 0 auto;
}
.display{
  width: 930px;
  float: right;
}
.affiliate {
  float: left;
  width: 140px;
  height: 100%;
  margin-left: 5px;
  background-color: #FFFFFF;
  font-size: 11px;
}
.area_btn{
  display: block;
  width: 227px;
  border: solid 1px blue;
  padding: 10px 0;
  border-radius: 2px;
  text-align: center;
  color: #333;
}
.mysub_edit{
  margin-top: -2px;
  display: inline-block;
  font-size: 0.7em;
  padding: 2px;
  width: 160px;
  border: 1px solid red;
  border-radius: 1px;
  text-align: center;
  vertical-align: top;
  background-color: #FCD0E8;
}
.mysub_edit:hover{
  background-color: #E38EB1;
  color: #fff;
}
.area_btn.kyoto{
background-color:#FCD0E8;
border-color: #E38EB1;
}

.area_btn.osaka{
background-color:#F9D8A8;
border-color: #EC9F41;
}
.area_btn.man{
background-color:#8BD4EA;
border-color:#3AB2DA;
}
.area_btn.other{
background-color:#DFE88B;
border-color:#CAD942;
}

.area_btn:hover{
  font-weight: bold;
  color: white;
  background-color: #E490B2;
}
.area_btn.areanavi_on{
  font-weight: bold;
  color: #fff;
  background-color: #f00;
  border-color: #E490B2;
}
.order_btn{
  display: block;
  width: 179px;
  color: #333;
  border: solid 2px #2A6041;
  border-top-color:#d9ffe1;
  border-left-color:#d9ffe1; 
  padding: 3px 0;
  background-color: #c1fb64;
  text-align: center;
}
.order_btn:hover{
  background-color: #aaeea1;
}
.order_btn_on{
background-color: #2A6041;
color: white;
font-weight: bold;
}
/* CARD */
.card{
  border-right: 4px solid #fee2f1; /* light pink*/
  margin-bottom: 8px;
  width: 300px;
  font-size: 10px;
  background: white;
  margin-left: 3px;
}
.card,
.card_img,
.card_detail,
.card_tags,
.card_merit,
.card_map{
   float: left;
}
.card_header{
  background-color: #fee2f1;
}
.card_title{
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}
.card_kana{
  font-size: 8px;
}
.card_btn{
  float: right;
  display: inline-block;
  margin-left: 3px;
  height: 18px;
  background-size: 24px 18px;
}
.btn_icon {
  display: inline-block;

}
.btn_icon img{
  width: 24px;
  height: 18px;
}
.btn_icon:hover{
  opacity: 0;
}
.card_btn-disabled{
  background-color: #ccc;
  border-color: #aaa;
  color: #777;
}
.card_btn-disabled:hover{
  background-color: #ccc;
  color: #777;
}
.card_body{
  border-bottom: 1px solid #444;
  overflow: hidden;
  width: 100%;
}
.card_bodyLink{
  display: inline-block;
}
.card_img{
  width: 94px;
  height: 92px;
}
.card_tags{
  width: 90px;
}
.card_job{
  font-weight: bold;
  height: 60px;
  font-size: 14px;
}
.card_category{
  font-size: 7px;
  padding-top: 2px;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
}
.card_gender{
}
.card_job,
.card_category,
.card_gender{
  text-align: center;
}
.card_detail{
  border-left: 1px solid #444;
  width: 115px;
  font-size: 9px;
  height: 92px;
}
.card_salary{
  /*color: #e490b2;*/
  color: #993322;
  font-weight: bold;
  font-size: 11px;
}
.card_other{
  color: #009933; /*green*/
  font-weight: bold;
}
.card_footer{
  overflow: hidden;
}
.card_merit{
  width: 235px;
  border-right: 1px solid #444;
  height: 30px;
}
.card_map{
  width: 60px;
  height: 30px;
}
.card_mapLink{
  color: orange
}
.detail {
  margin: 0 auto;
}
.detail_img {
  width: 770px;
}
.detail_btn {
  width: 240px;
  height: 50px;
  margin: 3px 5px;
}
.detail.mobile{
  margin-top: 13px;
  margin-bottom: 13px;
  width: 770px;
  font-size: 1em;
}
.btn_n {
display: block;
border: 2px solid #e44d0d;
color: #e44d0d;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
background-color: #fff;
padding: 4px;
border-radius: 3px;
font-family: sans-serif;
cursor: pointer;
margin: 2px;
}
td iframe{
  width: 800px;
  /*height: 600px;*/
}
/*==============
fontsize変更
==============*/
span.name {
  font-size: 40px;
}
span.name_kana {
  font-size: 40px;
}
span.job {
  font-size: 35px;
}
span.seibetu {
  font-size: 35px;
}
span.address {
  font-size: 25px;
}
span.merit {
  font-size: 25px;
  color: green;
}
/*===========
bxslider
===========*/
#img_slide {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
#img_slide .bx-wrapper {
	border: none;
	margin: 0 auto;
	box-shadow: none;
  width: 600px;
	}

#img_slide li {
	margin: 0;
	}

#img_slide li img {
	margin: 0 auto; /*jquery.bxslider.cssによって.bx-wrapper imgはdisplay:block;に指定されている*/
  width: 600px;
	}
.feed-prev-btn {
  background-image: url("../images/bxprev.png");
  opacity: 0.7;
}
.feed-next-btn{
  background-image: url("../images/bxnext.png");
  opacity: 0.7;
}
.feed-prev-btn:hover {
  background-image: url("../images/bxprev.png");
  opacity: 1;
}
.feed-next-btn:hover{
  background-image: url("../images/bxnext.png");
  opacity: 1;
}
.feed-prev-btn .bx-prev {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.feed-next-btn .bx-next {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.navi-btn {
  width: 45px;
  height: 45px;
  background-size: 45px;
  -webkit-background-size: 45px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media print {
  body{
    display: none !important;
  }
}
.apply-description {
  text-align: center;
  font-size: 1.38em;
}