@charset "UTF-8";
/* CSS Document */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	color:#2b2b2b;
	line-height: 160%;
}

a:link{ text-decoration:none; color:#0000ff;}
a:visited{ text-decoration:none; color:#0000ff;}
a:hover{ text-decoration:underline; color:#89c3eb;}


/* リンク */

a:link.deco1{
    text-decoration:none;
	color: #666666;
	font-weight: bold;
	font-size: 110%;
}
a:visited.deco1{
    text-decoration:none;
	color: #666666;
	font-weight: bold;
	font-size: 110%;
}
a:hover.deco1{
    text-decoration: underline;
	color: #4682b4;
	font-size: 110%;
}

a:link.backto{
    text-decoration:none;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
a:visited.backto{
    text-decoration:none;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
a:hover.backto{
    text-decoration: underline;
	color: #4682b4;
	font-size: 12px;
}

/* 商品名 */

h1 {
	 line-height: 26px;
     padding:0 0 0 10px;
	 color: #544a47; 
	 margin: 0 0 25px 0;
	 font-size: 18px;
	 width:600px;
	 text-align:left;
	 border-left: solid 5px #544a47;
}

/* 文章のぶら下げ */

p.note {
     text-indent: -1em;
     margin-left: 1em;
	 line-height: 19px;
}

/* NEWS リスト */

.listmark-01{
background-image: url(../img/listmark-01.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 10pt;
padding: 5px 0px 2px 18px;
}

/* カート部分テーブル */


#carttable-b {
	width: 600px;
	background-color: #f7f4f2;
	padding: 30px 30px 30px 30px;
}

#carttable-b td{
	vertical-align:top;
	font-size: 12px;
}

#carttable-s {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    border: none;
	background-color: #f7f4f2;
}

#carttable-s th {
	text-align:left;
	font-size: 12px;
	color:#333333;
	padding: 5px 10px;
	vertical-align:top;
	border-bottom: 2px solid #e5e1df;
}

#carttable-s td {
	text-align:left;
	font-size: 12px;
	padding: 5px 10px;
	border-bottom: 2px solid #e5e1df;
}

#carttable-s th#kakaku {
	font-size: 12px;
	border-bottom: 2px solid #e5e1df;
	padding: 10px;
	vertical-align:top;
}

#carttable-s td#kakaku {
	font-size: 12px;
	border-bottom: 2px solid #e5e1df;
	padding: 10px;
}

#carttable-s td#cart {
	font-size: 12px;
	padding: 15px 0 0;
	text-align:center;
	border: none;
}

#carttable-s th#title {
	padding: 0 10px 10px;
	border-bottom: 2px solid #e5e1df;
}

h3 {
	font-size: 16px;
	margin: 0;
	line-height:1.8;
}

span.price {
	font-size: 16px;
	color:#900;
	font-weight: bold;
}

span.maker {
	font-size: 12px;
	text-decoration: line-through;
}

/* レビュー背景ノート */

.note th {
	font-size: 12px;
	text-align:left;
	padding: 15px 0 5px 0;
	color:#af893e;
}
.note td {
	font-size:12px;
	color:#4e454a;
	background-image: url(../order/img/onetouch-note.gif);
	line-height:20px;
}

#notetable {
	border: 1px solid #523201;
	padding: 10px;
}

#notetable th {
	font-size: 12px;
	color:#af893e;
	text-align:left;
	background-image:url(../order/img/onetouch-note.gif);
}

#notetable td {
	font-size: 12px;
	color:#4e454a;
	background-image:url(../order/img/onetouch-note.gif);
	line-height: 20px;
}

/* 商品トップページ */

.product td {font-size:11px; color:#666666; vertical-align:top; }
.product img {margin-top:10px; margin-bottom:5px; }
.product a:link {font-weight:bold; font-size:12px; }
.product a:visited {font-weight:bold; font-size:12px;}


/* 値段表 */

#pricetable {
	width: 600px;
	border: none;
	margin: 0;
    border-collapse: collapse;
	margin: 40px 0 50px;
	font-size:13px;
}

#pricetable th {
	text-align: center;
	border-top: solid 1px #998883;
	border-bottom: solid 1px #998883;
	padding: 6px;
	background: #f7f4f2;
}

#pricetable td {
	border-bottom: solid 1px #998883;
	padding: 6px;
	text-align: center;
}

#pricetable tr.even {
    background: #f7f4f2;
}

span.tableprice {
	font-size: 13px;
	font-weight: bold;
}

span.tablemaker {
	font-size: 11px;
}

/* 値段表　線あり */

#pricetable2 {
	width: 600px;
	border: solid 2px #998883;
	margin: 0;
    border-collapse: collapse;
	margin: 40px 0 50px;
	font-size:13px;
}

#pricetable2 th {
	text-align: center;
	border: solid 1px #998883;
	padding: 6px;
	background: #f7f4f2;
}

#pricetable2 td {
	padding: 6px;
	border: solid 1px #998883;
	text-align: center;
}

#pricetable2 caption {
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
	color:#544a47;
}

/* 値段表　太線 */

#pricetable3 {
	width: 600px;
	border: solid 2px #7f706c;
	margin: 0;
    border-collapse: collapse;
	margin: 0 0 50px;
	font-size:13px;
}

#pricetable3 th {
	text-align: center;
	border: solid 1px #7f706c;
	padding: 6px;
	background: #998883;
	color:#ffffff;
}

#pricetable3 td {
	padding: 8px;
	border: solid 1px #7f706c;
	text-align: center;
}

#pricetable3 td.product {
	padding: 8px;
	border: solid 1px #7f706c;
	text-align: left;
}

#pricetable3 td.cart {
	padding: 8px;
	background-color:#f7f4f2;
	border: solid 1px #7f706c;
	text-align: right;
}

#pricetable3 caption {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	color:#544a47;
}
span.tableprice3 {
	font-size: 14px;
	font-weight: bold;
	color:#900;
}


/* 商品データテープル */

#itemdata {
	width: 600px;
	border: solid 1px #998883;
	margin: 0;
    border-collapse: collapse;
	margin: 20px 0 20px;
	font-size:13px;
}

#itemdata th {
	text-align: center;
	border: solid 1px #998883;
	padding: 6px;
	background: #f7f4f2;
}

#itemdata td {
	padding: 6px;
	border: solid 1px #998883;
	text-align: left;
}



/* カーテン値段表 */
#curtaintable {
	width: 600px;
	border: solid 2px #7f706c;
	margin: 0;
    border-collapse: collapse;
}

#curtaintable th {
	font-size: 12px;
	text-align: center;
	border: solid 1px #7f706c;
	padding: 5px;
	background: #e5e1df;
}

#curtaintable td {
	text-align: right;
	border: solid 1px #7f706c;
	line-height: 1.6;
	padding:8px 5px;
	font-size:14px;
}

#curtaintable caption {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	color:#544a47;
}
table#curtaintable img {
	border:none;
	margin-top:3px;
}
table#curtaintable td a {
	display:block;
	text-decoration:none;
}
table#curtaintable td a:hover {
	color:#d2691e;
	text-decoration:underline;
}
table#curtaintable td span {
	display:block;
	text-align:right;
	font-size:14px;
}

#curtaintable td:hover {
    background: #f7f4f2;
}

table#curtaintable a:hover img{
	/*モダンブラウザ用*/
	opacity:0.7;
	/*IE7以下用*/
	filter:alpha(opacity=70);
	/*IE8用*/
	-ms-filter:"alpha(opacity=70)";
}

/* リンク画像透過 */

a.trans:hover img{
	/*モダンブラウザ用*/
	opacity:0.7;
	/*IE7以下用*/
	filter:alpha(opacity=70);
	/*IE8用*/
	-ms-filter:"alpha(opacity=70)";
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#544a47;
	padding:6px 0 0 9px;
	border-width:0 0 0 6px;
	border-color: #9fcf25;
	border-style:solid;
	background:#f7f4f2;	
	height:28px;
	margin-top: 40px;
	margin-bottom:20px;
}


/* 関連商品紹介テーブル */

table#recommend {
	width: 600px;
	margin: 20px 0 20px;
	padding:0;
}

table#recommend th {
	text-align:left;
	border-bottom: 2px solid #e5e1df;
	font-size:15px;
	font-weight:bold;
	color:#544a47;
	padding-bottom:7px;
}

table#recommend td {
	color:#2d2d2d;
    text-align: left;
	font-size: 12px;
	vertical-align:top;
	width:20%;
	line-height:1.6;
	padding:6px 0 10px;
}

table#recommend img {
	margin-top:5px;
	margin-bottom:6px;
	border:solid 1px #e5eadf;
	width:110px;
	height:110px;
}
table#recommend a:hover img{
	/*モダンブラウザ用*/
	opacity:0.7;
	/*IE7以下用*/
	filter:alpha(opacity=70);
	/*IE8用*/
	-ms-filter:"alpha(opacity=70)";
}


/* 関連商品紹介テーブル４ */

table#recommend2 {
	width: 600px;
	margin: 20px 0 20px;
	padding:0;
}

table#recommend2 th {
	text-align:left;
	border-bottom: 2px solid #e5e1df;
	font-size:16px;
	font-weight:bold;
	color:#544a47;
	padding-bottom:10px;
}

table#recommend2 td {
	color:#2d2d2d;
    text-align: center;
	vertical-align:top;
	width:25%;
	line-height:1.6;
	padding:20px 15px 3px;
}

table#recommend2 img {
	margin-top:5px;
	margin-bottom:6px;
	border:solid 1px #e5eadf;
	width:110px;
	height:110px;
}

table#recommend2 a:link {
	color:#4e454a;
}
table#recommend2 a:visited {
	color:#4e454a;
}

table#recommend2 a:hover img{
	/*モダンブラウザ用*/
	opacity:0.7;
	/*IE7以下用*/
	filter:alpha(opacity=70);
	/*IE8用*/
	-ms-filter:"alpha(opacity=70)";
}
div.recommend {
	font-size:11px;
	line-height:1.6;
	margin-top:0;
}

/* カテゴリーページ */

#category {
	width: 600px;
	border: none;
	margin: 0;
    border-collapse: collapse;
	font-size:12px;
	vertical-align:top;
	margin-bottom:15px;
}

#category th {
	background-color:#ffffff;
	height:10px;
	font-size:10px;
}

#category td.photo {
	vertical-align: top;
	text-align:left;
	width: 90px;
	padding: 10px 0 10px 10px;
	background-color:#f7f4f2;
}


#category td {
	font-size:12px;
	vertical-align: top;
	padding: 12px 5px 5px 0;
	background-color:#f7f4f2;
	width:200px;
	line-height:1.5em;
}

#category td.blank {
	width:10px;
	background-color:#ffffff;
	border:none;
	font-size:8px;
}

table#category img {
	border:none;
	width:80px;
	height:80px;
}

.category {
	margin-top:4px;
}

.copy {
	font-size:10px;
	color:#cc0000;
}

h2 {
	font-size:30px;
	border-bottom:dotted 1px #7f706c;
	margin-bottom:20px;
	width:600px;
	text-align:left;
	color:#7f706c;
	padding-bottom:10px;
	font-weight:normal;
}

a:link.category{
    text-decoration:none;
	color: #4682b4;
	font-weight: bold;
	font-size: 12px;
}
a:visited.category{
    text-decoration:none;
	color: #4682b4;
	font-weight: bold;
	font-size: 12px;
}
a:hover.category{
    text-decoration: underline;
	color: #cc3300;
	font-size: 12px;
}

/* カテゴリーページ 写真大きめ */

#category2 {
	width: 600px;
	border: none;
	margin: 0;
    border-collapse: collapse;
	font-size:12px;
	vertical-align:top;
	margin-bottom:15px;
}

#category2 th {
	background-color:#ffffff;
	height:30px;
	font-size:10px;
}

#category2 td {
	font-size:11px;
	vertical-align: top;
	padding: 10px 0;
	background-color:#f7f4f2;
	width:130px;
	line-height:1.5em;
	text-align:center;
}

#category2 td.blank {
	width:15px;
	background-color:#ffffff;
	border:none;
	font-size:8px;
}

table#category2 img {
	border:none;
	width:115px;
	margin-bottom:5px;
	height:115px;
}

/*　枠線付き商品リンク　*/

#boxed {
	width:600px;
	color:#383c3c;
	margin:0 0 30px;
	border-collapse:collapse;
	background-color:#ffffff;
}
#boxed th {
	width:18px;
	border:none;
}
#boxed td {
	font-size:11px;
	line-height:1.6;
	width:135px;
	border:solid 1px #d3cbc6;
	text-align:center;
	vertical-align:top;
}
#boxed td.blank {
	height:10px;
	border:none;
}
#boxed th.blank {
	height:10px;
	border:none;
}
table#boxed img {
	border:none;
	width:115px;
	height:115px;
	margin-top:10px;
}
p.boxed {
	text-align:left;
	font-size:11px;
	line-height:1.6;
	margin:10px 10px 10px;
}
a:link.boxed{
    text-decoration:underline;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 12px;
}
a:visited.boxed{
    text-decoration:underline;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 12px;
}
a:hover.boxed{
    text-decoration: underline;
	color: #4682b4;
	font-size: 12px;
}
table#boxed a:hover img{
	/*モダンブラウザ用*/
	opacity:0.7;
	/*IE7以下用*/
	filter:alpha(opacity=70);
	/*IE8用*/
	-ms-filter:"alpha(opacity=70)";
}

/* カテゴリーページ 写真大きめ */

#tablelink {
	width: 600px;
	border: none;
	margin: 0;
    border-collapse: collapse;
	font-size:12px;
	vertical-align:top;
	margin-bottom:15px;
}

#tablelink th {
	background-color:#ffffff;
	height:20px;
	font-size:10px;
}

#tablelink td {
	font-size:11px;
	vertical-align: top;
	width:130px;
	line-height:1.5em;
	text-align:center;
}

#tablelink td.blank {
	width:15px;
	background-color:#ffffff;
	border:none;
	font-size:8px;
}

table#tablelink img {
	border:none;
	width:115px;
	margin-bottom:5px;
	margin-top:10px;
	height:115px;
}

table#tablelink td a {
display:block;
border:1px solid #d3cbc6;
text-decoration:none;
}

table#tablelink td a:hover {
border:1px solid #d2691e;
color:#d2691e;
}

table#tablelink td span {
display:block;
text-align:center;
font-size:11px;
margin:7px 7px;
}
table#tablelink a:hover img{
	/*モダンブラウザ用*/
	opacity:0.7;
	/*IE7以下用*/
	filter:alpha(opacity=70);
	/*IE8用*/
	-ms-filter:"alpha(opacity=70)";
}

h5 {
	font-size:36px;
	font-family:"ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	margin:20px 0;
	color:#998883;
	text-align:left;
	border-bottom:1px dotted #d3cbc6;
	width:600px;
	font-weight:normal;
	padding-bottom:5px;
}

/*　カートテーブル　*/
#carttable {
	width:600px;
	border-spacing:0;
}
#carttable th{
	width:300px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
#carttable td {
	 width:300px;
	 vertical-align:top;
}

/*　カート　*/
#cart {
	 width:300px;
	 border-spacing:0;
}
#cart td {
	font-size:13px;
	line-height:2.0;
}
#cart td.price {
	font-size:12px;
	padding:5px 0;
}

p.code {
	font-size:11px;
	margin-bottom:5px;
	color:#666;
}
p.makerprice {
	font-size:12px;
	margin-top:8px;
	margin-bottom:0;
}

/*　商品の詳細　*/

#detail * {
	margin:0;
	padding:0;
}
#detail {
	font-size:12px;
	width: 300px;
	line-height:1.6;
}
#cartdetail {
	background-image: url(../img/detail-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 10px 0;
}
#cartdetail dl {
	padding: 0 0 20px 23px;
	background-image: url(../img/detail-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:300px;
}
#cartdetail dt {
	color:#7f706c;
	font-weight: bold;
	border-bottom: 1px dotted #d3cbc6;
	padding: 15px 0 2px 0;
	margin: 0 0 10px 0;
	width:255px;
}
#cartdetail dd {
	width:255px;
	margin:0 0 3px 0;
}
span.caution {
	background-color:#FF0;
	font-weight:bold;
}
span.smaller {
	font-size:11px;
	line-height:1.5;
}

/*　注意事項　*/
#cautiontable {
	border:solid 2px #FF0;
	border-collapse:collapse;
}
#cautiontable th {
	font-size:13px;
	background-color:#FF0;
	padding:5px;
}
#cautiontable td {
	font-size:13px;
	line-height:1.8;
	padding:10px;
}

/*　角丸テーブル　*/
div.kadomaru {
   border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   
   background-color: #fdede4;
   width:560px;
   text-align:left;
   padding:10px 20px;
   font-size:12px;
   line-height:1.6;
}

/*　拡大する　*/
.loupe{
background-image: url(../img/loupe-01.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 12px;
padding: 5px 0px 2px 18px;
}

/* ページの先頭へ戻る　*/
.backtotop {
	width:600px;
	font-size:12px;
	text-align:right;
}

/*　注意書き　*/
.caution2{
	background-image: url(../img/caution-icon1.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	padding: 3px 0px 2px 18px;
	color:#900;
}