*{
	font-family: /*'Verdana',*/ 'Lucida Grande', "Hiragino Kaku Gothic ProN", 'Hiragino Kaku Gothic Pro', "メイリオ", 'ヒラギノ角ゴ Pro W3', 'Osaka', sans-serif;
}

/*responsive*/
@media all and (max-width: 375px){
  .size_small{
    font-size:11px !important;
  }
}

.form-wrapper1 {
	width: 150px;
	padding: 7px;
}

.table1 th, .table1 td {
	border-bottom: 1px solid white;
}

.notice-box{
	margin-bottom: 30px;
}
.table1 table {
  display: inline;
  margin: 0px 8px;
}

.table1 ul li {
  margin: 0px 10px;
  display: inline-block;
}

.modal-content {
    padding: 10px;
}

.modal-link-mobile {
  display: none;
}
.modal-link-desktop {
  display: block;
}
.text-link-footer {
  margin-right: 130px; float: right; color:red; font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal-link-mobile {
    display: block !important;
    padding: 0px 10px;
  }
  .modal-link-desktop {
    display: none !important;
  }
  .text-link-footer {
    margin-right: 0px !important;
    padding: 0px 10px;
  }
  .table1 table {
    margin: 0px !important;
  }
}
@media screen and (max-width: 500px) {
  .notice-box h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .text-link-footer {
    font-size: 10px;
    float: left;
  }
  .notice-box h5 {
    font-size: 10px;
  }
}

.footer-infor-text{
  text-align: center !important;
  font-size: 10px;
}

.result-cart {
  font-size: 12px;
}

@media all and (max-width: 768px){
  #popupform-oversea .o_modal_box {
    width: 90%;
    height: 40%;
  }
  #popupform-comment-for-regulation .o_modal_box {
    width: 90%;
    height: 90%;
  }
}