@charset "Shift_JIS";

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

/* Cascading Style Sheet for クロニクル リリースタイトル一覧 */

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

/* ############################ */
/* ### リリースタイトル一覧 ### */
/* ############################ */
#release {
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 24px solid #e3e3e3;
	background: #ffffff;
}

#release h2 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 210;
	margin: 0;
	padding: 20px 34px 15px 34px;
	color: #004d99;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.4;
	border: 1px #dddddd;
	border-style: solid none;
	background: #ededed url(../img/basic/back_title.gif) 50% 50% no-repeat;
}

/* ### 年移動 ### */
#release .move-month {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	z-index: 220;
	margin: 0;
	padding: 0.2em 20px;
	border: 1px solid #eeeeee;
	background: #f0f0f0;
}

#release .move-month h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}
#release .move-month p {
	margin: 0;
	padding: 0 10px;
	font-size: 90%;
	text-align: left;
}

#release .move-month ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#release .move-month li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#release .move-month li.prev {
	padding: 0 0.8em 0 0;
	border-right: 5px solid #e6e6e6;
}
#release .move-month li.now {
	padding: 0 0.8em;
}
#release .move-month li.next {
	padding: 0 0 0 0.8em;
	border-left: 5px solid #e6e6e6;
}
#release .move-month li p {
	display: inline;
	margin: 0;
	padding: 0;
}

#release .move-month li a {
	color:#058bc0 !important;
}

#release .move-month form#jump {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	z-index: 230;
	margin: 0;
	padding: 0;
}

#release .move-month form#jump div {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	z-index: 240;
	margin: 0;
	padding: 0;
}

/* ### 注意書き ### */
#memo {
	margin: 0;
	padding: 0;
}
#memo p {	
	margin: 0.5em 20px -1em 20px;
	padding: 0;
	color: #999999;
	font-size: 82%;
	text-align: center;
}

/* ################ */
/* ### 商品情報 ### */
/* ################ */
#release #products {
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	margin: 2.5em 25px;
	padding: 14px 0 0 0;
	background: url(../img/basic/back_line_white.gif) 0 0 repeat-x;
}
#release #products h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}

#release #products dl {
	position: relative;
	top: 0;
	left: 0;
	z-index: 310;
	height: 60px;
	margin: 0 0 12px 0;
	padding: 0 0 10px 20px;
	background: url(../img/basic/back_line_white.gif) 0 100% repeat-x;
}
html[xmlns] #release #products dl {
	height: auto;
	min-height: 50px;
}
#release #products dl dt {
	position: relative;
	top: 0;
	left: 0;
	z-index: 320;
	margin: 0 0 0 60px;
	padding: 0 0 0 20px;
	color: #dd3300;
	font-size: 82%;
	font-weight: bold;
}
#release #products dl dt a {
	color: #ec3300 !important;
	text-decoration: none;
}
#release #products dl dd {
	position: relative;
	top: 0;
	left: 0;
	z-index: 330;
	margin: 0;
	padding: 0;
}
#release #products dl dd.data {
	margin: 0 0 0 30px;
	padding: 0.2em 0 0 50px;
	font-size: 82%;
}
#release #products dl dd.jacket {
	position: absolute;
	top: -3px;
	left: 30px;
	z-index: 340;
	width: 52px;
	height: 52px;
	margin: 0 0 -3px 0;
	text-align: right;
}
#release #products dl dd.comment {
	margin: 0.5em 20px 0.5em 75px;
	padding: 0.2em 10px;
	font-size: 82%;
	border: 1px solid #ffcf28;
	background: #fabf1f;
}
#release #products dl dd.link {
	clear: both;
	position: relative;
	top: 10px;
	left: 0;
	z-index: 340;
	margin: 0 0 10px 80px;
	padding: 0.2em 10px;
	color: #999999;
	font-size: 82%;
	text-align: right;
	border: 1px solid #eeeeee;
	background: url(../img/basic/back_link_white.gif) repeat-x 0 50%;
}
#release #products dl dd.link a {
	padding-right: 13px;
	text-decoration: none;
	background: url(../img/basic/back_release_link.gif) 100% 50% no-repeat;
}

/* ### エラー表示 ### */
.error,
.info {
	margin: 0;
	padding: 0;
}
.error p,
.info p {
	margin: 0.5em 20px;
	padding: 0;
	color: #999999;
	font-size: 82%;
	text-align: center;
}
.error p strong {
	color: #ff0000;
}