
#title {
background-image: url(images/title_bg.jpg);
}

table.list-table td ul.list li strong {
	display: block;
	line-height: 10px;
} 

strong.message {
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 20px;
	font-weight: bold;
}

span.message {
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 15px;
	font-weight: bold;
}

div.johokokai-btn {
	display: flex;
	justify-content: center;
	width: 860px;
	margin: 0px auto;
}

div.johokokai-btn a.link-btn {
	background: #6a4604 url(../images/link_btn_white.svg) no-repeat right 20px center;
	background-size: 30px;
	display: inline-block;
	font-weight: 600;
	margin: 0px auto;
	padding: 18px 0px 18px 0px;
	text-align: center;
	color: white;
	border-radius: 5px;
	width: 400px;
	font-size: 15px;
}



div.johokokai-btn a.link-btn:hover {
	background: #ff5e01 url(../images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 30px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}