/* 黒 */
a.button.primary.hollow,
a.button.primary.hollow:hover,
a.button.primary.hollow:focus,
input.button.hollow,
input.button.hollow:hover,
input.button.hollow:focus,
input.button.hollow.expanded,
input.button.hollow.expanded:hover,
input.button.hollow.expanded:focus,
.button.hollow.expanded,
.button.hollow.expanded:hover,
.button.hollow.expanded:focus,
a#import,
a#import:hover,
a#import:focus,
input.button.hollow.success,
input.button.hollow.success:hover,
input.button.hollow.success:focus{
	background: #000;
    color: #fff;
}


/* 赤 */
a.button.hollow.secondary,
a.button.hollow.secondary:hover,
a.button.hollow.secondary:focus,
input.button.secondary,
input.button.secondary:hover,
input.button.secondary:focus,
input.button.hollow.secondary,
input.button.hollow.secondary:hover,
input.button.hollow.secondary:focus,
input.button.secondary,
input.button.secondary:hover,
input.button.secondary:focus,
input.button.hollow.secondary.small-12,
input.button.hollow.secondary.small-12:hover,
input.button.hollow.secondary.small-12:focus,
input.button.hollow.secondary.small,
input.button.hollow.secondary.small:hover,
input.button.hollow.secondary.small:focus,
input.button.hollow.secondary,
input.button.hollow.secondary:hover,
input.button.hollow.secondary:focus{
	border: 1px solid #CC292C;
	color: #fff;
	background: #CC292C;
}