@charset "UTF-8";
/* News */

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.category-title {
	padding: 16px 0 16px 0;
	margin: 0;
	width: 1280px;
	height: auto;
	border-top: solid 1px #c1c0bf;
	border-bottom: solid 1px #c1c0bf;
}

.category-title h3 {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 17px;
	font-weight: normal;
	line-height: 120%;
}

/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.list {
	margin: 0 auto;
	width: 1230px;
	height: auto;
}

.list .waku-list {
	padding: 20px 0 20px 0;
	margin: 0;
	width: 1230px;
	height: auto;
	border-bottom: solid 2px #c1c0bf;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.list .waku-list .list-title {
	margin: 0;
	width: 1230px;
	height: auto;
	overflow: hidden;
}

.list .waku-list .list-title h3 {
	padding: 0 0 0 28px;
	margin: 0;
	width: 1200px;
	height: 22px;
	background: url(../../images/sightseeing/icon-arrow.png) no-repeat 0 0;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	color: #383a3b;
}


/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.text-list1 {
	margin: 0;
	height: auto;
}

.text-list1 p {
	padding: 0;
	margin: 0;
	color: #383a3b;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
}

.text-list1 p a {
	color: #383a3b;
	text-decoration: none;
}

.text-list1 p a:hover {
	color: #383a3b;
	text-decoration: underline;
}


















