@charset "utf-8";

/* 全体の設定 */
body {
  font: 14px/1.5em "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  background-color: #fffacd;
}

h1 {
  font-size: 24px;
  margin: 1em 0;
}

h2 {
  font-size: 20px;
  margin: 30px 0;
  background-color: #ff9900;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

h3 {
  font-size: 20px;
  margin: 0;
  border-left: 15px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  text-indent: 10px;
}

input[type="text"]:focus, textarea:focus {
  background-color: #ffff99;
}

img {
   vertical-align:top;
}

label, input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover {
  color: red;
}

caption {
  text-align: left;
  font-weight: bold;
}

table {
  text-align: left;
}

table, th, td {
  border: 1px solid #999999;
}

th {
  background-color: #ffff66;
}

ul {
  list-style: disc inside;
}

.caution {
  color: red;
  font-weight: bold;
}

#wrapper {
  width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
}

/* ヘッダー */
#header {
  border-bottom: 1px solid #333333;
  padding: 5px 0;
  text-align: right;
}

#header a {
  float: left;
}

/* パンくずリスト */
#topicpath {
  margin: 0 10px 5px;
  list-style: none;
  font-size: 12px;
}

#topicpath li {
  float: left;
}

/* table */
.rental-top {
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
}

.rental-top th, .rental-top td {
  vertical-align:  middle;
  padding-left: 1em;
}

.rental-top img, .product-image img {
  max-height: 175px;
}

.rental-top .rental-image{
  text-align: center;
  text-indent: 0;
  height: 176px;
}

.th150 {
  width: 150px;
}

.td225 {
  width: 225px;
}

.rental-price {
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
}

.rental-price th {
  width: 300px;
}

.rental-price td {
  color: blue;
  font-weight: bold;
}

.rental-price th, .rental-price td {
  padding: 1em;
}

/* フッター */
#footer {
  border-top: 1px solid #333333;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}

/* 今すぐお申込み */
div.apply {
  margin: 20px auto 5px;;
  text-align: center;
}

div.apply a {
  background: url(../images/apply.gif) no-repeat;
  text-indent: -9999px;
  display: block;
  width: 300px;
  height: 40px;
  margin: 0 auto;
}

div.apply a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* IE */
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#detail {
  width: 510px;
  margin: 0 auto;
  background-color: #ffffff;
}

#detail table {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}

#detail table caption {
  text-align: center;
}

#detail table th, #detail table td {
  padding-left: 1em;
}

#detail table th {
  width: 185px;
}

.product-image {
  text-align: center;
}

.price th {
  width: 185px;
  padding: 1em 0;
}

.price td {
  color: blue;
  font-weight: bold;
  font-size: 16px;
}

.window-close {
  margin: 1em;
}

.window-close a {
  background-image: url(../images/window-close.gif);
  text-indent: -9999px;
  display: block;
  width: 180px;
  height: 25px;
  margin: 0 auto;
}

/* 商品詳細 */
.feature {
  margin-top: 10px;
}

.feature dt {
  font-weight: bold;
  border-left: 10px solid #ff9900;
  border-right: 10px solid #ff9900;
  border-top: 1px solid #ff9900;
  border-bottom: 1px solid #ff9900;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
}

.feature dd {
  display: list-item;
  list-style: square inside;
  font-size: 16px;
}

.product-detail {
  border: 2px solid #ff9900;
  padding: 15px;
  margin-top: 30px;
  border-radius: 15px;
}

/* ご入会時の注意事項 */
.title {
  
}

.notes {
  background-color: #ffffe0;
  border: 2px solid #ff9900;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.notes ul {
  list-style: disc inside none;
}

.notes ul li ul.credit {
  list-style: none outside none;
}

.notes ul li ul.credit li {
  display: inline;
}

.notes ul li ul.inquiry {
  list-style-type: circle;
  margin-left: 20px;
}

h3.title {
  border: none;
  margin-top: 30px;
}

/* ページトップへ */
.pagetop {
  text-align: right;
  margin: 20px 0;
  padding-right: 10px;
}