
.modal {
    display: none;
    width: 960px;
  }
  .modal .modal-content .modal-header {
    padding: 0px 0px;
    height: 45px;
    background: #f3f3f3;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid #ccc;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
  
  }
  .modal .modal-content .modal-header .modal-title {
    font-size: 16px;
    font-size: 1.6rem;
    top: 50%;
    left: 40px;
    font-weight: bold;
  }
  .modal .modal-content .modal-header .modal-utility {
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .modal .modal-content .modal-header .modal-utility > div + div {
    margin-left: 10px;
  }
  .modal .modal-content .modal-body {
    padding: 0px;
    /*.ms-nav-link{
              display: none;
          }*/
  }
  .modal .modal-content .modal-body .aside-box {
    padding: 0;
  }
  .modal .modal-content .modal-body .modal-note {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .modal .modal-content .modal-body .modal-note > p {
    padding: 0;
  }
  .modal .modal-content .modal-body .modal-note p + p {
    margin-top: 10px;
  }
  .modal .modal-content .modal-body .nav_trigger {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .modal .modal-content .modal-body .nav_trigger:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .modal .modal-content .modal-body .on:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -14px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  .modal .modal-content .modal-body .nav-acc-body {
    display: none;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
  }
  .modal .modal-content .modal-body .nav-acc-body input[type=checkbox] {
    padding: 0 0 0 30px;
    line-height: 10px;
  }
  .modal .modal-content .modal-body .nav-acc-body input[type=checkbox]+label {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 15px;
    padding: 5px 5px 5px 25px;
    line-height: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #selectPrefecture .modal-content .modal-body .nav-acc-body input[type=checkbox]+label,
  #subject-list .modal-content .modal-body .nav-acc-body input[type=checkbox]+label {
    border: 1px solid #ccc;
    background-color: #fff;
  }
  #selectPrefecture .modal-content .modal-body .nav-acc-body input[type=checkbox]+label:before,
  #subject-list .modal-content .modal-body .nav-acc-body input[type=checkbox]+label:before {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-top: -7px;
    left: 5px;
  }
  .modal .modal-content .modal-body .nav-acc-body input[type=checkbox]+label:after {
    left: 8px;
    width: 9px;
    height: 5px;
    margin-top: -3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .modal .modal-content .modal-body .title-text,
  .modal .modal-content .modal-body .text-title {
    padding: 15px 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .modal .modal-content .modal-body .required {
    border: 1px solid #ff0000;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 5px;
    color: #ff0000;
  }
  .modal .modal-content .modal-body .body-area > ul {
    background: #f3f3f3;
    padding: 10px 10px;
    margin: 0;
  }
  .modal .modal-content .modal-body .body-area > ul li {
    display: inline-block;
    table-layout: fixed;
    min-width: 150px;
    margin: 0 10px 10px 0px;
  }
  .modal .modal-content .modal-body .body-area > ul li a {
    background: #fff;
    display: block;
    border: 1px solid #333;
    text-align: center;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    color: #333;
    position: relative;
  }
  #selectPrefecture .modal-content .modal-body .body-area > ul,
  #subject-list .modal-content .modal-body .body-area > ul {
    padding: 0;
  }
  #selectPrefecture .modal-content .modal-body .body-area > ul:after,
  #subject-list .modal-content .modal-body .body-area > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #selectPrefecture .modal-content .modal-body .body-area > ul li,
  #subject-list .modal-content .modal-body .body-area > ul li {
    float: left;
    table-layout: fixed;
    width: auto;
    min-width: 138px;
    margin: 0 1% 10px 0px;
  }
  #selectPrefecture .modal-content .modal-body .body-area > ul li a,
  #subject-list .modal-content .modal-body .body-area > ul li a {
    display: table-cell;
    table-layout: fixed;
    vertical-align: middle;
    text-align: center;
    min-width: 138px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal .modal-content .modal-body .body-area > ul li a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .modal .modal-content .modal-body .body-area > ul li .active {
    background: #ff9211;
    border: 1px solid #ff9211;
    color: #fff;
  }
  
  #english-exam-list .modal-content .tab-content .body-area > ul {
    padding: 0;
  }
  #english-exam-list .modal-content .modal-body .body-area .select-score {
    margin-bottom: 20px;
    
  }
  #english-exam-list .modal-content .modal-body .body-area .select-score select {
    height: 38px;
    border-radius: 5px;
    border: 1px solid #CCC;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    height: 40px;
    line-height: 32px;
    border: 1px solid #969696;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select label {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select label:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 9px 0px 9px;
    border-color: #000 transparent transparent transparent;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select label select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    width: 100%;
    height: 40px;
    font-weight: normal;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select.disabled {
    background: #e6e6e6;
    border: 1px solid #ccc;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select.disabled label:after {
    border-color: #ccc transparent transparent transparent;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select.disabled label select[disabled] {
    color: #aaa;
    cursor: not-allowed;
  }
  #english-exam-list .modal-content .modal-body .body-area .chk-box {
    width: 100%;
  }
  #english-exam-list .modal-content .modal-body .tab-description {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #english-exam-list .modal-content .modal-body .tab-description .alert {
    padding: 0;
    color: #ff0000;
  }
  #english-exam-list .modal-content .modal-body .input-title {
    margin-bottom: 10px;
  }
  #english-exam-list .modal-content .modal-body .body-area input[type=text].score-input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 20px;
  }
  
  #english-exam-list .modal-content .modal-body .body-area .custom-input {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-input::-webkit-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-input::-moz-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-input:-ms-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-input::-ms-input-placeholder {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #english-exam-list .modal-content .modal-body .body-area input[type="text"][disabled] {
    background: #e6e6e6;
    border: 1px solid #ccc;
    cursor: not-allowed;
  }
  #english-exam-list .modal-content .modal-body .body-area .exam-list li ._invailed {
    padding: 0;
    font-size: 12px;
    margin-top: 5px;
  }
  .modal .modal-content .modal-body .body-area .chk-box {
    width: 150px;
  }
  .modal .modal-content .modal-body .body-area .chk-box label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox] + label {
    padding: 0 0 0 25px;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox] + label:before {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox]:checked + label:after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox].disabled + label {
    color: #aaa;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox].disabled + label:before {
    background: #e6e6e6;
    border: 1px solid #CCC;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox].disabled + label:after {
    background: #e6e6e6;
  }
  .modal .modal-content .modal-body .body-area .category-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .modal .modal-content .modal-body .body-area .category-list li > div {
    display: flex;
    display: -webkit-flex;
  }
  .modal .modal-content .modal-body .body-area .category-list li > div p + p {
    margin-left: 10px;
  }
  .modal .modal-content .modal-body .body-area .category-list li > p label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal .modal-content .modal-body .body-area .category-list li .chk-box {
    width: auto;
  }
  .modal .modal-content .modal-body .body-area .btns {
    background: #fff;
  }
  .modal .modal-content .modal-body .body-area .ms-search-area-child {
    /*border-bottom: 1px solid #ccc;*/
  }
  .modal .modal-content .modal-body .body-area .ms-search-area-child hr {
    margin: 5px 0px;
    border: none;
  }
  .modal .modal-content .modal-body .body-area .range-area {
    padding: 20px;
    text-align: center;
    background: #f3f3f3;
  }
  .modal .modal-content .modal-body .body-area .range-area > div {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
  }
  .modal .modal-content .modal-body .body-area .range-area .fa-arrow-circle-down {
    font-size: 24px;
    font-size: 2.4rem;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .modal .modal-content .modal-body .body-area .input-daterange {
    padding: 20px;
    text-align: center;
  }
  .modal .modal-content .modal-body .body-area .input-daterange > * {
    display: block;
    vertical-align: middle;
    margin: 5px 0px;
  }
  .modal .modal-content .modal-body .body-area .input-daterange .calendar-input {
    padding-left: 40px;
    position: relative;
  }
  .modal .modal-content .modal-body .body-area .input-daterange .calendar-input:before {
    font-family: "FontAwesome";
    content: "\f073";
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 50%;
    margin: -10px 0 0px;
  }
  .modal .modal-content .modal-body .body-area .input-daterange .fa-arrow-circle-down {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .modal .modal-content .modal-footer {
    padding: 15px;
    background: #f3f3f3;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .modal .modal-content .modal-footer .btns {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .modal .modal-content .modal-footer .btns li {
    display: inline-block;
    letter-spacing: normal;
  }
  .modal .modal-content .modal-footer .btns li:first-child {
    width: 68%;
  }
  .modal .modal-content .modal-footer .btns li:nth-child(2) {
    width: 30%;
    margin-left: 2%;
  }
  .modal .modal-content .modal-footer .btns li button {
    width: 100%;
    display: block;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
  }
  .modal .modal-content .modal-footer .btns li button:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .modal .modal-content .modal-footer .btns li .primary {
    background: #ff1111;
    border: 1px solid #ff1111;
  }
  .modal .modal-content .modal-footer .btns li .secondary {
    background: #115fff;
    border: 1px solid #115fff;
  }
  #select-subject-categories #category-select li {
    margin-bottom: 0;
  }
  .schedule-search {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
  }
  .schedule-search > div + div {
    border-top: 1px dotted #ccc;
  }
  .schedule-search .date-select {
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .schedule-search .date-select .bold {
    margin-right: 10px;
    width: 100px;
  }
  .schedule-search .date-select .input-range-area > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .schedule-search .date-select .input-range-area .calendar-input {
    position: relative;
  }
  .schedule-search .date-select .input-range-area .calendar-input:nth-of-type(1):after {
    display: inline-block;
    content: "\301C";
    margin: 0 10px;
  }
  .schedule-search .date-select .calendar-input {
    box-sizing: border-box;
  }
  .schedule-search .date-select .calendar-input input {
    width: 120px;
    background: #fff;
    cursor: default;
  }
  .schedule-search .date-select .alert {
    padding: 5px;
    margin: 0;
  }
  .schedule-search .excerpt-date-area {
    padding: 15px 15px 10px 110px;
    zoom: 1;
    box-sizing: border-box;
  }
  .schedule-search .excerpt-date-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .schedule-search .excerpt-date-area > p {
    width: 130px !important;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
  }
  .schedule-search .excerpt-date-area .alert {
    padding: 5px;
    margin: 0;
  }
  .schedule-search .excerpt-date-area .excerpt-calendar-area {
    width: 320px;
    float: right;
  }
  .schedule-search .excerpt-date-area .excerpt-calendar-area > div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .schedule-search .excerpt-date-area .excerpt-calendar-area > div .calendar-input {
    width: 150px;
    margin-bottom: 10px;
    display: none;
  }
  .schedule-search .excerpt-date-area .excerpt-calendar-area > div .calendar-input:nth-child(even) {
    margin-left: 15px;
  }
  .schedule-search .excerpt-date-area .excerpt-calendar-area > div .calendar-input input:disabled {
    background: #f0f0f0;
  }
  .schedule-search #select-data-area ._right {
    margin-left: auto;
  }
  .schedule-search .calendar-input {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    cursor: default;
  }
  .schedule-search .calendar-input i {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
  .schedule-search .calendar-input input {
    display: inline-block;
    background: #fff;
  }
  #select-limited-data-area .calendar-input + p {
    margin-left: 10px;
  }
  .win body.modal-open {
    padding-right: 17px;
  }
  #serach-box {
    background: url(/images/search/bg_search_box.png) repeat;
    margin-bottom: 10px;
  }
  #serach-box .search-trigger {
    background: #363431;
    padding: 20px 0px 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
  }
  #serach-box .search-trigger i {
    margin-right: 10px;
  }
  #serach-box .search-trigger:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #serach-box .search-trigger:after {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  #serach-box .search-trigger.on:after {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    content: "";
  }
  #serach-box .title-bar {
    background: #363431;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #serach-box .acc-body {
    display: none;
    padding: 10px 10px 20px;
  }
  #serach-box .search-box {
    background: #dfdfdf;
    padding: 20px;
  }
  #serach-box .search-box .upper-search {
    letter-spacing: -0.4em;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  #serach-box .search-box .upper-search > * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  #serach-box .search-box .upper-search .text-search {
    width: 300px;
    margin-right: 20px;
    box-sizing: border-box;
    zoom: 1;
    border: 1px solid #ccc;
  }
  #serach-box .search-box .upper-search .text-search:after {
    content: "";
    display: block;
    clear: both;
  }
  #serach-box .search-box .upper-search .text-search input {
    float: left;
    padding: 0 5px;
    border: none;
    font-size: 18px;
    font-size: 1.8rem;
    width: 238px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
  }
  #serach-box .search-box .upper-search .text-search input:focus {
    outline: none;
  }
  #serach-box .search-box .upper-search .text-search .btn-search {
    display: block;
    float: right;
    background: #ff9211;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    width: 60px;
    height: 40px;
    line-height: 30px;
  }
  #serach-box .search-box .upper-search .text-search .btn-search:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
  }
  #serach-box .search-box .upper-search .text-search .btn-search:active {
    -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
  #serach-box .search-box .upper-search .button-group {
    text-align: center;
    padding-right: 20px;
  }
  #serach-box .search-box .upper-search .button-group > * {
    float: left;
    margin-right: 1px;
    width: 65px;
    padding: 0px 0px;
  }
  #serach-box .search-box .upper-search .button-group li {
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
  }
  #serach-box .search-box .upper-search .button-group li:first-child {
    border-right: 1px solid #ccc;
  }
  #serach-box .search-box .upper-search .button-group li:last-child {
    border-left: 1px solid #ccc;
  }
  #serach-box .search-box .upper-search .button-group .active {
    background: #ff9211;
    color: #fff;
  }
  #serach-box .search-box .upper-search .btn-woman {
    width: 100px;
    padding: 0px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
  }
  #serach-box .search-box .upper-search .active {
    background: #ff9211;
    color: #fff;
  }
  #serach-box .search-box .upper-search .baloon2 {
    background: #fff;
    border: 2px solid #ff9211;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 10px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 0;
    width: 300px;
    z-index: 10;
  }
  #serach-box .search-box .upper-search .baloon2 #clossebaloon2 {
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
  }
  #serach-box .search-box .upper-search .baloon2 .baloon-inner {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
  }
  #serach-box .search-box .upper-search .baloon2 .baloon-inner a {
    color: #115fff;
    text-decoration: underline;
  }
  #serach-box .search-box .upper-search .baloon2 .baloon-inner:before {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #ff9211 transparent;
    content: "";
  }
  
  #serach-box .search-box .bottom-search .btn-area {
    display: table;
    width: 100%;
  }
  #serach-box .search-box .bottom-search .btn-area li {
    table-layout: fixed;
    display: table-cell;
    vertical-align: top;
    width: 200px;
  }
  #serach-box .search-box .bottom-search .btn-area li .category {
    font-weight: bold;
    padding: 0 0 5px 10px;
  }
  #serach-box .search-box .bottom-search .btn-area li a {
    display: block;
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px 0px;
    text-align: center;
    color: #333;
    text-decoration: none;
    position: relative;
    outline: none;
    /*&:after {
                              display: block;
                              position: absolute;
                              top: 50%;
                              right: 10px;
                              width: 14px;
                              height: 14px;
                              margin-top: -7px;
                              border-top: solid 1px #333;
                              border-right: solid 1px #333;
                              -webkit-transform: rotate(45deg);
                              transform: rotate(45deg);
                              content: "";
                          }*/
  }
  #serach-box .search-box .bottom-search .btn-area li a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #serach-box .search-box .bottom-search .btn-area li a .selected {
    display: inline;
    color: #ff9211;
    font-weight: bold;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #serach-box .search-box .bottom-search .btn-area li span {
    display: block;
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px 0px;
    text-align: center;
    color: #ccc;
    text-decoration: none;
    position: relative;
  }
  #serach-box .search-box .bottom-search .btn-area li:nth-child(2) {
    padding: 0 20px;
  }
  #serach-box .search-box .bottom-search .switcher a {
    display: block;
    background: #ffffff url(/images/university/btn-select.png) no-repeat 99% center;
    font-size: 18px;
    font-size: 1.8rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    color: #333;
    text-decoration: none;
    position: relative;
    padding: 15px 10px;
  }
  #serach-box .search-box .bottom-search .switcher a > div p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #serach-box .search-box .bottom-search .switcher-child {
    border-top: 1px solid #ccc;
    position: absolute;
    width: 660px;
    background: #fff;
    padding: 0px;
    height: 250px;
    overflow-y: auto;
    z-index: 10;
  }
  #serach-box .search-box .bottom-search .switcher-child li a {
    display: block;
    padding: 10px;
    background: #fff;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }
  #serach-box .search-box .bottom-search .switcher-child li a:hover {
    background: #ff9211;
    color: #fff;
  }
  #serach-box .search-box .bottom-search .switcher-child li a p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #serach-box .search-box .bottom-search .switcher-child li a .open_dept,
  #serach-box .search-box .bottom-search .switcher-child li a .close_dept {
    height: 16px;
  }
  #serach-box .search-box .bottom-search .switcher-child li span {
    display: block;
    padding: 10px;
    background: #fff;
    color: #ccc;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }
  #serach-box .main-search {
    margin-bottom: 10px;
    position: relative;
  }
  #serach-box .main-search:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 25px;
    width: 50px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #dfdfdf;
    margin-left: -25px;
    border-bottom: 10px solid #f3f3f4;
    border-left: 10px solid #f3f3f4;
    border-right: 10px solid #f3f3f4;
    content: "";
    z-index: 1;
    box-sizing: border-box;
  }
  #serach-box .thema-search {
    margin-bottom: 20px;
  }
  #serach-box .thema-search .semi-bold {
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  #serach-box .thema-search .thema-list {
    margin-bottom: 9px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #serach-box .thema-search .thema-list li {
    margin: 0 0px 3px 0px;
  }
  #serach-box .thema-search .thema-list li a {
    display: block;
    outline: none;
    width: 89px;
    height: 72px;
    background: #989898;
    background-position: center 10px;
    padding-top: 48px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
  }
  #serach-box .thema-search .thema-list li a:hover {
    background-color: #ff9211;
  }
  #serach-box .thema-search .thema-list li a .small {
    margin-bottom: 2px;
    display: block;
  }
  #serach-box .thema-search .thema-list li .english-exam {
    padding-top: 6px;
  }
  #serach-box .thema-search .thema-list li .english-exam span {
    display: block;
  }
  #serach-box .thema-search .thema-list li > span {
    display: block;
    width: 90px;
    height: 72px;
    background: #f3f3f3;
    background-position: center 10px;
    padding-top: 48px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
  }
  #serach-box .thema-search .thema-list li .text-multi {
    background-position: center 4px;
    padding-top: 38px;
    line-height: 13px;
  }
  #serach-box .thema-search .thema-list li .text-multi-span {
    background-position: center 6px;
    padding-top: 38px;
    line-height: 13px;
  }
  #serach-box .thema-search .thema-list li .active {
    background-color: #ff9211;
  }
  #serach-box .thema-search .thema-list li .ico_nothema {
    background-image: url(/images/search/ico_nothema.png);
  }
  #serach-box .thema-search .thema-list li .ico_study {
    background-image: url(/images/search/ico_study.png);
  }
  #serach-box .thema-search .thema-list li .ico_schalarship {
    background-image: url(/images/search/ico_schalarship.png);
  }
  #serach-box .thema-search .thema-list li .ico_cost {
    background-image: url(/images/search/ico_cost.png);
  }
  #serach-box .thema-search .thema-list li .ico_license {
    background-image: url(/images/search/ico_license.png);
  }
  #serach-box .thema-search .thema-list li .ico_opencampus {
    background-image: url(/images/search/ico_opencampus.png);
  }
  #serach-box .thema-search .thema-list li .ico_step {
    background-image: url(/images/search/ico_step.png);
  }
  #serach-box .thema-search .thema-list li .ico_ao {
    background-image: url(/images/search/ico_ao.png);
  }
  #serach-box .thema-search .thema-list li .ico_recommend {
    background-image: url(/images/search/ico_recommend.png);
  }
  #serach-box .thema-search .thema-list li .ico_exam_gn {
    background-image: url(/images/search/ico_exam_gn.png);
  }
  #serach-box .thema-search .thema-list li .ico_exam_gn_private {
    background-image: url(/images/search/ico_exam_gn_private.png);
  }
  #serach-box .thema-search .thema-list li .ico_exam_ce_private {
    background-image: url(/images/search/ico_exam_ce_private.png);
  }
  #serach-box .thema-search .thema-list li .ico_dificulty {
    background-image: url(/images/search/ico_dificulty.png);
  }
  #serach-box .thema-search .thema-list li .ico_result {
    background-image: url(/images/search/ico_result.png);
  }
  #serach-box .thema-search .thema-list li .ico_exam_gn_subject {
    background-image: url(/images/search/ico_exam_gn_subject.png);
  }
  #serach-box .thema-search .thema-list li .ico_exam_gn_schedule {
    background-image: url(/images/search/ico_exam_gn_schedule.png);
  }
  #serach-box .thema-search .thema-list .upper a {
    width: 105px;
  }
  #serach-box .thema-search .thema-result {
    border: 1px solid #989898;
    padding: 10px 0px 0px;
  }
  #serach-box .thema-search .thema-result ul {
    text-align: left;
    padding: 0 10px;
    zoom: 1;
  }
  #serach-box .thema-search .thema-result ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #serach-box .thema-search .thema-result ul li {
    position: relative;
    float: left;
    font-size: 14px;
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  #serach-box .thema-search .thema-result ul li:after {
    content: "\3001";
  }
  #serach-box .thema-search .thema-result ul li:last-child:after {
    content: "";
  }
  #serach-box .thema-search .thema-result ul .selected_categories {
    font-weight: bold;
    clear: both;
  }
  #serach-box .thema-search .thema-result ul .selected_categories:after {
    content: "\FF1A";
  }
  #serach-box .decision-area {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.4em;
  }
  #serach-box .decision-area > div {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
  }
  #serach-box .decision-area .result-number-area .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #serach-box .decision-area .result-number-area .x-large {
    font-size: 28px;
    font-size: 2.8rem;
    color: #cc0000;
  }
  #serach-box .decision-area .btn-search-wrap {
    padding: 0 10px;
    position: relative;
  }
  #serach-box .decision-area .btn-search-wrap .baloon {
    background: #ef0000;
    padding: 2px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -40px;
    font-weight: bold;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }
  #serach-box .decision-area .btn-search-wrap .baloon-inner {
    background: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    color: #ef0000;
  }
  #serach-box .decision-area .btn-search-wrap .baloon-inner::after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    content: "";
  }
  #serach-box .decision-area .btn-search-wrap .baloon-inner::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef0000 transparent transparent transparent;
    content: "";
  }
  #serach-box .decision-area .btn-search-wrap .baloon span {
    color: #ff1111;
    line-height: 1;
  }
  #serach-box .decision-area .btn-search-wrap .baloon .x-large {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 2px;
  }
  
  #serach-box .decision-area .btn-search-wrap a {
    display: block;
    background: #ff9211;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    width: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 0px;
    text-decoration: none;
  }
  
  #serach-box .decision-area .btn-search-wrap a .fa {
    margin-right: 10px;
  }
  #serach-box .decision-area .btn-search-wrap a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #serach-box .decision-area .btn-search-wrap a:hover .baloon {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #serach-box .decision-area .btn-search-wrap a:hover .baloon-inner {
    background: #ef0000;
    color: #fff;
  }
  #serach-box .decision-area .btn-search-wrap a:hover .baloon-inner::after {
    display: none;
  }
  #serach-box .decision-area .btn-search-wrap a:hover .baloon-inner::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef0000 transparent transparent transparent;
    content: "";
  }
  #serach-box .decision-area .btn-search-wrap a:hover .baloon span {
    color: #fff;
  }
  #serach-box .decision-area .btn-search-wrap a:active {
    -webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  #serach-box .decision-area .btn-reset a {
    display: block;
    color: #115fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 0px;
    width: 90px;
    border: 2px solid #115fff;
    background: #fff;
    line-height: 1;
    text-decoration: none;
  }
  #serach-box .decision-area .btn-reset a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #area-search {
    display: none;
  }
  .slider-area {
    position: relative;
    padding: 20px;
    text-align: center;
  }
  .slider-area #sl2 {
    width: 600px;
  }
  .ms-wrapper {
    display: none;
  }
  .form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  



