@charset "utf-8";
/*----------------------------------------
layout.css

1.レイアウト
	1-1.ベースレイアウト
	1-2.余白調整
	1-3.カテゴリメニュー
	1-4.アドセンス
	1-5.キャンペーン

2.ヘッダー
	2-1.ベースレイアウト
	2-2.他サービスリンク
	2-3.サイト内ナビ
	2-4.ヘッダコンテンツ
	2-5.グローバルナビ
	2-6.サブカテゴリ
	2-7.パンくずリスト

3.サイドコンテンツ
	3-1.ベースレイアウト
	3-2.ランキング動画
	3-3.つぶやき
	3-4.ランキング
	3-5.最も貼られた商品、まとめ買い
	3-6.カテゴリ検索
	3-7.ブログ
	3-8.広告 & バナー

4.フッター
	4-1.ベースレイアウト
	4-2.フッター検索
	4-3.フッターナビ
	4-4.売上推移
----------------------------------------*/


/*----------------------------------------
1.レイアウト
----------------------------------------*/
/* 1-1.ベースレイアウト
----------------------------------------*/
body {
	background: #fff;
	color: #444;
}

#container {
	width: 984px;
	margin: 10px auto 0;
}

#mypage #container,
#creators #container,
#notFound #container {
	background: none;
}

#main {
	float: left;
	width: 735px;
	padding-bottom: 5px;
}

#mypage #main,
#creators #main,
#notFound #main,
#creators_main {
	float: inherit;
	width: 984px;
	background: #FFF;
}


/* 1-2.余白調整
----------------------------------------*/
#shoutComment,
#yahoo,
.matomegai,
#topReserveStart,
#topSale,
#adsense,
#topRelease,
#topMobile,
#saleSoon,
#relatedNicoVideo,
#nicopedia,
#nicopediaBbs,
#nicopediaBbsNone,
#pastedWell,
#subCategoryList,
#relatedItem,
#chart,
#masterpiece,
#search,
#matome,
#hitokoto {
	padding: 5px 6px 15px;
}


/* 1-3.カテゴリメニュー
----------------------------------------*/
.categoryMenu {
	clear: both;
	margin: 0;
	padding: 1px;
	border: 1px solid #d2d2d2;
	background: #FFF;
}

.categoryMenu a:link,
.categoryMenu a:visited {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #0066CC;
}

.categoryMenu a:hover {
	padding: 1px 3px;
	border: 1px solid #d2d2d2;
	background: #FFF;
	color: #CC6600;
}

.categoryMenu .shop,
.categoryMenu .category,
.categoryMenu .period,
.categoryMenu .genre {
	padding: 3px 0 3px 3px;
	background: #d2d2d2 url("../img/bgd_stripe.gif");
}

.categoryMenu .period {
	padding: 5px 0 5px 3px;
}

.categoryMenu li {
	display:inline-block;
	margin: 0 2px 0 -2px;
	padding: 0 2px 0 0;
	border-right: 1px solid #d2d2d2;
	font-size: 93%;
}

.categoryMenu li.act {
	font-weight: bold;
}

.categoryMenu li.act a:link,
.categoryMenu li.act a:visited {
	display: block;
	padding: 1px;
	border: 1px solid #D2D2D2;
	background: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}


/* 1-4.アドセンス
----------------------------------------*/
#adsense {
	padding: 5px 0 15px 3px;
	border-top: 1px solid #d2d2d2;
}

/* 1-5.キャンペーン
----------------------------------------*/
#cmpgn {width: 100%;}
#cmpgn .hd {color: #007692;font-weight: bold;margin-bottom: 15px;}
#cmpgn .ft {color: #007692;font-weight: bold;clear: both;}
#cmpgn .dscrpt {margin-bottom: 15px;}
#cmpgn .lst {border: solid 1px #007692;padding: 10px;margin-bottom: 15px;}
#cmpgn .lst .hd {color: #007692;font-weight: bold;float: left;margin-right: 10px;}
#cmpgn .lst .ft {clear: both;line-height: 0em;}
#cmpgn .lst .item {clear: both;}
#cmpgn .lst .item li {width: 120px;margin-left:40px;margin-bottom: 20px;float: left;}
#cmpgn .lst dt {text-align: center;}
#cmpgn .lst dd {font-weight: bold;}


/*----------------------------------------
2.ヘッダー
----------------------------------------*/
/* 2-1.ベースレイアウト
----------------------------------------*/
#headerNav{
	padding: 1px 0;
	background: #333;
	color: #b8b8b8;
	font-size: 93%;
}

#headerNav a{
	color: #fff;
}

#headerNav a:hover {
	text-decoration: none;
}

#naviInner {
	width: 984px;
	margin: 0 auto;
}

#serviceNav,
#serviceNav li{
	display: inline;
	float: left;
	margin: 5px 0;
}

#serviceNav li{
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #b8b8b8;
}

#serviceNav #nicoTop{
	padding-right:0;
	border:none;
	font-weight:bold;
}


/* 2-2.他サービスリンク
----------------------------------------*/
#othersList{
	border: none !important;
}

#topline_other {
	display: none;
	position: absolute;
	line-height: 1.375;
	padding: 2px;
	border: 2px solid #FFF;
	background: #111;
	
	width:160px;
}

#topline_other li {
	display: list-item;
	float: left;
	margin:0;	
	padding: 0;
	border: none;
	color: #ccc;
	
	width:50%;
}

#topline_other li a,
#topline_other li strong {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}

#topline_other li a:hover {
	background: #FFF;
	color: #444;
}


/* 2-3.サイト内ナビ
----------------------------------------*/
#siteNav {
	display: inline;
	float: right;
	margin: 5px 0;
	
	color:#707070;	
}

#siteNav li{
	float: left;
	margin-left: 0px;
	padding: 0 7px 0 3px;
}

a#loginlink{
	color:#eb9200;
}

a#prelink{
	color:#54bdff;
}

#siteNavMenu{
	display:none;
}

#headerUserStatus{
	color:#fff;
}

/* siteNavMenu */
#siteNavMenu {
	display: none;
	position: absolute;
	line-height: 1.375;
	padding: 2px;
	border: 2px solid #FFF;
	background: #111;
}

#siteNavMenu li {
	display: list-item;
	float: none;
	margin:0;	
	padding: 0;
	border: none;
	color: #ccc;
}

#siteNavMenu li a,
#siteNavMenu li strong {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}

#siteNavMenu li a:hover {
	background: #FFF;
	color: #444;
}


/* 2-4.ヘッダコンテンツ
----------------------------------------*/
#headerContents {
	width: 984px;
	margin: 10px auto 15px;
}

#headerContents .ichiba_logo {
	float: left;
	margin: 5px 10px 5px 0;
}

#headerMenu {
	float: left;
	line-height: 1.3em;
	font-size: 77%;
}

#headerMenu {
	width: 300px;
}

#buyLastday dt,
#pasteLastday dt {
	float: left;
	padding: 0 5px 0 15px;
	background: url("../img/icn_crt.gif") no-repeat;
}

#pasteLastday dt {
	background: url("../img/icn_hnd.gif") no-repeat;
}

#buyLastday dd,
#pasteLastday dd {
	float: left;
}

#headerContents dl dd.total {
	color: #FF0E00;
}

#headerContents dl dd.transition {
	padding-left: 5px;
}

#headerContents dl dd.transition a {
	display: block;
	width: 65px;
	height: 11px;
	background: url("../img/icn_graph.png") no-repeat;
	text-indent: -9999px;
}

#headerContents dl dd.transition a:hover {
	background: url("../img/icn_graph.png") no-repeat 0 -11px;
}

/* headerSearch */
#headerSearch{
	float:left;
	width: 290px;
}
#headerSearch dt{
	margin: 5px 0 2px;
}

#headerSearch dt .txtArea{
	width:208px;
	height: 26px;
	border: none;
	padding-left: 6px;
	background: url("../img/bg_searchTxtArea.png");
}

#headerSearch dt #searchBtn{
	vertical-align: top;
	width:62px;
	height: 25px;
	border: none;
	background: url("../img/bg_searchBtn.png");
}

#headerSearch dd a{
	text-decoration: none;
}

#headerSearch dd a:hover{
	text-decoration: underline;
}

#headerAd {
	float: right;
}


/* 2-5.グローバルナビ
----------------------------------------*/
#glovalNav {
	width: 984px;
	line-height: 1.5em;
	margin: 10px auto 4px;
	font-size: 88%;
}

#glovalNav ul,
#glovalNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#glovalNav #topCategory {
	padding: 7px 0 3px;
	border:1px solid #AAA;
	border-bottom: 4px solid #AAA;
	background: url("../img/bgd_glovalnav.png") repeat-x;
}

#glovalNav #topCategory li {
	display: table-cell;
	font-weight: bold;
}

#glovalNav #topCategory li a:link,
#glovalNav #topCategory li a:visited {
	padding: 10px 4px 5px;
	border-right: 1px solid #AAA;
	color: #333;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;	
}

#glovalNav #topCategory #navCd a:link,
#glovalNav #topCategory #navCd a:visited {
	padding: 10px 8px 5px;
}

#glovalNav #topCategory .act a:link,
#glovalNav #topCategory .act :visited {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);	
}

#glovalNav #topCategory li a:hover {
	background: url("../img/bgd_glovalnav.png") repeat-x 0 -35px;
	color: #fff;
	text-shadow: 0px 0px 2px #333;
}

#glovalNav #topCategory #navTop.act a {
	border-bottom: 5px solid #e89200;
	background: #e89200;
	color: #FFF;	
}

#glovalNav #topCategory #navTop a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #e89200;
}

#glovalNav #topCategory #navMp3.act a {
	border-bottom: 5px solid #e89200;
	background: #e89200;
	color: #FFF;	
}

#glovalNav #topCategory #navMp3 a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #e89200;
}

#glovalNav #topCategory #navIts.act a {
	border-bottom: 5px solid #6c6c6c;
	background: #6c6c6c;
	color: #FFF;
}
#glovalNav #topCategory #navIts a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #6c6c6c;
}

#glovalNav #topCategory #navCd.act a {
	border-bottom: 5px solid #1253bb;
	background: #1253bb;
	color: #FFF;
}
#glovalNav #topCategory #navCd a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #1253bb;
}

#glovalNav #topCategory #navDvd.act a {
	border-bottom: 5px solid #109f4d;
	background: #109f4d;
	color: #FFF;
}
#glovalNav #topCategory #navDvd a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #109f4d;
}

#glovalNav #topCategory #navGame.act a{
	border-bottom: 5px solid #c81332;
	background: #c81332;
	color: #FFF;
}
#glovalNav #topCategory #navGame a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #c81332;
}

#glovalNav #topCategory #navPc.act a{
	border-bottom: 5px solid #007692;
	background: #007692;
	color: #FFF;
}
#glovalNav #topCategory #navPc a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #007692;
}

#glovalNav #topCategory #navElectronics.act a{
	border-bottom: 5px solid #9112bb;
	background: #9112bb;
	color: #FFF;
}
#glovalNav #topCategory #navElectronics a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #9112bb;
}

#glovalNav #topCategory #navBook.act a {
	border-bottom: 5px solid #bb3d14;
	background: #bb3d14;
	color: #FFF;
}
#glovalNav #topCategory #navBook a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #bb3d14;
}

#glovalNav #topCategory #navMobile.act a {
	border-bottom: 5px solid #569f10;
	background: #569f10;
	color: #FFF;
}
#glovalNav #topCategory #navMobile a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #569f10;
}

#glovalNav #topCategory #navHobby.act a {
	border-bottom: 5px solid #11ada0;
	background: #11ada0;
	color: #FFF;
}
#glovalNav #topCategory #navHobby a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #11ada0;
}

#glovalNav #topCategory #navFashion.act a {
	border-bottom: 5px solid #bb136a;
	background: #bb136a;
	color: #FFF;
}
#glovalNav #topCategory #navFashion a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #bb136a;
}

#glovalNav #topCategory #navOthers.act a {
	border-bottom: 5px solid #566c91;
	background: #566c91;
	color: #FFF;
}
#glovalNav #topCategory #navOthers a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #566c91;
}

#glovalNav #topCategory #navPia.act a {
	border-bottom: 5px solid #668ed3;
	background: #668ed3;
	color: #FFF;
}
#glovalNav #topCategory #navPia a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #668ed3;
}

#glovalNav #topCategory #navBlomaga.act a {
	border-bottom: 5px solid #4604cc;
	background: #4604cc;
	color: #FFF;
}
#glovalNav #topCategory #navBlomaga a:hover {
	padding-bottom: 5px;
	border-bottom: 5px solid #4604cc;
}


/* new! */
#topCategory span{
	margin:-22px 0 0 10px;
	width:39px;
	height:22px;
	
	background:url("../img/icn_NewBaloon.png") no-repeat;

	position: absolute;
	z-index: 100;

	color: #fff;
	font-size:x-small;	
	text-align:center;
	text-indent:-9999px;
}


/* 2-6.サブカテゴリ
----------------------------------------*/
#glovalNav #subCategory {
	clear: both;
	margin: 0;
	padding: 6px 5px;
	background:url("../img/bgd_subcategory.jpg?rev=20120821") repeat-x;
}

#glovalNav #subCategory li {
	display: inline;
	margin: 0 -2px 0 2px;
	padding-right: 6px;
	border-right: 1px solid #EEE;	
}


#glovalNav #subCategory a{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#glovalNav #subCategory a:link,
#glovalNav #subCategory a:visited {
	padding: 3px 5px;
	color: #FFF;
	text-decoration: underline;
}

#glovalNav #subCategory a:hover {
	background:#FFF;
	color:#666;
	text-decoration:none;
}

#glovalNav #subCategory .act a:link,
#glovalNav #subCategory .act a:visited {
	background:#FFF;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#top #subCategory,
#mp3 #subCategory,
#mypage #subCategory,
#creators #subCategory,
#notFound #subCategory { background-position: 0 -60px; }
#cd #subCategory{ background-position: 0 -120px; }
#dvd #subCategory{ background-position: 0 -180px; }
#game #subCategory{ background-position: 0 -240px; }
#pc #subCategory{ background-position: 0 -300px; }
#electronics #subCategory{ background-position: 0 -360px; }
#book #subCategory{ background-position:0 -420px; }
#mobile #subCategory{ background-position: 0 -480px; }
#hobby #subCategory{ background-position: 0 -540px; }
#fashion #subCategory{ background-position: 0 -600px; }
#others #subCategory{ background-position: 0 -660px; }
#its #subCategory{ background-position: 0 -720px; }
#pia #subCategory{ background-position: 0 -780px; }
#blomaga #subCategory{ background-position: 0 -840px; }


/* 2-7.パンくずリスト
----------------------------------------*/
ul#topicsPath {
	margin: 2px 0 0 4px;
}

#topicsPath li {
	display: inline;
	padding-right: 15px;
	background: url("../img/bgd_topicsPath.gif") no-repeat right;
	font-size: 85%;
}	

#topicsPath li.presentPlace {
	background: none;
	font-weight: bold;
}

#topicsPath li.presentPlace {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	font-weight: bold;
	font-size: 85%;
}


/*----------------------------------------
3.サイドコンテンツ
----------------------------------------*/
/* 3-1.ベースレイアウト
----------------------------------------*/
#side{
	float: right;
	width: 215px;
	padding-bottom: 15px;
}

#side h4 {
	padding: 1px 0 5px;
	font-weight: bold;
	line-height: 1.2em;
}

#side .more{
	clear: both;
	padding: 4px 5px 2px;
	text-align: right;
}

#campaign,
#sideRanking,
#sidePastedWell,
#sideMatomegai,
#sideCategorySearch,
#sideTag {
	border: 1px solid #d2d2d2;
	border-top: 3px solid #919191;
	margin-bottom: 15px;
	padding: 5px 4px;
	background: #ccc url("../img/bgd_stripe.gif");
}

#top #side div,
#mp3 #side div{ border-top:3px solid #e89200; }
#cd #side div{ border-top:3px solid #1253bb; }
#dvd #side div{ border-top:3px solid #109f4d; }
#game #side div{ border-top:3px solid #c81332; }
#pc #side div{ border-top:3px solid #007692; }
#electronics #side div{ border-top:3px solid #9112bb; }
#book #side div { border-top:3px solid #bb3d14; }
#mobile #side div { border-top:3px solid #569f10; }
#hobby #side div{ border-top:3px solid #11ada0; }
#fashion #side div{ border-top:3px solid #bb136a; }
#pia #side div{ border-top:3px solid #36c; }
#others #side div{ border-top:3px solid #566c91; }
#its #side div{ border-top:3px solid #6c6c6c; }

#top #side div#campaign,
#mp3 #side div#campaign,
#cd #side div#campaign,
#dvd #side div#campaign,
#game #side div#campaign,
#pc #side div#campaign,
#electronics #side div#campaign,
#book #side div#campaign,
#mobile #side div#campaign,
#hobby #side div#campaign,
#fashion #side div#campaign,
#pia #side div#campaign,
#others #side div#campaign,
#its #side div#campaign {
	border-top: none;
}


/* 3-2.ランキング動画
----------------------------------------*/
#sideRankingMovieLink{
	margin-bottom:10px;
	width:148px;
	height:122px;
	padding:50px 0 0 67px;

	background:url("../img/bnr_rankingMovie2.png") no-repeat;

	display:block;

	color:#bdbdbd;
	text-decoration:none;
	font-weight:bold;
	font-size:x-small;
}

#sideRankingMovieLink:hover{
	text-decoration:none;
	color:#fff;
}


/* 3-3.つぶやき
----------------------------------------*/
#sideTweet{
	border:none !important;
	margin-bottom: 15px;	
}

#sideTweet .twtr-hd h3,
#sideTweet .twtr-hd h4,
#sideTweet div{
	border:none !important;
}


/* 3-4.ランキング
----------------------------------------*/
#sideRanking{
	padding:0;
}

#sideRanking h4{
	margin:5px;
	font-size: 12px;
}

#sideRanking .rss{
	margin-top:-40px;
	margin-right:5px;
}

#sideRanking dl{
	padding:5px 5px 7px;
	line-height:1.1em;
	clear:both;
	background:#fff;
}

#sideRanking dt{
	margin:0 0 6px;
	padding:0;
	line-height:1.2em;
}

#sideRanking dd{
	margin:0;
	padding:0;
	font-size:x-small;
}

#sideRanking .thumbnail{
	float:left;
	height:70px;
}

#sideRanking .artist,
#sideRanking .price,
#sideRanking .reserved,
#sideRanking .release{
	width:125px;
	float:right;
}

#sideRanking .release span{
	font-weight:normal;
}


/* rank icon */
#sideRanking dt span,#sideReserveRanking dd.data span.rank{
	margin-right:3px;
	padding:1px 4px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color:#fff;
	text-shadow:0 1px 1px #333;
	font-size:x-small;
	
	background: #444;
}

#sideRanking .rank1 dt span,#sideReserveRanking dl.rank1 dd.data span.rank{
	background:#bea82c;
	background: linear-gradient(#ded395 0%, #bea82c 50%);
	background: -moz-linear-gradient(#ded395 0%, #bea82c 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ded395), color-stop(50%,#bea82c));	
	background: -webkit-linear-gradient(top,#ded395 0%,#bea82c  50%);
	background: -o-linear-gradient(top,#ded395 0%,#bea82c  50%);
}

#sideRanking .rank2 dt span,#sideReserveRanking dl.rank2 dd.data span.rank{
	background:#7b7b7b;
	background: linear-gradient(#bdbdbd 0%, #7b7b7b 50%);
	background: -moz-linear-gradient(#bdbdbd 0%, #7b7b7b 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(50%,#7b7b7b));		
	background: -webkit-linear-gradient(top,#bdbdbd 0%,#7b7b7b  50%);
	background: -o-linear-gradient(top,#bdbdbd 0%,#7b7b7b  50%);
}

#sideRanking .rank3 dt span,#sideReserveRanking dl.rank3 dd.data span.rank{
	background:#825236;
	background: linear-gradient(#c0a99a 0%, #825236 50%);
	background: -moz-linear-gradient(#c0a99a 0%, #825236 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0a99a), color-stop(50%,#825236));
	background: -webkit-linear-gradient(top,#c0a99a 0%,#825236  50%);
	background: -o-linear-gradient(top,#c0a99a 0%,#825236  50%);	
}


/* 3-5.最も貼られた商品、まとめ買い
----------------------------------------*/
#sidePastedWell{
	padding:0;
}

#sidePastedWell h4{
	margin:5px 5px 0;
}

#sidePastedWell dl{
	padding: 5px;
	background: #fff;
}

#sidePastedWell dt{
	float: left;
	width: 90px;
}

#sidePastedWell dd{
	float: right;
	width: 105px;
}

#sidePastedWell .title{
	font-weight: normal;
	font-size: 93%;
}

#sidePastedWell .price{
	font-size: 77%;
}

#sideMatomegai p.more {
	padding: 10px 0 0;
}


/* sideMatomegai */
#sideMatomegai{
	padding:0;
}

#sideMatomegai h4{
	margin:5px 5px 0;
}

#sideMatomegai dl{
	padding: 5px;
	background: #fff;
}

#sideMatomegai dt{
	float: left;
	width: 90px;
}

#sideMatomegai dd{
	float: right;
	width: 105px;
}

#sideMatomegai .title{
	font-weight: normal;
	font-size: 93%;
	line-height:1.1em;	
}

#sideMatomegai .priceMatome{
	padding-top:5px;
	font-size: 77%;
	font-weight:normal;
	line-height:1em;
}

#sideMatomeList{
	margin-top:-5px;
	background:#FFF;
	padding:5px;
	list-style-position:inside;
	list-style-type:disc;
}


#sideMatomegai .more{
	margin-top:0;
	padding: 4px 5px 2px !important;
}



/* 3-6.カテゴリ検索
----------------------------------------*/
#sideCategorySearch dl {
	padding: 5px;
	line-height: 1.25em;
	background: #fff;
	font-size: 77%;
}

#sideCategorySearch dl dt {
	padding-bottom: 5px;
	font-weight: bold;
}

#sideCategorySearch dl dd {
	padding-bottom: 2px;
}

#sideCategorySearch dl dd span {
	color: #999;
}


/* 3-5.ブログ
----------------------------------------*/
#sideBlog{
	margin-bottom:15px;
	border: none !important;
	/*background: #ff8cc9;*/
}

#sideBlog a{
	color:#d5227c;
}

#sideBlog h4{
	margin:0;
	padding:0;
}

#sideBlog li{
	border-left:1px solid #d5227c;
	border-right:1px solid #d5227c;
	padding:2px 1px 0 2px;
	border-bottom:1px dotted #eec0d8;
}

#sideBlog span{
	color:#a6a6a6;
	font-size:xx-small;
}

#sideBlog .more{
	margin:0;
	padding:2px 0 0;
	border-top:1px solid #d5227c;
}

#sideBlog .more a{
	margin:0;
	padding:0;
	background:none !important;
	font-size:x-small;
	color:#d5227c;
	font-weight:normal;
}


/* 3-6.広告 & バナー
----------------------------------------*/
#sideAd,
#sideBanner {
	margin-bottom: 15px;
	border: none !important;
	text-align: center;}

#sideBanner .txtBlockBnr20120306 {display: block;background: url("../img/bnr_20120306detail.jpg") no-repeat;width: 156px;height: 50px;padding: 175px 35px 27px;text-decoration: none;font-weight: bold;color: #000;}
#sideBanner .txtBlockBnr20120306 .em {text-decoration: underline;color: #06c;}
#sideBanner .closebtn {text-align: right; border: none !important;}

#sideBanner img {margin: 0 0 10px;}


/* 3-7.累計予約ランキング
----------------------------------------*/
#sideReserveRanking { margin-bottom: 15px;padding: 5px 4px;border: 0 !important;}
#sideReserveRanking p.caption {color: #999;margin-bottom: 15px;}
#sideReserveRanking dl {width: 207px;margin-bottom: 10px;clear: both;}
#sideReserveRanking dt {float: left;width: 100px;padding-right: 2px;}
#sideReserveRanking dd.preface {text-align: center;color: #999;font-size: 11px;padding-top: 10px;}
#sideReserveRanking dd.headcount {text-align: center;color: #f90;font-weight: bold;font-size: 24px;line-height: 1.1;}
#sideReserveRanking dd.delta {text-align: center;color: #999;}
#sideReserveRanking dd.delta span {color: #333;font-weight: bold;}
#sideReserveRanking dd.countdown {text-align: center;color: #c00;}
#sideReserveRanking dd.data {clear: both;text-align: left;word－break:break－all;word－wrap:break－word;white－space: normal;padding-top: 2px;}
#sideReserveRanking dd.data span.maker {color: #999;padding-left: 6px;}
#sideReserveRanking p.footer {text-align: right;}

/* 3-8.お知らせ欄
----------------------------------------*/
#sideInfo {
        border: 1px solid #d2d2d2;
        margin-bottom: 15px;
        display:block;
        text-decoration:none;
        font-size: 11px;
        margin-top: 2px;
        padding: 8px;
        background: #f7f7f7;
}
#sideInfo h4{font-size: 12px;}

/*----------------------------------------
4.フッター
----------------------------------------*/
/* 4-1.ベースレイアウト
----------------------------------------*/
#footer {
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
	text-align: center;
}

#footerAd {
	margin: 0 auto;
	padding: 5px 0 15px;
}

#footer p.goTop {
	width:970px;
	margin: 0 auto 5px;
	padding-top: 10px;
	text-align: right;
}

#footer p.goTop a {
	padding: 0 0 5px 17px;
	line-height: 1.5em;
	background: url("../img/icn_arrowTop.png") no-repeat;
	font-weight: bold;
}

#footerContents {
	background: url("../img/bgd_footerAd.gif") repeat-x top;
}


/* 4-2.フッター検索
----------------------------------------*/
#footerSearch {
	width: 600px;
	margin: 5px auto;
	border: 1px solid #d2d2d2;
	background: #d2d2d2 url("../img/bgd_stripe.gif");
	text-align: center;
}

#footerSearch form {
	height: 123.1%;
	padding: 10px 5px;
	border: 1px solid #FFF;
	font-size: 100%;
	text-align: center;
}

#footerSearch form select {
	vertical-align: top;
	width: 130px;
	height: 26px;
	padding: 2px 0 2px 2px;
}


/* 4-3.フッターナビ
----------------------------------------*/
#footerNav {
	margin-bottom: 30px;
}

#footerNav li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #333;
	font-size: 77%;
}

#footerNav a:link,
#footerNav a:visited {
	color: #666;
	text-decoration: underline;
}
	
#footerNav a:hover {
	text-decoration: none;
}

a.footerAmazon{
	font-size:85%;
	color:#666;
	line-height:1.8em;
}

#footer address {
	clear: both;
}


/* 4-4.売上推移
----------------------------------------*/
#footerTransition{
	margin:-30px auto 0;
	text-align:center;
	font-size:77%;
}

#footerTransition li{
	display: inline;
	padding-left:5px;
}


