@charset "utf-8";

/*------------------------------------
			topic_box
------------------------------------*/

.topic_box {
}

.topic_box h2 {
	margin-bottom: 20px;
}

.topic_box h3 {
	background:  url("../img/20150700_summer_ttl01.jpg") no-repeat 0 center;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
}


/*---- knowledge_topic ------------*/
.knowledge_topic {
	overflow: hidden;
	margin-bottom: 30px;
}
.knowledge_topic dl {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 20px;
}
.knowledge_topic dt {
	font-size: 20px;
	margin-bottom: 10px;
}
.knowledge_topic dt span  {
	color: #ed7439;
	margin-right: 3px;
}
.knowledge_topic dd {

}


/*---- food_topic ------------*/
.food_topic {

}
.food_topic_box {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 20px;
}
.food_topic_box dl {
	float: left;
	width: 410px;
}
.food_topic_box dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.food_topic_box dt span {
	color: #ed7439;
	margin-right: 3px;
}
.food_topic_box dd {
}
.food_topic_box p {
	float: right;
}


/*---- event_list ------------*/
.topic_box .event_list {
	margin-bottom: 40px;
	overflow: hidden;
}

.topic_box .event_list li {
	padding: 10px;
	overflow: hidden;
}
.topic_box .event_list .blue_bac {
	background-color: #f3fbff;
}

.topic_box .event_list h4 {
	background:  url("../img/20150700_summer_ttl2.jpg") no-repeat 0 center;
	border-bottom: 1px solid #000;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.topic_box .event_list p {
	margin-bottom: 10px;
}
.topic_box .event_list .shop_list {
	font-size: 16px;
	font-weight: bold;
}

.topic_box .event_list ul {
}
.topic_box .event_list ul li {
	float: left;
	margin: 0 0 15px 15px;
	padding: 0;
	width: 164px;
}
.topic_box .event_list ul .return {
	margin: 0 0 15px 0;
}

.topic_box .event_list ul li a {
	background: #fff url("../img/20150610_summergift_arrow.jpg") no-repeat 5px center;
	border: 2px solid #014da1;
	color: #014da1;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
	text-decoration: none !important;
}
