@charset "UTF-8";

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



/* design
----------------------------------------------- */
h3 {
	padding: 20px 0 0;
	border-top: 1px dotted #ccc;
}
.noborder {
	border: none;
	padding: 0;
}
#contents .route {
	margin: 0;
	padding: 0 0 0 28px;
}

.column {
	width: 580px;
	margin: 10px 0 0;
}
.column .left {
	float: left;
	width: 450px;
}
.column .right {
	float: right;
	width: 130px;
}
.column .right img {
	margin: 5px 0 0;
}


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