/* Look Back */


h3.title span {
	display: block;
	font-size: 15px;
}
h3.title .lookback_years {
	font-size: 52px;
	line-height: 1.2em;
	font-family: 'Great Vibes', cursive;
}

#neck {
	height: 300px;
	background: #F0F0F0;
	overflow: hidden;
}
#neck .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100% !important;
	height: 300px !important;
	background: url(../images/common/lookback_bg.jpg) no-repeat center center #DEDBDF;
	background-size: cover;
}
#neck .section {
	padding: 0;
}

#lookback_list h3.title {
	margin: 60px auto 30px auto;
	padding-bottom: 15px;
	border-bottom: solid 1px #CFE824;
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#lookback_list h4.lookback_comment {
	margin: 0 150px 120px 150px;
	font-weight: normal;
	font-size: 15px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 2em;
	letter-spacing: 0.06em;
}

.lookback {
	position: relative;
	margin: 0 30px 45px 30px;
	border: solid 1px #EEE;
}
.lookback_num {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: #CFE824;
		-o-border-radius: 25px;
		-ms-border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
	border-radius: 20px;
}
.lookback_image {
	float: left;
	width: 370px;
	height: 280px;
	overflow: hidden;
}
.lookback.thinner .lookback_image {
	float: left;
	width: 185px;
	height: 140px;
	overflow: hidden;
}
.lookback_image p {
	margin-bottom: 0;
}
.lookback_image img {
	width: auto;
	height: 100%;
}
.lookback_title {
	font-size: 17px;
}
.lookback_date {
	margin-bottom: 9px;
	font-size: 12px;
	color: #AAA;
}
.lookback_text {
	position: relative;
	float: right;
	padding: 66px 39px 15px 39px;
	width: 480px;
	overflow: hidden;
}
.lookback.thinner{
	display: none;
}
.lookback.thinner .lookback_text {
	padding: 45px 39px 15px 39px;
	width: 670px;
}
.lookback.thinner .lookback_title {
	margin-bottom: 6px;
}
.lookback_category {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 13px;
	color: #AAA;
}
.lookback_content {
	margin-bottom: 0;
}