html{
	margin: 0px;
	padding: 0px;

}


body{
 font:100% "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
}

#btns{
	width: 100%;
	height: 45px;
	margin-top: 5px;
	padding: 0 5px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}


.btn{
	width: 32%;
/*	width: 49%;*/
	height: 39px;
	margin-top: 5px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border:#ffffff 1px solid;
	box-sizing: border-box;
}


	
.btn a:link, .btn a:active, .btn a:visited{
	width: 100%;
	height: 37px;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	background-color: #000000;
	color: #FFFFFF;
	box-sizing: border-box;
}

.active a:link,.active a:active,.active a:visited{
	color: #000000 !important;
	background-color: #FFFFFF !important;
}



.btn a:hover, .btn a:hover, .btn a:hover{
	background-color: #646464;
	color: #FFFFFF;
}

.dmy{
	width: 32%;
	height: 39px;
}