@charset "UTF-8";

/************************************************************
　　　　コンテンツ
************************************************************/
/*　コンテンツ
------------------------------------------------------*/

.cottectionWrap {
	width: 1000px;
	margin: 0;
	overflow: hidden;
}

.cottectionWrap .lead {
	margin-bottom: 80px;
}

.cottectionWrap .box {
	margin: 100px 100px 0 0;
	float: left;
}

.cottectionWrap .box .photo img {
	width: 100%;
	border: 1px solid #eee;
	vertical-align:bottom;
}

.cottectionWrap .box {
	position: relative;
	width: 100%;
	margin: 0;
	float: none;
}

.cottectionWrap .box + .box {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #f6f6f6;
}

.cottectionWrap .box .text {
	width: 600px;
	float: right;
}

.cottectionWrap .box .text .user {
	margin-top: 40px;
}

.cottectionWrap .box .text .user dt {
	float: left;
	width: 100px;
}

.cottectionWrap .box .text .user dd {
	padding-left: 120px;
	margin: 0 0 10px;
}

.cottectionWrap .box .text .user dd.latest {
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
}

.cottectionWrap .box .text .user span {
	margin-left: 20px;
	font-size: 12px;
	color: #999;
}

.cottectionWrap .box .photo {
	width: 300px;
	min-height: 440px;
	background-color: #f5f5f5;
	position: relative;
}

.cottectionWrap .box .photo:before {
	content: "Now Printing";
	color: #cecece;
	position: absolute;
	width: 100%;
	top: 50%;left: 0;
	margin-top: -8px;
	text-align: center;
}


.cottectionWrap .box .photo img {
	width: calc(100% - 2px );
	border: 1px solid transparent;
	vertical-align:bottom;
	position: relative;
	z-index: 1;
}

	/*暫定レイアウト用*/
	.cottectionWrap .box.tentative dl {
		width: 1040px;
		margin-right: -40px;
	}

.cottectionWrap .box.tentative dt {
	width: 500px;
	float: left;
	padding: 10px 0;

	/*暫定レイアウト用*/
		width: 480px;
		border-bottom: 1px dotted #e5e5e5;
		padding: 10px 0 10px 0;
		margin-right: 40px;
}

	/*暫定レイアウト用*/
	.cottectionWrap .box.tentative dt:first-child {
		display: none;
	}

.cottectionWrap .box.tentative dd {
	border-bottom: 1px dotted #e5e5e5;
	padding: 10px 0 10px 600px;
	margin: 0;

	/*暫定レイアウト用*/
		display: none;
}

.cottectionWrap .box.tentative dd.title {
	border-bottom: 1px solid #ccc;
}

.cottectionWrap .box.tentative {
	border-top: none;
}

.bannerArea p {
	width: 130px;
	margin: 80px auto 0 ;
}


.bannerArea p a {
	height: 80px;
	display: block;
	border: 1px solid #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	text-indent: -9999px;
}

.bannerArea p.nipponviolin a {
	background-image: url('/home/images/nv_logo.png');
	background-size: 80px;
}