@charset "utf-8";
/* CSS Document */

.content a:hover img{
	opacity: 0.7;
}
.mv{
	background:#e5e5e8;
	margin-bottom: 60px;
}

/*======= mv-inner =======*/
.mv-inner{
	padding-top: 109px;
	box-sizing: border-box;
	height: 707px;
	background:url(/sweets/chocolate/the-chocolate/awards/good-design/images/mv_meiji_the_chocolate.jpg) no-repeat center bottom;
	/* background:url(/sweets/chocolate/the-chocolate//images/mv_meiji_the_chocolate.jpg) no-repeat center bottom; */

}
.mv-inner .mv_logo{
	margin-bottom: 40px;
}
.mv-inner .mv_txt01{
	color: #bc9113;
	font-size: 28px;
	line-height:1.5;
	font-weight: normal;
}

/*======= good-design-box =======*/
.good-design-box{
	padding-bottom: 55px;
}
.good-design-box .ttl01{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 40px;
}
.txt-type01{
	font-size: 15px;
	line-height: 3;
}

/*======= red-area =======*/
.red-area{
	background: #800000;
	padding: 40px 0;
	margin-bottom: 60px;
}
.red-area .txt01{
	color: #ffffff;
	font-size: 24px;
	line-height: 2;
}

/*======= special-wrap =======*/
.special-wrap{
	background:url(/sweets/chocolate/the-chocolate/awards/good-design/images/special_bg.gif) repeat;
	padding-bottom: 75px;
}
.special-wrap .ttl01{
	background: #2f1701;
	width: 1024px;
	margin: auto;
	padding: 20px 0;
	box-sizing: border-box;
	color: #bc9113;
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: normal;
}
.special-wrap .ttl02{
	font-size: 16px;
	background:#ceac54;
	color: #ffffff;
	padding: 20px 0;
	width: 805px;
	margin: 0 auto 40px;
	position: relative;
}
.special-wrap .ttl02:after{
	content:"";
	width: 46px;
	height:93px;
	position: absolute;
	top: -18px;
	left: 28px;
	background:url(/sweets/chocolate/the-chocolate/awards/good-design//images/logo_meiji_the_chocolate.png) no-repeat center center;
}
.special-wrap .btn-area{
	width: 852px;
	margin: 0 auto;
}
.special-wrap .btn-area li{
	float: left;
	margin-right: 33px;
}
.special-wrap .btn-area li:nth-child(3n){
	margin-right: 0;
}
.special-wrap .btn-area a{
	background:url(/sweets/chocolate/the-chocolate/awards/good-design/images/btn_type01.gif) no-repeat;
	width: 262px;
	height: 76px;
	box-sizing: border-box;
	padding: 25px 0;
	font-size: 16px;
	display: block;
	color: #2F1701;
}
.special-wrap .btn-area a:hover{
	opacity: 0.7;
}

/*======= lineup-area =======*/
.lineup-area{
	background: #2f1701;
	padding: 50px 0 60px;
}
.lineup-area .btn-type01 a{
	padding: 15px 60px;
	font-size: 16px;
	border: 1px solid #bc9113;
	position: relative;
	color: #ffffff;
}
.lineup-area .btn-type01 a:after{
	content:"";
	width: 6px;
	height:6px;
	border-top: 1px solid #bc9113;
	border-right: 1px solid #bc9113;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 23px;
	right: 20px;
}
.lineup-area .btn-type01 a:hover{
	opacity: 0.7;
}








