@charset "shift_jis";
/* CSS Document */


#contents,
.mainbox {
	max-width: 639px;
  width:100%;
}

#contents .img02_sp {
  width:100%;
  padding:20px 0;
  border-top: solid 3px #000;
  background: #c30000;
background: -moz-linear-gradient(top, #c30000 0%, #6c0a0a 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #c30000), color-stop(100%, #6c0a0a));
background: -webkit-linear-gradient(top, #c30000 0%, #6c0a0a 100%);
background: -o-linear-gradient(top, #c30000 0%, #6c0a0a 100%);
background: -ms-linear-gradient(top, #c30000 0%, #6c0a0a 100%);
background: linear-gradient(to bottom, #c30000 0%, #6c0a0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30000', endColorstr='#6c0a0a', GradientType=0 );
}
#contents .img02_sp img {
  width:95%;
  height:auto;
  max-width:445px;
  margin: 0 auto;
}

#contents .img03_sp {
  background:#000;
  padding:15px 0;
}
#contents .img03_sp img {
  display:block;
  width:90%;
  height:auto;
  max-width:388px;
  margin: 0 auto;
}


@media (max-width:479px){
	
}


#contents .btn_feature {
	background:#6D0A0A;
	padding:18px 20px;
}
#contents .btn_feature a {
	display:block;
	width:100%;
	max-width:326px;
	margin: 0 auto;
}