@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for クロニクル アーティスト／タイトル 一覧 */

#main {
	overflow: hidden;
	border-bottom: 24px solid #e3e3e3;
	background: #ffffff;
}

/* ############ */
/* ### 一覧 ### */
/* ############ */
#list {
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	margin: 0;
	padding: 0 0 2em 0;
	border-top: 24px solid #e3e3e3;
	background: #ffffff;
}

#list a {
	text-decoration: none;
}

#list div.list {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#list h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}
#list h3 {
	height: 100px;
	padding: 0;
	text-align: center;
	text-indent: -9000px;
	border: 1px solid #cccccc;
}
#list div.left h3 {
	margin: 1em 10px 1em 20px;
}
#list div.right h3 {
	margin: 1em 20px 1em 10px;
}
#list div.list h3.gs {
	background: #009900 url(../img/basic/back_h3_gs.gif) 50% 50% no-repeat;
}
#list div.list h3.gs-omnibus {
	background: #009900 url(../img/basic/back_h3_gs-omnibus.gif) 50% 50% no-repeat;
}
#list div.list h3.rock {
	background: #009900 url(../img/basic/back_h3_rock.gif) 50% 50% no-repeat;
}
#list div.list h3.idol {
	background: #009900 url(../img/basic/back_h3_idol.gif) 50% 50% no-repeat;
}
#list div.list h3.pops {
	background: #009900 url(../img/basic/back_h3_pops.gif) 50% 50% no-repeat;
}
#list div.list h3.yujiro {
	background: #009900 url(../img/basic/back_h3_yujiro.gif) 50% 50% no-repeat;
}
#list div.list h3.other {
	background: #009900 url(../img/basic/back_h3_other.gif) 50% 50% no-repeat;
}
#list div.list h3.theme {
	background: #009900 url(../img/basic/back_h3_theme.gif) 50% 50% no-repeat;
}

/* ### リスト部分 ### */

#list div p {
	padding: 0;
	color: #666666;
	font-size: 71%;
}
 
#list div.left p {margin: 0 10px 1em 20px; }
#list div.right p { margin: 0 20px 1em 10px; }

#list div.dl {
	margin: 0;
	padding: 0;
}
#list div.left dl { margin: 0 10px 1em 20px; }
#list div.right dl { margin: 0 20px 1em 10px; }

#list dl dt {
	margin: 0 0 0.2em 0;
	padding: 0 5px;
	color: #009900;
	font-size: 82%;
	font-weight: bold;
	background: url(../img/basic/back_line_white.gif) 0 100% no-repeat;
}
#list dl dd {
	margin: 0;
	padding: 0;
	font-size: 71%;
}
#list dl dd ul {
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}
html[xmlns] #list dl dd ul {
	width: auto;
}
#list dl dd ul li {
	list-style: disc inside;
	margin: 0 0 0 3px;
	padding: 0.2em 0;
	white-space: nowrap;
}
html:not(:target) #list dl dd ul li.preview,
html:not(:target) #list dl dd ul li.mobile,
html:not(:target) #list dl dd ul li.preview-mobile {
	margin: 0;
	list-style: none;
}
html:not(:target) #list dl dd ul li.preview a {
	padding: 0 0 0 15px !important;
	background: url(../img/basic/icon_preview_s.gif) 0 0 no-repeat !important;
}
html:not(:target) #list dl dd ul li.mobile a {
	padding: 0 0 0 15px !important;
	background: url(../img/basic/icon_mobile_s.gif) 0 0 no-repeat !important;
}
html:not(:target) #list dl dd ul li.preview-mobile a {
	padding: 0 0 0 15px !important;
	background: url(../img/basic/icon_preview-mobile_s.gif) 0 0 no-repeat !important;
}

/* ### その他 ### */
#list p.note {
	clear: both;
	position: relative;
	top: 20px;
	left: 0;
	z-index: 300;
	margin: 0 0 20px 0;
	padding: 0;
	color: #999999;
	font-size: 82%;
	text-align: center;
}