@charset"utf-8";

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
h2 {
	background: #007b8c;
	color: #fff;
}
h3 {
	border-left: 8px solid #59b8c6;
	border-bottom: 1px dashed #333;
	margin-top: 10px;
	padding-left: 10px;
}
p.toi {
	width: 50%;
	background: #cfe6f3;
	margin: 10px 0 20px 10px;
	padding: 5px;
}
p.mai {
	background: #cfe6f3;
	margin: 10px 0 20px 10px;
	padding: 5px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1em;
}
h4.otari {
	border-bottom: 2px dotted #7581b6;
	color: #132e6d;
}
h4.hakuba {
	border-bottom: 2px dotted #f1ad70;
	color: #a44b1a;
}
h4.omachi {
	border-bottom: 2px dotted #95cd76;
	color: #42811c;
}
h4 span {
	font-size: 0.7em;
	text-transform: uppercase;
	margin-left: 20px;
}

