@charset "utf-8";

/* ========================================================================



	+ 基本レイアウト・デザイン


 
======================================================================== */

/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	color: #000;
	background-color: #fff;
	height: 100%;
}
#wrapper {
	margin: 0 auto;
}
#header {
	position: relative;
	background-image: url(../img/base/logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 17px;
	padding: 0px 0px 25px;
}
#result { /* clearfix */
	margin: 25px 30px 40px;
	background-image: url(../img/base/column_split.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
#result .column {
	min-height: 300px;
	width: 48%;
}
#result #rakuten {
	float: left;
}
#result #yahoo {
	float: right;
}
#footer {
	text-align: center;
	padding: 35px 0 50px;
}


/* ----------------------------------------------------
	■リンクスタイル
---------------------------------------------------- */
a {
	outline: 0;
	color: #00a1e4;
	text-decoration: none;
}
a:hover {
	color: #7fd0f1;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
h1,
h1 a {
	height: 54px;
	width: 95px;
	display: block;
}
h1 {
	text-indent: -9999px;
	position: absolute;
	left: 30px;
	top: 51px;
}
h1 a {
}


/* ----------------------------------------------------
	■タグライン
---------------------------------------------------- */
p#tagline {
	position: absolute;
	left: -9999px;
	top: 0px;
}


/* ----------------------------------------------------
	■ランキング
---------------------------------------------------- */
ul.ranking {
	text-align: center;
	margin: 30px 0px 0px;
}
ul.ranking li {
	display: inline;
	padding: 0 5px;
}


/* ----------------------------------------------------
	■エラー表示
---------------------------------------------------- */
body.refresh ul.ranking,
body.refresh #result,
body.refresh #option .text,
body.refresh .pager,
body.refresh #footer {
	display: none;
}
body.refresh {
	background-image: url(../img/base/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
body.stop {
	background-image: none;
}
body.stop #errorMsg {
	padding: 30px;
}


/* ----------------------------------------------------
	■バナー
---------------------------------------------------- */
#bannerB {
	position: absolute;
	right: 20px;
	top: 25px;
}




/* ========================================================================



	+ 検索フォーム


 
======================================================================== */

/* ----------------------------------------------------
	■検索フォーム
---------------------------------------------------- */
form#searchForm {
}
#searchFormA {
	width: 600px;
	padding: 58px 0px 0px 143px;
}
form#searchForm label.word {
	display: none;
}
form#searchForm input.formA {
	font-size: 18px;
	padding: 2px 3px 0;
	margin: 0;
	width: 440px;
	height: 24px;
	border: 5px solid #000000;
	background-color: #FFFFFF;
	line-height: 1;
	background-image: url(../img/base/form_bg.gif);
	background-repeat: repeat-x;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Verdana,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* ----------------------------------------------------
	■検索ボタン
---------------------------------------------------- */
button#searchBtn {
	display: block;
	width: 75px;
	height: 30px;
	background-image: url(../img/base/btn_search.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	background-color: #fff;
	border-style: none;
	cursor: pointer;
	position: absolute;
	left: 605px;
	top: 61px;
}
button#searchBtn:hover {
	background-position: 0 bottom;
}


/* ----------------------------------------------------
	■ソート条件
---------------------------------------------------- */
form#searchForm ul.sort {
	width: 500px;
	margin: 8px 0 0;
	font-size: 12px;
}
form#searchForm ul.sort li {
	display: inline;
}
form#searchForm ul.sort li input {
	margin: 0;
}
form#searchForm ul.sort li label {
	margin: 0 10px 0 2px;
	vertical-align: 10%;
}




/* ========================================================================



	+ 検索オプション


 
======================================================================== */

/* ----------------------------------------------------
	■オプションバー
---------------------------------------------------- */
#option { /* clearfix */
	margin: 0 20px 20px;
	padding: 0 11px;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
}


/* ----------------------------------------------------
	■オプションバー
---------------------------------------------------- */
#option .text {
	float: right;
	width: 300px;
	text-align: right;
	padding: 10px 0 0;
}


/* ----------------------------------------------------
	■価格で絞り込み
---------------------------------------------------- */
#priceRange {
	float: left;
	width: 500px;
	padding: 7px 0 6px;
}
#priceRange input.formB {
	font-size: 12px;
	padding: 2px 1px;
	margin: 0;
	width: 4.5em;
	background-color: #FFFFFF;
	line-height: 1.2;
	background-image: url(../img/base/formB_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	border-top: 1px solid #666;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #737373;
	ime-mode: disabled;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	vertical-align: middle;
}
#priceRange button {
	height: 22px;
	margin: 0 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	background-color: #fff;
	border-style: none;
	cursor: pointer;
	vertical-align: middle;
}
#priceRange button#searchBtnB {
	width: 60px;
	background-image: url(../img/base/btn_searchB.gif);
}
#priceRange button#clearBtn {
	width: 50px;
	background-image: url(../img/base/btn_clear.gif);
}
#priceRange button:hover {
	background-position: 0 bottom;
}




/* ========================================================================



	+ 検索結果


 
======================================================================== */

/* ----------------------------------------------------
	■ページャー
---------------------------------------------------- */
div.pager {
	width: 100%;
	font-size: 10px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
}
ul.pager {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.5;
	left: 50%;
	float: left;
	position: relative;
}
ul.pager li {
	position: relative;
	left: -50%;
	float: left;
	text-align: center;
}
ul.pager li a,
ul.pager li span {
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 0;
	border: 1px solid #e6e6e6;
	color: #333;
	width: 25px;
}
ul.pager li span {
	color: #333;
}
ul.pager li a:hover {
	border: 1px solid #00a1e4;
	color: #fff;
	background-color: #00a1e4;
}
ul.pager li.on span {
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
}
ul.pager li.prevBtn a,
ul.pager li.nextBtn a,
ul.pager li.prevBtn span,
ul.pager li.nextBtn span {
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: 1px solid #fff;
	width: 20px;
	background-color: #fff;
}
ul.pager li.prevBtn a,
ul.pager li.prevBtn span {
	background-image: url(../img/base/pager_prev.gif);
	background-position: 5px center;
}
ul.pager li.nextBtn a,
ul.pager li.nextBtn span {
	background-image: url(../img/base/pager_next.gif);
	background-position: 7px center;
}
ul.pager li.prevBtn span {
	background-position: -45px center;
}
ul.pager li.nextBtn span {
	background-position: -43px center;
}
ul.pager li.prevBtn a:hover {
	background-position: -95px center;
}
ul.pager li.nextBtn a:hover {
	background-position: -93px center;
}


/* ----------------------------------------------------
	■基本カラム
---------------------------------------------------- */

/* 結果件数
---------------------------------------------------- */
.column .columnTitle {
	padding: 2px 0 10px 35px;
	position: relative;
	background-image: url(../img/base/column_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #666;
	line-height: 1.7;
}
#amazon .columnTitle {
	background-position: 0px -100px;
}
#yahoo .columnTitle {
	background-position: 0px -200px;
}
.column .columnTitle strong {
	color: #000;
}
.column .columnTitle a {
	color: #000;
	border-bottom: 1px dotted #666;
}
.column .columnTitle a:hover {
	color: #00a1e4;
	border-bottom: 1px solid #00a1e4;
}

/* エラー表示
---------------------------------------------------- */
.column .msg {
	margin: 20px 0 0;
}


/* ----------------------------------------------------
	■結果リスト
---------------------------------------------------- */
ol.resultList {
}
ol.resultList li { /* clearfox */
	margin: 20px 0 0;
}

/* 商品名
---------------------------------------------------- */
ol.resultList li .name {
	font-size: 117%;
	margin: 0 0 0.5em;
}
ol.resultList li .name a:visited {
	color: #7fd0f1;
}

/* 商品画像
---------------------------------------------------- */
ol.resultList li .pic a {
	float: right;
	margin: 0px 0px 0px 7px;
	color: #FFFFFF;
	overflow: hidden;
}
#rakuten ol.resultList li .pic a,
#rakuten ol.resultList li .pic a img {
	max-width: 64px;
	max-height: 64px;
}
#yahoo ol.resultList li .pic a,
#yahoo ol.resultList li .pic a img {
	max-width: 76px;
	max-height: 76px;
}

/* 商品説明
---------------------------------------------------- */
ol.resultList li .text {
	margin: 0 0 0.5em;
}

/* 店舗
---------------------------------------------------- */
ol.resultList li .shop {
	font-size: 10px;
	padding: 0 0 6px 17px;
	background-image: url(../img/base/icon_shop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ol.resultList li .shop a {
	color: #666;
}
ol.resultList li .shop a:hover {
	color: #00a1e4;
}

/* 価格
---------------------------------------------------- */
ol.resultList li .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3399;
	font-weight: bold;
}

/* 定価 */
ol.resultList li .price .fix {
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
}




/* ========================================================================



	+ フッター


 
======================================================================== */

/* ----------------------------------------------------
	■コピーライト
---------------------------------------------------- */
address#copyright {
	line-height: 1;
	font-size: 10px;
	text-align: center;
}


/* ----------------------------------------------------
	■クレジット
---------------------------------------------------- */
#footer #credit {
	height: 36px;
	margin: 30px 0px 0px;
}
#footer #credit img {
	margin: 0;
}




/* ========================================================================



	* clearfix


 
======================================================================== */

ul#itemList,
#result,
#option,
ol.resultList li {
	_height: 1px;
	min-height: 1px;/* */
}
ul#itemList:after,
#result:after,
#option:after,
ol.resultList li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;/* */
}

