@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align :baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* ========== 全体 ========== */
html{
	width:100%;
	background-color:#F9F9ED;
	font-size: 62.5%;
}
body{
	background:url(../img/bg_pattern.jpg) repeat #f8f6ee;
	color:#333;
	width:960px;
	min-width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:15px;
	line-height:2em;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

/* ========== main visual ========== */
#main{
	width:100%;
	height:800px;
	position:relative;
	background: url(../img/main.jpg);
}
#main h1{
	position:absolute;
	left:59px;
	top:42px;
}
#main p.read img{
	position:absolute;
	left:78px;
	top:247px;
}
#main p.date img{
	position:absolute;
	left:108px;
	top:545px;
}
#main p.catch img{
	position:absolute;
	left:670px;
	top:706px;
}

/* ========== read ========== */
#read{
	padding:75px 140px 18px;
	text-align:left;
	position:relative;
}
#read p{
	padding-bottom:57px;
}
#read p.illust{
	padding-bottom:0;
}


/* ========== dvd ========== */
.dvd_sec {
	background: #00b1bb;
	padding: 75px 0 70px;
}
.dvd_sec .img,
.dvd_sec .txt{
	float: left;
}
.dvd_sec .img {
	width: 330px;
	margin-left: 100px;
	margin-right: 30px;
}
.dvd_sec .txt {
	width:410px;
}
.dvd_sec .txt > dl > dt {
	margin-bottom: 10px;
}
.dvd_sec .txt dl dd {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
.dvd_sec .txt dl dd.price {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
} 
.dvd_sec .txt dl dd.price strong {
	font-size: 28px;
}
.dvd_sec .txt dl dd.price span {
	font-size: 13px;
	font-weight: normal;
}
.dvd_sec .txt > dl > dd {
	margin-bottom: 20px;
}
.dvd_sec .detail dt  {
	color:#ffeb01;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: 3px;
	padding-left: 1px;
}
.detail dt:nth-of-type(2) {
	margin-top: 18px;
	margin-bottom: 11px;
}
.detail dd {
	font-size:12px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}
.dvd_sec .bnr li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.dvd_sec .bnr li img{
	vertical-align:top !important
}
.dvd_sec .bnr li:nth-of-type(3),
.dvd_sec .bnr li:nth-of-type(6) {
	margin-right:0;
}
.dvd_sec .bnr li:nth-of-type(7) {
	margin-left: 255px;
}
.dvd_sec .bnr {
	width: 760px;
	margin: 0 auto;
	padding-top:50px;
	overflow: hidden;
}


/* ========== btn ========== */
.btn {
	text-align:center;
	padding: 75px 0;
}
.btn > div > div {
	width: 492px;
	margin: 0 auto;
}


/* ========== hover action ========== */
.dvd_sec .bnr li a,
.btn a {
	display: block;
	transition: 0.3s;
}
.dvd_sec .bnr li a:hover,
.btn a:hover {
	opacity: 0.7;
}

/* ========== footer ========== */
footer {
	font-size:13px;
	line-height:1.85em;
	margin: 0 auto;
	text-align: center;
}
footer .copyright {
	padding:30px 0;
}


/* ========== 絶対配置イラスト ========== */
p.illust img{
	position:absolute;
}
p.illust1 img{
	left:255px;
	top:275px;
}
p.illust2 img{
	left:670px;
	top:445px;
}
p.illust3 img{
	left:72px;
	top:0px;
}
p.illust4 img{
	left:846px;
	top:98px;
}
p.illust5 img{
	left:0px;
	top:417px;
}
p.illust6 img{
	left:818px;
	bottom:0px;
}