@charset "UTF-8";
img{
	max-width: 100%;
	height: auto;
}
.buttonArea{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
	position: relative;
	z-index: 0;
}
.button {
	overflow: hidden;
	width: 50%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #bc272d;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.button a:hover {
	background: #EBBEC0;
}

@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
.button {
	overflow: hidden;
	width: 80%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
}
table.table02 td {
  text-align: left;
}
table.table02 th {
  text-align: center;
}

a.clr01{
	color: #b49b46;
}