@import url("global.css");

#title {
	background:url(../collaboration/images/title.jpg) no-repeat center top #EEE;
	background-size: cover;
}

.cnt {
	text-align: center;
}
.cnt h3 {
	font-family: 'Hannari', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	color: #111;
/*	background: linear-gradient(transparent 70%, #E8E273 0%);*/
	background: linear-gradient(transparent 70%, #96C96A 0%);
	display: inline-block;
	padding: 0 0 0 5px;
	margin: 0 0 70px;
}
.cnt p {
	line-height: 2.2;
	margin-bottom: 30px;
	padding: 0 150px;
}
.cnt .img {
	margin-bottom: 10px;
}
.cnt p.note {
	color: #A7B4B4;
	font-size: 12px;
}

.cnt ul.list {
	height: 280px;
	margin: 80px 0 100px -10px;
}
.cnt ul.list li {
	width: 320px;
	height: 280px;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	position: relative;
}
.cnt ul.list li a {
	width: 320px;
	height: 280px;
	display: block;
}
.cnt ul.list li dl.panel {
	background-color: rgba(255, 255, 255, 0.8);
	width: 290px;
	height: 250px;
	margin: 15px;
	padding: 80px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	bottom: -30px;
	opacity: 0;
	z-index: 5;
	text-align: center;
}
.cnt ul.list li dl.panel dt {
	color: #111;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 16px;
}
.cnt ul.list li dl.panel dd {
	color: #5A5A5A;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'Josefin Sans', 'メイリオ', sans-serif;
}
.cnt ul.list li dl.panel dd.year {
	color: #777;
	font-size: 16px;
}

.cnt ul.list li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.cnt ul.list li a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.cnt p.bt {
	width: 400px;
	height: 54px;
	margin: 40px auto;
	padding: 0;
}
.cnt p.bt a {
	width: 396px;
	height: 50px;
	background-color: #333;
	border: 2px solid #333;
	color: #FFF;
	text-align: center;
	font-family: 'Tillana', cursive;
	font-size: 22px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	overflow: hidden;
	display: block;
	line-height: 1.6;
	letter-spacing: 1px;
}
.cnt p.bt a span {
	color: #FFF;
	text-align: center;
	font-family: 'Hannari', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 12px;
	display: block;
	line-height: 0.5;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.cnt p.bt a:hover {
	background-color: #FFF;
	border: 2px solid #333;
	color: #333;
	text-decoration: none;
}
.cnt p.bt a:hover span {
	color: #333;
	text-decoration: none;
}




/* ------------------------------
 Entry
------------------------------ */

.cnt .pharea {
	background-color: #EFF1F1;
	margin-bottom: 40px;
}
.cnt .pharea .phwrap {
	width: 900px;
	margin: 0 auto;
}
.fotorama__arr--prev {
	background-image: url(../works/images/slide_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 42px;
	left: 10px;
	width: 22px;
}
.fotorama__arr--next {
	background-image: url(../works/images/slide_next.png);
	background-repeat: no-repeat;
	height: 42px;
	right: 10px;
	width: 22px;
}

dl.info {
	text-align: center;
}
dl.info dt {
	color: #111;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 16px;
}
dl.info dd {
	color: #5A5A5A;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'Josefin Sans', 'メイリオ', sans-serif;
}
dl.info dd.year {
	color: #777;
	font-size: 16px;
}








