@charset "utf-8";

#content h1 {
	padding: 10px 0 2px;
}

.shikitari-topic {
	position: relative;
	background: url(../img/shikitari/topic_bottom.png) left bottom no-repeat;
	background-size: 17px auto;
	margin: 0 0 5px;
	padding: 0 0 13px 0;
}

.shikitari-top {
	background: url(../img/shikitari/topic_top.png) left top no-repeat;
	background-size: 17px auto;
	padding: 7px 0 0;
}

.shikitari-bg {
	background: url(../img/shikitari/topic_bg.png) left top repeat-y;
	background-size: 17px auto;
	padding: 0 0 0 17px;
}

.shikitari-box {
	border: #22AC38 3px solid;
	border-left: none;
	background-color: #FFF;
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
	padding: 24px 10px 10px 7px;
}

.topic-sh {
	position: absolute;
	left: 5px;
	top: -2px;
}

.shikitari-box h2 {
	background-color: #40220F;
	border-radius: 6px;
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
	padding: 7px 5px 5px;
}

.shikitari-topic-img {
	padding-left: 5px;
	overflow: hidden;
}

.shikitari-topic-img img {
	float: right;
	margin: 0 0 10px 10px;
}
