@charset "UTF-8";
/*** =====================
  index styles
    - components
      - common
      - parts
===================== ***/
/*** =============================
  - components
============================= ***/
/** ------------------------------
  - fadeImg
------------------------------ **/
/* for slider */
.fadeImg {
  height: auto;
  position: relative;
  overflow: hidden;
}
.fadeImg .bx-wrapper{
  padding: 0;
  border: 0;
  margin-bottom: 15px;
} 
.fadeImg_txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.fadeImg_txt-ttl {
  font-weight: bold;
}
.fadeImg .bx-wrapper .bx-controls-direction a {
  z-index: 99;
}
.fadeImg .bx-wrapper .bx-pager {
  text-align: right;
  padding-top: 5px;
  bottom: -15px;
}

/** ------------------------------
  - entryPanel
------------------------------ **/
.entryPanel_head.mainContent_ttl:after {
  border-top-color: #f6f6f6;
}
.entryPanel {
  position: relative;
  float: left;
}
.entryPanel_new {
  font-size: 10px;
  width: 35px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #e6002d;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}

.entryPanel_date {
  font-size: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 4px;
  display:none;
}
.entryPanel_body {
  background-color: #fff;
}

/** ------------------------------
  - mainContent_more
------------------------------ **/
.mainContent_more {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid;
}

