@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: #303393;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.ttlbox .ttl {
	float: left;
	width: 540px;
	padding: 5px 0;
	color: #303393;
}

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


/* clear float
----------------------------------------------- */
.ttlbox:after, .column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
