@charset "UTF-8";

/* hanabi contents style
-------------------------------------------------------------------------------- */

#contents{
	background: #fff;
}

.title{
	background: #0066cc;
	color: #fff;
	padding: 10px 10px 30px 10px;
}

.title .head{
	font-size: 17px;
}

.right {text-align: right}

.next_botton {
	border: solid 1px #fff;
	-webkit-border-radius: 5px;
	background:#006600;
	line-height: 2;
	text-align: center;
	width: 200px;
	margin: 10px 0 10px 0;

}

.next_botton a {
	font-size: 17px;
	color: #fff;
}

.annotation {
	font-size: 8px;
	color: #444;
	text-align: right;
}
.comment {
	font-size: 15px;
}