@charset "UTF-8";
img{
	max-width: 100%;
	height: auto;
}
.buttonArea{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.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;
}

.red,.red:hover {color: #bc272d;}

@media screen and (max-width:768px){

}
@media screen and (max-width:480px){

}
