@charset "UTF-8";

/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

27px = 207.7%
28px = 215.4%
29px = 223.1%
30px = 230.8%
*/

/* #################### メインコンテンツ #################### */

/* ******************** 段組 ******************** */

#main-left {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
}

#main-right {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

/* ******************** ニューリリース ******************** */
#new-release {
	position: relative;
	width: 700px;
	height: 300px;
	margin: 0;
    padding: 0;
	background: #ffffff;
	
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

#new-release h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

#new-release:before,
#new-release:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 40%;
    height: 10px;
    left: 12px;
    bottom: 12px;
    background: transparent;
    
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* transform は JavaScript で宣言 */
}
#new-release:after {
    left: auto;
    right: 12px;
    /* transform は JavaScript で宣言 */
}

#new-release div.wrapper {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#new-release div.wrapper div {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#new-release div.wrapper div dl {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
}
*:first-child+html #new-release div.wrapper div dl {
	background: url(../../images/pc/basic/blank.gif);
}

/* ---------- タイトル ---------- */
#new-release div.wrapper div dl dt {
	margin: 60px 0 12px 0;
	padding: 10px 0 10px 230px;
	color: #cc0000;
	background: #f9f9f9;
	border: 1px #eeeeee;
	border-style: solid none;
}

#new-release div.wrapper div dl dt span {
	display: block;
	padding: 0;
}

#new-release div.wrapper div dl dt span.sub-title-top {
	margin: 2px 0 1px 0;
	font-size: 108%;
	line-height: 1.2;
}
#new-release div.wrapper div dl dt span.title {
	margin: 4px 0 0 0;
	font-size: 182%;
	line-height: 1.0;
}
#new-release div.wrapper div dl dt span.sub-title-bottom {
	margin: 2px 0 2px 0;
	font-size: 108%;
	line-height: 1.2;
}


/* ---------- ジャケットほか各種素材 ---------- */
#new-release div.wrapper div dl dd.material {
	position: absolute;
	top: 24px;
	left: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #cccccc;
}

#new-release div.wrapper div dl dd.material p.jacket {
	margin: 0;
	padding: 0;
}

#new-release div.wrapper div dl dd.material p.jacket img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* ---------- 商品紹介文 ---------- */
#new-release div.wrapper div dl dd.info {
	position: relative;
    margin: 0 40px 20px 230px;
    padding: 0;
    font-size: 93%;
}

/* ---------- 基本データ ---------- */
#new-release div.wrapper div dl dd.basic {
	margin: 0 40px 0 0;
	padding: 0;
}

#new-release div.wrapper div dl dd.basic ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
    font-size: 93%;
	text-align: right;
}

#new-release div.wrapper div dl dd.basic li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}
html[xmlns] #new-release div.wrapper div dl dd.basic li {
	display: inline-block;
	padding: 0;
}
*:first-child+html #new-release div.wrapper div dl dd.basic li {
	display: inline;
	padding: 0 20px 0 0;
}

#new-release div.wrapper div dl dd.basic li:after {
	content: "/";
	padding: 0 3px 0 8px;
	color: #999999;
}
#new-release div.wrapper div dl dd.basic li:last-child:after {
	content: "";
	padding: 0;
}
#new-release div.wrapper div dl dd.basic li.last-section:after {
	content: "" !important;
	padding: 0;
}

/* ---------- 注意書き ---------- */
#new-release div.wrapper div dl dd.notice{
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 3px 8px;
	color: #cc0000;
	font-size: 85%;
	text-align: center;
	border: 1px solid #cc0000;
	background: #ffffff;
}

/* ---------- リンク ---------- */
#new-release div.wrapper div dl dd.link {
	display: none;
	position: absolute;
	top: 130px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0.2em;
	white-space: nowrap;
	border: 1px #cccccc;
	border-style: solid none;
	background: #ffffff;
	
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

#new-release div.wrapper div dl dd.link a {
	display: block;
	padding: 12px 0 10px 0;
	color: #336699 !important;
	font-size: 116%;
	white-space: nowrap;
	text-decoration: none !important;
}

/* ---------- セレクタ ---------- */
#selector {
	position: relative;
	height: 115px;
	margin: 20px 0 0 0;
	padding: 0;
}
html[xmlns] #selector {
	height: auto;
	min-height: 115px;
}

#selector h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}


#selector p {
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

#selector p img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#selector p img.target {
	border-color: #cc0000;
}

#selector p.more {
	position: absolute;
	top: -2px;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: right;
}

#selector p.more a {
	position: relative;
	display: inline;
	margin: 0 4px 3px 0;
	padding: 2px 5px 1px 25px;
	color: #336699 !important;
	font-size: 85%;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff url(../../images/pc/other/icon_lupe.gif) 5px 3px no-repeat;
	
	border-radius: 5px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
html[xmlns] #selector p.more a {
	display: inline-block;
	margin-right: 0;
}
*:first-child+html #selector p.more a {
	display: inline;
	margin-right: 4px;
}

/* ******************** RSS ******************** */
#rss {
	float: left;
	overflow: hidden;
	width: 700px;
	margin: 20px 0;
	padding: 0;
}

#rss h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#rss ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px dotted #cccccc;
}

#rss ul li {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 4px 0 4px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
}
html[xmlns] #rss ul li {
	width: auto;
}
#rss ul li.hover {
	background: #e3e3e3;
}
html[xmlns] #rss ul li.hover {
	background: url(../../images/pc/basic/back_transparent_black_5.png);
}

#rss ul li.hover a:hover {
	text-decoration: none !important;
}

#rss ul li span.time {
	padding: 3px 12px 2px 12px;
	color: #336699;
	font-size: 85%;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
}
#rss ul li a {
	padding: 0 0 0 8px;
	text-decoration: none !important;
}

/* ******************** 最終更新データ ******************** */
#last-modified {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#last-modified h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#last-modified ul {
	overflow: hidden;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #cccccc;
}

#last-modified ul li {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #cccccc;
	vertical-align: middle;
}
#last-modified ul li.hover {
	background: #e3e3e3;
}
html[xmlns] #last-modified ul li.hover {
	background: url(../../images/pc/basic/back_transparent_black_5.png);
}

#last-modified ul li.hover a:hover {
	text-decoration: none !important;
}

#last-modified ul li p.time {
	float: left;
	width: 50px;
	margin: 0 10px 0 5px;
	padding: 3px 0 0 0;
	color: #336699;
	font-size: 85%;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
}

#last-modified ul li p.time span.month {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
#last-modified ul li p.time span.day {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 189%;
}
#last-modified ul li p.time span.year {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	border-top: 1px solid #cccccc;
	background: #f3f3f3;
	
	border-radius: 0 0 5px 5px;
}

#last-modified ul li dl {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#last-modified ul li dl.preview {
	background: url(../../images/pc/other/icon_movie.gif) 100% 100% no-repeat;
}

#last-modified ul li dl dt {
	/* overflow: hidden; */
	width: 110px;
	margin: 0 0 0 50px;
	padding: 12px 0 3px 0;
	color: #336699;
	font-size: 106%;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
}
#last-modified ul li dl dt a {
	color: #336699 !important;
	text-decoration: none;
}
#last-modified ul li dl dt a:hover {
	text-decoration: underline;
}

#last-modified ul li dl dd {
	overflow: hidden;
	width: 100px;
	margin: 0 0 0 50px;
	padding: 0;
	font-size: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#last-modified ul li dl dd.jacket {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	margin: 0;
	padding: 0;
}
#last-modified ul li dl dd.jacket img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

/* ******************** アクセスランキング ******************** */
#access-ranking {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}

#access-ranking h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#access-ranking p.notice {
	margin: 0;
	padding: 0;
	color: #999999;
	text-align: center;
}

#access-ranking ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #cccccc;
}

#access-ranking ol li {
	height: 72px;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #cccccc;
}
html[xmlns] #access-ranking ol li {
	height: auto;
	min-height: 72px;
}
#access-ranking ol li.hover {
	background: #e3e3e3;
}
html[xmlns] #access-ranking ol li.hover {
	background: url(../../images/pc/basic/back_transparent_black_5.png);
}

#access-ranking ol li.hover a:hover {
	text-decoration: none !important;
}

#access-ranking ol li dl {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#access-ranking ol li dl.preview {
	background: url(../../images/pc/other/icon_movie.gif) 100% 100% no-repeat;
}

#access-ranking ol li dl dt {
	overflow: hidden;
	width: 170px;
	margin: 0 0 0 58px;
	padding: 3px 0 9px 0;
	color: #336699;
	font-size: 106%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#access-ranking ol li dl dt a {
	color: #336699 !important;
	text-decoration: none;
}
#access-ranking ol li dl dt a:hover {
	text-decoration: underline;
}

#access-ranking ol li dl dd {
	margin: 0 0 0 58px;
	padding: 0;
	font-size: 85%;
}

#access-ranking ol li dl dd.jacket {
	position: absolute;
	top: 2px;
	left: 0;
	width: 58px;
	margin: 0;
	padding: 0;
}
#access-ranking ol li dl dd.jacket img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

/* ******************** ソーシャルボタン ******************** */
#sns {
	clear: both;
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

#sns h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	text-indent: -10px;
	text-align: center;
	letter-spacing: 0.2em;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#sns ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sns ul li {
	display: inline;
	margin: 0 0 0 2px;
	padding: 0;
	vertical-align: top;
}
html[xmlns] #sns ul li {
	display: inline-block;
}
*:first-child+html #sns ul li {
	display: inline;
}

/* ******************** 音楽ソフト ******************** */
#music-soft {
	clear: left;
	width: 700px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#music-soft h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#music-soft p {
	margin: 10px 100px;
	padding: 0;
	text-align: center;
}

#music-soft p img {
	margin-bottom: 5px;
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#music-soft p.info {
	position: relative;
	display: inline;
	margin: 0;
	padding: 3px 15px 2px 15px;
	color: #666600;
	font-size: 100%;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
html[xmlns] #music-soft p.info {
	display: inline-block;
}
*:first-child+html #music-soft p.info {
	display: inline;
}
