@charset "utf-8";

/* タイトル
----------------------------------------------- */
h2#title-list {
	height: 25px;
	margin: 0 0 2px;
	padding: 0 0 0 3px;
	font-size: 100%;
	border-bottom:2px solid #333;
	font-weight: bold;
	color:#000;
}

h3.search_h3 {
	margin:30px 0 10px 0px;
	border-bottom:1px dotted #999;
	padding-left:10px;
}

.search_ul{
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	border:3px solid #CCC;
	}

.search_ul li{
	display:inline;
	margin-right:10px;
}


/* カテゴリ説明
----------------------------------------------- */
div#category_info {
	width: 675px;
	margin: 0;
	padding: 0;
}


/* カテゴリ説明内 説明内リスト表示&難易度検索＠2012年11月09日 ATN菊澤
----------------------------------------------- */

.category_list_ul{
	font-weight: bold;
	margin: 5px 0px 5px 0px ;
	padding: 5px 0px 5px 5px ;
	font-size: 100%;
	border-top:1px dotted #999;
	line-height: 150%;
	}

.category_list_ul li{
	background:url("../img/bloc/icon-category-list.gif") left top no-repeat;
	padding:0px 0px 0 18px;
	font-weight: normal;
	font-size: 95%;
	margin:0 0px 0 14px;
}

.category_list{
	font-size: 92%;
	font-weight: normal;
	display:inline;
	padding: 0 0px 0 10px;
}


.category_difficulty_ul{
	font-weight: bold;
	margin: 8px 0 8px 0 ;
	padding: 8px 0px 8px 15px;
	font-size: 100%;
	border:1px dotted #999;
	width: 690px;
	float: left;
	}

.category_difficulty_ul li{
	background:url("../img/bloc/icon-category-difficulty.gif") left top no-repeat;
	padding:0px 7px 0px 15px;
	font-weight: normal;
	display:inline;
}

.category_difficulty_chart_ul{
	font-weight: bold;
	margin: 8px 0 8px 0 ;
	padding: 8px 0px 8px 15px;
	font-size: 100%;
	border:1px dotted #999;
	width: 520px;
	float: left;
	}

.category_difficulty_chart_ul li{
	background:url("../img/bloc/icon-category-difficulty.gif") left top no-repeat;
	padding:0px 7px 0px 15px;
	font-weight: normal;
	display:inline;
}

.category_chart{
	margin: -43px 6px 0 20px ;
	float: right;
   	}

.category_chart a:hover img {	opacity: 0.4;	filter: alpha(opacity=40);   	}

.category_chart2{
    float: right;
    position:relative; top:-36px; right:10px
   	}

.category_chart2 a:hover img {	opacity: 0.4;	filter: alpha(opacity=40);   	}

.category_sakuin{
	margin: 6px 6px 0 15px ;
	float: right;
   	}

.category_sakuin a:hover img {	opacity: 0.4;	filter: alpha(opacity=40);   	}

/* 検索結果
----------------------------------------------- */
p.conditionarea {
    clear: both;
    width: 708px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
ul.pagecondarea {
	margin: 10px 0 0;
	padding: 8px 10px;
	border: 3px solid #CCCCCC;
	background: #F2F2F2;
	list-style: none;
}
ul.pagecondarea li {
	margin: 0;
	padding: 2px 0;
}
div#search_zero {
	margin: 0;
	padding: 40px 0;
	line-height: 1.8;
	font-size: 120%;
	text-align: center;
}
div#search_zero strong {
	color: #990000;
}

div#search_google {
	margin: 20px 50px;
}


/* ページ送り
----------------------------------------------- */
table.tb-search-result-top {
	margin: 0 0 10px !important;
	padding: 0 !important;
    border-collapse: collapse;
	border-bottom: 1px dotted #CCCCCC;
	width:100%;
}
table.tb-search-result-bottom {
	margin: 10px 0 0 !important;
	padding: 0 !important;
    border-collapse: collapse;
	border-top: 1px dotted #CCCCCC;
}
td.search-result-count,
td.search-result-navi {
	margin: 0;
	padding: 10px 3px;
	line-height: 1.1;
	text-align: right;
	vertical-align: bottom;
}
td.search-result-count {
	text-align: left;
}
td.search-result-count strong {
	color: #999999;
}
td.search-result-navi {
	text-align: right;
}
td.search-result-navi strong {
	color: #AAAAAA;
	font-weight: lighter;
}
td.search-result-paging {
	margin: 0;
	padding: 5px 0 15px;
	line-height: 1;
	font-size: 80%;
	text-align: center;
	clear: both;
}
td.search-result-paging a {
	margin: 0 3px;
}
td.search-result-paging strong {
	color: #FFFFFF;
	margin: 0 3px;
	padding: 1px 3px;
	background: #000000;
}

/* 商品一覧
----------------------------------------*/
/*新着アイテム*/
div.newitem-line-list {
	width: 480px;
	margin: 0;
	padding: 10px 0 10px;
	clear: both;
	overflow: hidden;
}
div.newitem-line-list-end {
	width: 480px;
	margin: 0;
	padding: 10px 0 10px;
	clear: both;
	overflow: hidden;
}
div.newitem-box-wrap {
	width: 110px;
	margin: 0 13px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
div.newitem-box-wrap-end {
	width: 110px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
div.newitem-box-wrap h3,
div.newitem-box-wrap-end h3 {
	margin: 0;
	padding: 5px 0 0;
	font-weight: lighter;
	font-size: 12px;
	line-height: 1.2;
	font-weight:bold;
}
div.newitem-box-photo {
	height:110px;
	width:110px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	position: relative;
}
div.newitem-box-photo-list {
	height:110px;
	width:110px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	position: relative;
	float:left;
}

div.newitem-box-photo img,div.newitem-box-photo-list img {
	position:absolute;
	border: 1px solid #CCCCCC;
	top: 0;
	left:0;
	 z-index: 1;
}
div.newitem-box-data {
}
div.newitem-box-price {
	margin: 0;
	padding: 3px 0 0;
	color: #333333;
	font-size: 85%;
	line-height: 1.2;
	border-top:dotted 1px #999;
}
div.newitem-box-price strong {
	font-size: 110%;
	color:#333333;
}
div.newitem-box-comment {
	color:#999;
	margin: 0;
	padding: 3px 0 0;
	text-align: left;
	font-size: 85%;
	line-height: 1.2;
}
/*商品一覧アイテム 2014年8月7日追加 ATN菊澤 */
div.item-line-list {
	width: 708px;
	margin: 0;
	padding: 10px 0 10px;
	clear: both;
	overflow: hidden;
}
div.item-line-list-end {
	width: 708px;
	margin: 0;
	padding: 10px 0 10px;
	clear: both;
	overflow: hidden;
}
div.item-box-wrap {
	width: 708px;
	margin: 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	clear:both;
	border-bottom:solid 1px #CCC;
}
div.item-box-wrap-end {
	width: 110px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
div.item-box-wrap h3,
div.item-box-wrap-end h3 {
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	line-height: 1.2;
}
div.item-box-photo {
	height:110px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	position: relative;
	float:left;
}
div.item-box-photo img {
	border: 1px solid #CCCCCC;
	top: 200px; z-index: 1;
}
div.item-box-data {
	float:left;
	margin-left:20px;
	width:578px;

}
div.item-box-price {
	margin: 0;
	padding: 3px 0 0;
	color: #333333;
	/*font-size: 95%;*/
	line-height: 1.2;
}

.nomal-price {
	font-size: 90%;
	color: #990000;
}

div.item-box-comment {
	margin: 0;
	padding: 3px 0 0;
	text-align: left;
	font-size: 85%;
	line-height: 1.2;
}
/*PNGレイヤー*/
div.soldout_overlay {
	width:150px;
	height:150px;
	background:url("../img/common/soldout-overlay.png");
	position: absolute;
	left: 0;
}
* html div.soldout_overlay {
	width:150px;
	height:150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/common/soldout-overlay.png',sizingMethod='scale');
	background:none;
}
div.new_overlay {
	width:150px;
	height:150px;
	background:url("../img/common/new.png");
	position: absolute;
	left: 0;
}
* html div.new_overlay {
	width:150px;
	height:150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/common/new.png',sizingMethod='scale');
	background:none;
}

/* 2010年11月19日追加 */
.item-box-wrap_related {
	margin:0 39px 0 0;
	overflow:hidden;
	width:110px;
	float:left;
}
.item-line-list-related-end {
	float:right;
	margin:0;
	overflow:hidden;
	padding:0;
	width:110px;
}
div.item-box-price_related {
	margin: 0;
	padding: 3px 0 0;
	color: #333333;
	font-size: 85%;
	line-height: 1.2;
	border-top:dotted 1px #999;
}

div.item-box-price_related strong {
	color: #66666;
    font-size: 110%;
}

div.newitem-box-photo span img,div.newitem-box-photo-list span img {
	border:none;
}
/*2011年2月9日追加　aratana@kimura*/
span.taxin {
	/*font-size: 90%;*/
	font-size: 80%;
	font-weight: normal;
}



