/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}


/* main */

ul li {
  list-style: none;
  //margin: 30px 0px;
}

a {
  /*color: #FFFFFF;*/
}

.center {
  text-align: center;
}


/* s ADD */
.line {
  box-shadow: 0 3px 3px #aaa;
}

.headerImageText {
  text-align: center;
  color: #541c1b;
  font-family: sans-serif;
  letter-spacing: 1px;
  line-height: 1.7em;
  padding: 0 10px;
}

.headerImageText img {
}

.headerWait {
  font-weight: bold;
  font-size: 125%;
}

/* 情報入力部分 */
.post_data {
  background-size: 100% 100%;
  text-align: center;
  margin-top: 25px;
  border: #ff8635 solid 2px;
  box-shadow: 0px 0px 10px 15px rgba(255,255,255,1) inset, 0 0 5px 1px rgba(0,0,0,0.4);
  background-repeat: repeat;
  background-image: url(../image/form_bg.jpg);
  border-image-source: url(../image/line.png);
  border-image-slice: 1;
  border-image-width: 2px;
  border-image-repeat: stretch;
}

.post_data table {
  width: 100%;
  margin: 0 0 15px  0;
}

.post_data tr {
}

.post_data th {
  font-weight: bold;
  color: #541c1b;
  vertical-align: middle;
  font-size: 95%;
  text-align: left;
  font-family: serif;
  position: relative;
  line-height: 1.5em;
}

.post_data td {
  vertical-align: middle;
  padding: 0 15px 0 20px;
}

.codeNo {
  font-size: 80%;
}

.required {
  background-color: #2494fb;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  font-size: 75%;
  padding: 0 5px;
}

.post_data_item_box input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: none;
  text-align: left;
  font-family: sans-serif;
  font-size: 100%;
  border: 1px solid #d7cb9f;
}

.post_data_item_box textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: none;
  text-align: left;
  font-family: sans-serif;
  font-size: 100%;
  border: 1px solid #d7cb9f;
}

.presentTitleBox {
  margin: 30px auto;
}
.presentTitleBox p {
  font-size: 95%;
  color: #541c1b;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.information {
  font-size: 60% !important;
  margin-top: 9px;
}

@media screen and (max-width: 480px) {
  /* s ADD */
  .headerImageText {
    font-size: 80%;
  }
  
  .required {
    right: 15px;
  }

  .post_data tr:first-child th {
    /*padding-top: 30px;*/
  }

  .post_data tr:first-child span {
    /*margin-top: 0;*/
  }

  .post_data th {
    display: block;
    padding: 10px 0 10px 15px;
  }

  .post_data td {
    display: block;
    padding: 0 15px 40px 15px;
  }

  .post_data tr:last-child td {
    padding-bottom: 0;
  }





  .title {
    font-size: 80px;
  }
  .logo {
    text-align: center;
    margin: 20px;
  }
  .line {
    text-align: center;
    width: 100%;
    vertical-align: top;
    height: 4px;
  }
  .text {
    font-size: 13px;
    color: #541c1b;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .blue_text {
    color: #008dff;
    text-decoration: underline;
  }
  .notes {
    font-size: 12px;
    color: #541c1b;
    font-weight: normal;
    font-family: sans-serif;
  }
  .form_data {
    background-image: url("../image/bg.png");
    background-size: contain;
    background-repeat: repeat-x;
    min-height: 700px;
  }
  .post_data {
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .user_data {
    margin: 10px;
  }
  .item {
    display: inline-block;
    width: 65%;
    font-weight: bold;
    color: #541c1b;
    vertical-align: middle;
    font-size: 12.5px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: serif;
  }
  .item_review {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    color: #541c1b;
    vertical-align: top;
    font-size: 12.5px;
    text-align: left;
  }
  .image_set {
    max-width: 100%;
  }
}

@media screen and (min-width: 481px) {
    /* s ADD */
  .headerImageText {
    font-size: 80%;
  }
  
  .required {
    right: 0;
  }
  
  .post_data th {
    width: 210px;
    padding: 30px 0 30px 15px;
  }
  
  .post_data td {
    padding: 0 15px 0 20px;
  }
  
  
  .title {
    font-size: 80px;
  }
  .logo {
    text-align: center;
    margin: 20px;
  }
  .line {
    text-align: center;
    width: 100%;
    vertical-align: top;
    height: 5px;
  }
  .text {
    font-size: 15px;
    color: #541c1b;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .blue_text {
    color: #008dff;
    text-decoration: underline;
  }
  .notes {
    font-size: 12px;
    color: #541c1b;
    font-weight: normal;
    font-family: sans-serif;
  }
  .form_data {
    background-image: url("../image/bg.png");
    background-size: contain;
    background-repeat: repeat-x;
    min-height: 1500px;
    background-position: top center;
  }
  .post_data {
    padding: 20px;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .user_data {
    margin: 10px;
  }
  .item {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    color: #541c1b;
    vertical-align: middle;
    font-size: 12.5px;
    text-align: left;
    margin-top: 10px;
    font-family: serif;
  }
  .item_review {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    color: #541c1b;
    vertical-align: top;
    font-size: 12.5px;
    text-align: left;
  }

  .popup_frame {
    -ms-overflow-style: none;
  }

  .popup_frame::-webkit-scrollbar {
    display: none;
  }
}
