#lastyear h3,#lastlastyear h3 {
	font-size: 120%;
}

@media (max-width: 767px) {/*767px以下*/

	.akabotan {
		display:block; 
		font-size: 80%; 
		color:#e4333e; 
		border: 1px solid #e4333e; 
		padding:10px;
		xbackground-color: #e4333e;
		text-decoration: none;
		margin: 20px 40px 0 40px;


		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	}

	.akabotan a {
		color:#e4333e; 		
	}

	#lastyear,#lastlastyear {
		    margin-top:-60px;
		    padding-top: 60px;
		}
}