article.basic, article section.panel, article header {
  width: 890px;
  background-color: white;
  border-radius: 10px;
  margin: 0 auto 30px;
  padding: 10px;
  -moz-box-shadow: 3px 3px 4px black;
  -webkit-box-shadow: 3px 3px 4px black;
  box-shadow: 3px 3px 4px black;
  position: relative;
  z-index: 1;
  /*behavior: url(/css/ie-css3.htc);*/
}
article.basic h2, article section.panel h2, article header h2 {
  margin: 0 0 15px;
}

a.b2p {
  color: black;
}
a.b2p:visited {
  color: black;
}
a.b2p:hover {
  color: #00a0e9;
}

a.p2b {
  color: #00a0e9;
}
a.p2b:visited {
  color: #00a0e9;
}
a.p2b:hover {
  color: black;
}

a.w2g {
  color: white;
}
a.w2g:visited {
  color: white;
}
a.w2g:hover {
  color: #595757;
}

a.w2p {
  color: white;
}
a.w2p:visited {
  color: white;
}
a.w2p:hover {
  color: #00a0e9;
}

a.g2p {
  color: #595757;
}
a.g2p:visited {
  color: #595757;
}
a.g2p:hover {
  color: #00a0e9;
}

a.w2y {
  color: white;
}
a.w2y:visited {
  color: white;
}
a.w2y:hover {
  color: #ffdc00;
}

a.y2w {
  color: #ffdc00;
}
a.y2w:visited {
  color: #ffdc00;
}
a.y2w:hover {
  color: white;
}

a.p2ul {
  color: #00a0e9;
}
a.p2ul:hover {
  text-decoration: underline;
}

article section.panel, article header {
  margin-bottom: 15px;
}
article section.form {
  margin-bottom: 15px;
  font-family: '小塚ゴシック Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','メイリオ','Meiryo',sans-serif;
}
article section.form span {
  display: inline-block;
  vertical-align: middle;
}
article section.form span.text_s {
  font-size: 13px;
}
article section.form span.text_m {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
article section.form span.text_l {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F00;
}
article section.form section.book {
  font-weight: normal;
  padding: 15px 0;
  border-bottom: 1px solid black;
}
article section.form section.book p {
  margin: 0;
}
article section.form section.book div.title {
  width: 740px;
  height: 30px;
  float: left;
  margin-bottom: 10px;
  background-image: url(/images/book_form/dot.png);
  background-repeat: repeat-x;
}
article section.form section.book div.title img {
  line-height: 0;
  background-color: #fff;
  padding-right: 5px;
}
article section.form section.book div.input {
  width: 150px;
  float: left;
  text-align: right;
  font-size: 15px;
}
article section.form section.book div.input input {
  font-size: 15px;
  width: 120px;
  height: 28px;
  text-align: right;
  border: 1px solid #595757;
  padding-right: 2px;
  margin-right: 5px;
}
article section.form section.book div.input.error input {
  border: 1px solid red;
  background-color: pink;
}
article section.form section.book:last-child {
  border: none;
}
article section.form.group h1 {
  margin-bottom: 10px;
}
article section.form.group span.text_s {
  line-height: 140%;
}
article section.form.group section.address {
  background-color: #ebe2da;
  border-radius: 5px;
  width: 860px;
  margin-top: 15px;
  padding: 15px;
}
article section.form.group section.address input {
  height: 26px;
  padding-left: 2px;
  border: 1px solid #595757;
}
article section.form.group section.address h1 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
article section.form.group section.address span {
  display: block;
  margin-bottom: 10px;
  height: 26px;
}
article section.form.group section.address span.error input {
  border: 1px solid red;
  background-color: pink;
}
article section.form.group section.address div.left {
  font-size: 15px;
  float: left;
  width: 360px;
  text-align: right;
}
article section.form.group section.address div.left input {
  width: 118px;
  text-align: right;
}
article section.form.group section.address div.left select {
  width: 138px;
  height: 26px;
}
article section.form.group section.address div.right {
  font-size: 15px;
  float: right;
  width: 490px;
  padding-left: 10px;
}
article section.form.group section.address div.right input {
  width: 248px;
  padding-left: 0;
  padding-right: 2px;
}
article section.form.group section.sent span {
  display: block;
}
article section.form.group section.sent h1 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  display: block;
}
article section.form.group section.sent div.left {
  float: left;
  width: 450px;
  text-align: right;
}
article section.form.group section.sent div.right {
  float: right;
  width: 400px;
}
article section.form.submit {
  text-align: center;
}
article .error_msg {
  margin-top: 20px;
  color: red;
  font-size: 16px;
  text-decoration: underline;
}
