/* !!! do not edit this file!!! use mdj.css --> clean-css minifier --> mdj.min.css */
@charset "UTF-8";
/*===============================================
layout.css（レイアウト系CSS）
===============================================*/

/*----------------------------------------------
 body
----------------------------------------------*/

body {
  -webkit-text-size-adjust: 100%;
  }

body#en {
  font-family: 'Roboto Condensed', sans-serif;
  }

/*----------------------------------------------
 #mdj_container プロジェクト枠レイアウト
----------------------------------------------*/

#mdj_container {
  min-width: 1072px;
  }

/*----------------------------------------------
 #mdj_header　ヘッダーレイアウト
----------------------------------------------*/

/*-------------------- .mdj_header_navi ヘッダーナビゲーション --------------------*/

#mdj_header,
#mdj_header .header_inner_wrap {
  box-sizing: initial !important;
}

#mdj_header {
  position: relative;
  z-index: 10;
  }
  #mdj_header .header_navi {
    height: 40px;
    margin: 0px 0px 15px 0px;
    background: #000066;
    }
    #mdj_header .header_navi_wrap {
      width: 1072px;
      margin: 0px auto;
      }
      #mdj_header .header_navi_wrap ul {
        float: right;
        }
        #mdj_header .header_navi_wrap ul li {
          float: left;
          border-left: 1px solid #111111;
          color: #ffffff;
          line-height: 40px;
          font-weight: bold;
          }
          #mdj_header .header_navi_wrap ul li p {
            padding: 0 24px;
            }
          #mdj_header .header_navi_wrap ul li a {
            display: block;
            padding: 0 24px;
            background: url(../png/common_arrow01.png) no-repeat right 15px center;
            color: #ffffff !important;
            text-decoration: none;
            }
            #mdj_header .header_navi_wrap ul .employer a {
              background-color: #1eb216;
              padding-left: 16px;
            }

            #mdj_header .header_navi_wrap ul .employer a i {
              padding-right: .15rem;
              font-size: 16px;
            }

          #mdj_header .header_navi_wrap ul .english {}
            #mdj_header .header_navi_wrap ul .english a {
              padding: 0 35px;
              background: #111111;
              text-decoration: none;
              font-size: 16px;
              font-weight: normal;
            }

          #mdj_header .header_navi_wrap ul .chinese {
            border-left: 1px solid #4f4f4f;
            }
            #mdj_header .header_navi_wrap ul .chinese a {
              padding: 0 35px;
              background: #111111;
              text-decoration: none;
              font-size: 16px;
              font-weight: normal;
              }

          #mdj_header .header_navi_wrap ul .chinese02 {
            border-left: 1px solid #4f4f4f;
            }
            #mdj_header .header_navi_wrap ul .chinese02 a {
              background: #111111;
              padding: 0 35px;
              text-decoration: none;
              font-size: 15px;
              font-weight: normal;
              }

/*-------------------- .header_inner ヘッダーインナー --------------------*/

#mdj_header .header_inner {
  padding: 0px 0px 5px 0px;
  border-bottom: 4px solid #111111;
  }
  #mdj_header .header_inner .header_inner_wrap {
    position: relative;
    width: 1072px;
    margin: 0px auto;
    }
    #mdj_header .header_inner .header_inner_wrap .header_logo {
      float: left;
      margin: 0px 10px 0px 0px;
      }
      #mdj_header .header_inner .header_inner_wrap .header_logo img {
        width: 176px;
        height: 43px;
      }
      #mdj_header .header_inner .header_inner_wrap .seo_keyword {
        font-size: 12px;
        font-weight: bold;
        color: #D4D4D4;
        margin: 0px 0px 0px 190px;
        }

/*-------------------- #mdj_g_navi グローバルナビゲーション --------------------*/

#mdj_header #mdj_g_navi {
  clear: both;
  }
  #mdj_header #mdj_g_navi ul {
    clear: both;
    padding: 10px 0px;
    }
    #mdj_header #mdj_g_navi ul li {
      position: relative;
      float: left;
      padding: 0 5px;
      border-left: 1px solid #DFDFDF;
      font-size: 16px;
      font-weight: bold;
      line-height: 32px;
      }
      #mdj_header #mdj_g_navi ul li:last-child {
        border-right: 1px solid #DFDFDF;
        }

      #mdj_header #mdj_g_navi ul li .badge {
        position: absolute;
        top: 0px;
        right: 5px;
        min-width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 12px;
        box-sizing: border-box;
        background-color: red;
        color: #FFF;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        }

      #mdj_header #mdj_g_navi ul li a {
        display: block;
        position: relative;
        color: #111111;
        text-decoration: none;
        }
        #mdj_header #mdj_g_navi ul li a:hover {
          color: #1eb216;
          }
        #mdj_header #mdj_g_navi ul li a span {
          padding: 0 12px;
          }
          #mdj_header #mdj_g_navi ul li a.this .balloon {
            display: block;
            position: relative;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background: #1EB216;
            color: #FFFFFF;
            border: 1px solid #1eb216;
            }
            #mdj_header #mdj_g_navi ul li a.this .balloon:after {
              position: absolute;
              top: 100%;
              left: 50%;
              width: 0;
              height: 0;
              margin-left: -8px;
              border: solid transparent;
              border-color: rgba(30, 178, 22, 0);
              border-top-color: #1EB216;
              border-width: 8px;
              content: " ";
              pointer-events: none;
              }

/*-------------------- 新規会員登録ボタン --------------------*/

#mdj_header .btn_member_regist {
  position: absolute;
  right: 0; bottom: 8px;
}

#mdj_header .btn_member_regist_svg {
  position: absolute;
  right: 0; bottom: 8px;
}

#mdj_header .btn_member_regist_svg svg {
  height: 60px;
}


/*-------------------- 履歴書登録ボタン --------------------*/

#mdj_header .btn_resume_create {
  position: absolute;
  right: 0;
  bottom: 0;
  }

#mdj_header .btn_resume_create_svg {
    position: absolute;
    right: 0; bottom: 0;
  }

#mdj_header .btn_resume_create_svg svg {
  height: 60px;
}

/*----------------- スマホ時メニュー sp_navi ------------------*/

#mdj_header #mdj_g_navi_sp {
  display: none;
  }

/*----------------- ヘッダー・ログイン後 header_login ------------------*/

#mdj_header .header_login {
  position: relative;
  height: 119px;
  padding: 16px 0;
  border-bottom: 4px solid #111111;
  box-sizing: border-box;
  background: #f8f8f8;
  z-index: 9;
  }
  #mdj_header .header_login_wrap {
    width: 1072px;
    margin: 0 auto;
    }
    #mdj_header .header_login_wrap .header_login_left {
      font-size: 16px;
      }
    #mdj_header .header_login_wrap .header_login_left a {
      color: #111111;
      }
    #mdj_header .header_login_wrap .header_login_left .roboto {
      font-size: 24px;
      }
    #mdj_header .header_login_wrap .header_login_left .message_btn {
      display: table;
      float: left;
      height: 32px;
      margin: 0 16px 0 0;
      padding: 0 30px 0 16px;
      border: 1px solid #dfdfdf;
      border-radius: 3px;
      box-sizing: border-box;
      background: #ffffff url(../png/common_arrow08.png) no-repeat right 8px center;
      line-height: 32px;
      font-size: 14px;
      vertical-align: middle;
      }
      #mdj_header .header_login_wrap .header_login_left .message_btn .roboto {
        display: table-cell;
        padding: 0 8px 0 16px;
        font-size: 16px;
        color: #1eb216;
        vertical-align: middle;
        }

/*----------------------------------------------
 #mdj_content コンテンツレイアウト
----------------------------------------------*/

#mdj_content {
  position: relative;
  width: 1072px;
  margin: 16px auto 0 auto;
  }

/*----------------------------------------------
 #mdj_page メインページレイアウト
----------------------------------------------*/

#mdj_page {
  width: 732px;
  float: left;
  }

/*----------------------------------------------
 #mdj_side サイドカラムレイアウト
----------------------------------------------*/

#mdj_side {
  position: relative;
  float: right;
  width: 300px;
  }

/*----------------- Hot picks Hot agent ------------------*/

  #mdj_side .side_hotlist li {
    padding: 16px 0;
    border-top: 1px solid #DFDFDF;
    }

    #mdj_side .side_hotlist .entry01 {}
      #mdj_side .side_hotlist .entry01 .left a {
        display: block;
        position: relative;
        width: 110px;
        height: 80px;
        border: 1px solid #111111;
        border-radius: 3px;
        text-align: center;
        }
        #mdj_side .side_hotlist .entry01 .left a img {
          position: absolute;
          top: -100%;
          left: -100%;
          right: -100%;
          bottom: -100%;
          margin: auto;
          max-width: 110px;
          max-height: 80px;
          }

/*----------------- Noticeboard お知らせ ------------------*/

  #mdj_side #news_list .news_date {
    padding: 16px 0px 0px 0px;
    border-top: 1px solid #DFDFDF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000066;
    }
    #mdj_side #news_list .news_title {
      padding: 0px 0px 16px 0px;
      }

/*----------------- quick_search ------------------*/

  #mdj_side .quick_search_side {
    padding: 24px;
    }
    #mdj_side .quick_search_side .quick_search_side_title {
      padding: 3px 0px 3px 48px;
      background: url(../png/common_icon04.png) no-repeat left center;
      font-size: 21px;
      font-weight: bold;
      }
      #mdj_side .quick_search_side .easy-select-box {
        margin: 0px 0px 15px 0px;
        }

/*----------------- カテゴリメニュー ------------------*/

  #mdj_side #category_menu {
    border-bottom: 5px solid #E5E5E5;
    margin-bottom: 30px;
    }
    #mdj_side #category_menu_wrap {
      border: 2px solid #111111;
      }
    #mdj_side #category_menu h3 {
      border: none;
      }
    #mdj_side #category_menu h4 {
      position: relative;
      margin: 10px 0px;
      padding: 0px 5px;
      cursor: pointer;
      }
      #mdj_side #category_menu h4:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 0px;
        height: 0px;
        margin: -2px 0px 0px 0px;
        border-left: 4px solid transparent;
        border-top: 6px solid #111111;
        border-right: 4px solid transparent;
        content: "";
        }
      #mdj_side #category_menu h4.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        }

    #mdj_side #category_menu ul {}
    #mdj_side #category_menu ul li {
      padding: 0px 25px;
      border-bottom: 1px solid #111111;
      }
      #mdj_side #category_menu ul li:last-child {
        border-bottom: none;
        }

    #mdj_side #category_menu dl {
      display: none;
      }
      #mdj_side #category_menu dl dt {
        font-weight: bold;
        margin: 0px 0px 15px 0px;
        padding: 8px 0px;
        border-top: 1px solid #111111;
        border-bottom: 1px solid #E0E0E0;
        }
      #mdj_side #category_menu dl dd {
        position: relative;
        margin: 0px 0px 8px 0px;
        padding: 0px 0px 0px 15px;
        }
        #mdj_side #category_menu dl dd:before {
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 8px;
          height: 2px;
          margin: 8px 0px 0px 0px;
          border-top: 2px solid #000168;
          content: "";
          }
        #mdj_side #category_menu dl dd.all_none {
          padding: 0;
          font-weight: bold;
          }
        #mdj_side #category_menu dl dd.all_none:before {
          display: none;
          }
          #mdj_side #category_menu dl dd a {
            text-decoration: none;
            }
          #mdj_side #category_menu dl dd a:hover {
            text-decoration: underline;
            }

/*----------------- この求人の取扱い会社 ------------------*/

  #mdj_side .side_treatment {
    border: 4px solid #efefef;
    padding: 20px;
    position: relative;
    }
    #mdj_side .side_treatment .treatment_bg01 {
      position: absolute;
      left: -16px;
      top: 40px;
      }
    #mdj_side .side_treatment .treatment_bg02 {
      display: none;
      }

    #mdj_side .side_treatment .treatment_btn01 {
      background: #000066;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      margin: 16px 0px 0px 0px;
      }
      #mdj_side .side_treatment .treatment_btn01:hover {
        background: #111111;
        }
        #mdj_side .side_treatment .treatment_btn01 a {
          display: block;
          color: #ffffff;
          text-decoration: none;
          font-size: 16px;
          font-weight: bold;
          line-height: 40px;
          background: url(../png/detail_icon11.png) no-repeat 18px center;
          padding: 0px 18px 0px 45px;
          }
        #mdj_side .side_treatment .treatment_btn01 a span {
          background: url(../png/common_arrow01.png) no-repeat right center;
          display: block;
          }

  #mdj_side .side_treatment .treatment_btn02 {
    background: #000066;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 0px 0px 0px;
    }
    #mdj_side .side_treatment .treatment_btn02:hover {
      background: #111111;
      }
      #mdj_side .side_treatment .treatment_btn02 a {
        display: block;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        background: url(../png/detail_icon12.png) no-repeat 18px center;
        padding: 0px 18px 0px 45px;
        }
        #mdj_side .side_treatment .treatment_btn02 a span {
          background: url(../png/common_arrow01.png) no-repeat right center;
          display: block;
          }

  #mdj_side .side_treatment .treatment_btn03 {
    background: #000066;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 0px 0px 0px;
    }
    #mdj_side .side_treatment .treatment_btn03:hover {
      background: #111111;
      }
    #mdj_side .side_treatment .treatment_btn03 a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold;
      line-height: 40px;
      background: url(../png/detail_icon13.png) no-repeat 16px center;
      padding: 0px 18px 0px 45px;
      }
      #mdj_side .side_treatment .treatment_btn03 a span {
        background: url(../png/common_arrow01.png) no-repeat right center;
        display: block;
        }

  #mdj_side .side_treatment .treatment_btn__special {
    background: #20bb16;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 0px 0px 0px;
    height: 44px;
    box-shadow: inset 0 -4px #15950d, 0 2px rgba(00,00,00, .25), inset 0 1px #89db83;
    }
    #mdj_side .side_treatment .treatment_btn__special:hover {
      background: #108409;
      opacity: .9;
      box-shadow: inset 0 4px #166f10;, 0 2px rgba(00,00,00, .25), inset 0 1px #89db83;
      padding-top: 4px;
      height: 40px;
      }
    #mdj_side .side_treatment .treatment_btn__special a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold;
      line-height: 40px;
      background: url(../png/detail_icon14.png) no-repeat 16px center;
      padding: 0px 18px 0px 45px;
      }
      #mdj_side .side_treatment .treatment_btn__special a span {
        background: url(../png/common_arrow01.png) no-repeat right center;
        display: block;
        }


/*----------------- この求人の取扱い会社 ------------------*/

  #mdj_side .side_hotrecruit {
    padding: 16px 0px 0px 0px;
    border-top: 1px solid #DFDFDF;
    }

/*----------------- この求人の取扱い会社 ------------------*/

  #mdj_side .side_introduction {
    padding: 16px 0px 16px 0px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    }



/*----------------------------------------------
 #mdj_footer フッターレイアウト
----------------------------------------------*/

#mdj_footer {
  margin: 80px 0px 0px 0px;
  }
  #mdj_footer .pagetop {
    clear: both;
    position: relative;
    height: 50px;
    }
    #mdj_footer .pagetop a {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      padding: 16px 0px 0px 0px;
      background: url(../png/common_arrow07.png) no-repeat top center;
      text-decoration: none;
      color: #111111;
      line-height: 36px;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      }

    #mdj_footer .footer_navi {
      background: #000066;
      }
      #mdj_footer .footer_navi_wrap {
        width: 1072px;
        margin: 0px auto;
        padding: 20px 0px;
        }
        #mdj_footer .footer_navi_wrap a {
          color: #FFFFFF;
          text-decoration: none;
          font-weight: bold;
          }
          #mdj_footer .footer_navi_wrap a:hover {
            text-decoration: underline;
            }

    #mdj_footer .footer_navi_wrap .footer_list01 li {
      float: left;
      border-left: 1px solid #FFFFFF;
      padding: 0px 16px;
      }
      #mdj_footer .footer_navi_wrap .footer_list01 li:first-child {
        padding: 0px 16px 0px 0px;
        border: none;
        }
    #mdj_footer .footer_navi_wrap .footer_list02 {
      margin: 20px 0px 0px 0px;
      font-size: 12px;
      }
      #mdj_footer .footer_navi_wrap .footer_list02 li {
        float: left;
        margin: 0px 24px 0px 0px;
        padding: 0px 0px 0px 20px;
        background: url(../png/common_icon05.png) no-repeat left 3px;
        }

    @media(min-width:769px){
      #mdj_footer .footer_mark {
        margin-top: -80px;
        float: right;
      }
      #mdj_footer .footer_mark_en {
        margin-top: -71px;
      }
      #mdj_footer .footer_navi_wrap .footer_list02 {
        width: 768px;
      }
    }
#mdj_footer .footer_copyright {
  background: #111111;
  }
  #mdj_footer .footer_copyright .footer_copyright_wrap {
    width: 1072px;
    margin: 0px auto;
    padding: 8px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    }
    #mdj_footer .footer_copyright span {
      display: inline-block;
      padding: 0px 20px;
      }

#mdj_footer .footer_fixed {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background: #f2f2f2;
  }
  #mdj_footer .footer_fixed .switch {
    position: fixed;
    left: 0px;
    bottom: 100px;
    z-index: 21;
    width: 100%;
    border-bottom: 4px solid #111111;
    }
    #mdj_footer .footer_fixed .switch .switch_wrap {
      position: relative;
      width: 1072px;
      height: 33px;
      margin: 0px auto -4px auto;
      overflow: hidden;
      }
      #mdj_footer .footer_fixed .switch .switch_wrap a {
        display: block;
        float: right;
        width: 93px;
        height: 33px;
        margin: 0px 15px 0px 0px;
        border-top: 4px solid #111111;
        border-left: 4px solid #111111;
        border-right: 4px solid #111111;
        background: #F2F2F2;
        text-align: center;
        font-weight: bold;
        color: #111111;
        line-height: 33px;
        text-decoration: none;
        }
        #mdj_footer .footer_fixed .switch .switch_wrap a.open {
          display: none;
          }
          #mdj_footer .footer_fixed .switch .switch_wrap a.open span {
            padding: 0px 0px 0px 25px;
            background: #F2F2F2 url(../png/common_arrow23.png) no-repeat 0px center;
            }
        #mdj_footer .footer_fixed .switch .switch_wrap a.close span {
          padding: 0px 0px 0px 25px;
          background: #F2F2F2 url(../png/common_arrow22.png) no-repeat 0px center;
          }

  #mdj_footer .footer_fixed .footer_fixed_wrap {
    width: 1072px;
    margin: 0px auto;
    padding: 16px 0px;
    }

  #mdj_footer .footer_fixed .footer_fixed_wrap .footer_user {
    float: left;
    width: 160px;
    font-weight: bold;
    }

  #mdj_footer .footer_fixed .footer_fixed_wrap .footer_password {
    float: left;
    width: 160px;
    margin: 0px 0px 0px 8px;
    font-weight: bold;
    }

  #mdj_footer .footer_fixed .footer_fixed_wrap .footer_login {
    float: left;
    width: 235px;
    margin: 0px 0px 0px 12px;
    }
    #mdj_footer .footer_fixed .footer_fixed_wrap .footer_login p {
      width: 145px;
      font-size: 12px;
      }
    #mdj_footer .footer_fixed .footer_fixed_wrap .footer_login .btn03 {
      line-height: 27px;
      }


  /*----------------- Fixed footer ------------------*/
  .pagetop-fixed {
    position: fixed !important;
    bottom: 0; left: 0;
    width: 100%;
    z-index: 10;
  }
  .wa-pagetop {
    background-color: rgba(3,136,213,0.85);
    text-align: center;
    cursor: pointer;
  }
  .wa-pagetop:after {
    content: "";
    position: absolute;
    top: -10px; left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(3,136,213,0.85) transparent;
  }
  .wa-pagetop a {
    display: block;
    padding: 8px 0 6px;
    text-decoration: none;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

  /*----------------- 履歴書を作成ボタン（日本語） ------------------*/

  #mdj_footer .footer_fixed .footer_fixed_wrap .btn_member_regist {
    float: left;
    width: 168px;
    margin: 0px 0px 0px 15px;
    }

  /*----------------- 履歴書を作成ボタン（日本語） ------------------*/

  #mdj_footer .footer_fixed .footer_fixed_wrap .btn_resume_create {
    float: left;
    margin: 0px 0px 0px 130px;
    }

  /*----------------- 履歴書を作成ボタン（英語） ------------------*/

  body#en #mdj_footer .footer_fixed .footer_fixed_wrap .btn_resume_create {
    float: left;
    margin: 0px 24px 0px 0px;
    }

  /*----------------- .footer_mypage_navi マイページナビゲーション（ログイン後） ------------------*/

  #mdj_footer .footer_fixed .footer_fixed_wrap .footer_mypage_navi {
    float: left;
    }
    #mdj_footer .footer_fixed .footer_fixed_wrap .footer_mypage_navi ul li {
      float: left;
      border-left: 1px solid #DFDFDF;
      }
      #mdj_footer .footer_fixed .footer_fixed_wrap .footer_mypage_navi ul li:last-child {
        border-right: 1px solid #DFDFDF;
        }

  #mdj_footer .btn_login {
    display: none;
    }

  #mdj_footer .btn_facebook {
    display: none;
    }

  /*----------------- .sns_navi ソーシャルナビゲーション ------------------*/

  #mdj_footer .footer_fixed .footer_fixed_wrap .sns_navi {
    float: right;
    width: 315px;
    margin: 0px -8px 0px 0px;
    }
    #mdj_footer .footer_fixed .footer_fixed_wrap .sns_navi ul {}
      #mdj_footer .footer_fixed .footer_fixed_wrap .sns_navi ul li {
        float: right;
        overflow: hidden;
        margin: 0px 8px 0px 0px;
        }


/* ---------------------------------------------
  For QuickSearch Smallembed
--------------------------------------------- */
  .small .quick_search_side {
    padding: 24px;
  }
    .small .quick_search_side .quick_search_side_title {
      padding: 3px 0px 3px 48px;
      background: url(../png/common_icon04.png) no-repeat left center;
      font-size: 21px;
      font-weight: bold;
      }
      .small .quick_search_side .easy-select-box {
        margin: 0px 0px 15px 0px;
      }

/* ---------------------------------------------
  トップニューステキスト
--------------------------------------------- */
#announcement {
  box-sizing: border-box;
  margin: 8px auto 0px;
  padding: 7px 10px 5px;
  max-width: 1072px;
  border: 1px solid #CCCCCC;
}

/* ---------------------------------------------
  サイドエリア 応募／気になるボタン(DJ-1265)
--------------------------------------------- */
#mdj_side .side_buttons {
  border: 4px solid #efefef;
  padding: 15px 20px;
  position: relative;
}
#mdj_side .side_buttons .wrapper_arrow {
  position: absolute;
  left: -16px;
  top: 54px;
}
#mdj_side .side_buttons a {
  width: 100%;
  margin: 4px 0;
}
#mdj_side .side_title {
  margin: 5px 0 5px 5px;
  padding-left: 20px;
  background: url(../png/arrow_right.png) left 3px no-repeat;
  -webkit-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
}
#mdj_side .side_title_h3.accordion_title { border-bottom: 1px solid #dfdfdf; }
#mdj_side .side_title_h3.accordion_title:after {
  display: block;
  content: url(../png/common_arrow04.png);
  margin-bottom: -10px;
  text-align: center;
  cursor: pointer;
}
#mdj_side .side_title_h3.accordion_title:hover:after {
  opacity: .5;
}
#mdj_side .side_hotlist.accordion_content { display: none; }
#mdj_side .side_hotlist.accordion_content li:first-child { border: none; }

@media all and (max-width: 768px) {
  #mdj_side .side_title_h3.accordion_title:after { content: none; }
  #mdj_side .side_hotlist.accordion_content { display: block; }
}


.en-message-count{
  background: red;
  border-radius: 15px;
  padding: 3px 8px;
  margin-left: 5px;
  font-size: 14px;
  color: white;
}

.members_navi ul li.members_navi07 a {
  width: 100%;
}

.ja-message-count {
  background: red;
  color: white;
  border-radius: 20px;
  margin-left: 5px;
  color: white;
  padding: 4px 9px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
