@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
}

.clearfix {
	zoom:1;
	overflow:hidden;
	display: block;
}

.clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

li {
	list-style: none;
}

html {
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

a {
	color: #4982c8;
	text-decoration: none;
}

a:hover {
	color: #4982c8;
	text-decoration: underline;
}

#container {
	min-width: 1032px;
	width: expression(
		(document.documentElement.clientWidth > 1034)? "auto" :
		(document.documentElement.clientWidth < 1034)? "1032px" :
		"auto"
	);
}

#primaryHeader {
	background-color: #ffffff;
	margin-bottom: 16px;
}

/* グローバルメニュー[フッタ共通] */
#container #primaryHeader div#globalNav,
#container #primaryFooters div#globalNav {
	background: #333333;
}
#container #primaryHeader div#globalNav ul,
#container #primaryFooters div#globalNav ul {
	width: 955px;
	margin: 0px auto;
}
#container #primaryHeader div#globalNav li,
#container #primaryFooters div#globalNav li {
	float: left;
}
#container #primaryHeader div#globalNav li a,
#container #primaryFooters div#globalNav li a {
	display: block;
	width: 191px;
	height: 25px;
	text-indent: -9999px;
}
#container #primaryHeader div#globalNav li a#gm1,
#container #primaryFooters div#globalNav li a#gm1 {
	background: url(../../img/pc/image/gMenu_home.gif) no-repeat;
}
#container #primaryHeader div#globalNav li a#gm3,
#container #primaryFooters div#globalNav li a#gm3 {
	background: url(../../img/pc/image/gMenu_fanclub.gif) no-repeat;
}
#container #primaryHeader div#globalNav li a#gm4,
#container #primaryFooters div#globalNav li a#gm4 {
	background: url(../../img/pc/image/gMenu_mobile.gif) no-repeat;
}
#container #primaryHeader div#globalNav li a#gm5,
#container #primaryFooters div#globalNav li a#gm5 {
	background: url(../../img/pc/image/gMenu_network.gif) no-repeat;
}
#container #primaryHeader div#globalNav li a#gm1:hover,
#container #primaryFooters div#globalNav li a#gm1:hover {
	background: url(../../img/pc/image/gMenu_home_o.gif) no-repeat;
}
#container #primaryHeader div#globalNav li a#gm3:hover,
#container #primaryFooters div#globalNav li a#gm3:hover {
	background: url(../../img/pc/image/gMenu_fanclub_o.gif) no-repeat;
}
#container #primaryHeader div#globalNav li a#gm4:hover,
#container #primaryFooters div#globalNav li a#gm4:hover {
	background: url(../../img/pc/image/gMenu_mobile_o.gif) no-repeat;
}
#container #primaryHeader div#globalNav li a#gm5:hover,
#container #primaryFooters div#globalNav li a#gm5:hover {
	background: url(../../img/pc/image/gMenu_network_o.gif) no-repeat;
}

/* ユーザー情報 */
#container #primaryHeader #userInfo {
	background: #f2f2f2;
	border-bottom: 1px solid #e6e6e6;
}
#container #primaryHeader #userInfo div {
	width: 955px;
	margin: auto;
}
#container #primaryHeader #userInfo p {
	display: block;
	float: left;
	width: 836px;
	line-height: 26px;
	text-align: center;
	margin: 0px auto;
}
#container #primaryHeader #userInfo #googleTranslate {
	float: right;
}
#container #primaryHeader #userInfo p strong {
	color: #E72E19;
	font-weight: bold;
}

/* ヘッダ主領域 */
#container #primaryHeader #headerMain {
	width: 1000px;
	margin: auto;
	overflow: visible;
}

/* ヘッダ主領域｜ロゴ */
#container #primaryHeader #headerMain #logos {
	float: left;
	padding-top: 8px;
	margin-right: 14px;
}
#container #primaryHeader #headerMain #logos img {
	margin-bottom: 7px;
}
#container #primaryHeader #headerMain #logos p {
	color: #868686;
	font-size: 10px;
	display: block;
	width: 220px;
	line-height: 1.4em;
}

/* ヘッダ主領域｜検索+情報 */
#container #primaryHeader #headerMain #searchAndInfo {
	float: left;
	margin-right: 16px;
}
/* ヘッダ主領域｜検索+情報｜検索 */
#container #primaryHeader #headerMain #searchAndInfo #search {
	position: relative;
	width: 484px;
	height: 50px;
	background: url(../../img/pc/image/searchBox.jpg) no-repeat;
}
#container #primaryHeader #headerMain #searchAndInfo #search #keyword {
	position: absolute;
	left: 45px;
	top: 18px;
	border-width: 0px;
	border-style: none;
	width: 320px;
	font-size: 12px;
	outline: none;
}
*html #container #primaryHeader #headerMain #searchAndInfo #search #keyword {
	top: 16px;
}
#container #primaryHeader #headerMain #searchAndInfo #search #buttonSearch {
	width: 70px;
	height: 23px;
	text-indent: -9999px;
	background: url(../../img/pc/image/searchDo.png) no-repeat;
	position: absolute;
	left: 400px;
	top: 15px;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
}
#container #primaryHeader #headerMain #searchAndInfo #search #buttonSearch:hover {
	background: url(../../img/pc/image/searchDo_o.png) no-repeat;
}
.tipped {/* 検索box初期表示文字 */
    color: #bbbbbb;
}
div#suggest {
	z-index: 10;
	position: absolute;
	top: 38px;
	left: 43px;
}
ul.sajest {
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	width: 360px;
	padding: 5px;
	font-size: 100%;
}
ul.sajest li {
	display: block;
	color: #4982c8;
	padding: 1px 5px;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.4em;
}
ul.sajest li.hover {
	background: #e5f1ff;
}

/* ヘッダ主領域｜検索+情報｜情報 */
#container #primaryHeader #headerMain #searchAndInfo #info {
	width: 484px;
	padding-top: 10px;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul {
	margin-right: -11px;
	overflow: hidden;
	zoom: 1;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li {
	float: left;
	margin-right: 11px;
	display: inline;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li a {
	display: block;
	text-indent: -9999px;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li a#info1 {
	width: 121px;
	height: 26px;
	background: url(../../img/pc/image/infoGuide.jpg) no-repeat;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li a#info2 {
	width: 121px;
	height: 26px;
	background: url(../../img/pc/image/infoInquiry.jpg) no-repeat;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li a#info3 {
	width: 220px;
	height: 26px;
	background: url(../../img/pc/image/infoShipping.jpg) no-repeat;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li a#info1:hover {
	background: url(../../img/pc/image/infoGuide_o.jpg) no-repeat;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li a#info2:hover {
	background: url(../../img/pc/image/infoInquiry_o.jpg) no-repeat;
}
#container #primaryHeader #headerMain #searchAndInfo #info ul li a#info3:hover {
	background: url(../../img/pc/image/infoShipping_o.jpg) no-repeat;
}

/* ヘッダ主領域｜認証 */
#container #primaryHeader #headerMain #auth {
	width: 266px;
	float: left;
	padding-top: 10px;
}
#container #primaryHeader #headerMain #auth ul {
	margin-right: -8px;
	margin-bottom: -5px;
	overflow: hidden;
	zoom: 1;
}
#container #primaryHeader #headerMain #auth ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	display: inline;
}
#container #primaryHeader #headerMain #auth ul li a {
	display: block;
	width: 129px;
	height: 36px;
	text-indent: -9999px;
}
#container #primaryHeader #headerMain #auth ul li a#auth1 {
	background: url(../../img/pc/image/authLogin.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth2 {
	background: url(../../img/pc/image/authCart.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth3 {
	background: url(../../img/pc/image/authOrder.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth4 {
	background: url(../../img/pc/image/authRegist.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth5 {
	background: url(../../img/pc/image/authLogout.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth6 {
	background: url(../../img/pc/image/authMyPage.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth1:hover {
	background: url(../../img/pc/image/authLogin_o.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth2:hover {
	background: url(../../img/pc/image/authCart_o.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth3:hover {
	background: url(../../img/pc/image/authOrder_o.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth4:hover {
	background: url(../../img/pc/image/authRegist_o.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth5:hover {
	background: url(../../img/pc/image/authLogout_o.jpg) no-repeat;
}
#container #primaryHeader #headerMain #auth ul li a#auth6:hover {
	background: url(../../img/pc/image/authMyPage_o.jpg) no-repeat;
}
	
/* アクション */
#container #actions {
	width: 1000px;
	margin: 0px auto 24px auto;
}
#container #actions div {
	float: left;
	margin-right: 14px;
}
#container #actions h2 {
	width: 175px;
	height: 111px;
	text-indent: -9999px;
	float: left;
}
#container #actions ul {
	padding-top: 5px;
	float: left;
}
#container #actions ul li {
	line-height:0;
}
#container #actions ul li a {
	display: block;
	text-indent: -9999px;
	line-height:normal;
}


/* アクション｜買う */
#container #actions #buy h2 {
	background: url(../../img/pc/image/buyH2.jpg) no-repeat;
}
#container #actions #buy ul li a {
	width: 148px;
}
#container #actions #buy ul li a#buy1 {
	background: url(../../img/pc/image/buyCd.jpg) no-repeat;
	height: 27px;
}
#container #actions #buy ul li a#buy2 {
	background: url(../../img/pc/image/buyCvd.jpg) no-repeat;
	height: 26px;
}
#container #actions #buy ul li a#buy3 {
	background: url(../../img/pc/image/buyGoods.jpg) no-repeat;
	height: 25px;
}
#container #actions #buy ul li a#buy4 {
	background: url(../../img/pc/image/buyBooks.jpg) no-repeat;
	height: 28px;
}
#container #actions #buy ul li a#buy1:hover {
	background: url(../../img/pc/image/buyCd_o.jpg) no-repeat;
}
#container #actions #buy ul li a#buy2:hover {
	background: url(../../img/pc/image/buyCvd_o.jpg) no-repeat;
}
#container #actions #buy ul li a#buy3:hover {
	background: url(../../img/pc/image/buyGoods_o.jpg) no-repeat;
}
#container #actions #buy ul li a#buy4:hover {
	background: url(../../img/pc/image/buyBooks_o.jpg) no-repeat;
}

/* アクション｜調べる */
#container #actions #find h2 {
	background: url(../../img/pc/image/findH2.jpg) no-repeat;
}
#container #actions #find ul li a {
	width: 161px;
}
#container #actions #find ul li a#find1 {
	background: url(../../img/pc/image/findArtist.jpg) no-repeat;
	height: 27px;
}
#container #actions #find ul li a#find2 {
	background: url(../../img/pc/image/findPrivilege.jpg) no-repeat;
	height: 26px;
}
#container #actions #find ul li a#find3 {
	background: url(../../img/pc/image/findRelease.jpg) no-repeat;
	height: 25px;
}
#container #actions #find ul li a#find4 {
	background: url(../../img/pc/image/findOfficial.jpg) no-repeat;
	height: 28px;
}
#container #actions #find ul li a#find1:hover {
	background: url(../../img/pc/image/findArtist_o.jpg) no-repeat;
}
#container #actions #find ul li a#find2:hover {
	background: url(../../img/pc/image/findPrivilege_o.jpg) no-repeat;
}
#container #actions #find ul li a#find3:hover {
	background: url(../../img/pc/image/findRelease_o.jpg) no-repeat;
}
#container #actions #find ul li a#find4:hover {
	background: url(../../img/pc/image/findOfficial_o.jpg) no-repeat;
}


/* アクション｜楽しむ */
#container #actions #fun {
	margin-right: 0px;
}
#container #actions #fun h2 {
	background: url(../../img/pc/image/funH2.jpg) no-repeat;
}
#container #actions #fun ul li a {
	width: 138px;
}
#container #actions #fun ul li a#fun1 {
	background: url(../../img/pc/image/funVideo.jpg) no-repeat;
	height: 35px;
}
#container #actions #fun ul li a#fun2 {
	background: url(../../img/pc/image/funArtist.jpg) no-repeat;
	height: 34px;
}
#container #actions #fun ul li a#fun3 {
	background: url(../../img/pc/image/funRanking.jpg) no-repeat;
	height: 37px;
}
#container #actions #fun ul li a#fun1:hover {
	background: url(../../img/pc/image/funVideo_o.jpg) no-repeat;
}
#container #actions #fun ul li a#fun2:hover {
	background: url(../../img/pc/image/funArtist_o.jpg) no-repeat;
}
#container #actions #fun ul li a#fun3:hover {
	background: url(../../img/pc/image/funRanking_o.jpg) no-repeat;
}


/* スライダー */
#container #sliders {
	width: 1040px;
	zzzfloat: left;
	margin: 0px auto 24px auto;
}
#container #sliders #slider {
	margin-bottom: 4px;
}
#container #sliders #shaders {
	position: absolute;
	left: 0px;
	top: 6px;
}
#container #sliders #shaders #shaderLeft,
#container #sliders #shaders #shaderRight {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 238px;
	background: url(../../img/pc/image/sliders/shader.png) no-repeat;
}
#container #sliders #shaders #shaderRight {
	left: 780px;
}
#container #sliders #bannerLabels {
	position: absolute;
	left: 0px;
	top: 0px;
}
#container #sliders #bannerLabels li {
	position: absolute;
	top: 118px;
	*top: 116px;
	color: #ffffff;
	width: 168px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
}
#container #sliders #bannerLabels li#labelPrev {
	left: 00px;
	text-align: right;
}
#container #sliders #bannerLabels li#labelNext {
	left: 871px;
	text-align: left;
}
	

/* 新着ニュース */
#container #news {
	width: 767px;
	height: 170px;
	zzzfloat: left;
	margin-bottom: 14px;
	margin-right: 233px;
	padding-bottom: 6px;
	background-image: url(../../img/pc/image/news/newsLower.jpg);
	background-position: 0px bottom;
	background-repeat: repeat-x;
}
#container #news #newsList {
	float: left;
	width: 767px;
}
#container #news #newsList h3 {
	height: 16px;
	background: url(../../img/pc/image/news/newsh3.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#container #news #newsList ul {
	zzzbackground-color: #dddddd;
	width: 759px;
	height: 116px;
	overflow: auto;
	zzzpadding: 0px 2px;
	margin-right: 8px;
}
#container #news #newsList ul li {
	line-height: 1.9em;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}
#container #news #newsThumbnail {
	float: left;
	width: 400px;
	height: 140px;
	background:url(../../img/pc/image/news/newsThumbnailBg.jpg) no-repeat;
	background-position: 0px bottom;
}
#container #news #newsThumbnail #newsThumbnailUpper {
	height: 10px;
	background: url(../../img/pc/image/news/newsThumbnailUpper.jpg) no-repeat;
	margin-bottom: 25px;
}#container #news #newsThumbnail ul {
	margin-bottom: 12px;
}
#container #news #newsThumbnail li {
	float: left;
	margin-left: 13px;
}
#container #news a#newsMore {
	float: right;
	display: block;
	width: 168px;
	height: 25px;
	text-indent: -9999px;
	background: url(../../img/pc/image/news/newsMore.png) no-repeat;
	margin-right: 8px;
}
#container #news a#newsMore:hover {
	background: url(../../img/pc/image/news/newsMore_o.png) no-repeat;
}




#main {
	margin: 0px auto;
	width: 1000px;
}

/* 中央カラム */
#center {
	float: left;
	width: 1000px;
}
#centerBody {
	margin: 0 225px;
	padding: 0px 8px;
}

/* 中央カラム｜重要なお知らせ */
#centerBody p#importantNotices {
	padding: 14px 10px 14px 32px;
	border: 1px solid #E72E19;
	margin-bottom: 20px;
}
#centerBody p#importantNotices a {
	display: block;
	padding-left: 20px;
	background: url(../../img/pc/image/center/importantNoticesMark.gif) no-repeat;
	background-position: left 1px;
	line-height: 1.8em;
}


/* 中央カラム｜あなたにおすすめの商品 */
#centerBody #personalRecommendation {
	position: relative;
	margin-bottom: 8px;
}
#centerBody #personalRecommendation h3 {
	width: 100%;
	height: 16px;
	background: url(../../img/pc/image/center/personalRecommendation/personalRecommendationH3Bg.jpg) repeat-x;
	margin-bottom: 26px;
}
#centerBody #personalRecommendation #personalRecommendationButton li#personalRecommendationButtonPrev {
	position: absolute;
	left: 0px;
	top: 60px;
}
#centerBody #personalRecommendation #personalRecommendationButton li#personalRecommendationButtonPrev a {
	display: block;
	width: 22px;
	height: 24px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonPrev.gif) no-repeat;
}
#centerBody #personalRecommendation #personalRecommendationButton li#personalRecommendationButtonPrev a:hover {
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonPrev_o.gif) no-repeat;
}
#centerBody #personalRecommendation #personalRecommendationButton li#personalRecommendationButtonNext {
	position: absolute;
	right: 0px;
	top: 60px;
}
#centerBody #personalRecommendation #personalRecommendationButton li#personalRecommendationButtonNext a {
	display: block;
	width: 22px;
	height: 24px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonNext.gif) no-repeat;
}
#centerBody #personalRecommendation #personalRecommendationButton li#personalRecommendationButtonNext a:hover {
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonNext_o.gif) no-repeat;
}
#centerBody #personalRecommendation #personalRecommendationContainer {
	overflow: hidden;
	margin: 0 27px 0 28px
}
#centerBody #personalRecommendation #personalRecommendationContainer #personalRecommendationList {
	margin-left: -21px;
}
#centerBody #personalRecommendation #personalRecommendationContainer #personalRecommendationList dl {
	width: 115px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ededed;
	float: left;
}
#centerBody #personalRecommendation #personalRecommendationContainer #personalRecommendationList dl dt {
	background: url(../../img/pc/image/bgr_common_wire.gif) 0 0;
	margin: 0 auto;
	padding: 3px;
	width: 64px;
	height: 64px;
}
#centerBody #personalRecommendation #personalRecommendationContainer #personalRecommendationList dl dd {
	margin-top: 5px;
	font-weight: bold;
	line-height: 1.4em;
	word-break: break-all;
}
#centerBody #personalRecommendation #personalRecommendationContainer #personalRecommendationList dl dd a {
	font-size: 13px;
}
#centerBody #personalRecommendation #personalRecommendationContainer #personalRecommendationList dl dd .artist {
	display: block;
}
#centerBody #personalRecommendation #personalRecommendationContainer #personalRecommendationList dl dd .price {
	display: block;
	color: #E72E19;
}

	

/* 中央カラム｜mu-moショップからのおすすめ */
#centerBody #recommend {
	margin-bottom: 16px;
}
#centerBody #recommend h3 {
	width: 100%;
	height: 21px;
	background: url(../../img/pc/image/center/recommendH3bg.jpg) repeat-x;
	background-position: 0 0;
	margin-bottom: 8px;
}

#centerBody #recommend .recommendList {
	width: 98%;
	margin: auto;
	border-bottom: 1px solid #E6E6E6;
}
#centerBody #recommend .recommendList dl {
	display: block;
	width: 48%;
	float: left;
	margin: 10px 20px 10px 0px;
}
#centerBody #recommend .recommendList dl dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 6px;
	display: block;
	height: 30px;
}
.oritoku {
	float: left;
	margin-right: 5px;
	display: inline-block;
}
#centerBody #recommend .recommendList dl dd a {
	line-height: 1.8em;
	color: #333333;
}
#centerBody #recommend .recommendList dl dd .imageFrame {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 3px;
	width: 105px;
	height: 105px;
	background: url(../../img/pc/image/bgr_common_wire.gif) 0 0;
}

/* 中央カラム｜最近チェックしたアイテム */
#centerBody #checkedRecently {
	margin-bottom: 24px;
}
#centerBody #checkedRecently h3 {
	width: 100%;
	height: 16px;
	background: url(../../img/pc/image/center/checkedRecently/checkedRecentlyH3Bg.jpg) repeat-x;
	margin-bottom: 16px;
}
#centerBody #checkedRecently ul {
	margin-bottom: 20px;
}
#centerBody #checkedRecently ul li {
	width: 16.5%;
	float: left;
}
#centerBody #checkedRecently ul li img {
	width: 64px;
	height: 64px;
	padding: 3px;
	background: url(../../img/pc/image/bgr_common_wire.gif) repeat;
}


/* 中央カラム｜中央バナー */
#centerBody #centerBanner {
	margin-bottom: 16px;
	padding-top: 22px;
	background: url(../../img/pc/image/center/recommendHr.jpg) repeat-x;
}
#centerBody #centerBanner li {
	float: left;
	width: 33.3%;
	margin-bottom: 12px;
}

/* 中央カラム｜リリースカレンダー */
#centerBody #releaseCalendar {
	position: relative;
	margin-bottom: 8px;
}
#centerBody #releaseCalendar h3 {
	width: 100%;
	height: 16px;
	background: url(../../img/pc/image/center/releaseCalendar/releaseCalendarH3Bg.jpg) repeat-x;
	margin-bottom: 26px;
}
#centerBody #releaseCalendar #month {
	position: absolute;
	top: -1px;
	right: 0px;
	background: #ffffff;
}
#centerBody #releaseCalendar #month li {
	float: left;
	margin-left: 2px;
}

#centerBody #releaseCalendar #releaseListButton li#releaseListButtonPrev {
	position: absolute;
	left: 0px;
	top: 60px;
}
#centerBody #releaseCalendar #releaseListButton li#releaseListButtonPrev a {
	display: block;
	width: 22px;
	height: 24px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonPrev.gif) no-repeat;
}
#centerBody #releaseCalendar #releaseListButton li#releaseListButtonPrev a:hover {
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonPrev_o.gif) no-repeat;
}
#centerBody #releaseCalendar #releaseListButton li#releaseListButtonNext {
	position: absolute;
	right: 0px;
	top: 60px;
}
#centerBody #releaseCalendar #releaseListButton li#releaseListButtonNext a {
	display: block;
	width: 22px;
	height: 24px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonNext.gif) no-repeat;
}
#centerBody #releaseCalendar #releaseListButton li#releaseListButtonNext a:hover {
	background: url(../../img/pc/image/center/releaseCalendar/releaseListButtonNext_o.gif) no-repeat;
}
#centerBody #releaseCalendar #releaseListContainer {
	overflow: hidden;
	margin: 0 27px 0 28px
}
#centerBody #releaseCalendar #releaseListContainer #releaseList {
	margin-left: -21px;
}
#centerBody #releaseCalendar #releaseListContainer #releaseList dl {
	width: 115px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ededed;
	float: left;
}
#centerBody #releaseCalendar #releaseListContainer #releaseList dl dt {
	background: url(../../img/pc/image/bgr_common_wire.gif) 0 0;
	margin: 0 auto;
	padding: 3px;
	width: 64px;
	height: 64px;
}
#centerBody #releaseCalendar #releaseListContainer #releaseList dl dd {
	margin-top: 5px;
	font-weight: bold;
	line-height: 1.4em;
	word-break: break-all;
}
#centerBody #releaseCalendar #releaseListContainer #releaseList dl dd a {
	font-size: 13px;
}
#centerBody #releaseCalendar #releaseListContainer #releaseList dl dd .artist {
	display: block;
}
#centerBody #releaseCalendar #releaseListContainer #releaseList dl dd .price {
	display: block;
	color: #E72E19;
}

/* 中央カラム｜最新のレビュー */
#centerBody #recentReviews {
}
#centerBody #recentReviews h3 {
	width: 100%;
	height: 16px;
	background: url(../../img/pc/image/center/recentReviews/recentReviewsH3Bg.jpg) repeat-x;
	margin-bottom: 26px;
}
#centerBody #recentReviews #reviewPrimary {
	float: left;
	width: 50%;
}
#centerBody #recentReviews #reviewSecondary {
	float: left;
	width: 49%;
	border-left: 1px solid #E6E6E6;	
}
#centerBody #recentReviews #reviewPrimary dl {
	margin-right: 15px;
}
#centerBody #recentReviews #reviewSecondary dl {
	margin-left: 15px;
}
#centerBody #recentReviews dl dt {
	margin-bottom: 10px;
}
#centerBody #recentReviews dl dt .reviewImage {
	float: left;
	background: url(../../img/pc/image/bgr_common_wire.gif) 0 0;
	padding: 3px;
	width: 115px;
	height: 115px;
	margin-right: 10px;
}
#centerBody #recentReviews dl dt p {
	line-height: 1.4em;
}
#centerBody #recentReviews dl dt p.item {
	margin-bottom: 2px;
}
#centerBody #recentReviews dl dt p.item, p.artist {
	font-weight: bold;
}
#centerBody #recentReviews dl dt p.artist {
	margin-bottom: 4px;
}
#centerBody #recentReviews dl dd div {
	margin-top: 8px;
}
#centerBody #recentReviews dl dd div a {
	float: right;
	display: block;
	width: 98px;
	height: 25px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/recentReviews/recentReviewsMore.jpg) no-repeat;
}
#centerBody #recentReviews dl dd div a:hover {
	background: url(../../img/pc/image/center/recentReviews/recentReviewsMore_o.jpg) no-repeat;
}

/* 中央カラム｜twitter */
#centerBody #followOnTwitter {
	margin-bottom: 24px;
}
#centerBody #followOnTwitter #followOnTwitterTitle {
	position: relative;
	height: 34px;
	border-bottom: 1px solid white;
	background: #DDEEF6;
	margin-top: 30px;
}
#centerBody #followOnTwitter #followOnTwitterTitle h3 {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 269px;
	height: 26px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/twitter/followOnTwitterH3.jpg) no-repeat;
}
#centerBody #followOnTwitter #followOnTwitterTitle a {
	position: absolute;
	right: 4px;
	top: 5px;
}
#centerBody #followOnTwitter #followOnTwitterBody {
	background: #DDEEF6;
	font-size: 90%;
}
#centerBody #followOnTwitter #followOnTwitterBody #followOnTwitterPrimary {
	float: left;
	width: 50%;
}
#centerBody #followOnTwitter #followOnTwitterBody #followOnTwitterSecondary {
	float: left;
	width: 49.5%;
}
#centerBody #followOnTwitter #followOnTwitterBody #followOnTwitterPrimary dl, #followOnTwitterSecondary dl {
	margin: 15px;
}
#centerBody #followOnTwitter #followOnTwitterBody dl dt {
	float: left;
	padding: 3px;
	width: 48px;
	height: 48px;
	background: #B2E5F8;
	margin-right: -54px;
}
#centerBody #followOnTwitter #followOnTwitterBody dl dd {
	width: 64%;
	float: left;
	margin-left: 64px;
}
#centerBody #followOnTwitter #followOnTwitterBody dl dd p {
	line-height: 1.3em;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#centerBody #followOnTwitter #followOnTwitterBody dl dd p.id {
	margin-bottom: 2px;
}
#centerBody #followOnTwitter #followOnTwitterBody #followOnTwitterMore a {
	display: block;
	width: 98px;
	height: 25px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/twitter/followOnTwitterMore.jpg) no-repeat;
	float: right;
	margin-right: 4px;
	margin-bottom: 4px;
}
#centerBody #followOnTwitter #followOnTwitterBody #followOnTwitterMore a:hover {
	background: url(../../img/pc/image/center/twitter/followOnTwitterMore_o.jpg) no-repeat;
}
strong {
	font-weight: bold;
}

/* 中央カラム｜mu-moショップからのお知らせ */
#centerBody #mumoShopInfo {
	margin-bottom: 64px;
}
#centerBody #mumoShopInfo h3 {
	width: 100%;
	height: 16px;
	background: url(../../img/pc/image/center/mumoShopInfo/mumoShopInfoH3Bg.jpg) repeat-x;
}
#centerBody #mumoShopInfo ul li {
	margin-top: 16px;
	display: block;
	padding-left: 18px;
	background: url(../../img/pc/image/center/mumoShopInfo/mumoShopInfoArrow.gif) 0 .1em no-repeat;
	line-height: 1.2em;
}
#centerBody #mumoShopInfo #mumoShopInfoMore {
	margin-top: 8px;
}
#centerBody #mumoShopInfo #mumoShopInfoMore a {
	display: block;
	width: 98px;
	height: 25px;
	text-indent: -9999px;
	background: url(../../img/pc/image/center/mumoShopInfo/mumoShopInfoMore.jpg) no-repeat;
	float: right;
}
#centerBody #mumoShopInfo #mumoShopInfoMore a:hover {
	background: url(../../img/pc/image/center/mumoShopInfo/mumoShopInfoMore_o.jpg) no-repeat;
}


/* 左カラム */
#left {
	float: left;
	margin-left: -1000px;
	width: 225px;
}
.sideElement {
	margin-bottom: 8px;
}


/* 左カラム｜ランキング */
#ranking {
	width: 217px;
	border: 2px solid #acacac;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(/a/css/pc/PIE.htc);
	padding: 8px 2px;
	position: relative;
}
#ranking h4 {
	width: 162px;
	height: 31px;
	margin: 0px auto 4px auto;
	background: url(../../img/pc/image/left/rankingh4.jpg) no-repeat;
	text-indent: -9999px;
}
#ranking #tab li {
	float: left;
	line-height: 0;
}
#ranking #tab li a {
	display: block;
	width: 108px;
	height: 20px;
	text-indent: -9999px;
	line-height: normal;
}
#ranking #tab li a.tab1 {
	background: url(../../img/pc/image/left/tab1.jpg) no-repeat;
	margin-right: 1px;
}
#ranking #tab li a.tab2 {
	background: url(../../img/pc/image/left/tab2.jpg) no-repeat;
}
#ranking #tab li a.tab1Active {
	background: url(../../img/pc/image/left/tab1Active.jpg) no-repeat;
	margin-right: 1px;
}
#ranking #tab li a.tab2Active {
	background: url(../../img/pc/image/left/tab2Active.jpg) no-repeat;
}
#ranking #category {
	width: 100%;
	background:  #00698C;
	padding: 2px 0px;
	margin-bottom: 8px;
}
#ranking #category li {
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline;
}
#ranking #rankingList li {
	padding: 0px 0px 8px 0px;
	margin: 0px 4px 8px 4px;
	border-bottom: 1px dotted #999999;
}
#ranking #rankingList li div.rank {
	margin-right: 4px;
}
#ranking #rankingList li div.rankThumbnail {
	margin-right: 8px;
	padding: 2px;
	background: url(../../img/pc/image/bgr_common_wire.gif) repeat;
}
#ranking #rankingList li div {
	float: left;
}
#ranking #rankingList li div.rankTitle {
	font-size: 10px;
	width: 132px;
}
#ranking #rankingList li div.rankTitle a {
	line-height: 1.2em;
	margin-bottom: 2px;
	display: block;
}
#ranking #rankingList li div.rankTitle p {
	line-height: 1.2em;
}


/* 右カラム｜ */
#right {
	float: left;
	margin-left: -225px;
	width: 225px;
}

/* 右カラム｜今売れました*/
#right #justSold {
	margin-bottom: 16px;
}
#right #justSold h4 {
	width: 225px;
	height: 41px;
	text-indent: -9999px;
	background: url(../../img/pc/image/right/justSold/justSoldH4.jpg) no-repeat;
}
#right #justSold div {
	width: 205px;
	border-right: 2px solid #D9A300;
	border-bottom: 2px solid #D9A300;
	border-left: 2px solid #D9A300;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	behavior: url(/a/css/pc/PIE.htc);
	padding: 8px;
	position: relative;
}
#right #justSold div .soldItemImage {
	margin: 10px auto 8px auto;
	background: url(../../img/pc/image/bgr_common_wire.gif) 0 0;
	padding: 3px;
	width: 115px;
	height: 115px;
}
#right #justSold div p.item {
	margin-bottom: 2px;
}
#right #justSold div p.item a {
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 10px;
	color: #E72E19;
}
#right #justSold div p.artist {
	font-weight: normal;
}

/* 右カラム｜mu-moショップサービス*/
#right #mumoShopService h4 {
	width: 191px;
	height: 16px;
	text-indent: -9999px;
	background: url(../../img/pc/image/right/mumoShopService/mumoShopServiceH4.jpg) no-repeat;
	margin-bottom: 8px;
}
#right #mumoShopService ul li {
	margin-bottom: 4px;
}
#right #mumoShopService ul li a {
	display: block;
	width: 225px; 
	height: 61px;
	text-indent: -9999px;
}
#right #mumoShopService ul li a#service1 {
	background: url(../../img/pc/image/right/mumoShopService/serviceGold.jpg) no-repeat;
}
#right #mumoShopService ul li a#service2 {
	background: url(../../img/pc/image/right/mumoShopService/serviceCoupon.jpg) no-repeat;
}
#right #mumoShopService ul li a#service3 {
	background: url(../../img/pc/image/right/mumoShopService/serviceBum.jpg) no-repeat;
}
#right #mumoShopService ul li a#service4 {
	background: url(../../img/pc/image/right/mumoShopService/serviceWrapping.jpg) no-repeat;
}
#right #mumoShopService ul li a#service1:hover {
	background: url(../../img/pc/image/right/mumoShopService/serviceGold_o.jpg) no-repeat;
}
#right #mumoShopService ul li a#service2:hover {
	background: url(../../img/pc/image/right/mumoShopService/serviceCoupon_o.jpg) no-repeat;
}
#right #mumoShopService ul li a#service3:hover {
	background: url(../../img/pc/image/right/mumoShopService/serviceBum_o.jpg) no-repeat;
}
#right #mumoShopService ul li a#service4:hover {
	background: url(../../img/pc/image/right/mumoShopService/serviceWrapping_o.jpg) no-repeat;
}


/* 右カラム｜mu-moショップforモバイル*/
#right #forMobile {
	margin-bottom: 16px;
}
#right #forMobile h4 {
	width: 225px;
	height: 56px;
	text-indent: -9999px;
	background: url(../../img/pc/image/right/forMobile/forMobileH4.jpg) no-repeat;
}
#right #forMobile #forMobileBody {
	width: 205px;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	border-left: 2px solid #888888;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	behavior: url(/a/css/pc/PIE.htc);
	padding: 0px 8px 0px 8px;
	position: relative;
}
#right #forMobile div h5#feature {
	width: 80px;
	height: 16px;
	text-indent: -9999px;
	background: url(../../img/pc/image/right/forMobile/forFeatureH5.jpg) no-repeat;
	margin-bottom: 8px;
}
#right #forMobile div h5#smart {
	width: 126px;
	height: 16px;
	text-indent: -9999px;
	background: url(../../img/pc/image/right/forMobile/forSmartH5.jpg) no-repeat;
	margin-bottom: 8px;
}
#right #forMobile #forMobileBody .forMobileSubBody {
	margin-bottom: 16px;
}
#right #forMobile #forMobileBody .forMobileSubBody #qrCode {
	float: left;
	margin-right: 8px;
}
#right #forMobile #forMobileBody .forMobileSubBody p {
	word-break: break-all;
	font-size: 86%;
	line-height: 1.4em;
	color: #666666;
	
}

/* 右カラム｜補足メニュー */
#right #supplementaryMenu ul li {
	display: block;
	padding-left: 18px;
	background: url(../../img/pc/image/right/supplementaryMenu/supplementaryMenuArrow.gif) 0 .1em no-repeat;
	line-height: 1.4em;
}
#right #supplementaryMenu ul li a {
	font-size: 86%;
	color: #666666;
}

/* フッタ｜ページトップへ */
#container #primaryFooters #toTop {
	width: 1000px;
	margin: auto;
}
#container #primaryFooters #toTop a {
	float: right;
	display: block;
	width: 106px;
	height: 12px;
	background: url(../../img/pc/image/footer/toTop.gif) no-repeat;
	text-indent: -9999px;
}
#container #primaryFooters #toTop a:hover {
	background: url(../../img/pc/image/footer/toTop_o.gif) no-repeat;
}

/* フッタ｜外部リンク */
#container #primaryFooters #externalLink {
	width: 948px;
	margin: 16px auto;
	overflow: hidden;
}
#container #primaryFooters #externalLink ul {
	margin-right: -12px;
}
#container #primaryFooters #externalLink li {
	float: left;
	margin-right: 12px;
}

/* フッタ｜フッタ */
#container #primaryFooters #footerContainer {
	background: #b3b3b3;
}
#container #primaryFooters #footerContainer div {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 16px 0px;
}
#container #primaryFooters #footerContainer div {
	color: #f0f0f0;
	font-size: 90%;
}
#container #primaryFooters #footerContainer div ul li a {
	color: #f0f0f0;
	font-size: 90%;
}
#container #primaryFooters #footerContainer div ul li a:hover {
	color: #f0f0f0;
}
#container #primaryFooters #footerContainer div p {
	float: left;
}
#container #primaryFooters #footerContainer div ul {
	float: right;
}
#container #primaryFooters #footerContainer div ul li {
	float: left;
	margin-left: 4px;
}






