@charset "utf-8";

p.noteTxt {
	font-size: 95%;
	line-height: 1.2;
	margin: 1em 0 0 1em;
	text-indent: -1em;
}

p.buttonOmise {
	height: 32px;
}

p.buttonOmise.buttonLeft {
	margin-right: 24px;
}

p.buttonOmise.buttonRight {
	margin-bottom: 8px;
}

p.buttonOmise a {
	display: inline-block;
	text-decoration: none;
}

p.buttonOmise a:hover {
	opacity: 0.7;
}

p.buttonOmise a span {
	font-size: 117%;
	text-align: center;
	color: #fff;
	background-color: #c8172f;
	border-radius: 4px;
	padding: 5px 7px;
	display: block;
	height: 32px;
	box-sizing: border-box;
}

.textOmise {
	line-height: 1.34;
}

.textOmiseLeft {
	float: left;
	margin-top: 5px;
}

.buttonOmise.buttonRight + .textOmise {
	clear: both;
	text-align: right;
}