@charset "utf-8";
@import "header.css";						/* ヘッダースタイル */
@import "footer.css";						/* フッタースタイル */
@import "sale_menu.css";					/* 商品カテゴリ・ドスパラ店舗一覧部分スタイル */
@import "search_item_list.css";	/* 買取価格検索表示時スタイル */

/*--------------------------

	全体共通スタイル
	全体に共通する部分のみ記述

----------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	}

html { background: url(/img/common/bg.gif) repeat-x; }

body {
	line-height: 1.5;
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: url(/img/common/body_bg.png) repeat-y;
	_background: url(/img/common/body_bg.gif) repeat-y;	/* IE6透過png代替 */
	background-position: center top;
}

p { margin-bottom: 1.5em; }
img {	vertical-align: bottom; }
a img {	border: none; }
.section { margin-bottom: 30px; }
address { font-style: normal; }
.no-bottom-space { margin-bottom: 0; }

/* 商品価格 */
.plice {
	color: #cc0000;
	font-weight: bold;
}


/* 全体包括 */
#all-wrapper {
	width: 960px;
	margin: 0 auto;
	border-top: 3px solid #00a2e6;
}

/* 中古販売包括 */
#sale-wrapper {
	padding-bottom: 40px;
}

/* コンテンツを複数包括 */
.content-wrapper {
	margin: 0 auto;
	width: 960px;
}

/* 販売系コンテンツ包括 */
.sale-content {
	margin-bottom: 30px;
}

/* 買取、販売検索キーワード入力 */
#buy_search_input,
#sale-search-word {
	height: 20px;
	line-height: 20px;
}

/* 買取検索フォーム部 */
#buy-search-block fieldset { border: none; }
#buy-search-block legend { display: none; }
.search-button {
	width: 60px;
	font-size: 14px;
	padding: 3px 0 2px 0;
}

/* 買取キーワード入力 */
#buy_search_input {
	width: 270px;
}

/* パンくず */
p#breadcrumb {
	width: 940px;
	text-align: left;
	margin: 0 auto 5px auto;
}
	
	p#breadcrumb .breadcrumb-arrow{
		margin: 0 5px;
	}

#buy_search_submit1 {
	vertical-align: bottom;
}

#sale-search-block {
	text-align: center;
}

	#sale-search-block select {
		margin-right: 10px;
	}
	
	/* 販売キーワード入力 */
	#sale-search-word {
		width: 350px;
	}


/* 商品状態アイコン */
ul.item-status-icon {
	list-style: none;
}

	ul.item-status-icon li {
		display: inline;
		margin-right: 5px;
		line-height: 30px;
	}


.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: "";
  display: block;
  clear: both;
}






