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

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
table,th,td,
dl,dt,dd,
form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0;
}

body {
	line-height:1.5;
	font-size:12px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
	vertical-align: bottom;
}
li{ list-style: none;}
a { text-decoration: none;}

.clearfix:after{
	    content: ".";
	display: block;
	height: 0;
	font-size:0;   
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
   display:block;
}
/* End Hack */

#containerWrapper {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}
#container {
	width: 640px;
	background: url(img/bg.png) center top repeat-y;
}


/*----------------------- ヘッダー ----------------------- */
header {
	width: 640px;
	padding: 25px 0;
	text-align: center;
}

/*----------------------- ナビゲーション ----------------------- */
nav {
	width: 632px;
	margin: 0 auto 20px;
}
nav li {
	width: 315px;
	margin: 0 2px 2px 0;
	background: linear-gradient(#f2008e, #ce0018);
	background: -moz-linear-gradient(top, #f2008e, #ce0018);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f2008e), color-stop(1.00, #ce0018));
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	float: left;
	display: table;
}
nav li:nth-child(even) {
	margin-right: 0;
}
nav li a {
	height: 80px;
	color: #ffffff;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}


/*----------------------- コンテンツ ----------------------- */
#contentsWrapper {
	width: 632px;
	margin: 0 auto;
}
.contents {
	width: 590px;
	margin: 0 auto;
}
.wrapper {
	background: url(img/bgStripe.png) center top repeat-y;
}
.wrapperbottom {
	padding-top: 9px;
	background: url(img/bgStripe_bt.png) center top no-repeat;
}
.cont {
	padding: 0 40px;
	background: url(img/bgDotted.png) center top repeat-y;
}
.contbottom {
	padding-bottom: 25px;
	background: url(img/bgDotted_bt.png) center top no-repeat;
}
h3,h4 {
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);
}
h3 {
	font-size: 50px;
	color: #e60012;
	line-height: 1.3;
}
h4 {
	font-size: 47px;
	color: #e63c01;
	line-height: 1.3;
}
.productbox {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 2px #000000;
}
.productbox:last-child {
	margin-bottom: 0;
	padding-bottom: 40px;
	border-bottom: none;
}
.titleLimited {
}
.imgarea {
	width: 550px;
	padding: 30px 0;
	text-align: center;
}
.txtarea {
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 1.7;
}
.price {
	font-size: 33px;
	text-align: center;
}
.price span {
	color: #0000ff;
	font-size: 52px;
}
.tokutenbox {
	padding: 25px 0;
	background: #1d2088;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
	color: #ffffff;
	text-align: center;
}
.tokutenbox .index {
	margin-bottom: 20px;
	padding: 5px 0;
	font-size: 35px;
}
.tokutenbox .index span {
	font-size: 40px;
}
.tokutenbox .detail {
	font-size: 25px;
}
.tokutenbox .detail span {
	font-size: 37px;
	color: #e4007f;
	font-weight: bold;
}
.notice {
	font-size: 18px;
}
.index {
	width: 550px;
	margin-bottom: 20px;
	padding: 10px 0;
	background: #030265;
	font-size: 35px;
	color: #ffffff;
	text-align: center;
}
.accordion dd {
	height: 0;
	overflow: hidden;
}


/*------------------------------*/
/*			 index				
/*------------------------------*/
#header {
	width: 640px;
	padding: 12px 0;
	background: #dd0011;
	text-align: center;
}
#header p {
	color: #ffffff;
	font-size: 35px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-o-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-ms-text-shadow: 2px 2px 2px rgba(0,0,0,1);
}
#header p span {
	color: #fff45c;
}
#main {
	width: 640px;
}
#jfdatail {
	padding: 28px 0;
	background: #ffffff;
	color: # 000000;
	font-size: 25px;
}
#jfdatail p {
	text-align: center;
}
#jfdatail p span {
	color: #e60012;
}
#jfdatail .sitebtn {
	width: 590px;
	margin: 24px auto 0;
	background-color: #00a0e9;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
}
.sitebtn a {
	padding: 18px 0;
	display: block;
}
.sitebtn dl {
	width: 590px;
	background: url(img/arrow.png) 554px center no-repeat;
	display: table;
}
.sitebtn dt {
	padding: 0 60px 0 25px;
	display: table-cell;
}
.sitebtn dd {
	width: 366px;
	color: #ffffff;
	font-size: 28px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	display: table-cell;
	vertical-align: middle;
}
.menu {
	width: 590px;
	margin: 0 auto;
	padding: 40px 0 35px;
}
.menu li {
	width: 590px;
	margin: 0 auto 10px;
	background: linear-gradient(#f2008e, #ce0018);
	background: -moz-linear-gradient(top, #f2008e, #ce0018);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f2008e), color-stop(1.00, #ce0018));
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);
}
.menu a {
	width: 590px;
	padding: 27px 0;
	background: url(img/arrow.png) 554px center no-repeat;
	color: #ffffff;
	display: block;
}
#shopper {
	width: 590px;
	position: relative;
}
#shopper .box {
	margin-top: 55px;
	padding: 199px 0 20px 0;
	background: url(img/bgShopper.png) center top repeat-y;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,1);	
}
#shopper .box span {
	font-size: 40px;
}
#shopper img {
	position: absolute;
	top: -60px;
	left: 128px;
}


/*------------------------------*/
/*			  銀魂				
/*------------------------------*/
.gintama {
	padding-top: 210px;
	background: url(img/titleGintama.png) center top no-repeat;
}
.gintama .onsale {
	width: 200px;
	background: #ff0000;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	display: table-cell;
}
.gintama .reserve {
	width: 550px;
	margin: 10px 0 20px;
	padding: 5px 0;
	background: #ff0000;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}
.gintama .product {
	margin-bottom: 20px;
}
.gintama .tokutenbox {
	background: #f3afb5;
}
.gintama .tokutenbox .index {
	width: 510px;
	margin: 0 auto 20px;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
}
.gintama .detail {
	color: #000000;
}
.gintama .ringboxtop {
	padding-top: 9px;
	background: url(img/bgGintama01_tp.png) center top no-repeat;
}
.gintama .ringboxbottom {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(img/bgGintama01_bt.png) center bottom no-repeat;
}
.gintama .ringbox {
	padding: 0 20px 20px;
	background: url(img/bgGintama01.png) center top repeat-y;
}
.gintama .ringbox .imgarea {
	width: 510px;
	padding: 15px 0 20px;
}
.gintama .lot {
	padding-top: 10px;
}
.gintama li {
	width: 275px;
	font-size: 25px;
	text-align: center;
	float: left;
}
.gintama li .imgarea {
	width: 275px;
	padding-bottom: 5px;
	text-align: center;
}
.gintama li span {
	color: #9d0116;
}
.gintama .accordion {
	margin-bottom: 15px;
	padding: 25px 20px;
	background: #f8f5cc;
	border: solid 6px #1d2088;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
	text-align: center;
}
.gintama .accordion .titlelist {
	width: 510px;
	background: url(img/arrowOff.png) 458px center no-repeat;
}
.gintama .accordion .active .titlelist {
	background: url(img/arrowOn.png) 458px center no-repeat;
}
.gintama .accordion .setlistbox {
	padding-top: 25px;
	border-bottom: dotted 2px #1d2088;
	line-height: 1.3;
}
.gintama .accordion .setlistbox:last-child {
	border-bottom: none;
}
.gintama .accordion .catch {
	margin-bottom: 15px;
	color: #014ead;
	font-size: 35px;
}
.gintama .accordion .setlist li {
	width: 510px;
	margin-bottom: 25px;
	font-size: 25px;
	float: none;
}
.gintama .accordion .setlist li .title {
	font-size: 35px;
}
.gintama .accordion .setlist li span {
	font-size: 30px;
	color: #000000;
}
.gintama .attention {
	margin-top: 30px;
	padding: 20px;
	background: #ff0000;
    font-size: 30px;
    color: #ffffff;
}
.gintama .attention span {
	color: #ffffff;
}


/*------------------------------*/
/*			ニセコイ				
/*------------------------------*/
.nisekoi {
	padding-top: 180px;
	background: url(img/titleNisekoi.png) center top no-repeat;
}
.nisekoi .bdlimited,
.nisekoi .dvdimited,
.nisekoi .dvd {
	width: 550px;
	padding: 5px 0;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}
.nisekoi .bdlimited {
	background: #920783;
}
.nisekoi .dvdimited {
	background: #601986;
}
.nisekoi .dvd {
	background: #d63d4f;
}


/*------------------------------*/
/*			 NARUTO				
/*------------------------------*/
.naruto {
	padding-top: 180px;
	background: url(img/titleNaruto.png) center top no-repeat;
}
.naruto .cdimited {
	width: 550px;
	margin: 10px 0;
	padding: 5px 0;
	background: #eb6100;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}
.naruto .dvdboxtop {
	padding-top: 9px;
	background: url(img/bgNarutoDvd_tp.png) center top no-repeat;
}
.naruto .dvdboxbottom {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(img/bgNarutoDvd_bt.png) center bottom no-repeat;
}
.naruto .dvdbox {
	padding: 30px 20px 20px;
	background: url(img/bgNarutoDvd.png) center top repeat-y;
}
.naruto .cdboxtop {
	padding-top: 9px;
	background: url(img/bgNarutoCd_tp.png) center top no-repeat;
}
.naruto .cdboxbottom {
	margin-bottom: 30px;
	padding-bottom: 10px;
	background: url(img/bgNarutoCd_bt.png) center bottom no-repeat;
}
.naruto .cdbox {
	padding: 30px 20px 20px;
	background: url(img/bgNarutoCd.png) center top repeat-y;
}
.naruto .dvdbox .index,
.naruto .cdbox .index {
	width: 510px;
	margin-bottom: 0;
	padding: 5px 0;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}
.naruto .dvdbox .index {
	background: #9d0116;
}
.naruto .cdbox .index {
	background: #013c9d;
}
.naruto .dvdbox .imgarea,
.naruto .cdbox .imgarea {
	width: 510px;
}
.naruto .dvdbox .limited {
	width: 510px;
	margin: 15px 0 10px;
	padding: 5px 0;
	background: #920783;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}
.naruto .dvdbox h4,
.naruto .cdbox h4 {
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
	-moz-text-shadow: 2px 2px 2px rgba(255,255,255,1);
	-webkit-text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
.gintama .product h4,
.naruto .product h4 {
	padding-left: 45px;
	background: url(img/icon.png) left top no-repeat;
	text-align: left;
	display: table-cell;
}
.naruto .category {
	width: 200px;
	background: #ead33b;
	color: #0605a1;
	font-size: 28px;
	text-align: center;
	display: table-cell;
}
.naruto .box01top {
	padding-top: 9px;
	background: url(img/bgNaruto01_tp.png) center top no-repeat;
}
.naruto .box01bottom {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(img/bgNaruto01_bt.png) center bottom no-repeat;
}
.naruto .box01 {
	padding: 10px 20px;
	background: url(img/bgNaruto01.png) center top repeat-y;
}
.naruto .box02top {
	padding-top: 9px;
	background: url(img/bgNaruto02_tp.png) center top no-repeat;
}
.naruto .box02bottom {
	padding-bottom: 10px;
	background: url(img/bgNaruto02_bt.png) center bottom no-repeat;
}
.naruto .box02 {
	padding: 10px 20px;
	background: url(img/bgNaruto02.png) center top repeat-y;
}
.naruto .box01,
.naruto .box02 {
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
	-moz-text-shadow: 2px 2px 2px rgba(255,255,255,1);
	-webkit-text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
.naruto .date {
	width: 550px;
	margin: 10px 0;
	padding: 5px 0;
	background: #ad0a01;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}


/*------------------------------*/
/*			 ステージ				
/*------------------------------*/
.stagetop {
	padding-top: 10px;
	background: url(img/bgStage_tp.png) center top no-repeat;
}
.stagebottom {
	padding-bottom: 10px;
	background: url(img/bgStage_bt.png) center bottom no-repeat;
}
.stage {
	padding: 20px 0;
	background: url(img/bgStage.png) center top repeat-y;
}
.stage .title {
	margin-bottom: 20px;
}
.stage .date {
	margin: 5px 0;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
}
.stagecont01,
.stagecont02 {
	width: 590px;
	margin: 0 auto 25px;
	padding: 10px 0;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
}
.stagecont01 {
	background: #e4007f;
}
.stagecont02 {
	background: #019d9f;
}
.stagecont01 span {
	color: #0000ff;
}
.stagecont02 span {
	color: #ff0000;
}
.stagebox {
	width: 570px;
	margin: 0 auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 	
}
.first { background: #f1cae5;}
.second { background: #c7e48a;}
.stagebox .imgarea {
	width: 570px;
}
.stagebox .time {
	width: 510px;
	margin: 0 auto 20px;
	color: #f39700;
	text-align: center;
}
.stage .cast {
	width: 200px;
	margin: 0 auto 10px;
	background: #e60012;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
.stagebox .txtarea {
	width: 510px;
	margin: 0 auto;
	padding-bottom: 20px;
}


/*----------------------- フッター ----------------------- */
footer {
	width: 640px;
	padding-bottom: 50px;
}
.pagetop {
	width: 151px;
	margin: 60px auto;
}
footer .notice {
	margin-bottom: 15px;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
}
#linkList {
	margin: 0 auto;
	font-size: 20px;
	display: table;
}
#linkList li {
	padding: 0 30px;
	border-right: solid 1px #000000;
	display: table-cell;
}
#linkList li:first-child {
	padding-left: 0;
}
#linkList li:last-child {
	padding-right: 0;
	border: none;
}
#linkList li a {
	color: #0000ff;
	display: block;
	text-decoration: underline;
}