
.banner {
		margin-top:20px;
		margin-bottom:30px;
		 top:67px;	
		 left: 85px;
		 }

#page_wrapper {
	background-color:#fadbda;
	width:750px;
	height:2650px;
	width:100%;
	font-family:'Montserrat', 'Mplus 1p', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック', '游ゴシック体', YuGothic, 'Yu Gothic', 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
		  }

#page_wrapper a {
                   text-decoration: none; 
                 }
		 
.content {margin-bottom:10px;}	

		 
		 
		 
	
.btn {
  background: #b1211c;
  background-image: -webkit-linear-gradient(top, #b1211c, #f65c5c);
  background-image: -moz-linear-gradient(top, #b1211c, #f65c5c);
  background-image: -ms-linear-gradient(top, #b1211c, #f65c5c);
  background-image: -o-linear-gradient(top, #b1211c, #f65c5c);
  background-image: linear-gradient(to bottom, #b1211c, #f65c5c);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
      font-size: 37px;
    padding: 20px 10px 20px 10px;
    text-decoration: none;

	box-shadow: 5px 5px #740708;
}


 /* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

