/* @override https://www.wadajima.com/shop/_css/02_hoshi.css */

/* ちりめん */

@charset "UTF-8";

div.billboard {
	height: 230px;
	width: 660px;
	display: block;
	background: url(../images/billboard.png) 0 -230px;	
	margin-bottom: 10px;
}

div.billboard p {
	text-indent: -9999px;
}

#content a {
	border: 5px solid #fffeff;
	display: table;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content a:hover {
	border: 5px solid #ff00cc;
	display: table;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.coution {
	border: 2px dashed #f00;
	background-color: #ffcace;
	margin: 15px auto 16px;
	padding: 5px;
	width: 630px;
	display: none;
}

div.coution p {
	color: #212121;
	font-size: 0.9em;
	line-height: 150%;
}