@charset "UTF-8";

div.page-tit {
	height: 25px;
	margin: 7px 0 0;
	padding: 5px 5px 0;
	background: url(/commons/tit-back.png) no-repeat;
}
div.page-tit h3 {
	width: 550px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
div.categ {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
}
div.categ h4 {
	background: url(/commons/arrow-cross.png) 0 3px no-repeat;
	padding-left: 13px;
	margin: 10px 0 0;
	color: #960;
	font-weight: bold;
	font-size: 100%;
}
div.categ div.box {
	overflow: auto;
	clear: both;
	padding-bottom: 18px;
	margin-bottom: 15px;
	border-bottom: #999 dotted 1px;
}
div.categ div.box ul {
}
div.categ div.lastChild {
	border: none;
}
div.categ div.box ul li.lastChild {
	margin: 0;
	padding-left: 13px;
	border: none;
}
li.class-item ul li.firstChild {
	font-weight: bold;
	color: #666;
}
img.photo {
	padding: 0 0 10px 10px;
	max-width: 180px;
	float: right;
}
div.box ul.q {
	margin-bottom: 10px;
}
div.box ul.a {
	margin-bottom: 20px;
}
div.box ul.q li.firstChild {
	height: 20px;
	background: url(/commons/ico-q.png) no-repeat;
	padding-top: 3px;
	padding-left: 23px;
}
div.box ul.a li.firstChild {
	height: 20px;
	background: url(/commons/ico-a.png) no-repeat;
	padding-top: 3px;
	padding-left: 23px;
}
div.box ul.q li.lastChild ,div.box ul.a li.lastChild {
	padding-top: 0;
	text-align: left;
	font-size: 100%;
}
div.left {
	clear: left;
	float: left;
	padding: 0px 5px 10px 0px;
}
div.right {
	clear: left;
	float: right;
	padding: 0 0 10px 3px;
}
p.next {
	clear: both;
	background: url(/entries/img/ichiran-next-bar.png) no-repeat;
	margin: 28px 0 10px;
	padding-top: 7px;
	text-align: right;
}
