@charset "utf-8";
/* !2カラム works.html用 */
#year {
	float: left;
	width: 84px;
}
#year ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #666;
	font-family: "Futura", sans-serif;
	font-weight: bold;
}

#year ul li a {
	width: 84px;
	text-align: center;
	padding: 2px 0;
	display: block;
	color: #000;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#year ul li:hover {
	background: #e0e0e0;
}

#year ul li.selected, #year ul li.selected:hover {
	background: #c27cbe;
}

#year .selected a {
	color: #fff;
}

/* !右側項目 */
#list {
	margin: 0 0 0 114px;
}

/* !各項目 */
.item {
	width: 600px;
	float: left;
	font-size: 0.92em;
	padding: 10px 10px 0;
	margin-bottom: 12px;
	border-left: solid 1px #999;
	border-bottom: solid 1px #666;
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.right-caption {
	float: right;
	width: 314px;
	margin: 0;
	vertical-align: top;
}

.category {
	float: right;
	width: 140px;
	text-align: right;
}

.item h3 {
	border-bottom-color: white;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #888;
	font-size: 1.2em;
	font-weight: bold;
}

.item h3 a:hover, .item h3 a:active  {
	text-decoration: none;
	color: #444;
}

.CollapsiblePanelContent ol li, .CollapsiblePanelContent ul li {
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.CollapsiblePanelContent span {
	margin-left: 0.5em;
}

.CollapsiblePanelContent ol a, .CollapsiblePanelContent ul a {
	font-family: "Arial Black";
	font-size: 9px;
	vertical-align: top;
	padding: 1px 6px;
	color: #eee;
	background-color: #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.CollapsiblePanelContent ol a:hover, .CollapsiblePanelContent ol a:active, .CollapsiblePanelContent ul a:hover, .CollapsiblePanelContent ul a:active {
	color: #2be100;
	text-decoration: none;
}

/* !発売情報 */
dl.info {
	line-height: 1.6em;
	margin: 8px 0;
}
dl.info dt {
	width: 4.2em;
}
dl.info dd{
	margin: -1.6em 0 0 4em;
}

.caption {
	clear: both;
	word-wrap: break-word;
}

.link_amazon p:before {
	content: url('/images/arrow002.png');
	margin-right: 4px;
}

.link_amazon {
	line-height: 28px;
	vertical-align: bottom;
}

.item img {
	vertical-align: bottom;
}

.credits {
	font-size: 0.84em;
	font-color: #888;
}

.comment_box {
	font-size: 0.92em;
	margin-left: 0 0 0.5em;
	padding: 0.5em;
	background-color: #eee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}

/* !サイト内検索 */

#site_search p.invisible {
	font-size: 0.84em;
	width: 80px;
	height:5.7em;
	color: white;

	filter: alpha(opacity=0);
	opacity: 0;
}

#cse, #cse_title {
	width: 600px;
	margin-left: 130px;
	margin-bottom: 10px;
}

#cse_title {
	margin-bottom: 0;
	font-size: 0.75em;
	color: #888;
}

/* !詳細情報の2段組 */

ol.col2 {
	margin-left: 0;
	padding-left: 1em;

	column-count: 2;
	column-width: 260px;
	column-gap: 1em;
  
	-moz-column-count: 2;
	-moz-column-width: 260px;
	-moz-column-gap: 1em;
  
	-webkit-column-count: 2;
	-webkit-column-width: 260px;
	-webkit-column-gap: 1em;
}

ol.col2 li {
	margin-left: 2em;
	padding-left: 0;
}

ol li small, ul li small {
	color: #666;
	font-size: 0.84em;
}

ol, ul {
	margin-left: 0;
	padding-left: 2em;
}

ul {
	list-style-type: square;
	margin: 0.5em 0 1em;
}

/* !2枚組CDの2段組 */

.disk2 {
	margin-left: 1em;
}

.disk2 p {
	font-weight: bold;
	color: #888;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0.5em 0;
}

.disk2 ol {
	margin-top: 0;
	padding-top: 0;
}

.disk2_1 {
	width: 277px;
	float: left;
	margin-right: 10px;
}

.disk2_2 {
	width: 277px;
	float: left;
}

/* !320*240の動画を右寄せで表示 */

.right_movie {
	float: right;
	width: 320px;
}

.float_left_320px {
	float: left;
	width: 320px;
}

.float_left_ {
	float: left;
	width: 250px;
}

.float_right_100px {
	float: right;
	width: 100px;
	margin: 0 4px;
}

.float_right_100px p {
	margin-top: 4px;
	line-height: 1em;
	font-size: 0.75em;
}

h4.anchor {
	color: #fff;
	background-color: #666;
	margin: 1em 0;
	padding: 3px 1em;
}

.anchor_profile {
	font-size: smaller;
	margin: 0;
	line-height: 1.3em;
}

h4.YpH_SDD {
	color: #fff;
	background-color: #a75998;
	margin: 1em 0;
	padding: 3px 1em;
}