@CHARSET "UTF-8";

/* [2010] Help
----------------------------------------------- */

/* Structure
----------------------------------------------- */
#helpHeader {
  width: 700px;
  /*height: 0px;*/
  }
#helpBody {
  width: 700px;
  }
#helpFooter {
  width: 700px;
  }

/* Common
----------------------------------------------- */
a img {
  border: none;
  }
img.th {
  border: solid 1px #999;
  }


/* i18n
----------------------------------------------- */
.help-jp .content-en,
.help-en .content-jp {
  display: none;
  }

/* Header
----------------------------------------------- */
#helpHeader h2 {
  margin: 20px 0;
  }

/* Menu
----------------------------------------------- */
#helpMenu ul {
  margin: 10px 0;
  }
#helpMenu ul ul {
  padding-left: 10px;
  }

/* Body
----------------------------------------------- */
#helpBody h3 {
  background-color: #e4ebf1;
  margin: 40px 0 10px;
  padding: 5px 10px;
  }
#helpBody h4 {
  width: 300px;
  margin: 40px 0 20px;
  padding: 0 0 2px 7px;
  border-left: solid 8px #ccd;
  border-bottom: solid 1px #ccd;
  }
#helpBody h5 {
  font-size: small;
  margin: 40px 0 10px 0;
  background-color: #e4ebf1;
  padding: 5px 10px;
  }
#helpBody h6 {
  font-size: small;
  margin: 10px 0;
  background-color: #e4ebf1;
  padding: 5px 10px;
  }
#helpBody ul {
  margin: 10px 0 10px 40px;
  }
#helpBody ul li {
  margin: 5px 0;
  }
#helpBody p {
  margin: 10px 0;
  }
#helpBody blockquote {
  padding: 10px;
  background-color: #ffc;
  }
#helpBody dl {
  margin: 20px 0;
  }
#helpBody dt {
  font-weight: bold;
  margin: 10px 0;
  }
#helpBody dd {
  margin: 5px 30px;
  }
#helpBody dd ul {
  margin: 10px 0 10px 20px;
  }


/* law
----------------------------------------------- */
#helpBody.about.law table {
  background-color: #666;
  }
#helpBody.about.law table th {
  width: 180px;
  padding: 10px;
  background-color: #ddd;
  text-align: left;
  }
#helpBody.about.law table td {
  padding: 10px;
  background-color: #fff;
  }


/* business
----------------------------------------------- */
#helpBody.about.business table,
#helpBody.about.support table {
  background-color: #666;
  }
#helpBody.about.business table th,
#helpBody.about.support table th {
  width: 100px;
  padding: 10px;
  background-color: #ddd;
  text-align: left;
  }
#helpBody.about.business table td,
#helpBody.about.support table td {
  width: 200px;
  padding: 10px;
  background-color: #fff;
  }

/* order
----------------------------------------------- */
#helpBody.order ol {
  margin: 30px 0 30px 30px;
  }
#helpBody.order img {
  vertical-align: bottom;
  margin-right: 5px;
  }

/* order: shop
----------------------------------------------- */
#helpBody.order.shop dd ul {
  margin: 10px 0 10px 40px;
  }


/* shipping: cod_unable
----------------------------------------------- */
#helpBody.shipping.cod_unable table th {
  padding: 5px 8px;
  font-weight: normal;
  background-color: #ccc;
  text-align: left;
  }
#helpBody.shipping.cod_unable table td {
  padding: 5px 8px;
  border: solid 1px #ccc;
  }
#helpBody.shipping.cod_unable .cod-unable {
  color: #f00;
  }

/* shipping: shipping-fee
----------------------------------------------- */
#helpBody.shipping.fee table {
  background-color: #999;
  }
#helpBody.shipping.fee th {
  padding: 5px 8px;
  background-color: #ddd;
  }
#helpBody.shipping.fee td {
  padding: 5px 8px;
  background-color: #fff;
  }
#helpBody.shipping.fee ol {
  margin:10px 0 10px 40px;
  }



/* product: used conditions
----------------------------------------------- */
#helpBody.product.condition table {
  margin: 20px;
  }
#helpBody.product.condition table th {
  width: 40px;
  font-weight: bold;
  background-color: #ddd;
  padding: 8px 20px;
  }
#helpBody.product.condition table td {
  padding: 8px 20px;
  }


/* service: hitchart
----------------------------------------------- */
#helpBody.service.hitchart img {
  border: solid 1px #999;
  }

/* service: preorder_chart
----------------------------------------------- */
#helpBody.service.preorder_chart img {
  border: solid 1px #999;
  }

/* service: service_hours_chart
----------------------------------------------- */
#helpBody.service.hours_chart table {
  margin-top: 20px
  }
#helpBody.service.hours_chart th {
  text-align: left;
  padding-bottom: 10px;
  }
#helpBody.service.hours_chart td {
  vertical-align: top;
  width: 240px;
  }

/* service: twitter
----------------------------------------------- */
#helpBody.service.twitter .twitterModule {
  width: 300px;
  margin-right: 50px;
  float: left;
  }

/* service: 中古買取
----------------------------------------------- */
#helpBody.service.used ol {
  margin-left: 30px;
  }
#helpBody.service.used .red {
  color: #f00;
  }

/* service: facebook
----------------------------------------------- */
#helpBody.service.facebook .fb-box {
  margin-top: 20px;
  float: left;
  }
#helpBody.service.facebook .fb-thumbnail {
  margin-top: 20px;
  float: right;
  }



/* support: password
----------------------------------------------- */
#helpBody.support.password img {
  border: solid 1px #999;
  }



/* Shipping Fee Simulator
----------------------------------------------- */
#helpBody.shipping.shipping_fee_simulator {
  }

#helpBody.shipping.shipping_fee_simulator #selectCountry {
  margin: 10px 0;
  }
#helpBody.shipping.shipping_fee_simulator #formatsTable  {
  background-color: #000;
  }
#helpBody.shipping.shipping_fee_simulator #formatsTable th {
  padding: 5px 8px;
  background-color: #999;
  }
#helpBody.shipping.shipping_fee_simulator #formatsTable td {
  padding: 5px 8px;
  background-color: #fff;
  }
#helpBody.shipping.shipping_fee_simulator #formatsTable td input {
  text-align:right;
  }
#helpBody.shipping.shipping_fee_simulator #formatsTable td input.qty {
    ime-mode: disabled;
  }
#helpBody.shipping.shipping_fee_simulator #formatsTable td input#button  {
  text-align:center;
  font-weight:bold;
  }





