/* _setting CSS */
main .mv {
  background: url(../images/common/mv_bg01.jpg) center;
}
main .mv h2 {
  padding: 147px 0 0;
  background: url(../images/mypage/mv.png) center;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .link_wrap {
  width: 902px;
  margin: 0 auto 40px;
}

#index .history_wrap p {
  margin: 0 0 20px;
}
#index table {
  table-layout: fixed;
  width: 1050px;
  border-top: 1px solid #bfbfbf;
}
#index table th,
#index table td {
  padding: 10px 30px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px dotted #7a7a7a;
  box-sizing: border-box;
  vertical-align: middle;
}
#index table th {
  width: 200px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
#index table th:nth-child(1) {
  width: 215px;
}
#index table th:nth-child(2) {
  width: 120px;
}
#index table th:nth-child(3) {
  width: 160px;
}
#index table th:nth-child(4), #index table th:nth-child(5) {
  width: 150px;
}
#index table th:nth-child(6) {
  width: 170px;
}
#index table td {
  width: 790px;
  padding: 20px 30px;
  text-align: center;
}
#index table thead th {
  border-bottom: none;
}
#index table tr :last-child {
  border-right: none;
}
#index table .btn01 {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  background: #d3d3d3;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#index table .btn01:hover {
  opacity: 0.7;
}

#login .mv h2 {
  background: url(../images/mypage/login/mv.png) no-repeat center;
}
#login .top_text_wrap {
  width: 990px;
  margin: 0 auto 25px;
}
#login #sec01 {
  margin: 0 0 80px;
}
#login .inner {
  width: 990px;
  margin: 0 auto;
  padding: 50px 0 20px;
  background: #f5f5f5;
  box-sizing: border-box;
}
#login .inner table {
  width: 605px;
  margin: 0 auto;
}
#login .inner th,
#login .inner td {
  width: 480px;
  padding: 5px 10px;
  vertical-align: top;
  box-sizing: border-box;
}
#login .inner th label,
#login .inner td label {
  display: block;
  padding: 5px 0 10px;
}
#login .inner th input[type=text],
#login .inner th input[type=password],
#login .inner td input[type=text],
#login .inner td input[type=password] {
  width: 460px;
  padding: 3px 5px;
  line-height: 24px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}
#login .inner th {
  width: 125px;
  padding: 11px 10px 0;
}
#login .inner .attention {
  width: 605px;
  margin: 0 auto;
  color: #b90101;
  font-size: 12px;
}
#login .inner ul {
  display: inline-block;
  margin: 25px auto 0;
  font-size: 13px;
}
#login .inner .btn01 {
  margin: 30px auto 0;
}
#login .common_hd02 {
  margin: 40px 0 25px;
}
#login .btn01 {
  width: 300px;
  margin: 0 auto;
}
#login .btn01 a {
  display: block;
  line-height: 55px;
  background: #ea8004;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#login .btn01 a:hover {
  opacity: 0.7;
}
#login #sec02 .btn01 {
  margin: 0 auto 50px;
}
#login #sec02 .btn01 a {
  background: #00036d;
}

#delivery .address_wrap {
  width: 990px;
  margin: 0 auto 40px;
}
#delivery .address_wrap:after {
  content: '';
  display: block;
  clear: both;
}
#delivery .address_wrap .text_wrap {
  float: left;
  width: 700px;
}
#delivery .address_wrap .common_btn04 {
  float: right;
}
#delivery table {
  margin: 0 0 30px;
  table-layout: fixed;
  width: 1050px;
  border-top: 1px solid #bfbfbf;
}
#delivery table td {
  padding: 10px 30px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px dotted #7a7a7a;
  box-sizing: border-box;
  vertical-align: middle;
}
#delivery table td {
  padding: 15px 30px;
  text-align: center;
}
#delivery table td:nth-child(1) {
  width: 80px;
}
#delivery table td:nth-child(2) {
  width: 580px;
  text-align: left;
}
#delivery table td:nth-child(3), #delivery table td:nth-child(3) {
  width: 190px;
}
#delivery table thead th {
  border-bottom: none;
}
#delivery table tr :last-child {
  border-right: none;
}
#delivery table .btn01 {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  background: #d3d3d3;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#delivery table .btn01:hover {
  opacity: 0.7;
}

#refusal .warning_wrap {
  width: 600px;
  margin: 30px auto;
  padding: 40px;
  border: 1px solid #bfbfbf;
}
#refusal .warning_wrap p {
  text-align: center;
}
#refusal .warning_wrap .common_btn04 {
  margin: 25px auto 0;
}
#refusal .warning_wrap ul {
  width: 560px;
}
#refusal .warning_wrap ul:after {
  content: '';
  display: block;
  clear: both;
}
#refusal .warning_wrap ul li {
  float: right;
  width: 260px;
}
#refusal .warning_wrap ul .btn_back {
  float: left;
}
#refusal .warning_wrap ul .btn_back a {
  background: #ea8004;
  color: #fff;
}
#refusal .complete_text_wrap {
  padding: 40px;
  text-align: center;
}

#history .common_hd02 {
  margin: 50px 0 30px;
}
#history .top_text_wrap {
  margin: 0 0 50px;
}
#history .top_text_wrap:after {
  content: '';
  display: block;
  clear: both;
}
#history .top_text_wrap > p {
  float: left;
}
#history .top_text_wrap .common_btn04 {
  float: right;
}
#history .item_wrap {
  table-layout: fixed;
  width: 1050px;
  border-top: 1px solid #bfbfbf;
}
#history .item_wrap th,
#history .item_wrap td {
  padding: 10px 30px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px dotted #7a7a7a;
  box-sizing: border-box;
  vertical-align: middle;
}
#history .item_wrap th {
  width: 200px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
#history .item_wrap th:nth-child(1) {
  width: 120px;
}
#history .item_wrap th:nth-child(2) {
  width: 305px;
}
#history .item_wrap th:nth-child(3) {
  width: 80px;
}
#history .item_wrap th:nth-child(4), #history .item_wrap th:nth-child(5) {
  width: 150px;
}
#history .item_wrap th:nth-child(6) {
  width: 170px;
}
#history .item_wrap a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: none;
  color: #00036d;
}
#history .item_wrap a:hover {
  opacity: 1;
}
#history .form_table_wrap th,
#history .form_table_wrap td {
  padding: 18px 30px;
}
#history .mail_table_wrap {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  box-sizing: border-box;
}
#history .mail_table_wrap th,
#history .mail_table_wrap td {
  padding: 18px 30px;
  border-bottom: 1px dotted #7a7a7a;
  border-right: 1px dotted #7a7a7a;
}
#history .mail_table_wrap tr th:last-child,
#history .mail_table_wrap tr td:last-child {
  border-right: none;
}
#history .mail_table_wrap thead th {
  background: #f5f5f5;
  text-align: center;
}
#history .mail_table_wrap thead th:nth-child(1) {
  width: 180px;
}
#history .mail_table_wrap thead th:nth-child(2) {
  width: 120px;
}
#history .mail_table_wrap thead th:nth-child(3) {
  width: auto;
}
