/* headerCommon */
  #headerCommon {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000;
  }
  #headerCommon a:hover { text-decoration: none!important; }
    #headerCommonIn {
      margin: 0 auto;
      width: 1000px;
      padding: 4px 0;
      display: block;
      min-height: 1%;
    }
    #headerCommonIn:after {
      clear: both;
      content:".";
      display: block;
      height: 0;
      visibility: hidden;
    }
      #headerCommonSelectWrap {
        float: right;
      }
        #headerCommonSelectWrap .logo {
          float: left;
          padding: 4px 10px 0 0;
          line-height: 1;
        }
        .headerCommonSelect {
          float: right;
          line-height: 1;
          position: relative;
          margin-left: 10px;
        }
       .headerCommonSelect a {
          color: #939393;
          border: none;
         }
          .headerCommonSelect select {
            width: 150px;
          }
          .headerCommonSelected {
            width: 150px;
            height: 20px;
            line-height: 1.8;
            border: 1px solid #b5b5b5;
            background: url(/images/header/bg_header_select01.png) no-repeat right center #f1f1f1;
            color: #7b7b7b;
            font-size: 11px!important;
            cursor: pointer;
          }
          .headerCommonSelected a {
            padding: 0 20px 0 4px;
          }
          .headerCommonSelectList {
            display: none;
            position: absolute;
            width: 150px;
            top: 19px;
            right: 0;
            border: 1px solid #b5b5b5;
            overflow: hidden;
            background: #f1f1f1;
            z-index: 1000;
          }
            .headerCommonSelectList ul {
              margin: -1px 0 0;
            }
              .headerCommonSelectList ul li {
                border-top: 1px dotted #cfcfcf;
                color: #7b7b7b;
                font-size: 11px!important;
                cursor: default;
              }
              .headerCommonSelectList ul li a {
                color: #939393;
                display: block;
                padding: 7px 5px;
                text-align: left;
                border: none;
              }
              .headerCommonSelectList ul li a:hover {
                color: #2f2f2f;
              }