<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/* ================================================
  support.css
================================================ */

/* bodyの背景を設定
------------------------------------------------ */
html {
  background-image: none;
}

body.support {
  /* background: #fff url(/pc/img/cart/body_bg.jpg) repeat-x; */
}

/* #contents
------------------------------------------------ */
.support #contents {
  width: 950px;
  margin: 0 auto 60px;
}
/* #container
------------------------------------------------ */
.support #contents #container {
  width: 750px;
  padding: 30px 100px 20px;
}

input {
  vertical-align: middle;
}

/* #サポートページのページタイトル
------------------------------------------------ */
.support .round_box_gray_footer {
  margin-bottom: 2em;
}

.data_text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.data_input_box {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #666;
}

.data_input_box p {
  min-height: 1rem;
  margin-bottom: 0;
}

.data_input_box .title {
  height: 38px;
  padding-left: 18px;
  font-weight: bold;
  line-height: 38px;
  color: #fff;
  background: url(/pc/img/modify/table_title.gif) 0 0 no-repeat;
}

.data_input_box .data_box{
  padding: 20px;
  border-bottom: 1px solid #666;
}

.data_input_box .data_box .data_head{
  position: relative;
  float: left;
  width: 185px;
  padding-right: 60px;
}


.data_input_box .required {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 1em;
  color: #f00;
}

  .submit_button_next {
  width: 237px;
  height: 41px;
  margin: 1em auto;
}

.submit_button_send {
  width: 234px;
  height: 42px;
  margin: 1em auto;
}

.submit_button_confirm {
  width: 234px;
  height: 42px;
  margin: 1em auto;
}

#MemberInput .submit_button_confirm {
  width: 234px;
  height: 42px;
  margin: 1em auto;
  margin-top: 25px;
}

.submit_button_regist {
  width: 234px;
  height: 42px;
  margin: 1em auto;
}

.submit_button_update {
  width: 279px;
  height: 41px;
  margin: 1em auto;
}

.bottom_box {
  margin-top: 40px;
}

p.textarea {
  margin-top: 15px;
}

/* #data_input_boxのタイトル
------------------------------------------------ */
.title_header,
.title_footer {
  position: relative;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  background-image: url(/pc/img/modify/table_title.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
}

.title_footer {
  margin-bottom: 5px;
  background-position: right bottom;
}

  .title_header div,
.title_footer div {
  width: 5px;
  height: 5px;
  font-size: 1px;
  line-height: 1;
  background-image: url(/pc/img/modify/table_title.gif);
}

.title_body {
  position: relative;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 15px;
  margin-bottom: 0;
  overflow: hidden;
  zoom: 1;
  background: #666;
}

.title_footer div {
  background-position: left bottom;
}

.title_header {
  margin-top: 10px;
}

.title_body p.text {
  padding: 3px 18px 6px 18px;
  font-weight: bold;
  color: #fff;
}

/* #注意の文字色
------------------------------------------------ */
.qa_notes {
  color: #f00;
}

#apology {
  width: 80%;
  padding: 5px;
  margin-top: 10px;
  text-align: left;
  border: 1px solid;
}

.textap {
  font-size: 15px;
  line-height: 1.5;
  color: #f00;
}

.fc_ligthBlue {
  color: #009ce2 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}
</pre></body></html>