

dd {
  margin-left: 0;
}



.simulation_contents{
  margin-top:20px;
}


.left-link-space-qna {
  padding: 5px 0 15px 0;
  line-height: 19px;
  letter-spacing: -0.2pt;
  width: 100%;
  margin: 0px auto 30px;
  font-size: 15px;
}

.notice_red {
  color: red;
  text-align: left;
  font-size: 12px;
  padding: 0 6px;
  float: none;
}

.notice_red1 {
  color: red;
  text-align: left;
  font-size: 12px;
  padding: 0 6px;
}

.border-line {
  border-bottom: 1px solid rgb(225, 225, 225);
}

/* .clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
} */


.form-type{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:15px;
}

.form-type-title {
  margin-right: 0;
  width: 34%;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qna-required-t {

}

.form-type2-dl {
  width: 62%;
  margin: 0;
}

.form-type3-dl {
  width: 32%;
  margin: 0 6px 0 0;
  font-size: 1em;
}

.form-type3-dl:nth-last-child(1) {
  margin: 0 0 0 0;
}

.form-type3-dl dd,
.form-type2-dl dd {
  padding: 0;
  font-size: 0.9em;
}

.disable {
  display: none !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  vertical-align: middle;
  background-color: #ffd9d9;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tell-check-icon {
  width: 17px !important;
  height: 17px;
  position: relative;
  top: -12px;
  left: 68px !important;
  margin-top: -17px;
  display: none;
}

.tell_3 {
  width: 62%;
  display: flex;
  margin-top: 0;
  justify-content: space-between;
}

.form-group-space {
  margin-bottom: 10px;
}

.pass {
  position: relative;
  float: right;
  display: inline-block;
  top: -11px;
  margin-right: 7px;
  margin-top: -18px;
}

.chk {
  position: relative;
  display: inline-block;
  padding: 5px;
  top: 5px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 0.8em;
  background: #c72439;
  border-radius: 4px;
}

.chk {
  margin-top: 5px;
  margin-bottom: 5px;
  width: fit-content;
}

.form_btn_area{
  display: flex;
  margin: 30px 0 15px;
  justify-content: space-between;
}

.btn-primary {
  font-size: 1.4em;
  line-height: 25pt;
  border-radius: 4px;
  padding: 3px 0 0;
  height: 45px;
  border: 0;
  cursor: pointer;
  width: 49%;
}

.primary_1 {
  color: #fff;
  background-color: #4fa6f7;
}

.primary_1:hover {
  color: #fff;
  background-color: #2487e3;
}

.primary_2 {
  color: #fff;
  background-color: #c0c0c0;
}

.primary_2:hover {
  color: #fff;
  background-color: #a6a6a6;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}

.popup-inner {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    padding: 35px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #666;
}


.Required {
  background-color: #ef857d;
  color: #fff;
  padding: 3px 7px;
  font-size: 9px;
  border-radius: 3px;
  height: 19px;
  height: 20px;
}


.container h2 {
    font-size: 22px;
    font-weight:bold;
}






.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.estimate_step {
  padding-top: 30px;
}

.step_title_area {
    margin: 30px 0px 6px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 3px 0 1px;
}

.estimate_step_h3 {
  font-size: 32px;
  padding: 0;
  color: #222222;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.service_link {
  color: #0f76cc;
  font-size: 15px;
  font-weight: 100;
  line-height: 17px;
  text-align: right;
  font-family: 'Open Sans', Calibri, Candara, Arial, sans-serif;
}

.estimate_step_talbe {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.estimate_total_talbe {
  border: 1px solid #e0dede;
  max-width: 372px;
  padding: 0;
  border-collapse: collapse;
}

.estimate_step_tr {
  font-size: 15px;
  max-width: 1100px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.estimate_step_tr + .estimate_step_tr {
  border: none;
}

.estimate_step_tr + .estimate_step_tr {
  border: none;
}

.estimateOptionSheet:nth-child(1) {
  border-bottom: 0 solid #e1e1e1;
}

.estimateOptionSheet:nth-child(2) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(3) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(4) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(5) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(6) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(7) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(8) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(9) {
  border-bottom: 1px solid #e1e1e1;
}

.estimateOptionSheet:nth-child(10) {
  border-top: 0 solid #e1e1e1;
}

.estimate_step_td {
  padding: 18px 15px 15px;
  /* border-bottom: 1px solid #e1e1e1; */
  box-sizing: border-box;
  font-size: 13.5px;
}

.estimate_step_td:nth-last-child(1) {
  border-right: none;
}

.step_td_header {
  background: #f6f6f7;
  width: 30%;
  vertical-align: bottom;
  height: auto;
  padding-top: 17px;
  font-size: 16px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
}

.step_td_header1 {
  background: #f6f6f7;
  width: 27%;
  vertical-align: bottom;
  height: 70px;
  padding-top: 12px;
  font-size: 15px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
}

.step_td_contents {
  background: #ffffff;
  width: 70%;
  border-right: none;
  height: auto;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.step_td_contents1 {
  background: #ffffff;
  width: 73%;
  border-right: none;
  height: 70px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}


.optionsel_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


.step_item {
  margin-right: 30px;
}

.step2_item_ct {
    margin-right: 12px;
}

.step_item_q {
  margin-right: 4px;
}

.help_area {
  display: inline-block;
  position: relative;
  top: 4px;
  right: 0;
}

.icon-i-g {
    background-image: url(/images/contents/i_icon_off.svg);
    background-size: 20px 20px;
    cursor: pointer;
}

.lavbel_cbox {
  position: relative;
  margin-right:5px;
}

.checkbox {
  position: static;
  top: inherit;
  left: inherit;
}

input.radio,
.checkbox {
  vertical-align: baseline;
  margin-right: 6px;
  margin-top:0;
}

.icon-help-g {
  background-image: url(/images/contents/icon-help-off.svg);
  background-size: 17px 17px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.icon-help-g:hover {
    background-image: url(/images/contents/icon-help-on.svg);
    cursor: pointer;
}


.icon-i-g {
    background-image: url(/images/contents/i_icon_off.svg);
    background-size: 17px 17px;
    cursor: pointer;
}

.icon-i-g:hover {
    background-image: url(/images/contents/i_icon_on.svg);
    cursor: pointer;
}


.help-layout {
  display: inline-block;
  height: 17px;
  width: 17px;
}

a.help_popup {
    position: absolute;
    right: -23px;
    top: 0px;
}

a.help_users {
    position: absolute;
    right: -22px;
    top: 2px;
}

::placeholder {
  color: #d4d4d4;
}

a.url_link_util {
  /* font-size: 13px; */
  color: #2d6eb5;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  background: transparent url(/images/type_arrow_oran1.png) no-repeat scroll
    left center;
  padding-left: 20px;
  padding-top: 1px;
  text-decoration: none;
}

#js-show-popup {
  border: none;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
  background: -moz-linear-gradient(#0a7dd8, #176eb5);
}

#js-show-popup:hover {
  /* opacity: 0.93; */
}

.input_height {
}

.inputSelf {
  max-width: 160px;
  padding-left: 6px;
  color: #666666;
  width: 180px;
  height: 30px;
  border: 1px solid #d2d2d2;
}


.selectPlan {
  width: 160px;
  height: 30px;
  border: 1px solid #d2d2d2;
  padding: 0 5px;
  margin-right: 20px;
  margin-left: 9px;
}
/*
.storege_self_box{
  width:100%;
} */


.step3_dd {
  background: #f6f6f7;
  text-align: center;
  /* border-bottom: 1px solid #e1e1e1; */
  border-right: 1px solid #e1e1e1;
}

.step3_dd:nth-child(1) {
  width: 25%;
}

.step3_dd:nth-child(2) {
  width: 35%;
}

.step3_dd:nth-child(3) {
  width: 10%;
}

.step3_dd:nth-child(4) {
  width: 15%;
}

.step3_dd:nth-child(5) {
  width: 15%;
}

.step_3_plan {
  border-right: 1px solid #e1e1e1;
  font-size: 15px;
}

.step_3_plan:nth-child(1) {
  width: 25%;
}

.step_3_plan:nth-child(3) {
  width: 35%;
}

.step_3_plan:nth-child(5) {
  width: 10%;
  text-align: center;
}

.step_3_plan:nth-child(7) {
  width: 15%;
  text-align: right;
}

.step_3_plan:nth-child(9) {
  width: 15%;
  text-align: right;
}

.option_tit {
  text-align: center;
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  float: left;
  border-right: 1px solid #e1e1e1;
}

.option_item {
  width: 75%;
  float: right;
  max-width: 823.28px;
}

.option_tit span {
  position: absolute;
  top: 50%;
  right: 34%;
}

.option_dd {
  border-right: 1px solid #e1e1e1;
  font-size: 15px;
}

.option_dd:nth-child(1) {
  width: 46.7%;
}

.option_dd:nth-child(3) {
  width: 13.3%;
  text-align: center;
}

.option_dd:nth-child(5) {
  width: 20%;
  text-align: right;
}

.option_dd:nth-child(7) {
  width: 20%;
  text-align: right;
}

.step_td_total {
  text-align: center;
  width: 85%;
  padding: 15px;
  border-right: 1px solid #e1e1e1;
  font-size: 15px;
}

.step_td_total_price {
  text-align: right;
  width: 15%;
  font-size: 15px;
}

.step3_sp_dd {
  display: none;
}

.simulation_additional {
  font-size: 15px;
  margin-bottom: 25px;
}

.simulation_noticepoint {
  font-size: 11px;
  margin-top: 3px;
  line-height: 19pt;
  padding-left: 3px;
}

.popup_area {
  padding: 30px 0 15px;
}

input[type='checkbox'] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.mustPlanSelectError,
.mustOptionSelectError,
.ErrorNotice {
  margin-top: 3px;
  color: #ff0000;
  font-size: 12px;
  padding-left: 4px;
  display: block;
}

.color-white {
  color: #ffffff;
}

/** hide recaptcha badge */
.grecaptcha-badge {
  visibility: hidden;
}

/** Popup stylesheet */

.mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.spinner-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

  transform: translateY(-50%);
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
  border-top-width: 0;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(255, 255, 255);
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

.precautions_box {
  width: 100%;
  color: #666;
  background-color: #f2faff;
  border: 1px solid #e5e9ec;
  padding: 8px 13px 12px 17px;
  margin: 7px 0px 15px 0px;
}

.precautions {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  color: #555555;
  padding-top: 5px;
}

.precautions_txt {
  margin: 0;
  padding-top: 2px;
  color: #555555;
  font-size: 13px;
}

.precautions_txt a {
  font-size: 13px;
  text-decoration: underline;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*直接入力の場合*/
/*.input-self-box {*/
/*  display: none;*/
/*}*/

@media screen and (max-width: 1117px) {
}

@media screen and (max-width: 1024px) {
  /* 1024pxまでの幅の場合に適応される */
  .estimate_bn {
    margin-top: 15px;
  }

  .step_td_header {
    width: 100%;
    border-right: none;
    height: auto;
  }

  .step_td_header1 {
    width: 100%;
    border-right: none;
    height: auto;
  }

  .step_td_contents {
    width: 100%;
    height: auto;
  }

  .step_td_contents1 {
    width: 100%;
    height: auto;
  }

  .option_tit {
    float: left;
  }

  .option_item {
    width: 75%;
    float: right;
  }

  .service_link {
    padding-top: 4%;
  }

  .mustPlanSelectError,
  .mustOptionSelectError {
    margin-top: 2px;
    color: #ff0000;
  }


}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .estimate_step_h3 {
    font-size: 26px;
    line-height: 1;
    padding: 5px 0 0;
    margin: 0;
  }

  .dataMigration_item {
    margin-top: 8px;
  }

  .service_link {
    padding-top: 5%;
  }

  .estimate_step {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .popup-inner {
    width: 95%;
    padding: 20px;
    box-sizing: border-box;
    top: 53.8%;
  }

  .close-btn {
    top: 5px;
  }

  .form-type-title {
    width: auto;
  }

  .form-type2-dl,
  .tell_3 {
    width: 100%;
    margin-top: 4px;
  }

  .qna-required-t {
    position: relative;
    top: 0;
    left: 10px;
  }

  .precautions_box {
    width: 100%;
    margin: 7px 0px 0px 0px;
  }

  .form-type3-dl dd, .form-type2-dl dd {
    padding: 0;
    font-size: 1.1em;
}

.chk{
  top:1px;
}

.pass {
    margin-top: -22px;
}

.form-type{
      margin-top: 12px;
}

.left-link-space-qna {
    margin: 0px auto 18px;
}


}

@media screen and (max-width: 480px) {
  /* 480pxまでの幅の場合に適応される */
  img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .estimate_step_td {
    border-right: none;
  }

  .step_title_area {
    margin: 0 0 10px;
  }

  .step_item2_line {
    width: 100% !important;
    padding-top: 7px;
  }

.step_item2_line:nth-child(1){
  padding-top:0;
}


  .step_item3_line {
    width: 26% !important;
  }

  .step_item {
    width: 100%;
    margin: 0;
  }

  .step_item_q {
    width: 100%;
    margin: 5px 5px 3px 0;
  }

  .help-layout {
    margin: -1px 0 0 0;
  }

  .step_item_line {
    width: 50%;
  }

  .step_item.step2_item_ct.input-self-box {
    margin-top: 3px;
  }

  .estimate_step_td {
    padding: 15px 15px;
  }

  input.radio,
  .checkbox {
    vertical-align: -1px;
    margin-right: 5px;
  }

  input[type='checkbox'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 0;
  }

  input[type='radio'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }

  .inputSelf {
    border: 1px solid #d2d2d2;
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top:5px;
  }

  .selectPlan {
    border: 1px solid #d2d2d2;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 5px;
  }

  label.lavbel_cbox {
    width: 100%;
        display: block;
        margin-right: 0px;
        padding-bottom: 0px;
  }

  .notice_red {
    padding: 2px 0 0;
    display: block;
    text-indent: -11px;
    padding-left: 14px;
  }


  .step_item_q {
    margin-right: 0 !important;
  }

  .step2_item_ct:nth-child(1) {
    width: 100%;
    margin-left: 0;
  }

  .step2_item_ct1:nth-child(1) {
    width: 100%;
  }

  .step2_item_ct:nth-child(2) {
    width: 100%;
    margin-left: 0px;
    margin-top:4px;
  }

  .service_link {
    padding-top: 8px;
  }

  /* step3 table */
  .step_3 .flexbox {
    display: block;
  }

  .step3_dd {
    display: none;
  }

  .step3_sp_dd {
    background: #f6f6f7;
    text-align: center;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 15px;
  }

  .step3_dd:nth-child(1) {
    width: 100%;
    text-align: center;
    background-color: #999999;
    color: #ffffff;
  }

  .step3_dd:nth-child(2),
  .step3_dd:nth-child(3),
  .step3_dd:nth-child(4),
  .step3_dd:nth-child(5) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(1) {
    background-color: #a4a4a4;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(2),
  .step_3_plan:nth-child(3),
  .step_3_plan:nth-child(4),
  .step_3_plan:nth-child(5),
  .step_3_plan:nth-child(6),
  .step_3_plan:nth-child(7),
  .step_3_plan:nth-child(8),
  .step_3_plan:nth-child(9) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(3) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(4) {
    width: 100%;
    text-align: center;
  }

  .step_3_plan:nth-child(5) {
    width: 100%;
    text-align: center;
  }

  .option_tit {
    width: 100%;
    text-align: center;
    background-color: #a4a4a4;
    color: #ffffff;

    border-right: none;
  }

  .option_tit span {
    position: static;
  }

  .option_dd:nth-child(1) {
    background-color: #e6e6e7;
    width: 100%;
    text-align: center;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
  }

  .option_dd:nth-child(2),
  .option_dd:nth-child(3),
  .option_dd:nth-child(4),
  .option_dd:nth-child(5),
  .option_dd:nth-child(6),
  .option_dd:nth-child(7),
  .option_dd:nth-child(8),
  .option_dd:nth-child(9) {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
  }

  .step_td_total {
    width: 100%;
    background-color: #a4a4a4;
    color: #ffffff;
  }

  .step_td_total_price {
    width: 100%;
    text-align: center;
  }

  .option_tit {
    float: none;
    padding: 10px 15px;
  }

  .option_item {
    width: 100%;
    float: none;
  }

  .popup_area {
    padding: 0 0 15px;
  }

  .lavbel_cbox {
      margin-right: 25px;
  }

.migration_li{
  width:100% !important;
}







}

@media screen and (max-width: 375px) {
  /* 320pxまでの幅の場合に適応される */
}



/*header*/
.top-header {
  max-width: 100%;
  margin: 10px auto 5px;
  height: 65px;
  clear: both;
}

.header-logo{
	margin-left: 0px;
	float: left;
	padding-top: 6px;
}

.header-logo a{
	margin-right:5px;
}

.header-logo-text{
	font-size: 13.5px;
    margin: 28px 0 0 6px;
    line-height: 15px;
    float: right;
  }


.header-serve-menu {
	padding: 6px 0 0 0;
	float:right;
}

.header-serve-menu li a:link{
    color: #0054a6;
}


.header-serve-menu ul{
	list-style:none;
	margin: 4px 4px 0;
}

.header-serve-menu ul li{
	float: left;
	text-align: center;
	margin-right: 10px;
	font-size:10px;
}

.header-serve-menu ul li:nth-last-child(1){
	margin-right:0;
}

.header-serve-menu ul li a{
	text-decoration:none;
}

.header-serve-menu ul li a:visited{
    text-decoration: none;
}

.header-serve-menu ul li span{
    position: relative;
    top: 40px;
}

.header-serve-seminar{
   background: url(/images/top_menu1_seminar_o.png) no-repeat center;
   width:auto;
   height:37px;
   float: left;
   margin-right: 15px;
}


.header-serve-mimg-1{
   background: url(/images/top_menu1_02_o.png) no-repeat center;
   width:auto;
   height:40px;
   float: left;
   margin-right: 15px;
}


.header-serve-mimg-n1{
   background: url(/images/top_menu1_contact_o.svg) no-repeat center;
   width:auto;
   height:37px;
   float: left;
   margin-right: 10px;
}


.header-serve-d_down{
	background: url(/images/top_menu1_dc_down_o.svg) no-repeat center;
	width:auto;
	height:37px;
	float: left;
	margin-right: 7px;
    letter-spacing: -0.3pt;

 }


.header-serve-mimg-2{
	background: url(/images/top_menu1_06_o.svg)no-repeat center;
	width:auto;
	height: 37px;
	float: left;
	margin-right: 15px;
}

.header-serve-mimg-3{
	background: url(/images/top_menu1_01_o.svg)no-repeat center;
	width:auto;
	height: 37px;
	float: left;
	color: #0f76cc;
	margin-right: 13px;
}

.header-serve-mimg-4{
	background: url(/images/top_menu1_04_o.svg)no-repeat center;
	width:auto;
	height: 37px;
	float: left;
}

a.header-serve-mimg-blog{
	background: url(/images/top_menu1_blog_o.png) no-repeat scroll center;
	width:auto;
	height: 37px;
	float: left;
	color: #0f76cc;
	margin-right: 15px;
}

a.header-serve-introduction{
	background: url(/images/top_menu1_intro_o.svg) no-repeat scroll center;
	width:auto;
	height: 37px;
	float: left;
	color: #0f76cc;
	margin-right: 15px;
}


a.header-serve-mimg-n:hover {
	background: url(/images/top_menu1_contact.svg) no-repeat center;
	color: #a5a5a5;
}


a.header-serve-mimg-n1:hover {
	background: url(/images/top_menu1_contact.svg) no-repeat center;
	color: #a5a5a5;
}


a.header-serve-d_down:hover {
	background: url(/images/top_menu1_dc_down.svg) no-repeat center;
	color: #a5a5a5;
}

a.header-serve-seminar:hover {
	background: url(/images/top_menu1_seminar.png) no-repeat center;
	color: #a5a5a5;
}

a.header-serve-mimg-1:hover {
	background: url(/images/top_menu1_02.png) no-repeat scroll center;
	width:auto;
	height:40px;
	color: #a5a5a5;
	margin-right: 15px;
}

a.header-serve-mimg-2:hover{
	background: url(/images/top_menu1_06.svg) no-repeat scroll center;
	width:auto;
	height: 37px;
	color: #a5a5a5;
	margin-right: 15px;
}

a.header-serve-mimg-3:hover{
	background: url(/images/top_menu1_01.svg) no-repeat scroll center;
	width:auto;
	height: 37px;
	color: #a5a5a5;
	margin-right: 13px;
}

a.header-serve-mimg-4:hover{
	background: url(/images/top_menu1_04.svg) no-repeat scroll center;
	width:auto;
	height: 37px;
	color: #a5a5a5;
}


a.header-serve-mimg-blog:hover{
	background: url(/images/top_menu1_blog.png) no-repeat scroll center;
	width:auto;
	height: 37px;
	color: #a5a5a5;
	margin-right: 15px;
}

a.header-serve-introduction:hover{
	background: url(/images/top_menu1_intro.svg) no-repeat scroll center;
	width:auto;
	color: #a5a5a5;
	margin-right: 15px;
}


.header-serve-mtext-1{
	float:right;
	padding: 8px 27px 0 8px;
	font-size:14px;
}

.header-serve-mtext-2{
	 float:right;
	 padding: 8px 20px 0 8px;
	 font-size:14px;
}

.header-serve-mtext-3{
	float:right;
    padding: 8px 5px 0 0;
	font-size:14px;
}
