@charset "UTF-8";
.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.img-left {
	float: left;
	margin-right: 10px;
}
.img-middle {
	vertical-align: middle;
	margin-right: 10px;
}
.img-top {
	vertical-align: top;
}
.posi-right {
	text-align: right;
}
.posi-left {
	text-align: left;
}
.posi-center {
	text-align: center;
}
.space-right {
	margin-right: 10px;
}
.space-right5px {
	margin-right: 5px;
}
.space-left {
	margin-left: 10px;
}
.space-top {
	margin-top: 10px;
}
.space-top5px {
	margin-top: 5px;
}
.space-bottom {
	margin-bottom: 10px;
}
.space-bottom-em {
	margin-bottom: 1.5em;
}
.space-top-bottom {
	margin: 10px 0px;
}
.space-top-bottom5px {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bold-red {
	font-weight: bold;
	color: #990000;
}
span.bold-dkred-span {
	font-weight: bold;
	color: #990000;
	display: block;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
.bold-white {
	font-weight: bold;
	color: #FFFFFF;
}
.bold-gray-136 {
	font-size: 136%;
	color: #333333;
	font-weight: bold;
}
.btn-close {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
.box-full {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.clear-en {
	clear: both;
	height: 2em;
}
.clear {
	clear: both;
}
.bold-red-136 {
	font-size: 136%;
	color: #990000;
	font-weight: bold;
}

