@charset "utf-8";

/* ===============================================
	HEADER
=============================================== */
#header {
}

/*  TITLE
------------------------------------------------*/
h1 {
	line-height:0;
}

h2 {
	line-height:0;
}

h3 {
	margin:20px 0 15px;
	padding:6px 8px 4px;
	font-size:1.6rem;
	font-weight:bold;
}

h3.Target {
	margin:0;
	padding:0 0 4px;
	background:none;
	border:none;
	border-bottom:2px #000 solid;
	border-radius:0;
	line-height:0;
}

h4 {
	margin:20px 0 15px;
	padding:6px 8px 4px;
	font-size:1.6rem;
	font-weight:bold;
}
h3 + h4 {
	margin:10px 0 15px;
}

h5 {
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom:1px #000 solid;
	font-weight:bold;
	line-height:1.2em;
}
h5:before {
	content:"■";
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 5px 0 0;
	background:#fff;
	border:4px #333 solid;
	color:#fff;
	vertical-align:top;
	overflow:hidden;
}

@media screen and (max-width: 767px) {
h1 img {
	width:100%;
}

h2 img {
	width:100%;
}

h3 {
	margin:10px 0;
	padding:4px 5px;
	font-size:1em;
}

h3.Target {
	padding:0 0 4px;
}

h3.Target img {
	width:25%;
	max-width:144px;
}

h4 {
	margin:10px 0;
	padding:4px 5px;
	font-size:1em;
}
}

/* LEAD */
#Lead {
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
}


/* ===============================================
	CONTENTS
=============================================== */
/*  .header
------------------------------------------------*/
.header {
	margin:0 0 15px;
}
* + .header {
	margin:20px 0 15px;
}

@media screen and (max-width: 767px) {
.header {
	margin:0 0 10px;
}
* + .header {
	margin:10px 0;
}
}

/*  TITLE
------------------------------------------------*/
.header h3 {
	margin:0;
}

/* LEAD */
.Lead {
	margin:10px 0 0;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
}

/*  CONTENTS
------------------------------------------------*/
.article {
	margin:0 auto;
	padding:0 0 10px;
	text-align:left;
	overflow:hidden;
}

.section {
}

.section p {
	line-height:1.4em;
}

.content {
}

/*	PERIOD
------------------------------------------------*/
div.Period {
	margin-top:15px;
	margin-bottom:20px;
	background:#fff;
	text-align:center;
}

div.Period .h {
	padding:6px 10px 4px;
	background:#E50012;
	color:#fff;
	font-weight:bold;
	line-height:1;
	text-align:left;
}

div.Period .Day {
	padding:8px 0;
	border-left:2px #E50012 solid;
	border-right:2px #E50012 solid;
	border-bottom:2px #E50012 solid;
	color:#231815;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
}

@media screen and (max-width: 767px) {
div.Period {
	margin-top:10px;
	margin-bottom:10px;
}

div.Period .h {
	padding:4px 10px;
}

div.Period .Day {
	font-size:1em;
}
}

/*	BUTTON
------------------------------------------------*/
.buttonArea {
	margin:10px 0;
	text-align:right;
	clear:both;
}

.Button {
	text-align:center;
}

/* SET BUTTON */
.setButton {
	text-align:center;
}

.setButton a {
	display:inline-block;
	padding:8px 10px 8px 30px;
	background:#518E48 url(../img/common/icon_cart.png) 10px center no-repeat;
	border-radius:3px;
	box-shadow:0 2px 0 #38520C;
	color:#fff;
	font-weight:bold;
	
	-webkit-box-shadow:0 2px 0 #38520C;
}

/* ENTRY BUTTON */
.entryButton {
	text-align:center;
}

.entryButton a {
	display:inline-block;
	margin:0 auto;
	padding:8px 40px;
	background:#FE0000;
	border-radius:4px;
	box-shadow:1px 1px 0 #000;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-shadow:-1px -1px 0 #000;
	
	-webkit-box-shadow:1px 1px 0 #000;
}

/* TEXT LINK */
.textLink {
	line-height:1.4em;
}

.textLink a {
	display:inline-block;
	margin:0 2px 0 10px;
	padding:2px 10px 2px 22px;
	background:#FE0000 url(../img/common/arrow_w.png) 10px center no-repeat;
	border-radius:2px;
	box-shadow:1px 1px 0 #000;
	color:#fff;
	font-size:0.88em;
	
	-webkit-box-shadow:1px 1px 0 #000;
}

/* .buttonLink */
.buttonLink {
	text-align:center;
}

.buttonLink a {
	display:inline-block;
	padding:10px 30px 10px 20px;
	background:#0a0706 url(../img/common/arrow_w.png) 94% center no-repeat;
	background:url(../img/common/arrow_w.png) 94% center no-repeat, linear-gradient(to bottom, #453e3c 0%, #0a0706 75%, #0a0706 100%);
	border:2px #fff solid;
	border-radius:4px;
	box-shadow:0 1px 2px #000;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
	
	background:url(../img/common/arrow_w.png) 94% center no-repeat, -webkit-gradient(linear, center top, center bottom, from(#453e3c),color-stop(0.75, #0a0706),to(#0a0706));
	-webkit-box-shadow:0 1px 2px #000;
}

.buttonLink a span {
	display:block;
	margin:2px 0 0;
	font-size:0.88em;
}

/* .linkList */
.linkList {
	margin:20px 0 0;
	padding:10px 0 0;
	border-top:1px #ccc dashed;
}

.linkList p {
	color:#666;
	text-align:center;
}

.linkList p a {
	color:#FF5CA3;
	text-decoration:underline;
}

.linkList dl {
	letter-spacing:-0.4em;
}

.linkList dl * {
	letter-spacing:normal;
}

.linkList dt {
	display:inline-block;
	margin:0 5px 0 0;
	padding:2px 2em;
	background:#e5007f;
	color:#fff;
	
	/display:inline;
	/zoom: 1;
}

.linkList dd {
	display:inline-block;
	padding:2px;
	
	/display:inline;
	/zoom: 1;
}

.linkList dd a {
	color:#499dfd;
	text-decoration:underline;
}

/* BANNER */
.Banner {
	margin:10px 0;
	text-align:center;
}

@media screen and (min-width: 768px) {
/* .linkList */
.linkList p {
	font-size:1.4rem;
}

/* SP */
.SP {
	display:none;
}
}

@media screen and (max-width: 767px) {
.buttonArea {
	text-align:center;
}

.Button img {
	width:50%;
	max-width:300px;
}

/* TEXT LINK */
.textLink a {
	margin:5px 10px 0;
	font-size:1em;
}

/* .buttonLink */
.buttonLink a {
	display:inline-block;
	padding:8px 20px 8px 10px;
	background:url(../img/common/arrow_w.png) 95% center no-repeat, linear-gradient(to bottom, #453e3c 0%, #0a0706 75%, #0a0706 100%);
	border:1px #fff solid;
	font-size:1em;
	
	background:url(../img/common/arrow_w.png) 95% center no-repeat, -webkit-gradient(linear, center top, center bottom, from(#453e3c),color-stop(0.75, #0a0706),to(#0a0706));
}

/* .linkList */
.linkList {
	margin:10px 0 0;
	padding:5px 0 0;
}

/* BANNER */
.Banner img {
	width:100%;
}

/* PC */
.PC {
	display:none;
}
}

/*	PS
------------------------------------------------*/
p.Postscript {
	margin:10px 0 0 1em;
	color:#595757;
	font-size:0.88em;
	text-indent:-1em;
	line-height:1.25em !important;
	text-align:left;
}
p.Postscript:before {
	content:"※";
	color:#FF2400;
}
p.Postscript + .Postscript {
	margin:2px 0 0 1em;
}

/*	LIST
------------------------------------------------*/
.section ol {
	margin:0 0 20px;
}

.section ol li {
	margin:0 0 10px;
	line-height:1.25em;
}

.section ul {
}

.section ul li {
	margin:0 0 5px 1.25em;
	line-height:1.25em;
	list-style:disc;
}

.section ul .Margin {
	margin:20px 0 5px 1em;
}

@media screen and (min-width: 768px) {
.section .titleList {
	width:48%;
	float:left;
}
.section .titleList:nth-of-type(2n) {
	float:right;
}
}

/*  ATTENTION
------------------------------------------------*/
.attentionArea {
	margin:15px 0 0;
	padding:10px;
	background:#E6E6E6;
	border-radius:5px;
}

.attentionArea h5 {
	margin:0 0 10px;
	padding:0 0 3px;
	border-bottom:1px #000 solid;
	color:#231815;
	font-weight:bold;
	text-align:center;
}
.attentionArea h5:before {
	content:"";
	display:none;
}

.attentionArea p {
	line-height:1.5em;
}

.attentionArea .Attention {
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}

/* PS */
.attentionArea p.Postscript {
	color:#595757;
}
.attentionArea p.Postscript:first-child {
	margin:0 0 0 1em;
}

@media screen and (max-width: 767px) {
.attentionArea {
	margin:10px 0 0;
	padding:5px;
	border-radius:3px;
}

.attentionArea .Attention {
	font-size:1em;
}
}

/*  NOTICE
------------------------------------------------*/
.noticeArea {
	margin:15px 0 0;
	padding:10px;
	background:#E6E6E6;
	border-radius:5px;
}

.noticeArea h5:before {
	border:4px #FF2414 solid;
}

/*	NAV
------------------------------------------------*/
.Nav {
}

.Nav ul {
	letter-spacing:-0.4em;
	text-align:center;
}

.Nav li {
	display:inline-block;
	margin:0 4px;
	letter-spacing:normal;
	line-height:0;
	vertical-align:top;
}

@media screen and (max-width: 767px) {
.Nav li {
	width:30%;
	margin:0 1%;
}

.Nav li img {
	width:100%;
}
}

/*	ITEM
------------------------------------------------*/
.Item {
}

.Item > a {
	display:block;
}

.Item .imageArea {
	width:140px;
	text-align:center;
	vertical-align:top;
}

.Item .imageArea > .Image {
	display:inline-block;
	max-width:140px;
	min-height:172px;
	margin:0 auto;
	background:#808080;
	border:1px #999 solid;
	box-sizing:border-box;
	line-height:0;
	overflow:hidden;
	
	-webkit-box-sizing:border-box;
}

.Item .imageArea > .Image img {
	height:172px;
}

@media screen and (max-width: 767px) {
.Item .imageArea {
	width:98px;
}

.Item .imageArea > .Image {
	max-width:98px;
	min-height:120px;
}

.Item .imageArea > .Image img {
	height:120px;
}
}

.Item .textArea {
	vertical-align:top;
}

.Item .textArea dt {
	line-height:1.25em;
}

.Item .textArea dt span {
	font-size:0.75em;
	font-weight:normal;
}

.Item .textArea dd {
	margin:4px 0 0;
	line-height:1.4em;
}

.Item .textArea .Author {
	margin:5px 0 8px;
	font-size:0.88em;
}

.Item .textArea .Belong {
	margin:5px 0 8px;
	font-size:0.88em;
	color:#FE8313;
}

.Item .textArea .Note {
	margin:5px 0 0;
	color:#FF3300;
	font-weight:bold;
}

/* ICON */
.Item .New {
	margin:0 3px 3px 0;
	background:#DDB918;
	border-left:1px #EBDB6E solid;
	border-top:1px #EBDB6E solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	border-radius:2px;
	color:#ff0000;
	font-size:0.88em;
	line-height:1;
	white-space:nowrap;
	text-align:center;
	vertical-align:top;
	
	background:-moz-linear-gradient(top, #DDB918 0%, #EFC71D 100%);
	background:-webkit-gradient(linear, center top, center bottom, from(#DDB918), to(#EFC71D));
}

.Item .Added {
	display:inline-block;
	margin:0 3px 3px 0;
	padding:3px 5px;
	background:#FF329A;
	border-radius:2px;
	color:#fff;
	line-height:1;
	white-space:nowrap;
}

.Item span.Added {
	font-size:0.88em;
}

.Item p.Added {
	display:block;
	margin:2px 0 0;
	border:1px #D9D9D9 solid;
	padding:4px 0;
	border-radius:0;
	line-height:1;
	white-space:nowrap;
	text-align:center;
}

/* PRICE */
.Item .Price {
	margin:5px 0 0;
	padding:5px 0;
	background:#efefef;
	border-radius:2px;
	color:#231815;
	font-size:0.75em;
	text-align:center;
}

.Item .Price b {
	color:#FF2E00;
	font-size:1.38em;
	font-weight:bold;
}

.Item .imageArea .Price {
	margin:5px 0 0;
}

@media screen and (max-width: 767px) {
.Item .Price {
	font-size:0.75em;
}
}

/* POINT */
.Item .Point em {
	display:block;
	background:#fff;
	background:linear-gradient(to bottom, #fff 0%, #fff 50%, #B2B2B2 100%);
	border:1px #A9A9AA solid;
	color:#000;
	
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.50, #fff), to(#B2B2B2));
}

@media screen and (min-width: 768px) {
.Item .Point {
	margin:5px 0 0;
}

.Item .Point em {
	padding:6px 0;
	border-radius:6px;
	box-shadow:0 0 1px #bbb;
	
	-webkit-box-shadow:0 0 1px #bbb;
}

.Item .Point em:before {
	content:"P";
	display:inline-block;
	width:20px;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 0 0;
	background:#FFD900;
	border:2px #F09600 solid;
	border-radius:1em;
	color:#ff0000;
	font-size:1.25em;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

.Item .Point em span {
	display:inline-block;
	text-align:left;
	vertical-align:middle;
}
}

@media screen and (max-width: 767px) {
.Item .Point {
	margin:2px 0 0;
}

.Item .Point em {
	padding:4px 0;
	border-radius:4px;
	font-weight:bold;
}
}

/* LINK AREA */
.Item .linkArea {
}

.Item .linkArea p {
	line-height:1;
	white-space:nowrap;
	text-align:center;
}

/* BUTTON */
.Item .Button {
	padding:4px 0;
	background:#A6A6A6;
	border:1px #D9D9D9 solid;
	color:#fff;
}

.Item > a .Button {
	background:#FE0000;
	border-left:1px #ccc solid;
	border-top:1px #ccc solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}

.Item .Number {
	background:#003D82;
	border:1px #D9D9D9 solid;
	color:#fff;
}

.Item .Number a {
	display:block;
	padding:4px 0;
	color:#fff;
}

.Item > a .Number {
	padding:4px 0;
}

.Item .Pickup a {
	display:block;
	padding:4px 0;
	background:#FFE042;
	border:1px #FE8313 solid;
	color:#231815;
}

.Item .linkArea p:not([class]) a {
	display:block;
	padding:4px 0;
	background:#FE0000;
	border-left:1px #ccc solid;
	border-top:1px #ccc solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	color:#fff;
}

/* SET BUTTON */
.Item .linkArea .setButton a {
	display:block;
	padding:5px 0;
	background:#518E48;
	border:none;
	border-radius:2px;
	box-shadow:0 1px 0 #38520C;
	color:#fff;
	font-weight:bold;
	
	-webkit-box-shadow:0 1px 0 #38520C;
}

/*	BOOK
------------------------------------------------*/
.Book {
}
.Book + .Book {
	margin-top:15px;
	padding-top:15px;
	border-top:1px #666 dashed;
}
.Lineup + .Book {
	margin-top:15px;
	padding-top:15px;
	border-top:1px #666 dashed;
}
.Series + .Book {
	margin-top:15px;
	padding-top:15px;
	border-top:1px #666 dashed;
}

@media screen and (min-width: 768px) {
.Book .Item {
	position:relative;
	margin:15px 0 0;
	padding:15px 0 0;
	border-top:1px #666 dashed;
	overflow:hidden;
	*zoom:1;
}
.Book .Item:first-of-type {
	margin:0;
	padding:0;
	border:none;
}
.Book .Item:after {
	clear:both;
}

.Book .Item > a {
	overflow:hidden;
	*zoom:1;
}
.Book .Item > a:after {
	clear:both;
}

.Book .imageArea {
	width:176px;
	float:left;
}

.Book .imageArea > .Image {
	max-width:176px;
	min-height:250px;
}

.Book .imageArea > .Image img {
	height:250px;
}

.Book .textArea {
	width:530px;
	padding:0 0 40px;
	float:right;
}
}

@media screen and (max-width: 767px) {
.Book .Item {
	position:relative;
	display:table;
	width:100%;
	margin:15px 0 0;
	padding:15px 0 0;
	border-top:1px #666 dashed;
}
.Book .Item:first-of-type {
	margin:0;
	padding:0;
	border:none;
}

.Book .imageArea {
	display:table-cell;
	vertical-align:top;
}

.Book .textArea {
	display:table-cell;
	width:100%;
	padding:0 0 40px 10px;
	vertical-align:top;
}
}

.Book .textArea dt {
	font-size:1.13em;
	font-weight:bold;
}

.Book .textArea .Author {
	margin:3px 0 8px;
}

/* LINK AREA */
.Book .linkArea {
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
}

.Book .linkArea p {
	display:inline-block;
	width:8em;
	
	/display:inline;
	/zoom: 1;
}

/* BANNER */
.Book .Banner {
	margin:20px 0 0;
}

/*	LINEUP
------------------------------------------------*/
.Lineup {
	font-size:1.2rem;
	overflow:hidden;
	*zoom:1;
}
.Book + .Lineup {
	margin-top:15px;
	padding-top:15px;
	border-top:1px #666 dashed;
}
.Series + .Lineup {
	margin-top:15px;
}

@media screen and (min-width: 768px) {
.Lineup .Item {
	width:140px;
	margin:0 6px 10px 0;
	padding:10px 0 0;
	border-top:3px #ccc solid;
	float:left;
}
.Lineup .Item:nth-of-type(5n) {
	margin:0 0 10px 0;
}
.Lineup .Item:nth-of-type(-n+5) {
	padding:0;
	border:none;
}
}

@media screen and (max-width: 767px) {
.Lineup .Item {
	width:98px;
	margin:0 2px 8px 0;
	float:left;
}
}

.Lineup .textArea {
	word-wrap:break-word;
}

@media screen and (min-width: 768px) {
.Lineup .textArea p {
	margin:5px 0 0;
}
}

.Lineup .textArea dt {
	margin:3px 0 0;
}

.Lineup .textArea dt span {
	font-size:0.88em;
}

/* PRICE */
.Lineup .Price {
	font-size:1rem;
}

.Lineup .Price b {
	font-size:1.5em;
	font-weight:normal;
}

.Lineup .Price span {
	margin:0 5px 2px;
}

/* LINK AREA */
.Lineup .linkArea p {
	margin:4px 0 0;
}

/* BUTTON */
.Lineup .buttonArea {
	padding:10px 0 0;
	border-top:3px #ccc dotted;
}

@media screen and (min-width: 768px) {
/* BANNER */
.Lineup .Banner {
	margin:20px 0 0;
}
}

/*	LINE6(PC only)
------------------------------------------------*/
@media screen and (min-width: 768px) {
.Line6 .Item {
	width:116px;
}
.Line6 .Item:nth-of-type(5n) {
	margin:0 6px 10px 0;
}
.Line6 .Item:nth-of-type(6n) {
	margin:0 0 10px 0;
}
.Line6 .Item:nth-of-type(-n+6) {
	padding:0;
	border:none;
}

.Line6 .imageArea {
	width:116px;
}

.Line6 .imageArea > .Image {
	max-width:116px;
	min-height:164px;
}

.Line6 .imageArea > .Image img {
	height:164px;
}
}

/*	LINE4(PC only)
------------------------------------------------*/
@media screen and (min-width: 768px) {
.Line4 .Item {
	width:178px;
	margin:0 5px 10px 0;
}
.Line4 .Item:nth-of-type(5n) {
	margin:0 5px 10px 0;
	padding:10px 0 0;
	border-top:3px #ccc solid;
}
.Line4 .Item:nth-of-type(4n) {
	margin:0 0 10px 0;
}

.Line4 .imageArea {
	width:176px;
}

.Line4 .imageArea > .Image {
	max-width:176px;
	min-height:204px;
}

.Line4 .imageArea > .Image img {
	height:204px;
}
}

/*	LINE3(PC only)
------------------------------------------------*/
@media screen and (min-width: 768px) {
.Line3 {
	text-align:center;
}

.Line3 .Item {
	display:inline-block;
	width:180px;
	margin:0 20px 10px;
	padding:10px 0 0;
	border-top:3px #ccc solid;
	letter-spacing:-0.4em;
	text-align:left;
	vertical-align:top;
	float:none;
	
	/display:inline;
	/zoom: 1;
}
.Line3 .Item:nth-of-type(5n) {
	margin:0 20px 10px;
}
.Line3 .Item:nth-of-type(-n+3) {
	padding:0;
	border:none;
}

.Line3 .Item * {
	letter-spacing:normal;
}

.Line3 .imageArea {
	width:180px;
	float:left;
}

.Line3 .imageArea > .Image {
	max-width:180px;
	min-height:256px;
}

.Line3 .imageArea > .Image img {
	height:256px;
}

.Line3 .Item .Price {
	min-height:1em;
}
}

/*	SERIES
------------------------------------------------*/
.Series {
	font-size:1.2rem;
	overflow:hidden;
	*zoom:1;
}

.Series .Item {
	position:relative;
	margin:10px 0 0;
	padding:5px;
	border:1px #ccc solid;
	border-radius:2px;
}

@media screen and (min-width: 768px) {
.Series .Item {
	width:348px;
	float:left;
}
.Series .Item:nth-of-type(even) {
	float:right;
}
}

.Series .imageArea {
	display:table-cell;
}

.Series .textArea {
	display:table-cell;
	padding:0 0 30px 8px;
}

.Series .textArea dt {
	font-size:1.13em;
	font-weight:bold;
}

.Series .Lead {
	padding:5px 8px 3px;
	background:#C1E8FF;
	border-radius:2px;
	color:#1073CD;
	font-weight:bold;
	line-height:1.25em;
}

.Series p.Lead {
	margin:0 0 5px;
}

@media screen and (max-width: 767px) {
.Series .Lead {
	padding:4px 8px;
}
}

/* LINK AREA */
.Series .linkArea {
	position:absolute;
	right:5px;
	bottom:5px;
	text-align:right;
}

.Series .linkArea p {
	display:inline-block;
	width:7em;
	
	/display:inline;
	/zoom: 1;
}

/*	#Outline
------------------------------------------------*/
#Outline a {
	text-decoration:underline;
}


/* ===============================================
	FOOTER
=============================================== */
#footer {
	padding:20px 0 0;
}

#copyright {
	color:#666;
	font-size:1.2rem;
	line-height:1.2em;
	text-align:center;
}

@media screen and (max-width: 767px) {
#footer {
	padding:10px 0 0;
}
}

