/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
#mainImg {
  min-height: 230px;
  background: url(../../img/staff/main_img.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#mainImg span.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #009a53;
  opacity: 0.6;
}
#mainImg div.container {
  position: relative;
  z-index: 1;
}
#mainImg div.wrap {
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
  padding: 30px 0;
  width: 260px;
  margin: 0 auto;
  margin-top: 60px;
}
#mainImg div p {
  font-size: 20px;
  margin-bottom: 0;
}
#mainImg div span {
  display: block;
  font-size: 10px;
}

.page-title-content {
  text-align: center;
  font-size: 20px;
  color: #4d4d4d;
}
.page-title-content span {
  display: block;
  font-size: 10px;
}

/*-----------------------------------------------------------
SAMPLE PAGE
-------------------------------------------------------------*/
/*-----------------------------------------------------------
STAFF PAGE
-------------------------------------------------------------*/
#staffCats {
  padding: 25px 0;
  background-color: #fafafa;
}
#staffCats div.container {
  text-align: center;
}
#staffCats a,
#staffCats span {
  display: inline-block;
  text-align: center;
  min-width: 140px;
  padding: 10px 0;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
  margin-left: 13px;
}
#staffCats a:first-child,
#staffCats span:first-child {
  margin-right: 0;
}
#staffCats a.active, #staffCats a:hover,
#staffCats span.active,
#staffCats span:hover {
  color: #fff;
  background-color: #009a53;
  border-color: #009a53;
}

.staff-title {
  font-size: 18px;
  color: #4d4d4d;
  margin-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}

.staffList > div {
  margin-top: 30px;
}
.staffList > div p.title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.staffList > div p.more {
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  background-color: #dbc288;
}
.staffList > div p.more a {
  background: url(../img/icon/ico-arrow.png) no-repeat 30% center;
  display: block;
  color: #fff;
  font-size: 12px;
}
.staffList > div a.link {
  background: url(../../img/staff/arrow-y2.png) no-repeat left center;
  padding-left: 10px;
  color: #666;
}

#mainStore p.img {
  margin-top: 45px;
}
#mainStore p.text {
  font-size: 22px;
  padding: 0 5px 5px 5px;
  margin-bottom: 55px;
}
#mainStore p.text span {
  border-bottom: 3px solid #009a53;
}
#mainStore div.btn_wrap {
  background-color: #fafafa;
  padding: 25px 0;
  text-align: center;
}
#mainStore div.btn_wrap a {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  min-width: 140px;
  border-radius: 20px;
  background-color: #fff;
  margin-left: 30px;
  color: #808080;
}
#mainStore div.btn_wrap a:first-child {
  margin-left: 0;
}
#mainStore div.btn_wrap .green {
  background: #009a53;
  color: #fff;
}
#mainStore div.btn_wrap .web {
  min-width: 200px;
  background-color: #fe7ea4;
  color: #fff;
}
#mainStore div.btn_wrap .web img {
  margin-right: 5px;
}

.link-arrow {
  background: url(../../img/staff/arrow-y2.png) no-repeat left center;
  padding-left: 10px;
  color: #666;
}

.staffDetail {
  margin-top: 50px;
}
.staffDetail div p.title {
  font-size: 20px;
  margin-bottom: 40px;
}
.staffDetail div p.title small {
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
}
.staffDetail div.staffMessage > p span {
  display: inline-block;
  min-width: 105px;
  padding: 5px 0;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  font-weight: normal;
}
.staffDetail div.content {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.staffDetail div.staffBtn {
  margin-top: 20px;
}
.staffDetail div.staffBtn a {
  color: #fff;
  background-color: #4cca7c;
  display: inline-block;
  min-width: 270px;
  margin-left: 30px;
  text-align: center;
  padding: 10px 0;
}
.staffDetail div.staffBtn a:first-child {
  margin-left: 0;
}
.staffDetail div.staffBtn a img {
  margin-right: 10px;
}
.staffDetail div.staffBtn a.web {
  background-color: #fe8db3;
}
.staffDetail div.staffBtn a span {
  line-height: 20px;
}
.staffDetail table.staffInfo {
  width: 100%;
  margin-bottom: 20px;
}
.staffDetail table.staffInfo th {
  font-weight: normal;
  width: 20%;
}
.staffDetail table.staffInfo td {
  width: auto;
}
.staffDetail table.staffInfo th,
.staffDetail table.staffInfo td {
  font-size: 14px;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px dotted #cccccc;
}

#staffGallery {
  margin-top: 90px;
}

@media (max-width: 767px) {
  #staffCats {
    margin-bottom: 50px;
  }
  #staffCats a,
#staffCats span {
    display: inline-block;
    width: 48%;
    margin-left: 0;
  }
  #staffCats a:nth-child(even),
#staffCats span:nth-child(even) {
    float: right;
  }
  #staffCats a:nth-child(odd),
#staffCats span:nth-child(odd) {
    float: left;
  }
  .staffList > div {
    margin-top: 20px;
  }
  .staffList > div:nth-child(even) {
    padding-right: 0;
  }
  .staffList > div:nth-child(odd) {
    padding-left: 0;
  }
  #mainStore div.btn_wrap {
    overflow: hidden;
  }
  #mainStore div.btn_wrap a {
    margin-bottom: 10px;
    min-width: 30%;
    margin-left: 0;
  }
  #mainStore div.btn_wrap a.web {
    min-width: 94%;
    margin: auto;
  }
  .staffDetail div.staffBtn a {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
/*-----------------------------------------------------------
TOP PAGE
-------------------------------------------------------------*/
@media (min-width: 1200px) {
  #top .container {
    width: 1202px;
  }
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
div {
  margin: 0;
  padding: 0;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.img_full_width {
  width: 100%;
}

.img_responsive {
  max-width: 100%;
}

.rollOver:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .rollOver:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*--------------------------
	Top news box
----------------------------*/
.top_news_box {
  background: #fafafa;
}

.top_news_box .box01 {
  background: #009A53;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 8%;
  float: left;
  padding: 10px 0;
  margin: 0;
  letter-spacing: 1px;
}

.top_news_box .box02 {
  width: 82%;
  float: left;
  font-size: 12px;
}

.top_news_box .box03 {
  width: 10%;
  float: right;
  text-align: right;
  padding-right: 15px;
  padding-top: 10px;
}

.top_news_box .box02 th,
.top_news_box .box02 td {
  padding: 10px;
  font-weight: normal;
}

.top_news_box .box02 th {
  color: #009A53;
}

.top_news_box .box02 td {
  width: 100%;
}

@media (max-width: 767px) {
  .top_news_box .box01,
.top_news_box .box02,
.top_news_box .box03 {
    float: none;
    width: 100%;
  }
  .top_news_box .box02 th,
.top_news_box .box02 td {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E4E4;
  }
  .top_news_box .box02 tr:last-child td,
.top_news_box .box02 tr:last-child th {
    border-bottom: 1px solid #E4E4E4;
  }
  .top_news_box .box02 td {
    padding-left: 0;
    padding-right: 5px;
  }
  .top_news_box .box03 {
    text-align: center;
    padding-bottom: 10px;
  }
}
/*--------------------------
	Top blog box
----------------------------*/
.top_blog_box {
  position: relative;
  margin-bottom: 62px;
  padding-top: 8px;
}

.top_blog_box .box01 {
  max-width: 1170px;
  margin: 0 auto 60px;
  padding-top: 50px;
}

.top_blog_box .box01 h3 {
  padding-bottom: 15px;
  margin: 0;
}

.top_blog_box .box01 .txt {
  font-size: 14px;
  color: #666;
  line-height: normal;
  padding-bottom: 15px;
}

.top_blog_box .box01 .btn_more {
  width: 268px;
  height: 30px;
  background: #DBC288;
}

.top_blog_box .box01 .btn_more a {
  display: block;
  padding: 5px 44px;
}

.top_blog_box .box01 .btn_more span {
  display: inline-block;
  background: url(../../img/top/ico_arrow01.png) left 4px no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 17px;
}

.top_blog_box .box02 {
  max-width: 1170px;
  margin: 0 auto 42px;
}

@media (max-width: 767px) {
  .top_blog_box {
    margin-bottom: 27px;
  }
  .top_blog_box .box01 {
    max-width: 100%;
    margin-bottom: 28px;
    padding: 28px 10px;
    border-bottom: 1px solid #E4E4E4;
  }
  .top_blog_box .box01 h3 {
    padding-bottom: 5px;
  }
  .top_blog_box .box01 .txt {
    font-size: 12px;
    padding-bottom: 8px;
  }
  .top_blog_box .box01 .btn_more {
    width: 100%;
  }
  .top_blog_box .box01 .btn_more a {
    padding: 5px 0;
    text-align: center;
  }
  .top_blog_box .box01 .btn_more span {
    background: url(../../img/top/ico_arrow01.png) left 1px no-repeat;
    font-weight: normal;
    font-size: 12px;
  }
  .top_blog_box .box02 {
    margin-bottom: 25px;
  }
  .top_blog_box .box02 p {
    text-align: center;
  }
}
.top_blog_box .box03 {
  background: #009A53;
  color: #fff;
  padding-bottom: 20px;
}

.top_blog_box .box03 .inner_box03 {
  max-width: 1202px;
  margin: 0 auto;
  position: relative;
}

.top_blog_box .box03 .slide_box03 {
  max-width: 802px;
  position: relative;
  top: -25px;
}

.top_blog_box .box03 .slide_box03 li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}

.top_blog_box .box03 .slide_box03 p {
  margin: 0;
}

.top_blog_box .box03 .slide_box03 li img {
  display: block;
  width: 100%;
}

.top_blog_box .box03 .content_box {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.top_blog_box .box03 .content_box .txt1 {
  font-size: 10px;
  padding: 5px 0;
}

.top_blog_box .box03 .content_box .txt2 {
  letter-spacing: 1px;
}

.top_blog_box .box03 .content_box .txt_date {
  float: left;
  width: 50%;
}

.top_blog_box .box03 .content_box .txt_name {
  float: right;
  width: 50%;
  text-align: right;
  color: #DBC288;
}

.top_blog_box .control_box {
  padding-left: 16px;
  width: 786px;
  margin-top: -10px;
}

.top_blog_box .control_box .left_box {
  width: 368px;
  overflow: hidden;
  float: left;
  background: #0A7143 url(../../img/top/ico_arrow02.jpg) left -1px no-repeat;
  height: 40px;
  font-size: 13px;
  color: #fff;
  padding-left: 18px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  line-height: 40px;
}

.top_blog_box .control_box .left_box a {
  color: #fff;
}

.top_blog_box .control_box .right_box {
  width: 368px;
  float: right;
  border: 2px solid #62C78D;
  height: 40px;
}

.top_blog_box .control_box .right_box a {
  display: block;
  padding-top: 7px;
  text-align: center;
}

.top_blog_box .control_box .right_box a:hover {
  text-decoration: none;
}

.top_blog_box .control_box .right_box span {
  background: url(../../img/top/ico_arrow01.png) left 1px no-repeat;
  font-weight: normal;
  font-size: 14px;
  padding-left: 17px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.top_blog_box .img_main_box {
  position: absolute;
  bottom: -20px;
  right: 16px;
}

@media (max-width: 767px) {
  .top_blog_box .box03 {
    background: #009A53;
    color: #fff;
    padding-bottom: 20px;
  }
  .top_blog_box .box03 .inner_box03 {
    max-width: 1202px;
    margin: 0 auto;
    position: relative;
  }
  .top_blog_box .box03 .slide_box03 {
    max-width: 100%;
    top: -15px;
    overflow: hidden;
  }
  .top_blog_box .box03 .slide_box03 li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .top_blog_box .box03 .slide_box03 li img {
    display: block;
    width: 100%;
  }
  .top_blog_box .box03 .content_box {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  .top_blog_box .box03 .content_box .txt1 {
    font-size: 10px;
    padding: 5px 0;
  }
  .top_blog_box .box03 .content_box .txt2 {
    letter-spacing: 1px;
  }
  .top_blog_box .box03 .content_box .txt_date {
    float: left;
    width: 50%;
  }
  .top_blog_box .box03 .content_box .txt_name {
    float: right;
    width: 50%;
    text-align: right;
    color: #DBC288;
  }
  .top_blog_box .control_box {
    padding-right: 16px;
    width: 100%;
    margin-top: 0;
  }
  .top_blog_box .control_box .left_box {
    width: 100%;
    margin-bottom: 12px;
    float: none;
  }
  .top_blog_box .control_box .right_box {
    width: 100%;
    float: none;
  }
  .top_blog_box .control_box .right_box a {
    display: block;
    padding-top: 7px;
    text-align: center;
  }
  .top_blog_box .control_box .right_box a:hover {
    text-decoration: none;
  }
  .top_blog_box .control_box .right_box span {
    background: url(../../img/top/ico_arrow01.png) left 1px no-repeat;
    font-weight: normal;
    font-size: 14px;
    padding-left: 17px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
  }
  .top_blog_box .img_main_box {
    position: relative;
    right: 0;
  }
}
/*--------------------------
	Top salon box
----------------------------*/
.top_salon_box {
  margin-bottom: 90px;
}

.top_salon_box h3 {
  text-align: center;
  margin-bottom: 20px;
}

.top_salon_box ul {
  max-width: 1202px;
  margin: 0 auto;
}

.top_salon_box .box01 .img_box {
  background: #F7F7F7;
  padding: 5px;
  margin-bottom: 15px;
}

.top_salon_box .box01 .img_box img {
  display: block;
}

.top_salon_box .box01 dt {
  font-size: 18px;
  color: #D4B572;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  font-weight: normal;
}

.top_salon_box .box01 dd {
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
}

.top_salon_box .box02 a {
  display: block;
  margin-bottom: 7px;
}

.top_salon_box .box02 a img {
  width: 100%;
}

.top_salon_box .box03 {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.top_salon_box .box03 a {
  display: block;
  text-align: center;
  padding: 7px;
}

.top_salon_box .box03 a span {
  background: url(../../img/top/ico_arrow_black.png) left 3px no-repeat;
  padding-left: 12px;
  display: inline-block;
  font-weight: bold;
}

.top_salon_box .ms_box01,
.top_salon_box .ms_box02 {
  background: #FAFAFA;
  padding: 40px 10px;
  text-align: center;
  font-size: 21px;
  color: #666;
}

.top_salon_box .ms_box01 {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .top_salon_box {
    margin-bottom: 30px;
  }
  .top_salon_box li {
    padding-left: 0;
    padding-right: 0;
  }
  .top_salon_box .box01 .img_box {
    background: none;
    padding: 0;
    margin-bottom: 0;
    float: left;
    width: 21.875%;
  }
  .top_salon_box .box01 .txt_box {
    float: left;
    width: 78.125%;
  }
  .top_salon_box .box01 dt {
    padding-top: 10px;
    padding-left: 10px;
  }
  .top_salon_box .box01 dd {
    padding-bottom: 0;
    padding-left: 10px;
  }
  .top_salon_box .box02 a {
    margin-bottom: 3px;
    float: left;
    width: 50%;
  }
  .top_salon_box .box03 {
    border-top: 0;
    margin-bottom: 20px;
  }
  .top_salon_box .box03 a span {
    background: url(../../img/top/ico_arrow_black.png) left 2px no-repeat;
    font-size: 12.5px;
  }
  .top_salon_box .col_message {
    display: table;
    width: 100%;
  }
  .top_salon_box .ms_box01,
.top_salon_box .ms_box02 {
    padding: 10px;
    font-size: 20px;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
}
/*--------------------------
	Top Special box
----------------------------*/
.top_special_box {
  background: #FCFAF5;
  padding-top: 55px;
  padding-bottom: 75px;
}

.top_special_box .inner_special {
  max-width: 1200px;
  margin: 0 auto;
}

.top_special_box ul img {
  width: 100%;
}

.top_special_box h3 {
  text-align: center;
  margin-bottom: 25px;
}

.top_special_box .txt_box {
  padding: 16px 16px 5px;
  font-size: 12px;
  color: #666;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.top_special_box .txt_box h4 {
  font-size: 16px;
  color: #009A53;
  letter-spacing: 2px;
  padding-bottom: 15px;
}

.top_special_box .txt_box p {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .top_special_box {
    padding-top: 25px;
    padding-bottom: 13px;
  }
  .top_special_box ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_special_box ul li {
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_special_box h3 {
    margin-bottom: 18px;
  }
  .top_special_box .txt_box {
    padding: 12px 10px 10px;
    font-size: 12px;
    color: #666;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .top_special_box .txt_box h4 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .top_special_box .txt_box p {
    line-height: normal;
  }
}
/*--------------------------
	Top style box
----------------------------*/
.top_style_box {
  background: #F7F1E4;
  padding-top: 55px;
  padding-bottom: 75px;
  margin-bottom: 45px;
}

.top_style_box h3 {
  text-align: center;
  margin-bottom: 25px;
}

.top_style_box .box01 {
  margin: 0 auto 28px;
  text-align: center;
}

.top_style_box .box01 li {
  float: left;
  width: 20%;
}

@media (max-width: 767px) {
  .top_style_box {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .top_style_box h3 {
    text-align: center;
    margin-bottom: 18px;
  }
  .top_style_box .box01 li {
    width: 50%;
  }
}
.top_style_box .frm_search label {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  width: 100%;
  display: block;
  text-align: center;
}

.top_style_box .frm_search label:hover {
  opacity: 0.5;
}

.top_style_box .frm_search label [type=checkbox] {
  display: none;
}

.top_style_box .frm_search input[type=checkbox] + span {
  display: block;
  padding: 7px 0;
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.5px;
}

.top_style_box .frm_search input[type=checkbox]:checked + span {
  background: #009A53;
  display: block;
  border-radius: 30px;
  color: #fff;
}

.top_style_box .box02 {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.top_style_box .box02 table {
  width: 100%;
  border-collapse: collapse;
}

.top_style_box .box02 .lbl_search {
  background: url(../../img/top/bg_lbl_style_pc.png) left top no-repeat;
  padding: 10px 0 10px 33px;
  font-size: 15px;
  font-weight: normal;
  color: #666666;
}

.top_style_box .box02 th,
.top_style_box .box02 td {
  padding-bottom: 10px;
  vertical-align: middle;
}

.top_style_box .box02 th {
  width: 17.34589%;
}

.top_style_box .box02 td {
  width: 11.96581%;
  padding-right: 15px;
}

.top_style_box .box02 .td_search {
  padding-left: 10px;
  padding-right: 0;
}

.top_style_box .btn_search {
  display: block;
  width: 100%;
  height: 132px;
  background: #fff url(../../img/top/ico_style_search_pc.png) center no-repeat;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .top_style_box .frm_search label:hover {
    opacity: 1;
  }
  .inner_search_sp {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 30px;
  }
  .inner_search_sp .lbl_search_sp {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .inner_search_sp .frm_search_sp {
    margin-top: 20px;
    display: none;
  }
  .inner_search_sp .frm_search_sp h4 {
    text-align: center;
    font-size: 15px;
    color: #666;
    padding-bottom: 15px;
  }
  .inner_search_sp .frm_search_sp h4 span {
    background: url(../../img/top/ico_style_search_sp.jpg) left 7px no-repeat;
    display: inline-block;
    padding-left: 13px;
  }
  .inner_search_sp .frm_search_sp ul {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px;
  }
  .inner_search_sp .frm_search_sp ul li {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px;
  }
  .btn_seach_sp {
    text-align: center;
    margin-bottom: 20px;
  }
}
/*--------------------------
	Jobs and movies box
----------------------------*/
.wrrap_job_movie {
  max-width: 1170px;
  margin: 0 auto 48px;
}

.wrrap_job_movie ul {
  margin: 0;
}

.wrrap_job_movie .content_box {
  background: #FAFAFA;
  font-size: 35px;
  padding: 30px 10px;
  text-align: center;
  color: #666;
}

@media (max-width: 767px) {
  .wrrap_job_movie {
    margin-bottom: 30px;
  }
  .wrrap_job_movie ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .wrrap_job_movie .content_box {
    font-size: 20px;
  }
}
/*---------------------------
	Custom slick
-----------------------------*/
.blog_slider .slick-prev:before,
.blog_slider .slick-next:before {
  content: "";
}

.blog_slider .slick-prev,
.blog_slider .slick-prev:hover {
  background: url(../../img/top/ico_arrow_blog_prev.png) left top no-repeat;
  width: 13px;
  height: 28px;
  left: -10px;
  z-index: 999;
}

.blog_slider .slick-next,
.blog_slider .slick-next:hover {
  background: url(../../img/top/ico_arrow_blog_next.png) left top no-repeat;
  width: 14px;
  height: 28px;
  right: -10px;
}

.blog_slider .slick-prev:hover,
.blog_slider .slick-next:hover {
  opacity: 0.5;
}

.slide_box03 .slick-slider {
  margin-bottom: 10px;
}

.blog_slider .slick-prev,
.blog_slider .slick-next {
  top: 40%;
}
/*# sourceMappingURL=style.css.map */