@charset "utf-8";

/*
================================================================================
 アイテム検索、アイテム画像検索 css item/css/search.css
================================================================================
--------------------------------------------------------------------------------
 共通
--------------------------------------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	font-weight: normal;
    font-style: normal;
	list-style: none;
	line-height: normal;
}
html {-webkit-text-size-adjust:none;}
body {
	color: #868686;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #cc6600;
	background-color: inherit;
}
a:hover, a:active {
	color: #99cccc;
	background-color: inherit;
}
img {
	border-width: 0;
}
table {
	border-collapse: collapse;
}
em {
	color: #ff0000;
}
/*
--------------------------------------------------------------------------------
 アイテム検索 ヘッダ
--------------------------------------------------------------------------------
*/
#header {
	margin: 0 auto 10px;
	min-width: 800px;
	text-align: left;
	width: 89%;
}
#zakkasearch_navi {
	width: 100%;
	border-bottom: solid 1px #cecece;
}
#zakkasearch_navi td {
	padding: 10px 0;
}
#header .logo_zakkasearch {
    font-size: x-large;
    font-family: "Skia", sans-serif;
    color: #99cccc;
}
#zakkasearch_navi_menu {
    text-align: right;
}
#header h1 {
    margin: 5px 0;
    padding: 2px;
    background-color: #99cccc;
}
#header .logo_itemsearch_en {
	font-size: x-large;
    font-family: "Skia", sans-serif;
	color: #ffffff;
}
#header .logo_itemsearch_jp {
    font-size: x-small;
    color: #ffffff;
}
#header .rss {
    float: right;
    margin: 5px;
}
/*
----------------------------------------
 アイテム検索 メニュー
----------------------------------------
*/
#itemsearch_menu {
    text-align: right;
}
#itemsearch_menu a {
	line-height: 1.5em;
}
#itemsearch_menu .rss{
	vertical-align: middle;
	margin-right: 5px;
}
/*
--------------------------------------------------------------------------------
 アイテム検索 コンテンツ
--------------------------------------------------------------------------------
*/ 
/*
----------------------------------------
 コンテンツ 共通
----------------------------------------
*/
#contents {
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
    min-height: 700px;
    height: auto !important;
    height: 700px;
	position: relative;
	text-align: left;
	width: 89%;
	*margin-top: 5px;          // IE6-7用ハック
}
.message { /* エラーメッセージ */
	color: #ff0000;
	margin: 10px;
}
.spacer { /* 商品リスト最終行の点線隠し用 */
	background-color: #FFFFFF;
	clear: left;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -1px;
}
.back { /* 履歴をひとつ前に戻る */
    float: right;
    line-height: 1.5em;
}
/*
----------------------------------------
 カテゴリナビ
----------------------------------------
*/
#category_navi {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
}
#category_navi h2 {
    line-height: 1.5em;
}
#category_navi ul {
	border: 1px solid #cecece;
}
#category_navi ul li {
	border-top: dotted 1px #cecece;
    line-height: 1.5em;
}
#category_navi ul li a {
	margin: 4px 5px;
}
#category_navi ul ul {
	padding-left: 10px;
	border-style: none;
}
#category_navi ul ul li {
	border-style: none;
}
#category_navi ul ul li a {
	margin: 1px 5px;
}
#category_navi ul ul ul li {
	padding-left: 5px;
}
#category_navi ul ul ul li a {
	margin-left: 5px;
}
.category_top {
	border-style: none !important;
}
.category_current {
	color: #868686;
	background-color: #d7ecec;
}
/* IE6用ハック ここから */
#category_navi img{
	_margin: 3px 0;
}
/* IE6用ハック ここまで */
/*
----------------------------------------
 トップ メイン
----------------------------------------
*/
#top_main {
	margin-left: 210px;
}

/*
----------------------------------------
 商品詳細 メイン
----------------------------------------
*/
#item_main {
    margin-left: 210px;
}

/*
----------------------------------------
 ショップ メイン
----------------------------------------
*/
#shop_main {
    margin-left: 210px;
}

/*
----------------------------------------
アイテム検索 キーワード入力
----------------------------------------
*/
#search_bar {}
#search_keyword {
    float: left;
    margin-right: 5px;
    height: 3.5em;
}
#search_helper {
	font-size: x-small;
	line-height: 1.5em;
}

/* IE6用ハック ここから */
* html #search_keyword {      
    width: 226px; 
}
/* IE6用ハック ここまで */
/*
----------------------------------------
 アイテム検索結果
----------------------------------------
*/
#result {
	clear:left;
	width: 712px;
	line-height: 1.5em;
}
#result_top {
	width: 712px;
	height: 110px;
	font-size: 12px;
}

.shop_link {
    color: #3083af;
}
.shop_link a:link {
    color: #3083af;
}
.shop_link a:visited {
    color: #3083af;
}

/*
----------------------------------------
 アイテム検索結果 ソート順タブ
----------------------------------------
*/
#tab {
}	   
#tab li {
    display:inline;
}
#tab a {
    background: url(../images/common/result_tab_left.gif) no-repeat left top;
    float:left;
    margin-right: 5px;
    padding-left: 4px;
}
#tab div {
    background: url(../images/common/result_tab_right.gif) no-repeat right top;
    padding: 5px 7px 5px 3px;
    display: block;
    color: #3083AF;
}
#tab span:hover {
	color: #99cccc;
}
#tab .order_current a{
	background-position: 0 -75px;
}
#tab .order_current div {
	background-position: 100% -75px;
}

/*
----------------------------------------
 アイテム検索結果 ページング
----------------------------------------
*/
#page {
	clear: left;
    background: url(../images/common/result_page_right.gif) no-repeat right top;
    padding-right: 4px;
}
#page table {
    width: 100%;
}
.page_navi {
    background: url(../images/common/result_page_left.gif) left top;
}
.page_navi dd {
	display: inline;
}
.page_link, .page_prev, .page_next, .page_current, .page_sum {
    padding: 10px 4px;
}
.page_view {
    background: url(../images/common/result_page_left.gif) left top;
    padding: 5px;
    text-align: right;
}
.page_view form {
	display: inline;
}

/*
----------------------------------------
 アイテム検索結果 検索条件
----------------------------------------
*/
#condition {
    line-height: 1.5em;
}

/*
----------------------------------------
 アイテムリスト（１件１サイト表示）
----------------------------------------
*/
#item_list_shop {
}
#item_list_shop table {
	border-collapse: separate;
	border-spacing: 10px;
}
#item_list_shop td {
    width: 300px;
    border: 1px solid #cecece;
	padding: 15px;
	vertical-align: top;
}
#item_list_shop dl {
    float: right;
    margin-left: 10px;
    width: 190px;
}
#item_list_shop dd {
	margin: 2px 0;
}

/*
----------------------------------------
 アイテムリスト（アイテム表示）
----------------------------------------
*/
#item_list {
}
#item_list tr {
    border-bottom: 1px dotted #cecece;
}
#item_list li {
	width: 110px;
	float: left;
	padding: 20px 15px 15px;
}
#item_list dd {
	margin: 2px 0;
	heitht: 31;
}
#item_list a, #item_list span {
    line-height: 1.5em;
}
/*
----------------------------------------
 アイテム検索結果 下段ページング
----------------------------------------
*/
#page_bottom {
    padding: 5px 10px;
}

/*
----------------------------------------
 アイテム詳細
----------------------------------------
*/
#item_detail {
    clear:left;
    width: 700px;
}
#item_detail .item_img {}
#item_detail .item_name {
    color: #3083af;
}
#item_detail .item_price {
    color: #3083af;
    margin-bottom: 5px;
}
#item_detail .item_url {}
#item_detail .item_comment {
    margin: 10px 0;
}
#item_detail #shop {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
#item_detail #shop dt {
    margin-bottom: 20px;
}
#item_detail .shop_name {}
#item_detail .shop_url {}
#item_detail .shop_banner_url {
    margin: 5px 0;
}
.shop_banner_url img{
    height: 31px;
    width: 88px;
}
#item_detail .shop_comment {}
#item_detail .list_small {
    float: left;
}
#item_detail .list_small li {
    padding: 0;
}
#item_detail .list_small td {
    padding: 15px 0;
}
#item_detail .show_all_item {
	margin-top: 15px;
}
#item_category {
    margin: 20px 0;
}
#item_detail dd, 
#item_category li {
	line-height: 1.5em;
}
#item_detail dd img {
    margin: 2px 0;
}
/*
----------------------------------------
 ショップ詳細
----------------------------------------
*/
#shop_detail {
    clear:left;
    width: 700px;
}
#shop_detail #shop_banner_url {
    float: left;
    margin: 5px 10px 5px 0;
}
#shop_detail #item_list {
    clear: both;
}
#shop_banner_url img{
    height: 31px;
    width: 88px;
}
/*
--------------------------------------------------------------------------------
 アイテム検索 フッタ
--------------------------------------------------------------------------------
*/
#footer {
	clear: both;
	margin:10px auto;
	width: 89%;
	text-align: right;
    border-top: 1px solid #cecece;
}
/*
--------------------------------------------------------------------------------
 アイテム画像検索
--------------------------------------------------------------------------------
*/
#item_images {
    vertical-align:text-bottom;
    background-color: #fffff3;
    height: 32px;
}
#item_images ul {
    display: inline;
}
#item_images li {
	display: inline;
}
#goto_shop {
	font-size: 12px;
}

#top_message {
	font-size: 12px;
	margin-bottom: 1px;
}

