﻿@charset "utf-8";

/* news/popup */
/*--- (テンプレート).html ---*/
body {
  background: #ffffff;
}
body #wrap {
  width: 760px;
}
#wrap div#headerArea {
  height: 67px;
  margin: 0 0 15px 0;
}
#wrap #logoBlock {
  position: relative !important;
  top: 0 !important;
}

#wrap div#mainArea {
  width: 758px;
  margin: auto;
  border: #c9c9c9 1px solid;
  background: url(../img/popup_bg_001.gif) 0 0 no-repeat;
}
#wrap div#mainArea #contentsArea {
}
#wrap div#mainArea h2 {
  margin: 0 0 15px 0;
}
#wrap div#mainArea h2 img {
  margin: 15px 14px;
}
#wrap div#mainArea div.section {
  width: 718px !important;
  margin: 0 20px 30px 20px !important;
}
#wrap div#mainArea div.section div.sectionInner {
  margin: 0 0 0 15px;
}
#wrap div#mainArea div.section div.sectionInner div#imgBlock {
  margin: 20px 0 18px 0;
  text-align: center;
}
#wrap div#mainArea div.section div.sectionInner div.priceBlock {
  width: 460px;
  margin: auto;
  margin-bottom: 20px;
  padding: 4px 10px;
  background: #f8f8f8;
}
#wrap div#mainArea div.section div.sectionInner div.priceBlock p.title {
  margin: 0 0 6px 0;
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 133%;
  font-weight: bold;
  background: url(../img/popup_bg_002.gif) 0 100% repeat-x;
}
#wrap div#mainArea div.section div.sectionInner div.priceBlock p.price {
  text-align: right;
}
#wrap div#mainArea div.section div.sectionInner div.priceBlock p.btn {
  margin: 12px 0 6px 0;
  text-align: right;
}
#wrap div#mainArea div.section div.sectionInner div.priceBlock p.btn2 {
  margin: 12px 0 6px 0;
  text-align: left;
}
#wrap div#mainArea div.section div.sectionInner div.tableBlockA01 {
  margin: 10px 0 0 0 !important;
}
#wrap div#mainArea div.section div.sectionInner div.tableBlockA01 table,
#wrap div#mainArea div.section div.sectionInner div.tableBlockA01 table th,
#wrap div#mainArea div.section div.sectionInner div.tableBlockA01 table td {
  border: #d0d0d0 1px solid !important;
  line-height: 1.6;
}
#wrap div#mainArea div.section div.sectionInner div.tableBlockA01 table th {
  background-color: #f6f6f6 !important;
  font-weight: bold;
}

div.anchorTopArea {
  width: 758px !important;
}
div.anchorTopArea p {
  padding: 0 20px 20px 20px;
}

#wrap div#footerArea {
  width: 760px;
  height: 65px;
  text-align: right;
}
#wrap div#footerArea div.closeBtnArea {
  float: right;
  margin: 16px 0 0 0;
}
#wrap div#footerArea #footerCopyrightBlock {
}
#wrap div#footerArea #footerCopyrightBlock img {
  margin-bottom: 18px;
}
