@charset "UTF-8";
/* formatting style
----------------------------------------------------*/
#main {
  * {
    font-style: normal;

    margin: 0px;
    padding: 0px;
  }
  body {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 1.6;
    font-family: sans-serif;
    background-image: url(../uk/images/gimg/bg.png);
    background-repeat: repeat-y;
    background-position: center;
  }
  hr {
    display: none;
  }
  /* link style
  ----------------------------------------------------*/
  a img {
    border-style: none;
  }
  a:link {
    color: #0066CC;
    text-decoration: underline;
  }

  a:visited {
    color: #336699;
    text-decoration: underline;
  }

  a:hover {
    color: #09C;
    text-decoration: none;
  }
  a:active {
    text-decoration: none;
    position: relative;
    left: 1px;
    top: 1px;
  }
  /* basic layout
  ----------------------------------------------------*/
  #wrapper {
    background-color: #FFF;
    margin: 0px auto;
    width: 858px;
    border-right: 1px none #333;
    border-left: 1px none #333;
    clear: both;
    padding-top: 0px;
  }
  /* header styles
  ----------------------------------------------------*/
  #header {
    position: relative;
    height: 168px;
    margin-top: 0px;
    padding-top: 0px;
  }
  #header img#head {
    top: 28px;
    position: absolute;
  }
  #header img#logo {
    position: absolute;
    left: 0px;
    top: 42px;
  }
  #header img#head02 {
    position: absolute;
    left: 278px;
    top: 28px;
  }
  #header img#header03 {
    position: absolute;
    left: 733px;
    top: 42px;
  }
  #header #globalnavi {
    position: absolute;
    top: 152px;
  }
  #header #headerprint {
    display: none;
  }
  /* navi styles
  ----------------------------------------------------*/
  #navi {
    margin-bottom: 20px;
  }
  #navi ol {
    float: left;
    padding-top: 7px;
  }
  #navi ol li {
    display:inline;
    line-height:2.5em;
    list-style-type:none;
  }
  #navi ol li a {
    padding-right:20px;
    background-image: url(../uk/images/topicpath.gif);


    background-repeat: no-repeat;
    background-position: right center;
  }
  #navi p {
    float: right;
  }
  h1 {
    border-top: 3px solid #006600;
    border-bottom: 1px dotted #000000;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../uk/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 8px;
    background-color: #FFFFCC;
    line-height: 45px;
    clear: both;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 20px;
  }
  h2 {
    font-size: 12px;
    line-height: 1.6;
    font-weight: normal;
  }
  h3 {
    text-align: center;
    color: #006600;
    font-weight: bold;
    font-size: 16px;
  }
  h5  {
    font-size: 10pt;
    font-weight: normal;
    padding: 10px;
  }
  #print,
  #print2 {
    display: none;
  }
  #main img#katsuai {
    display: none;
  }

  /* table styles
  ----------------------------------------------------*/
  table  {
    border-top: 1px solid #999999;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-collapse:collapse;
    width: 100%;
  }
  table  th  {
    padding: 5px;
    white-space: nowrap;
    border-bottom: 1px solid #999999;
  }
  table  td  {
    padding: 5px;
    border-bottom: 1px solid #999999;
  }
  /* footer styles
  ----------------------------------------------------*/
  #footer {
    clear: both;
    padding-top: 15px;
    text-align: center;
  }
  #footer p {
    text-align: center;
    white-space: normal;
    padding-top: 0px;
  }
  #footer p a:hover {
    color: #CCCCCC;
    text-decoration: none;
  }
  .floatright {
    float: right;
    vertical-align: top;
  }
  #footerPrint {
    text-decoration: none;
    border-style: none;
    display: none;
  }
  #footerWeb {
    text-align: left;
  }
  #footerWeb #footertext {
    margin-bottom: 10px;
  }

  #footer #footerWeb img {
    clear: both;
  }
  /* main styles
  ----------------------------------------------------*/
  #maina {
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  h1 {
    border-top: 3px solid #006600;
    border-bottom: 1px dotted #000000;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../uk/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 8px;
    background-color: #FFFFCC;
    line-height: 45px;
    clear: both;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 20px;
  }
  h1#thanks {
    background-image: none;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border-top: 0px none #FFF;
    border-bottom: 0px none #FFF;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-color: #FFF;
    border-left-color: #FFF;
  }
  h2 {
  }
  h3 {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    border-top-width: 0px;
    border-top-style: none;
    padding: 3px;
  }
  /* #main  strong { */
  strong {
    color: #000000;
    font-weight: normal;
    display: inline;
    padding: 2px;
    background-color: #CCFFCC;
  }
  p#guide {
    text-align: right;
  }

  #cart  {
    width: 858px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #663300;
  }
  #cart th  {
    color: #000000;
    background-color: #FFCC00;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #663300;
    border-bottom-color: #663300;
    border-left-color: #663300;
    font-weight: normal;
    padding: 2px;
  }
  #cart td  {
    color: #000000;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #663300;
    border-bottom-color: #663300;
    border-left-color: #663300;
  }
  #cart a {
    color: #0000FF;
  }
  #cart td.cen  {
    text-align: center;
  }
  #cart td.right  {
    text-align: right;
    padding-right: 10px;
  }
  #cart td.shokei  {
    text-align: right;
    font-weight: bold;
    padding: 10px;
  }
  #cart td.hojo {
    background-color: #F3F7F8;
    text-align: right;
    padding-right: 10px;
  }
  #cart td.gokei {
    background-color: #FFFFCC;
    text-align: right;
    border-top-width: 3px;
    border-top-style: double;
    border-top-color: #663300;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
  }
  #bunki {
    border-top-width: 0px;
    border-top-style: none;
    margin-top: 10px;
  }
  #bunki a {
    color: #0000FF;
  }
  #bunki td  {
    border-bottom-width: 0px;
    border-bottom-style: none;
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
  }
  #bunki td#yaji {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
  }
  #sofu {
    margin: 0px;
    border-top-width: 0px;
    border-top-style: none;
  }
  #sofu td {
    padding: 20px;
    background-color: #ECF5E8;
    width: 500px;
  }
  #sofu td#toi {
    background-color: #FFFFFF;
    width: 358px;
    border-bottom-width: 0px;
    border-bottom-style: none;
  }
  #sofu th {
    padding: 20px;
    font-weight: normal;
    background-color: #ECF5E8;
  }
  #sofu a {
    color: #0000FF;
  }

  #sofu p#ika {
    padding-top: 8px;
  }
  p#arrow_next {
    margin-left: 358px;
  }
  p#arrow_single {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 45px;
  }
  #shiharai {
    margin-top: 0px;
    border-top-width: 0px;
    border-top-style: none;
  }
  #shiharai a {
    color: #0000FF;
  }
  #shiharai th {
    background-color: #ECF5E8;
    padding: 10px;
    font-weight: normal;
  }
  #shiharai td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  #shiharai td.pay01 {
    background-color: #ECF5E8;
    background-image: none;
    border-bottom: 1px solid #999999;
    padding: 0px;
    width: 35px;
    text-align: right;
    vertical-align: middle;
  }
  #shiharai td.pay02 {
    background-color: #ECF5E8;
    width: 80px;
    padding: 20px 0px 20px 15px;
    box-sizing: content-box; /* 26.01.08add */
  }
  #shiharai p#nyukin {
    color: #FF0000;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 14px;
  }
  #shiharai p#ryou {
    padding: 5px 10px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
      margin: 5px 200px 10px 10px ;
    color: #000000;
      display: flex;
      align-items: center;     /*上下中央揃え*/
  }



  p#arrow_tugi {
    margin: 0 auto 30px;
    text-align: center;
  }
  #mitsu {
    width: 600px;
    margin-left: 129px;
    border-top-width: 0px;
    border-top-style: none;
    margin-top: 50px;
  }
  #mitsu th {
    background-color: #ECF5E8;
    white-space: nowrap;
  }
  #mitsu  th#tag {
    padding: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
  }
  #mitsu td {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #mitsu td#botan {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
  }
  #mitsu td#botan img {
    margin-bottom: 20px;
  }
  .cs {
    border-bottom: 3px solid #053570;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .cs  a {
    color: #0000FF;
  }
  .cs  table {
    width: 100%;
    border-top-width: 0px;
    border-top-style: none;
    border-bottom-width: 0px;
    border-bottom-style: none;
    margin: 0px;
    padding: 0px;
  }
  .cs  table  th {
    padding: 0px;
    margin: 0px;
    background-color: #DAF3FD;
    width: 90px;
  }
  .cs  table  td {
    background-color: #F3F7F8;
    padding: 15px;
  }
  .cs  table  td.tag {
    text-align: center;
    border-left: 1px solid #999999;
    width: 170px;
  }
  .cs   table   td.sub {
    text-align: right;
    white-space: nowrap;
    padding-right: 0px;
  }
  .cs  table  td.sub2 {
    padding-left: 5px;
  }
  #main  table  td#sample {
    background-color: #EAFAE7;
    border-left: 1px solid #999999;
    text-align: center;
    vertical-align: top;
  }
  #main #onlyprice {
  }
  table#pay th {
    width: 135px;
  }
  table#daibiki {
    width: 650px;
    margin-top: 15px;
  }
  table#daibiki   th   {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFCCFF;
    border: 1px solid #999999;
  }
  table#daibiki   td   {
    padding-top: 5px;
    padding-bottom: 5px;

    text-align: center;
    border: 1px solid #999999;
    background-color: #FFFFFF;
  }
  table#thanks {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    background-color: #FFF;
    width: 610px;
    margin-left: 124px;
    border-top-style: none;
    border-bottom-style: none;
    border-width: 0px;
  }
  table#thanks td {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 0px none #666;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #666;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
  }
  table#thanks td#title {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  table#thanks th {
    border-top: 1px dotted #666;
    border-bottom-style: none;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    padding-top: 20px;
  }



  #fix_cs {
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    margin-top: 30px;
  }
  #fix_cs th  {
    width: 150px;
    text-align: right;
    background-color: #CCCCCC;
    padding-right: 15px;
    border-left: 1px solid #999999;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #fix_cs  th.cscs {
    text-align: center;
    background-color: #DAF3FD;
    width: auto;
  }
  table#fix_cs td {
    border-left: 1px solid #999999;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 300px;
  }
  #main img#order {
    padding-left: 200px;
  }
  #order_botan {
    width: 580px;
    margin-left: 139px;
    border-top-width: 0px;
    border-top-style: none;
  }
  #order_botan td {
    border-bottom-width: 0px;
    border-bottom-style: none;
  }
  #order_botan th {
    border-bottom-width: 0px;
    border-bottom-style: none;
    padding-bottom: 0px;
  }
  #order_botan ul {
    list-style-type: circle;
    display: list-item;
  }
  #order_botan ul li {
    list-style-type: disc;
    list-style-position: outside;
    padding-bottom: 10px;
  }
  p#thanks {
    text-align: center;
  }
  p#thanks2  {
    display: block;
    margin-left: 95px;
    margin-right: 95px;
    text-align: center;
    width: 610px;
  }
  .red {
    color: #F00;
  }
  table#thanks td p.kome {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    color: #090;
  }
}
