button { 
	cursor: pointer;
	border-radius: 4px;
	vertical-align: middle;
}
button:hover { 
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button_01_001 {
	width: 100%;
	height: 40px;
	text-align: center;
}
.button_01_002 {
	border: 1px solid #008be4;
	background-color: #008be4;
	color: #fff;
}