@charset "utf-8";
/**
 * tb.css 
 * (c) FOURDIGIT Inc.
 *
 */
  * html,
  * html body {
    overflow-x: hidden;
  }
  .section {
    margin-bottom: 30px;
    zoom: 1;
  }
  .stitle {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 123.1%;
  }

/* printPgae */
  #printPgae #MainContentsThickBox {
    margin-right: auto;
    margin-left: auto;
    width: 590px;
  }
  #printPgae #mainContentArea {
    padding: 15px 0 30px;
  }
  #printPgae .priceTable .iconTitle span {
    width: 540px;
  }

/* closeBtn */
  .closeBtn {
    margin-top: 30px;
  }
  .closeBtn a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 102px;
    height: 27px;
    line-height: 1px;
    text-indent: -9999px;
    text-align: left;
    background-color: transparent;
    background-image: url(/common/2010/imgs/thickbox/bt-close.gif);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .closeBtn a:hover {
    background-position: left -27px;
  }

/* priceTable */
  .priceTable .iconTitle {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 123.1%;
    line-height: 1.4;
    zoom: 1;
  }
  .priceTable .iconTitle:after { content : ''; display : block; clear : both; }
  .priceTable .iconTitle img {
    float: left;
  }
  .priceTable .iconTitle span {
    float: right;
    width: 610px;
  }
  .priceTable table {
    margin: 0;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    width: 100%;
    font-size: 93%;
  }
  .priceTable table caption {
    padding-bottom: 5px;
    color: #999999;
  }
  .priceTable td {
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    padding: 3px;
    width: 16%;
    vertical-align: middle;
  }
  .priceTable td,
  .priceTable td p {
    text-align: center;
  }
  .priceTable table .line1 {
    width: 18%;
    border-left: none;
  }
  .priceTable table tr.first {
    font-weight: bold;
    background-color: #f1fbff;
  }
  .priceTable table tr.second {
    background-color: #fffad4;
  }
  .priceTable td .cap {
    color: #333;
  }

  .priceTable .short .line1 {
    width: 8%;
  }
  .priceTable .short td {
    padding: 10px;
  }
  .priceTable .short tr.first td {
    text-align: center;
  }

  .priceTable ul.notes {
    margin-top: 15px;
  }
  .priceTable .btnArea {
    margin-top: 15px;
    text-align: center;
  }
  .priceTable .faqList {
    margin-top: 20px;
  }
  .priceTable .faqList li .linkCmn01 {
    margin-left: 40px;
    font-size: 93%;
  }

/* payOnce */
  .payOnce {
    margin-top: 20px;
  }
  .payOnce .title {
    font-weight: bold;
  }
  .priceTable .payOnce .short {
    margin-top: 5px;
  }
  .priceTable .payOnce ul.notes {
    margin-top: 5px;
  }
  .priceTable .payOnce table .line1,
  .priceTable .payOnce table td {
    padding: 5px;
    width: auto;
  }
  .priceTable .payOnce table .line1 th {
    background-color: #fffad4;
  }
