@charset "shift_jis";


/*------------------------------------------------*/
/*　　買い物カゴに入れるボタンの変数に使用　　　　*/
/*　　　　　売り切れでソールドに変換　　　　　　　*/
/*------------------------------------------------*/

.buynow_sold {
	background-color:red;
	color:white;
	font-weight:bold;
	padding:2px 5px;
}


/*------------------------------------------------*/
/*　　　　　商品個別ページ（CGIページ）　　　　　　*/
/*------------------------------------------------*/


.red_b, .style8 {
	color: #CC0000;
	font-weight:bold;
}

/*-------------------　カートの中身  ----------------*/


#incart {
	width:600px;
	height:35px;
	}

#incart #icrt_l {
	float:left;
	}


#incart #icrt_r {
	float:right;
	}

/*----------------------------*/
/*         tpl_cat4           */
/*----------------------------*/

#tpl_cat4{
	width:600px;
	height:auto;
}
/*tpl_cat4　カートの中身*/
#tpl_cat4 .incart{
	width: 480px; 
	float: left;
	margin:0;
	font-size: 12px;
	color:#333333;
}

#tpl_cat4 .headmassage{
	width:600px;
	height:auto;
	margin:0;
}



.checkPower {
	width:600px;
	text-align:left;
	padding:0 0 0 50px;
	margin-bottom:0;
	}

.boxCart {
	text-align:center;
	margin:10px;
	}

.imgPower {
	display:block;
	}

/*-------------------　2日間限定  ----------------*/

.2days-01 {
	text-align:center;
	width:400px;
	margin-left:100px;
	line-height:150%; 
	color:white;
	padding:2px 5px;
	font-weight:bold;
	font-size:25px; 
	background-color:#CC0000;
}

/*-------------------　アルケミ  ----------------*/

#alchemy-ab {
		position:relative;
		text-align:center;
		}
		
#alchemy-ab table.alchemy-table {
		border:#666666 1px solid;
		font-size:12px;
		margin:0 0 30px 0;
		}
		
#alchemy-ab table.alchemy-table tr th{
		border:#666666 1px solid;
		background-color:#1eb9ee;
		color:white;
		font-weight:bold;
		}
		
#alchemy-ab table.alchemy-table tr td{
		border:#666666 1px solid;
		background-color:white;
		}
		
/*-------------------　買い物カゴボタン下の詳細（テーブル）　----------------*/
.det {
	clear:both;
	margin-left:30px;
}


.det table {
    width:570px;
    margin:0 0 20px 0;
    padding:0;
    background:transparent;
	border-collapse: collapse;
	}

.det table th, .det table td {
	font-size:12px;
	line-height:1.6em;
    padding:5px;
    border-top:solid 2px #fff;
	}

.det table th {
	width:125px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	background-color:#765c30;
	}

.det table td {
	width:423px;
	color:#420000;
	background:#f8edd1;
	border-left:solid 2px #fff;
	margin:0 0 0 135px;
	}



.det dl {
    width:570px;
    margin:0 0 20px 0;
    padding:0;
    background:#765c30;
}

.det dl dt,
.det dl dd {
	font-size:12px;
	line-height:1.6em;
    padding:5px;
    border-top:solid 2px #fff;
}

.det dl dt {
	clear:both;
	float:left;
	width:125px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.det dl dd {
	width:423px;
	color:#420000;
	background:#f8edd1;
	border-left:solid 2px #fff;
	margin:0 0 0 135px;
}

.det dl:after {
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:both;
}

.det {
	width:570px;
	margin-left:30px;
}

.det dl {
	zoom:100%;
    width:570px;
    margin:0 0 20px 0;
    padding:0;
    background:#765c30;
	font-size:12px;
	line-height:1.6;
}

.det dl:after {
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:left;
}


.det dl dt,
.det dl dd {
	float:left;
    margin:0;
}


/*--------------------　特記事項　---------------*/

.att-title {
    background-color:#765c30;
    color:#ffffff;
    font-size:14px;
    width:565px !important;
    height:auto;
    padding:5px 0 3px 5px;
    margin-left:30px;
	text-indent:20px;
	letter-spacing:5px;
}

.att-box {
    background:#F8EDD1;
	border:2px solid #765c30;
	width:566px;
	height:auto;
	margin:0 0 20px 30px;
	overflow:hidden;
}

.att-box ul {
    list-style-type:none;
	padding:10px;
}

.att-box li {
    background:url(http://www.hs-tao.com/cart/shop/att-list.gif) #F8EDD1 no-repeat 0 1px;
	color:#420000;
	padding-left:25px;
	line-height:1.6;
}


/*------------対話のフキダシ-------------*/


.leftDialogue, .rightDialogue {
	margin: 1.5em 0 1.5em 20px;
}
.leftDialogue .line p, .rightDialogue .line p {
	line-height:140%;
	margin-bottom:0;
	width:450px;}

.rightDialogue .face {
  background-image: url('http://www.hs-tao.com/images/fukidashi-l.gif');
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding-right: 12px;
}
.rightDialogue .line {
  border: solid 1px #a4a8a4;
  border-left: none;
  padding: 4px;
  vertical-align: top;
}

/*** 左フキダシ ***/
.leftDialogue .face {
  background-image: url('http://www.hs-tao.com/images/fukidashi-r.gif');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-left: 12px;
	}

.leftDialogue .line {
  border: solid 1px #a4a8a4;
  border-right: none;
  padding: 4px;
  vertical-align: top;
}


/*--------------------　個別ページ用（茶色）---------------*/

.about_i {
		text-align:left;
		width:600px;
		margin-bottom:40px;
		padding:0px;
}

.about_i:after {
    content:".";
    display:block;
    height:0.1px;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}

/* IE6.0以前に適用 */
.about_i {
    zoom:1;
}

.about_i .stn {
		background-image:url(http://www.hs-tao.com/images/dot_itm-pg_02.gif);
		background-repeat:repeat-x;
		width:600px;
		height:25px;
		margin-bottom:20px;
}

.about_i h3 {
	font-size:18px;
	margin:0px 0px 0px 8px!important;
	color:#765C30;
	padding:0px;
	width:auto;
	height:25px;
	font-weight:bold;
}

.about_i p {
	width:570px;
	margin-left:30px;
	font-size:12px;
	line-height:1.6;
	color:#666666;
	clear:both;
}

.about_i ul {
	width:570px;
	margin:10px 0 20px 30px;
	clear:both;
}

.about_i li {
	color:#666666;
	font-size:12px;
	margin-left:2em;
	line-height:1.6;
	list-style:disc;
	}

.about_i ul.box {
	background-color:#FFC;
	width:560px;
	margin:10px 0 20px 30px;
	padding:10px 10px 10px 0;
	clear:both;
}

.about_i ul.box li {
	color:#666666;
	font-size:12px;
	margin-left:2em;
	line-height:1.8;
	list-style:disc;
	}

/*　テーブル　*/

.about_i .tb-01 {
	border:1px black solid;
	border-collapse:collapse;
	margin:20px 0px 20px 30px;
	}

.about_i .tb-01 td,.about_i .tb-01 th {
	border:1px black solid;
	padding:5px;	
	}

.about_i .tb-01 th {
	background-color:#CCC;
	}

.about_i dl {
	font-size:12px;
	line-height:1.6;
	margin:0 0 15px 30px;
	}

.about_i dt {
	color:#cc9900;
	font-weight:bold;
	margin:15px 0 5px 0;
}

.about_i dd {
	color:#666;
	background-image:url(../../images/disc.gif);
    background-repeat:no-repeat;
	padding-left:1em;
	margin-left:1em;
	list-style:none;
}

.about_i embed {
	margin:0 2em 4em 0;
}

.about_i .img135 {
	margin: 0pt 20px 20px 0pt;
}


/*----------------　　昔の詳細ページ（青いライン）　------------------------------------　*/

div.itm-dc-pg{
		text-align:left;
		width:600px;
		margin:0px;
		padding:0px;
		}

div.itm-dc-pg div.about_stn {
		background-image:url(http://www.hs-tao.com/images/dot_itm-pg.gif);
		background-repeat:no-repeat;
		width:580px;
		height:25px;
		margin:0px;
		}

div.itm-dc-pg h3{
	font-size:18px;
	margin:0px 0px 0px 8px!important;
	color:#00A7DC;
	padding:0px;
	width:600px;
	height:25px;
	font-weight:bold;

}

		
div.itm-dc-pg p {
	width: 550px;
	padding: 10px 0px 0px 30px;
	font-size: 12px;
	line-height: 140%;
	color:#666666;
}


/*　詳細の表（表になっていない感じのやつ）　*/

.caution_new{
		padding:5px;
		line-height:150%;
		color:#420000;
		text-align:left;
}

.caution{
		width:480px;
		padding:10px;
		line-height:150%;
		background-color:#F8EDD1;
		color:#420000;
		text-align:left;
}

.caution_2{
		width:600px;
		padding:0px;
		line-height:150%;
		background-color:#F8EDD1;
		color:#420000;
		text-align:left;
}

.caution_3{
	width:580px;
	padding:10px;
	line-height:150%;
	background-color:#F8EDD1;
	color:#420000;
	text-align:left;
}

/*----------サイズごとに個数を別に登録------*/


.cart-a {
    background-color:#87c7dd;
    margin:10px 0 10px 14px;
	padding-top:2px;
	width:279px;
	height:auto;
	position:relative;
	float:left;
	text-align:center;
}

.size-name {
    color:#FFFFFF;
	font-weight:bold;

}

.cart-b {
    background-color:#c0e5f9;
	display:block;
	width:279px;
	height:auto;
	padding-bottom:10px;
}

.qty {
	clear:both;
    position:relative;
	top:-6px;
	width:50px;
	height:18px;
	font-size:13px;
}

.pwr {
	text-align:left;
	color:#000;
	}


.button {
    position:relative;
	top:7px;
	width:175px;
	height:38px;
	font-size:12px;
}



/*----------サイズは別登録のダミー２------*/
/*----------１点物のペンダントなど　------*/


.cart-a_only {
	 width:600px;
	 height:400px;
	 margin:0 0 80px 0;
	}

.cart-b_only {
	width:600px;
	height:300px;
	}
	
.cart-a_only .name_only {
	font-size:30px;
	color:#CC0000;
	text-indent:40px;
	margin-top:10px;
	}
	
.cart-a_only .name_only span{
	font-size:12px;
	font-weight:bold;
	position:relative;
	right:-50px;
	}

.cart-a_only .button_only {
	float:right;
	}


.cart-a_only p.sold {
	background-color:red;
	color:white;
	font-weight:bold;
	padding:2px 5px;
	}
	
	
/*----------サイズは別登録のダミー３------*/
/*----------１点物のブレスなど　------*/


.cart-a_only2 {
	 width:600px;
	 height:550px;
	 margin:0 0 0 0;
	}

.cart-b_only2 {
	width:600px;
	height:350px;
	}
	
.cart-a_only2 .name_only {
	clear:both;
	font-size:25px;
	color:#CC0000;
	text-indent:40px;
	margin-top:10px;
	}
	
.cart-a_only2 .name_only span{
	font-size:12px;
	font-weight:bold;
	position:relative;
	right:-50px;
	}

.cart-a_only2 .size_only{
	font-size:100%;
	margin:10px 0 10px 60px;
	line-height:1.5;
	}

.cart-a_only2 .button_only {
	float:right;
	}


.cart-a_only2 p.sold {
	background-color:red;
	color:white;
	font-weight:bold;
	padding:2px 5px;
	}
	
	
/*-------ここからアートのitemlist.css---------*/

#art p {
	margin-left:30px;
}

.itemname {
	font-size:14px;
}


.price {
	font-size:14px;
	color:#F00;
	letter-spacing:1px;
	font-weight:bold;
	margin:0 5px 0 0;
}

.number {
	font-size:14px;
	margin:0 0 0 4px;
}

.underline {
	vertical-align:bottom;
}

.cartbun {
	margin:5px 0 5px 0;
}

.itempricename {
	color:#039;
	line-height:150%;
}

#itemzone {
	width:600px;
	margin:0 9px 0 9px;
}

#itemtextzone {
	width:600px;
	height:auto;
	color:#000;
	background-image:url(http://www.art-crystal.jp/img/n-bg.gif);
	text-align:center;
	padding:5px 0 5px 0;
	margin-bottom:15px;
}

.itemcode {
	font-size:10px;
	color:#000;
	font-weight:bold;
	margin:0 5px 0 0;
}

.itemnamekobetu {
	font-size:16px;
	font-weight:bold;
}


.pricekobetu {
	font-size:20px;
	color:#F00;
	font-weight:bold;
	margin:0 5px 0 0;
}

.vselect{
	margin:0 0 5px 0;
	padding:1px 0;
	_padding:0;
	font-size:11px;
}

/*------------------------------*/
/*    　　　個別文章　　　　    */
/*------------------------------*/

#point {
	background-image: url("http://www.art-crystal.jp/img/itempage/point.gif");
	margin:0 0 5px 0;
	height:34px;
	background-repeat:no-repeat;
}

#points {
	background-image: url("http://www.art-crystal.jp/img/itempage/point2.gif");
	margin:0 0 5px 0;
	height:34px;
	background-repeat:no-repeat;
}

#aboutps {
	background-image: url("http://www.art-crystal.jp/img/itempage/about_ps.gif");
	margin:20px 0 5px 0;
	height:34px;
	background-repeat:no-repeat;
}

#size {
	background-image: url("http://www.art-crystal.jp/img/itempage/size.gif");
	margin:20px 0 5px 0;
	height:34px;
	background-repeat:no-repeat;
}

#info {
	background-image: url("http://www.art-crystal.jp/img/itempage/info.gif");
	margin:20px 0 5px 0;
	height:34px;
	background-repeat:no-repeat;
}


.hide {
    visibility: hidden;
}

#ps {
	font-size:15px;
	font-weight:normal;
	margin: 0 0 0 10px;
}

/*------------------------------*/
/*   　画像1枚バージョン　　    */
/*------------------------------*/


#photoone{
	width:600px;
}


#photoonel{
	width:290px;
	margin-right:10px;
	float:left;
}

#photooner{
	width:300px;
	float:left;
}


/*------------------------------*/
/*    　　小分類３列　　　　    */
/*------------------------------*/


.threeitem_left {
	width: 200px;
	margin: 0 9px 10px 0;
	float:left;
}

.threeitem_right {
	width: 200px;
	margin: 0;
	float:right;
	margin: 0 0 10px 0;
}


/*------------------------------*/
/*    　　小分類２列　　　　    */
/*------------------------------*/


.twoitem_left {
	width:300px;
	margin-right:18px;
	margin-bottom:10px;
	float:left;
}

.twoitem_right {
	width:300px;
	float:left;
	margin-bottom:10px;
}


