@charset "utf-8";
/* ===================================================================

CSS information

=================================================================== */

/* ----------------------------------------------------
	masonry 一覧
---------------------------------------------------- */
#container{
	width: 980px!important;
}
#items_wrap{
	margin: 0 auto;
	min-width: 980px!important;
}
#items{
	text-align: center;
}
#items .item{
display: block;
line-height:1.6em;
width:176px;
float: left;
margin:10px;
color:#666;
text-align: left;
background-color:#fff;
	-moz-box-shadow:0px 0px 5px rgba(000,000,000,0.2),;
	-webkit-box-shadow:0px 0px 5px rgba(000,000,000,0.2);
	box-shadow:0px 0px 5px rgba(000,000,000,0.2);
	position: relative;
	behavior: url(/css/PIE.htc);
}
#items .item img{
	width: 176px;
}

.item a{
display:block;
position: relative;
}
.item a:hover{
background-color:#fff;
	-moz-box-shadow:0px 0px 5px rgba(000,000,000,0.6),;
	-webkit-box-shadow:0px 0px 5px rgba(000,000,000,0.6);
	box-shadow:0px 0px 5px rgba(000,000,000,0.6);
	behavior: url(/css/PIE.htc);
}
.movie .net{
	position: relative;
}
.movie .net:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/img/bg_movie.png) repeat top left;
	z-index: 10;
}
.movie .net:after{
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: url(/img/icn_movie.png) no-repeat top left;
	z-index: 100;
}

.new:before{
	content: 'NEW';
	background-color: #e40108;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 10px;
	padding: 0 10px;
	z-index: 100;
}
#items .w2,
#items .w2 img {
width:372px!important;
}
#items .w3,
#items .w3 img {
width:548px!important;
}
.item img{
width:100%;
}
.item span{
display:block;
padding:10px;
}
.item small{
display:block;
text-align:right;
padding:0 10px 5px 10px;
}
#moreview{
	width: 150px;
	margin: 20px auto 0;
}
#moreview a{
	display: block;
	padding: 5px 0 5px 5px;
	border-top: 1px dashed #d93932;
	border-bottom: 1px dashed #d93932;
	font-size: 14px;
	color: #d93932;
	text-align: center;
	background: url(../img/icn_arrow_01.png) no-repeat 5px center ;
}
#moreview a span{
	font-size: 10px;
	padding: 0 0 0 10px;
}

#calender{
	width:176px;
	height:180px;
	margin:10px 6px 10px 10px;
	position:relative;
	border:2px solid #d93932;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}
#calender a{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#calender a:hover{
	text-decoration: underline;
}
#calender #calno{
	text-align:center;
	padding:20px 0;
	color:#d93932;
	position: relative;
}
#calender #calno p{
	padding:0;
	text-align:center;
}
#calender #calno p small{
	font-size:140%;
	text-align:center;
}
#calender #calno a{
	color:#d93932;
	padding:10px;
}
#calender #calno a.prev{
	position: absolute;
	top: 65px;
	left: 0px;
}
#calender #calno a.next{
	position: absolute;
	top: 65px;
	right: 0px;
}
#calender #calno a.month{
	margin: 15px 0 0 0;
}
#calender #calno strong{
	font-size:420%;
	display:block;
	margin:20px 0 10px 0;
}
#acMenu{
    z-index:9999;
	position:absolute;
	left:0;
	top:132px;
	box-sizing: border-box;
	width:100%;
    }
#acMenu p.tgle{
	cursor:pointer;
	margin:10px;
	padding:7px 0 0 0;
	color:#d93932;
	border-top:1px solid #d93932;
	text-align: center;
    }
#acMenu div#open{
	border:2px solid #d93932;
	border-top:none;
	margin:-5px 0 0 -2px;
	padding:10px 0 0;
	background:#fff;
	display:none;
	width:176px;
	overflow:hidden;
	box-sizing: border-box;
    }
#acMenu #open .month li a:hover{
	background-color: #d93932;
	color: #fff;
	text-decoration: none;
}
#acMenu #open .month p{
	text-align:center;
	color:#d93932;
	font-size:120%;
	margin-bottom:10px;
	}
#acMenu #open .month p a{
	display:inline;
	color:#d93932;
	margin:0 20px;
	padding:10px;
	}
#acMenu #open .month p a small{
	display:inline;
	}
#acMenu ul{
	margin:10px 0 10px 5px;
    }
#acMenu ul li{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	}
#acMenu ul li a{
	margin: 2px;
	padding: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #d93932;
	color: #d93932;
	font-size: 12px;
	line-height: 1.5em;
	}
#acMenu ul li span{
	margin: 2px;
	padding: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #bbb;
	color: #bbb;
	font-size: 12px;
	line-height: 1.5em;
	}

/* enough width for 4 columns */
@media screen and ( max-width: 480px ) {
#container{
	width: auto!important;
	overflow: hidden;
}
#items .w2 {
width:auto!important;
}
#items .w3 {
width:auto!important;
}

#items_wrap{
	min-width: 100%!important;
	width: 100%!important;
}
#items{
	margin: 0 20px;
	position: relative;
	top: -50px;
}
#items .item {
	width: 100%!important;
	margin: 0 0 20px 0;
}
#items .item img{
	width: 100%!important;
}
#acMenu div#open{
	border:2px solid #d93932;
	border-top:none;
	margin:-5px 0 0 -2px;
	padding:10px 0 0;
	background:#fff;
	display:none;
	width:100%;
	overflow:hidden;
	box-sizing: content-box;
    }
#acMenu ul{
	width: 231px;
	margin:10px auto;
    }
#acMenu ul li{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	}
#acMenu ul li a{
margin: 2px;
padding: 0;
width: 27px;
height: 25px;
border: 1px solid #d93932;
color: #d93932;
font-size: 14px;
line-height: 1.7em;
	}
#acMenu ul li span{
margin: 2px;
padding: 0;
width: 27px;
height: 25px;
	border: 1px solid #bbb;
	color: #bbb;
font-size: 14px;
line-height: 1.7em;
	}
}