@charset "UTF-8";
/* -------------------------------------------

	クリコンとは

------------------------------------------- */

#contents {
	border-left: #f60 3px solid;
}
#contents p {
	font-size: 93%;
	color: #ccc;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograh;
}
#contents p.theme {
	padding: 10px 0;
	font-weight: bold !important;
	letter-spacing: 0.1em;
}
#contents .subArea {
	padding: 15px 20px;
	background-color: #2e2e2e;
}
#contents .subArea dl {
	width: 390px;
	font-size: 93%;
	color: #ccc;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
#contents .subArea dl dt {
	padding-bottom: 5px;
	font-weight: bold;
	color: #f60;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}
#contents .subArea .logo {
	margin: 15px 0 0;
}

