.top_contents{
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}

.top_contents li{
	border:1px solid rgba(200,200,200,1.0);
	padding:20px;
	margin:40px 0 0 0;
	width:48%;
	box-sizing:border-box;
}
.top_contents li img{
	width:70%;
	display:block;
	margin:10px auto;
}
.top_contents li h1{
	margin:0 auto;
	padding:0;
	border-bottom:4px solid rgba(234,138,52,1.0);
	text-align:center;
	width:90%;
	color:rgba(234,138,52,1.0);
	font-size:180%;
	line-height:150%;
}
.top_contents li span{
	display:block;
	text-align:center;
}

.top_contents li a{
	display:block;
	text-align:center;
	padding:10px 0;
	margin:20px auto 0 auto;
	width:90%;
	border:1px solid rgba(228,0,18,1.0);
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	box-sizing:border-box;
}

.top_contents li:nth-of-type(2n+1){
	float:left;
	clear:left;
}
.top_contents li:nth-of-type(2n+0){
	float:right;
	clear:right;
}

.top_contents li a:link{color:rgba(196,0,24,1.0);text-decoration:none;}
.top_contents li a:hover{color:rgba(196,0,24,1.0);text-decoration:none;}
.top_contents li a:active{color:rgba(196,0,24,1.0);text-decoration:none;}
.top_contents li a:visited{color:rgba(196,0,24,1.0);text-decoration:none;}