﻿@charset "utf-8";
/*----------------------------------------
common.css

1.リセット

2.共通パーツ
	2-1.リンク色
	2-2.見出しh2～3
	2-3.ショップアイコン
	2-4.ページ送り
	2-5.アイテムリスト
	2-6.2-6.tweetボタン・ブログパーツボタン
----------------------------------------*/
			
						
/*----------------------------------------
1.リセット
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}


/* フォント設定
----------------------------------------*/
body{
	font:13px/1.231 "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.3em;
}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* 
	9px  : 69%		18px : 138.5%
	10px : 77%		19px : 146.5%
	11px : 85%		20px : 153.9%
	12px : 93%		21px : 161.6%
	13px : 100%		22px : 167%
	14px : 108%		23px : 174%
	15px : 116%		24px : 182%
	16px : 123.1%	25px : 189%
	17px : 131%		26px : 197%
*/	

/*----------------------------------------
2.共通パーツ
----------------------------------------*/
img { -ms-interpolation-mode: bicubic; }

/* 2-1.リンク色
----------------------------------------*/
a:link {
	color: #0066cc;
	text-decoration: none;
}

a:visited {
	color: #3f2b6b;
	text-decoration: none;
}

a:hover,
a:active {
	color: #cc6600;
	text-decoration: underline;
}

noscript {
	color: #FF0000;
}

.borderNone {
	border: none !important;
}


/* 2-2.見出しh2～3
----------------------------------------*/
h2 {
	margin: 0 0 15px;
	padding: 2px 0 5px 20px;
	background: url("../img/icn_categorytitle.png") no-repeat 0 0;
	font-weight: bold;
	font-size: 123.1%;
}

#ctopHotItem h2{
	margin:0 0 10px;
	padding:2px 10px;
	background:#e89200 url(../img/bg_h2.gif) repeat-y;
	color:#515151;
}

#ctopHotItem h2 span{
	font-size:69%;
	font-weight:normal;
}


h3 {
	margin: 0 0 10px;
	padding: 6px 8px 4px;
	border: 1px solid #d2d2d2;
	border-bottom: 3px #919191 solid;
	background: #f7f7f7;
	color: #333;
	font-weight: bold;
	clear:both;
}

body#top h3,
body#mp3 h3,
body#notFound h3 { border-bottom: 3px #f1be66 solid; }
body#cd h3{ border-bottom: 3px #658fd3 solid; }
body#dvd h3{ border-bottom: 3px #70c594 solid; }
body#game h3{ border-bottom: 3px #de7184 solid; }
body#pc h3{ border-bottom: 3px #66adbe solid; }
body#electronics h3{ border-bottom: 3px #bd71d6 solid; }
body#book h3{ border-bottom: 3px #d68b72 solid; }
body#mobile h3{ border-bottom: 3px #70d115 solid; }
body#hobby h3{ border-bottom: 3px #70cec6 solid; }
body#fashion h3{ border-bottom: 3px #d671a6 solid; }
body#pia h3{ border-bottom: 3px #36c solid; }
body#others h3{	border-bottom: 3px #9aa7bd solid; }
div#yahoo h3{ border-bottom: 3px solid #919191; }

/* rss */
.rss {
	float: right;
	margin: -25px 4px 0 0;
}

#topReserveStart .rss,
#topRelease .rss {
	margin: -33px 8px 0 0;
}

#sideRanking .rss {
	margin: -37px 2px 0 0;
}


/* 2-3.ショップアイコン
----------------------------------------*/
span.storeIconAmazon,
span.storeIconYahoo,
span.storeIconDwangojp,
span.storeIconDwango,
span.storeIconJapancool,
span.storeIconMumo,
span.storeIconAipai,
span.storeIcon100,
span.storeIconRakuten,
span.storeIconIts,
span.storeIconCoupon,
span.storeIconChannel,
span.storeIconPia,
span.storeIconAnimate,
span.storeIconNs {
	display: block;
	width: 11px;
	height: 10px;
	line-height: 0;
	text-indent: -9999px;
	background-repeat:no-repeat;
}

span.storeIconAmazon { background: url("../img/icn_shop.png") 0 0; }
span.storeIconYahoo { background: url("../img/icn_shop.png") 0 -11px; }
span.storeIconDwangojp { background: url("../img/icn_shop.png") 0 -22px; }
span.storeIconDwango { background: url("../img/icn_shop.png") 0 -33px; }
span.storeIconJapancool { background: url("../img/icn_shop.png") 0 -44px; }
span.storeIconMumo { background: url("../img/icn_shop.png") 0 -55px; }
span.storeIconAipai { background: url("../img/icn_shop.png") 0 -66px; }
span.storeIcon100 { background: url("../img/icn_shop.png") 0 -77px; }
span.storeIconRakuten { background: url("../img/icn_shop.png") 0 -88px; }
span.storeIconIts { background: url("../img/icn_shop.png") 0 -99px; }
span.storeIconCoupon { background: url("../img/icn_shop.png") 0 -110px; }
span.storeIconChannel { background: url("../img/icn_shop.png") 0 -121px; }
span.storeIconNs { background: url("../img/icn_shop.png") 0 -132px; }
span.storeIconAnimate { background: url("../img/icn_shop.png") 0 -132px; }
/*
span.storeIconPia { background: url("../img/icn_shop.png") 0 -143px; }
*/

/* 2-4.ページ送り
----------------------------------------*/
.pagenation {
	margin: 10px 0 5px;
	padding: 8px 0 1px;
	text-align: right;
}

.pagenation li {
	display: inline;
	margin: 0 1px 0 0;
	font-size: 85%;
	text-align: center;
}

.pagenation li a:link,
.pagenation li a:visited {
	padding: 2px 4px 1px;
	border: 1px solid #CCC;
	color: #FF881B;
	text-decoration: none;
}

.pagenation li a:hover,
.pagenation .act {
	padding: 2px 4px 1px;
	border: 1px solid #FF881B;
	background: #FBEFDB;
	color: #FF881B;
}

.pagenation .next a:link,
.pagenation .next a:visited,
.pagenation .prev a:link,
.pagenation .prev a:visited {
	padding: 1px 3px;
	border: none;
	text-decoration:underline;
}

.pagenation .next a:hover,
.pagenation .prev a:hover {
	border: none;
	background: none;
	text-decoration: none;
}


/* 2-5.アイテムリスト
----------------------------------------*/
#search .itemList,
#pastedWell .itemList,
#subCategoryList .itemList,
#matome .itemList,
#schedule .itemList,
#saleAndReserve .itemList,
#gameHardList .itemList{
	clear: both;
	margin: 10px 5px 5px 5px;
}

#search ul.itemList li,
#pastedWell ul.itemList li,
#subCategoryList ul.itemList li,
#matome ul.itemList li,
#schedule ul.itemList li,
#gameHardList ul.itemList li,
#saleAndReserve ul.itemList li,
#rankingList li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d2d2d2;
}

#search .itemList dt,
#pastedWell .itemList dt,
#subCategoryList ul.itemList dt,
#matome .itemList dt,
#schedule .itemList dt,
#gameHardList .itemList dt,
#saleAndReserve .itemList dt {
	float: left;
	margin: 0 10px 0.3em 0;
}

#search .itemList dd.category span,
#pastedWell .itemList dd.category span,
#subCategoryList .itemList dd.category span,
#matome .itemList dd.category span,
#schedule .itemList dd.category span,
#gameHardList .itemList dd.category span,
#saleAndReserve .itemList dd.category span,
#rankingList li dl .category span {
	float: left;
	margin: 3px 2px 0 0;
}

#search ul.itemList dd.price,
#search ul.itemList dd.reserved,
#pastedWell ul.itemList dd.price,
#pastedWell ul.itemList dd.reserved,
#subCategoryList ul.itemList dd.reserved,
#matome ul.itemList dd.reserved,
#saleAndReserve ul.itemList dd.reserved,
#schedule .itemList dd.reserved,
#gameHardList .itemList dd.reserved,
#subCategoryList #rankingList li dl dd.reserved {
	display: inline;
	margin-right: 6px;
	padding-right: 4px;
	border-right: 1px solid #d2d2d2;
}

#search ul.itemList dd.release,
#pastedWell ul.itemList dd.release,
#subCategoryList ul.itemList dd.release,
#matome ul.itemList dd.release,
#schedule ul.itemList dd.release,
#gameHardList ul.itemList dd.release,
#saleAndReserve ul.itemList dd.release {
	display: inline;
	margin: 0 4px 0 0;
}

#search ul.itemList dd.term,
#pastedWell ul.itemList dd.term,
#subCategoryList ul.itemList dd.term,
#matome ul.itemList dd.term,
#schedule ul.itemList dd.term,
#gameHardList ul.itemList dd.term,
#saleAndReserve ul.itemList dd.term {
	display: inline;
	margin: 0 4px 0 0;
}

#search ul.itemList dd.relatedNicoVideo {
	display: inline;
	margin: 0 4px 0 0;

}


#pastedWell h3,
#subCategoryList h3 {
	margin-bottom: 10px;
}


#schedule .itemList dd.category {
	display: inline;
}

#matome ul.itemList dd.check {
	text-align: right;
	font-weight: bold;
}

/* 2-6.tweetボタン・ブログパーツボタン
----------------------------------------*/
/* item */
#itemDetailInner #tweet {
	float: right;
}

/* ランキング */
#ranking .twitter-share-button{
	float:right;
	margin: -25px 25px 0 0;	
}

#btn_popupBlogparts{
	margin-right:2px;
	float: right;
}

#btn_popupBlogparts a{
	height:20px;
	width:100px;
	display:block;		
	text-indent:-9999px;
	text-align:left;
	
	background:url("../img/btn_popupBlogparts.png") no-repeat;
}


#btn_popupBlogparts a:hover {
	background-position:0 -20px;
}

#popupBlogparts{
	width:165px;
	padding:5px;
	border:1px solid #b1b1b1;
	background:#fafafa url("../img/bg_popupBlogparts.png") repeat-x bottom;
	-moz-border-radius: 5px; /* Firefox用 */
	-webkit-border-radius: 5px; /* Safari, Chrome用 */
	border-radius: 5px; /* CSS3 */	
	
	-webkit-box-shadow: inset 0px 0px 5px 0px #fff; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0px 0px 5px 0px #fff; /* Firefox用 */
	box-shadow: inset 0px 0px 5px 0px #fff; /* CSS3 */
}

#popupBlogparts dl{
	margin-top:2px;
	margin-bottom:3px;
}

#popupBlogparts dt{
	width:3em;
	float:left;
}

#popupBlogparts dd{
	float:right;
}

#popupBlogparts dd input{
	width:8em;
}
