@charset "utf-8";

/* --------------------------------------------------------------------------------------
 products
--------------------------------------------------------------------------------------- */

body {
	position: relative;
	min-width: 320px;
	color: #292929;
	font-size: 12px;
	background-color: #ffffff;
}
.container a{
	color:#699ec7;
	text-decoration:underline;
}
.container a:hover{
	text-decoration:none;
}
.container a.blank{
	background: url(../img/icn_window.png) right center no-repeat;
	padding-right:18px;
}
.container a:hover{
	text-decoration:none;
}

/* headArea */
.container #headarea {
	margin-top:15px;
	padding-bottom: 0px;
	background: url(../img/products_ttl_bg.gif) center top repeat-x;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	text-align:center;
}
.container #headarea h1{
	text-align:center;
	margin-bottom:12px;
}
.container #headarea h2 img{
	width: 100%;
}


/* contents */
.container #contents{
	width: 100%;
	position: relative;
	margin-bottom:80px;
}
.container #contents ul {
	width: 93%;
	margin:0 auto;
}
.container #contents ul li{
	text-align:center;
	width:100%;
	margin-top:30px;
}
.container #contents ul li img{
	width: 50%;
}
.container #contents ul li .year{
	margin-top: 5px;
}
.container #contents ul li .released{
	width: auto;
	height: 20px;
	margin-top: 11px;
}
.container #contents ul li .released.r2{
	margin-top: 25px;
}
