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

CSS information

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

/* ----------------------------------------------------
	masonry 一覧
---------------------------------------------------- */
#items_wrap{
	margin: auto;
	position: relative;
	padding: 12px 0 0 0;
}
#items_wrap h2.talent{
	position: absolute;
	top: 0px;
	left: 12px;
}
#items_wrap h2.news{
	position: absolute;
	top: 0px;
	left: 410px;
}

#items .item{
line-height:1.6em;
width:180px;
margin:10px;
float:left;
color:#666;
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;
}
.item a{
 display:block;
}
.item a:hover{
background-color:#fff;
	-moz-box-shadow:0px 0px 5px rgba(000,000,000,0.4),;
	-webkit-box-shadow:0px 0px 5px rgba(000,000,000,0.4);
	box-shadow:0px 0px 5px rgba(000,000,000,0.4);
	behavior: url(/css/PIE.htc);
}
.jhalf a:hover{
	-moz-box-shadow:0px 0px 0px 3px rgba(81, 188, 227,1);
	-webkit-box-shadow:0px 0px 0px 3px rgba(281, 188, 227,1);
	box-shadow:0px 0px 0px 3px rgba(81, 188, 227,1);
	behavior: url(/css/PIE.htc);
}
.jexmodels a:hover{
	-moz-box-shadow:0px 0px 0px 3px rgba(000,000,000,1),;
	-webkit-box-shadow:0px 0px 0px 3px rgba(000,000,000,1);
	box-shadow:0px 0px 0px 3px rgba(000,000,000,1);
	behavior: url(/css/PIE.htc);
}
.junesmodels a:hover{
	-moz-box-shadow:0px 0px 0px 3px rgba(89, 51, 32, 1),;
	-webkit-box-shadow:0px 0px 0px 3px rgba(89, 51, 32, 1);
	box-shadow:0px 0px 0px 3px rgba(89, 51, 32, 1);
	behavior: url(/css/PIE.htc);
}
.junespro a:hover{
	-moz-box-shadow:0px 0px 0px 3px rgba(214, 57, 54,1);
	-webkit-box-shadow:0px 0px 0px 3px rgba(214, 57, 54,1);
	box-shadow:0px 0px 0px 3px rgba(214, 57, 54,1);
	behavior: url(/css/PIE.htc);
}
.signboard40 a:hover{
	-moz-box-shadow:0px 0px 0px 3px rgba(249, 145, 43, 1);
	-webkit-box-shadow:0px 0px 0px 3px rgba(249, 145, 43, 1);
	box-shadow:0px 0px 0px 3px rgba(249, 145, 43, 1);
	behavior: url(/css/PIE.htc);
}


.new:before{
	content: 'NEW';
	background-color: #e40108;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 10px;
	padding: 0 10px;
	z-index: 110;
}
.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;
}
.w2 {
width:380px!important;
}
.w3 {
width:580px!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: 200px;
	margin: 30px auto 50px;
}
#moreview a{
	display: block;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 14px;
	color: #333;
	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:180px;
	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:0 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:180px;
	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 10px;
    }
#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;
	}


/* enough width for 4 columns */
