@charset "utf-8";


/* 検索結果
----------------------------------------------- */
p.conditionarea {
    clear: both;
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}


/* ページ送り
----------------------------------------------- */
.pagenumberarea, .pagecondarea {
    clear: both;
    margin: 20px 0;
    padding: 10px;
}

ul.pagenumberarea {
    height: 2.5ex;
}

ul.pagecondarea {
    border: 1px solid #CCCCCC;
}

ul.pagenumberarea li {
    float: left;
    width: 32.9%;
}

ul.pagenumberarea li.center a.number {
    border:#CCC solid 1px;
	padding:0 3px 0 3px;
}

ul.pagenumberarea li.center a {
	padding:0 5px;
	font-weight:bold;
	font-size:1.4em;
}

ul.pagenumberarea li.center strong {
    border:#CCC solid 1px;
	padding:0 3px 0 3px;
	background-color:#999;
	color:#FFF;
}

ul.pagenumberarea li.right a {
    border:#CCC solid 1px;
	padding:2px 4px 2px 4px;
	font-size:1.2em;
	font-weight:bold;
}

ul.pagenumberarea li.center strong {
    border:#E8528D solid 1px;
	padding:0 7px 0 7px;
	background-color:#E8528D;
	color:#FFF;
	font-size:1.8em;
}

ul.pagenumberarea li.left {
    text-align: left;
    white-space: nowrap;
}

ul.pagenumberarea li.center {
    text-align: center;
    white-space: pre;
    font-size:1.5em;
}

ul.pagenumberarea li.right {
    text-align: right;
    white-space: nowrap;
}

.pagenumberarea .pagenumber{
    color: #E9518E;
    font-weight: bold;
}

p.pagenumberarea .number{
    font-weight: bold;
}

/* 商品一覧 */

/* タイトル
----------------------------------------------- */
div#listtitle {
/*	background: #F9F9F9; */
	background: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

div#listtitle h2 {
	padding: 5px 5px 5px 15px;
	font-weight: bold;
}


/* 商品
----------------------------------------------- */
div.listarea {
	width: 180px;
	float: left;
/*	height: 270px;*/
	height: 300px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #DBDBDB;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FCFCFC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div.listarea002 {
	width: 200px;
	float: left;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #DBDBDB;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color:#FFFBF7;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div.listarea002 li {
    display: inline;
    padding: 0 0 10px 0;
}

div.listarea002 h3 a {
	text-decoration: underline;
}

div.listphoto {
	width: 130px;
	/*margin-left: 38px;*/
	padding-left: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 130px;
}

div.soldout_overlay {
 margin: 0;
 padding: 0;
 text-align: center;
 width:130px;
 height:130px;
 background:url("../img/products/soldout.png");
}
div.soldout_overlay img {
 filter:alpha(opacity=40);-moz-opacity:0.5;
 -moz-opacity:0.40;
 opacity:0.40;
}


div.listarea li {
    display: inline;
    padding: 0 0 10px 0;
}

div.listrightblock h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
	display: block;
	height: 50px;
}

div.listarea h3 a {
	text-decoration: underline;
}

ul.status_icon{
	display: block;
	height: 20px;
}

div h3 a {
    font-size: 100%;
    font-weight: bold;
}

div .listcomment {
	margin: 0 0 10px;
	display: block;
	height: 130px;
	width: 100%;
}

div .pricebox {
	display: block;
	margin-bottom: 5px;
}

div .soldout {
    clear: both;
	height: 100px;
}

div .in_cart {
	padding: 5px;
	clear: both;
	border-top: 1px solid #CCCCCC;
	height: 90px;
}

div .quantity {
    width: 150px;
}

div .btnbox {
    margin: 0 0 10px 0;
    padding: 1px;
    float: right;
}

div.listarea dt {
    float: left;
    padding: 3px;
}

div dd {
    padding: 3px;
}

div .cartbtn {
    clear: both;
    text-align: center;
}

div .cartbtn img {
    display: block;
    width: 115px;
    margin: 5px auto 0 auto;
}

div .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

/* 商品詳細 */

/* タイトル
----------------------------------------------- */
div#detailtitle {
	background: #F9F9F9;
        color: #616161;
	font-size: 1.3em;
	font-weight: 300;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

div#detailtitle h2 {
	padding: 5px 5px 5px 15px;
	font-weight: 300;
}


/* 商品
----------------------------------------------- */
div#detailarea {
	margin: 15px 0 0;
	padding-left: 30px;
}

div#detailphotoblock {
    float: left;
    width: 292px;
}

div#detailphotoblock p {
    margin: 5px 0 0 0;
}

div#detailrightblock {
    float: right;
    /*float: left;*/
    width: 500px;
    z-index: 9999999999999999999999;
}

div#detailrightblock li {
	display: inline;
	padding-bottom: 10px;
}

div#detailrightblock h2 {
    margin: 5px 0 10px;
    padding: 0;
    /*color: #E9518E;*/
    font-size: 140%;
    font-weight: bold;
}

div#detailrightblock dl {
    padding: 15px 0 0 0;
}

div#detailrightblock dt {
    font-weight: bold;
    padding: 0 0 0 0px;
    font-size:120%;
    color:#737373;
    /*background: url(../img/side/menu_pic4.gif) no-repeat left center;*/
}
dl.sale_price {
clear:both;
}
dl.sale_price dt{
padding:7px 0 0 ! important;
float:left;
/*display:inline;*/
vertical-align:baseline;
}

dl.sale_price dd #price02_default{
	font-size:21px ! important;
}
dl.sale_price dd #price02_dynamic{
	font-size:21px ! important;
}
dl.sale_price dd{
padding:0 ! important;
float:left;
	font-size:12px;
/*display:inline;*/
vertical-align:baseline;
}

#price03_default{
color:#0000ff;
font-size:21px ! important;
}

div#detailrightblock dd {
    margin: 0 15px 0 0;
}

div#detailrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

div#detailrightblock .btn {
    clear: both;
    margin: 15px 0 0 0;
    padding: 15px 0 15px 0;
    text-align: center;
    vertical-align: top;
	background: url(../img/common/line_280.gif) repeat-x ;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
	width: 260px;
	padding: 40px 0 0px 5px;
	float: left;
	height: 300px;
}

div.subarea h3 {
	width: 270px;
	font-size: 120%;
	padding: 5px 5px 5px 55px;
	font-weight: bold;
	margin-top: 0;
}

div.subtext {
	width: 195px;
	height: 35px;
	padding-left: 55px;
}

div.subphotoimg {
	width: 202px;
	padding-left: 55px;
	margin-top: 0px;
}

div.subphotoimg p {
    margin: 5px 0 0 0;
    text-align:right;
}


/* お客様の声
----------------------------------------------- */
div#customervoicearea {
	clear: both;
	padding: 35px 0 0;
	margin-left: 30px;
	margin-top: 30px;
}

div#customervoicearea h2 {
    padding: 0 0 10px 0;
}

div#customervoicearea .voicedate{
    font-weight: bold;
    margin: 10px 0 0 0;
}

div#customervoicearea .voicetitle{
    padding: 5px 0;
    font-size: 120%;
    font-weight: bold;
}

div#customervoicearea li {
	padding: 10px;
	/*background: url("../img/common/line_580.gif") no-repeat bottom;*/
	border:dotted 1px #ccc;
	background-color:#EEE;
}

div#customervoicearea .review_bloc{
	padding-top:10px;
}

div#customervoicearea .review_bloc a{
	font-weight: bold;
	font-size:1.2em;
	color:#E8528D;
}

/* トラックバック
----------------------------------------------- */
div#trackbackarea {
	clear: both;
	padding: 35px 0 0;
	margin-left: 30px;
}

div#trackbackarea h2 {
    padding: 0 0 10px 0;
}

div#trackbackarea h3 {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 10px 0;
}

div#trackbackarea .box500 {
    width: 500px;
    border: solid 1px #ccc;
}

/* この商品を買った人はこんな商品も買っています
----------------------------------------------- */
div#whoboughtarea {
	clear: both;
	padding: 35px 0 0;
	margin-left: 30px;
}

div.whoboughtblock {
	clear: both;
	padding: 10px 0;
	overflow: auto;
}

div.whoboughtleft {
    float: left;
    width: 393px;
    padding: 10px 0;
    position: relative;
}

div.whoboughtleft img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtleft p {
    margin: 0 0 5px 0;
}

div.whoboughtright {
    float: right;
    width: 393px;
    padding: 10px 0;
    position: relative;
}

div.whoboughtright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtright p {
    margin: 0 0 5px 0;
}

div.whoboughtleft h3 {
    font-size: 100%;
}

div.whoboughtright h3 {
    font-size: 100%;
}
#detailarea #detailrightblock .detail_text {
	margin-bottom: 10px;
}

.detail_text h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.detail_text_des {
padding-top:50px;
width:700px;
margin:0 auto;
}

.detail_text_des h2{
width:700px;
margin:0 auto;
}

.detail_text_des p{
width:700px;
margin:0 auto;
}


#form1 .listarea .status_icon {

}

/*--詳細情報--*/

div.detail-date{
        margin-top:-200px;
        padding-bottom:20px;
        font-weight:normal;
        position:relative;
        top:530px;
        height:200px;
        z-index:-999;
        background-color:#FFFFFF;
        clear:both;
	}

div.detail-date dl{
	width:300px;
	padding:5px 0;
	}

div.detail-date dl:nth-child(even){
	background:#ffffff;
	}

div.detail-date dl:nth-child(odd){
	background:#F5F5F5;
	}

/*--CSS3セレクターIE6～8対策 start--*/
div.detail-date dl.even{
	background:#ffffff;
	}

div.detail-date dl.odd{
	background:#F5F5F5;
	}
/*--CSS3セレクターIE6～8対策 end--*/

div.detail-date dl dt{
	font-size:10px;
	color:#584a41;
	padding:0 0 0 5px;
	margin:0;
	width:70px;
	float:left;
	line-height:1.5;
	}

div.detail-date dl dd{
	font-size:10px;
	color:#000000;
	padding:0 0 0 0;
	margin:0;
	float:left;
	width:220px;
	line-height:1.5;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*--詳細情報（最新）--*/

.detail-date_new {
	width:300px;
        position:relative;
        margin-top:-200px;
        top:530px;
        font-weight:normal;
        font-size:10px;
        clear:both;
}

div.detail-date_new dl {
	padding-top:20px;
}
div.detail-date_new dl dt {
	float: left;
	width: 7em;
	padding: 5px 0;
	text-indent: 1em;
	line-height: 120%;
}
div.detail-date_new dl dd {
	padding: 5px 0 5px 7em;
	line-height: 120%;
	border-bottom: 1px #CCCCCC dotted;
}


/*--詳細情報（最新）--*/

.detail-date_new2 {
  font-weight:normal;
  font-size:1.0em;
  margin-bottom:30px;
  margin-top:10px;
  background-color : #F9F9F9;
  border-left: 1px #CCCCCC solid;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
}

.detail-date_new2 dt{  
  background-color : #F9F9F9;
  padding-top : 10px;    
  padding-bottom : 10px;
  padding-left : 10px;
  width : 60px;
  float : left;
  clear : both;
  line-height: 20px;
  border-top: 1px #CCCCCC solid;
}



.detail-date_new2 dd{
  background-color : #fff;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 329px;
  margin-left : 70px;
  line-height: 20px;
  border-top: 1px #CCCCCC solid;
  border-left: 1px #CCCCCC solid;
}

/*
.detail-date_new2 {
	width:260px;
        position:absolute;
        font-weight:normal;
        font-size:10px;
        padding-top:300px;
        z-index:-999;
        clear:both;
}

div.detail-date_new2 dl {
	padding-top:20px;
}
div.detail-date_new2 dl dt {
	float: left;
	width: 7em;
	padding: 5px 0;
	text-indent: 1em;
	line-height: 120%;
}
div.detail-date_new2 dl dd {
	padding: 5px 0 5px 7em;
	line-height: 120%;
	border-bottom: 1px #CCCCCC dotted;
}
*/



/* 詳細ページ
----------------------------------------------- */
.relative_cat {
   /*display:block;*/
   height:160px;
   padding-top:30px;
   padding-bottom:30px;
   padding-left:10px;
   margin-bottom:10px;
   overflow:auto;
   background-color:#FAFAFA;
   color:#B2B2B2;
}

.relative_cat a{
   color:#B2B2B2;
}

.relative_cat a:hover{
   color:#E9518E;
}


.osusume_keyword {
  padding:10px;
  margin-bottom:20px;
  font-size:12px;
  line-height:20px;
  background-color:#F5F5F5;
  border: 1px solid #CCCCCC;
}

.osusume_keyword a {
  padding-right:10px;
}

/* カテゴリページ
----------------------------------------------- */
#cate_navi {
 clear:both;
 font-size:12px;
 width: 720px;
 margin: 0 auto;
}

div#two_maincolumn #cate_navi h2 a{
 display:block;
 font-size:18px;
 padding-bottom:10px;
 padding-left:7px;
 color:#E9518E;
 font-weight:bold;
}

#cate_navi a{
 padding:0 7px;
}

#cate_navi a.strong{
 color:#E9518E;
 font-weight:bold;
 font-size:15px;
}

/* 詳細ページ説明
----------------------------------------------- */
#products_outline{
 width: 673px;
 padding:10px;
 margin:0 auto;
}
#products_outline h2 {
 font-size:1.2em;
 font-weight:bold;
 padding-bottom: 10px;
}
#products_outline {
 line-height: 1.3em;
}
#products_outline img.imgleft {
 float: left;
 padding-right:10px;
}
#products_outline img.imgright {
 float: right;
 padding-left:10px;
}
#products_outline .clearleft {
 clear: left;
 height:20px;
}
#products_outline .clearright {
 clear: right;
 height:20px;
}

#products_outline .br {
 display:block;
 clear:both;
 width:100%;
 border-bottom:1px dotted #ccc;
 margin-bottom:30px;
}

#sinagire{
 display:block;
 height:200px;
}

#sinagire .attention{
 color:#E9518E;
}


/* アンティークバッグ
----------------------------------------------- */

#antique {
padding-top:20px;
padding-bottom:20px;
}
#antique .chui {
padding-top:5px;
color:#E42C76;
}

/* 商品詳細追加
----------------------------------------------- */
.itemtxt {
margin-top:15px;
margin-bottom:50px;
}

#detail_head {
clear: right;
width:830px;
padding-top:10px;
padding-bottom:30px;
}

#detail_head .bt_right {
float: right;
right: 0px;
}

#detail_head .clearright {
 clear: right;
 height:20px;
}

.price01 {
text-decoration : line-through ;
font-weight: normal;
}

.price {
font-size:1.3em;
color:#E8528D;
font-weight:bold;
}
.price02 {
font-size:1.2em;
color:#E8528D;
}
#price02_default {
font-size:1.8em;
color:#E8528D;
}

#price02_dynamic {
font-size:1.8em;
color:#E8528D;
}

#price02_kakaku {
font-size:1.4em;
color:#E8528D;
}
#price02_yen {
font-size:0.9em;
color:#E8528D;
}

.price_yen {
font-size:12px;
}

#price {
color:#E9518E;
font-size:140%;
}

/* パンくず
----------------------------------------------- */
#undercolumn .pan {
padding-top:10px;
font-size:12px;
color:#E9518E;
}
#undercolumn .pan a{
color:#E9518E;
font-weight: bold;
}
#undercolumn .pan a:hover{
color:#F194B9;
font-weight: bold;
}

/* シリーズ表示
----------------------------------------------- */
dl.maker {
  width:290px;
}
dl.maker dt {
  float:left;
}
dd {
}
