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

.list_waku {
	border: 1px solid #a2b2c7;
	padding: 0 2em 1em;
	cursor: pointer;
	margin: 0 0 40px;
    position:relative;
	background-color: #fff;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.01) inset;
   -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.01) inset;
		box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.01) inset;
}

#curl_caede {
	margin: 1em auto;
	padding: 0.7em;
	background-color: #2f3945;
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
}

h3 {
	margin: 1em 0;
}

.evian {
	border: 2px solid #ccc;
	padding: 1em;
	color: #333;
	text-decoration: none;
	height: 90px;
}
.evian h3 {
	font-size: 14px;
	font-size: 1.4rem;
}
.two.columns a:hover {
	text-decoration: none !important;
}
.evian:hover {
	text-decoration: none !important;
	border: 2px solid #F60;
}

.list_waku {
	cursor: inherit;
}