@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";



/* design
----------------------------------------------- */
h3 {
	margin: 0;
}

.ttlbox {
	width: 580px;
	margin: 20px 0 15px;
	background: #dcdcdc;
}
.ttlbox .num {
	float: left;
	width: 30px;
	margin: 0 10px 0 0;
	padding: 5px 0;
	background: #bb464c;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.ttlbox .ttl {
	float: left;
	width: 540px;
	padding: 5px 0;
	color: #a7203d;
}

.column {
	width: 580px;
}
.column .left {
	float: left;
	width: 365px;
}
.column .right {
	float: right;
	width: 200px;
}


/* clear float
----------------------------------------------- */
.ttlbox:after,
.column:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}