#result {
}

#content #result h2 {

}

/* 検索条件 */
#content #result h2 .search_conditions {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

.result_number {
	clear: both;
	margin: 10px 0;
	padding: 3px 0;
}

.result_number span {
	font-weight: bold;
}

.sub_category_list {
	zoom: 1;
	overflow: hidden;
	height:auto;
	margin-bottom:10px;
}

.sub_category_list dd {
	float: left;
	margin: 5px 5px;
}

.sub_category_list dd a{

	display: block;
	font-size:12px;
	line-height:12px;
	margin: 5px 5px;
	padding-left: 10px;
	background: url(../images/category_list.gif) no-repeat left center;
}

#search_option_box {
	overflow: hidden;
	zoom: 1;
}

.check_options {
}

.check_options dd input {
	margin-right: 5px;
}

.clear {
	clear: both;
}

.check_options dt,.check_options dd {
	float: left;
	margin: 0 10px;
	line-height: 26px;
}

#search_option_box h3 {
	float: left;
	width: 120px;
	line-height: 26px;
	text-align: center;
	background: -moz-linear-gradient(top, #ddd, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	-pie-background: linear-gradient(#ddd,#ccc);
	border-radius: 3px 3px 0 0;
	position:relative;
	behavior: url("/PIE.htc");
}

#search_option_box_wrapper {
	clear: both;
	border: #ccc 1px solid;
	padding: 10px;
}

.search_option_table th,.search_option_table td {
	padding: 5px 5px 5px;
	vertical-align: top;
	line-height: 1.5;
}

.search_option_table th {
	text-align: right;
	white-space: nowrap;
}

.search_option_table .options li {
        float: left;
        width: 140px;
        line-height:1.8em;
        font-size:10px;
	margin-right: 10px;
}

.search_option_table .options li input {
	margin-right: 3px;
}


ul#result_tab {
	clear: both;
	zoom: 1;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: #444 3px solid;
}


ul#result_tab li {
	width: 140px;
	float: left;
	margin: 0 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

ul#result_tab li.active {

}



ul#result_tab li a {
	zoom: 1;
	display: block;
	padding: 7px 5px 5px;
	color: #444;
	text-shadow: #fff -1px -1px 0;
	border-radius: 3px 3px 0 0;
	background: #ddd;
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	/*-pie-background: linear-gradient(#eee,#ddd);*/
	position:relative;
	behavior: url("/PIE.htc");
}

ul#result_tab li.active a {
	text-shadow: #777 -1px -1px 0;
	color: #fff;
	background: #444;
	background: -moz-linear-gradient(top, #555, #444);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
	/*-pie-background: linear-gradient(#555,#444);*/
	position:relative;
	behavior: url("/PIE.htc");
}

ul#result_tab li a:hover {
	text-shadow: #777 -1px -1px 0;
	color: #fff;
	background: #555;
	background: -moz-linear-gradient(top, #666, #555);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#555));
	/*-pie-background: linear-gradient(#666,#555);*/
	position:relative;
	behavior: url("/PIE.htc");
}

div.result_items {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

div.result_items div.result_item_box {
/*	overflow: hidden;
	float: left;
	border: 1px #cccccc solid;
	border-radius: 3px;
	width:120px;
	margin: 3px;
	height:165px;
	padding:10px;
	z-index:0;
	position:relative;
	behavior: url("/PIE.htc");
*/
	overflow: hidden;
	float: left;
	width:146px;
	height:220px;
	padding-top:3px;
	position:relative;
	font-size:12px;
	line-height:1.4;
	text-align:center;
	margin:3px;
}
div.creatorbox {
	height:185px;
}

div.result_item_box p.item_img {
	height: 120px;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

div.result_item_box p.item_img img {
	max-width: 120px;
	max-height: 120px;
}

div.result_item_box p {
	text-align: center;
}

div.result_item_box p.maker {
	margin: 3px 0;
	font-size: 11px;
}

div.result_item_box p.mark {
	height: 12px;
	text-align: center;
	margin: 5px 0 4px;
}
div.result_item_box p.item_name {
	margin: 3px 0;
	min-height:30px;
}

div.result_item_box p.price {
	font-weight: bold;
}

div.result_item_box p.soldout {
	margin: 3px 0;
	padding: 3px;
	font-size: 10px;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	background: red;
	border-radius: 2px;
	position:relative;
	behavior: url("/PIE.htc");
}

div.conditionbox {
	background-color:#f2f2f2; 
	padding:8px 10px; 
	margin-bottom:10px;
	border: 1px solid #ddd;
}

/** 販売者一覧用 */
div.result_items_consignors {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

div.result_items_consignors div.result_item_box_consignors {
	overflow: hidden;
	float: left;
	border: 1px #cccccc solid;
	border-radius: 3px;        /* CSS3草案 */  
	width:120px;
	margin: 3px;
	height:160px;
	padding:10px;
	z-index:0;
	position:relative;
	behavior: url("/PIE.htc");
}

div.result_item_box_consignors p.item_img {
	height: 90px;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

div.result_item_box_consignors p.item_img img {
	max-width: 90px;
	max-height: 90px;
}

div.result_item_box_consignors p {
	text-align: center;
}

div.result_item_box_consignors p.maker {
	margin: 3px 0;
}

div.result_item_box_consignors p.mark {
	height: 12px;
	text-align: center;
	margin: 5px 0 4px;
}
div.result_item_box_consignors p.item_name {
	margin: 3px 0;
	font-size:12px;
	min-height: 30px;
}

div.result_item_box_consignors p.price {
	font-weight: bold;
}

div.result_item_box_consignors p.soldout {
	margin: 3px 0;
	padding: 3px;
	font-size: 10px;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	background: red;
	border-radius: 2px;
	position:relative;
	behavior: url("/PIE.htc");
}



/* 商品リスト詳細 */
.item_detail_table {

}

.item_detail_table th {
	background: #eee;
	padding: 7px;
}
.item_detail_table td {
	vertical-align: middle;
	padding: 7px;
	border-bottom: #ddd 1px solid;
}

.item_detail_table .item_img {
	max-width: 70px;
	max-height: 70px;
}

.item_detail_table .price {
	display: block;
	text-align: right;
	font-weight: bold;
}

.item_detail_table .item_name {
	margin-bottom: 5px;;
	font-size: 14px;
}

.reccomend{
	background-color: #fffae5;
}
div.result_items p {
	line-height: 1.3;
}
p.itemname {
	height: 40px;
	overflow: hidden;
}

p.motoprice {
	font-size:10px;
}
p.itemimg {
	margin-bottom:5px;
	height:70px;
}
p.price {
	margin-bottom: -3px;
}
p.price del {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin-right: 1px;
}
p.creatorimg {
	margin-bottom:5px;
	height:80px;
}
p.creatorcomment {
	text-align: left;
	padding: 2px 5px;
}

#contents h3 {
	margin-bottom:10px;
}

#searchlist {
	width:450px;
	margin:0 auto 50px auto;
}
#searchpage li{
	list-style-type: none;
	display: inline;
	zoom: 1;
}
#searchpage a {
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	background: url(../images/s_page.jpg) no-repeat top center;
	font-size:12px;
	color: #000;
	width: 30px;
	height: 16px;
	padding: 7px 0;
	text-align:center;
}
#searchpage a.herepage {
	background: url(../images/s_page_hover.jpg) no-repeat top center;
}
#searchpage a.leftarrow {
	background: url(../images/s_page_left.png) no-repeat center center;
	/display: block;
	text-indent: -9999px;
}
#searchpage a.rightarrow {
	background: url(../images/s_page_right.png) no-repeat center center;
	/display: block;
	text-indent: -9999px;
}
#searchpage a:hover {
	background: url(../images/s_page_hover.jpg) no-repeat top center;
}
#searchpage a.leftarrow:hover {
	background: url(../images/s_page_left_on.png) no-repeat center center;
}
#searchpage a.rightarrow:hover {
	background: url(../images/s_page_right_on.png) no-repeat center center;
}


#subcategory {
	padding:0 5px;
	font-size: 14px;
}

#subcategory li{
	list-style-image: url(../images/category_list.gif);
	float:left;
	margin:0 15px 5px 15px;
}

/**
 *  Horizontal Buttons
 */
 
 /*
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 9px;
    height: 42px;
    cursor: pointer;
    background: transparent url(../images/right_b.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/left_b.gif);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -9px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -18px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 16px;
    width: 9px;
    height: 42px;
    cursor: pointer;
    background: transparent url(../images/left_b.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/right_b.gif);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -9px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -18px 0;
}
*/

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/* インフォメーション */
div.infocontent {
	padding:10px 10px 0 10px;
	border-bottom: 1px #000000 dashed;
	margin-bottom: 10px;
}
div.infocontent h3,p.date{
	display: inline;
}
div.infocontent h3{
	color:#FF9000;
	margin-right: 5px;
}
div.infocontent p{
	margin:10px 0;
}
div.infocontent p.date{
	font-weight: bold;
}





#contents td.productListing-heading {
	background-color:#E7E7E7;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-bottom: 0px;
}


#contents td.productListing-data-with-border-dotted {
	border-bottom: 1px dotted #D9D9D9;
	text-align:center;
	padding: 10px;
}
#contents td.productListing-data-with-border-solid {
	border-bottom: 1px solid #D9D9D9;
	vertical-align: middle;
}
#contents td.productListing-data-with-border-solid img{
	margin: 10px 0;
}
#contents td.productListing-intro {
	padding:5px;
	text-align: left;
}


/* おすすめ商品*/

.content_sidebox .item_slider_vertical p {
	margin: 0 0 5px;
}

.item_slider_vertical div {
	margin: 0;
}

.item_slider_vertical li {
	text-align: center;
}

.item_slider_vertical li a {
	margin: 0 13px;
	display: block;
}

.item_slider_vertical .item_thumb {
	text-align: center;
	width: 100%;

	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}

.item_slider_vertical .item_thumb img {
	max-width: 120px;
	max-height: 120px;
}

.item_slider_vertical .item_name {
	margin: 0;
	line-height: 1.4;
	margin-bottom: 3px;	
}

.item_slider_vertical .item_price{
	color: #d00000;
	font-weight: bold;
	margin-bottom: 3px;	
}
.item_slider_vertical .item_uploader {
	font-size: 10px;
}

.item_slider_vertical .jcarousel-skin-tango .jcarousel-container {
}

.item_slider_vertical .jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.item_slider_vertical .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 220px;
    height: 1000px;
    padding: 25px 0 20px;
    /*max-height: 1000px;*/
}

.item_slider_vertical .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.item_slider_vertical .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  220px;
    height: 1000px;
    /*max-height: 1000px;*/
}

.item_slider_vertical .jcarousel-skin-tango .jcarousel-item-vertical {
  	width: 220px;
  	height: 200px;
}

/**
 *  Vertical Buttons
 */
.item_slider_vertical .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 220px;
    height: 15px;
    cursor: pointer;
    background: url(../images/bottom.gif) no-repeat top;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: center -15px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: center -15px;
}



.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 15px;
    cursor: pointer;
    background: url(../images/top.gif) no-repeat bottom center;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background: url(../images/top.gif) no-repeat top center;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background: url(../images/top.gif) no-repeat top center;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0;
}


div#undercolumn_error {
width:850px;
margin:20px auto;
}

div#undercolumn_error h2 {
border-bottom: 1px #bbb solid;
margin-bottom: 25px;
margin-top: 15px;
padding-bottom: 3px;
font-size:14px;

}


/* カテゴリ別ランキング */
.ranking_img_base{
	position:relative;
	width:100%;
}
.ranking_img_rank_icon{
	position:absolute;
	top:-15px;
	left:-10px;
	width:30px;
}
.ranking_img_width{
	width:30px;
}
#products_list_side {
	border: #ccc 2px solid;
	border-radius: 5px;
	margin: 2px;
	padding: 2px;
}

.category_title{
	/*padding-left: 25px;*/
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #E4006F;
}
.ranking_name{
	margin: 5px 0 0 0;
	font-size:11px;
	text-align: center;

}
.ranking_price{
	color: #d00000;
	font-weight: bold;
	margin: 3px 0;
	text-align: center;
	font-size: 11px;
}
#products_list li{
	text-align:center;
}
#products_list .item_name{
	margin: 0;
	line-height: 1.4;
	min-height: 30px;
	font-size: 13px;
	text-align: center;
}
.uploader_name{
	word-break:break-all;
	font-size: 11px;
	text-align: center;
}

