@charset "utf-8";
/* CSS Document */

.btn_02 {
	display: block;
	width: 600px;
	margin: 20px auto;
	background: #de0452;
	background: -moz-linear-gradient(top, #de0452 1%, #910032 100%);
	background: -webkit-linear-gradient(top, #de0452 1%,#910032 100%);
	background: linear-gradient(to bottom, #de0452 1%,#910032 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0452', endColorstr='#910032',GradientType=0 );
	font-size: 20px;
	color: #fff !important;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	text-shadow: 0 5px 5px #444;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (max-width:768px) {
	.season_box_06 {
		margin-left: 0;
		margin-right: 0;
	}
}