#remind {
		clear:both;
}

.remind-wrapper {
		width:980px;
		margin:20px auto;
		padding:10px;
		background-color:#ffffff;
		overflow:hidden;
}
.remind-wrapper h3 {
		border-top:1px solid #d6d6d6;
		background-color:#f8f8f8;
		background-image:none;
		padding:10px 0px;
}
.remind-wrapper h3 span {
		color:#4b4b4b;
		font-size:0.9em;
		margin:0px 10px;
}

#remind-items div.navi-btn {
		width:22px;
}
#prev-btn {
		float:left;
		text-align:left;
}
#next-btn {
		float:right;
		text-align:right;
}
#remind-items div.navi-btn img {
		position:relative; top:50px;
}
#remind-items div.page-unit {
}
#remind-items div.remind-item {
		float:left;
		width:110px;
		margin:10px;
}
#remind-items div.remind-item img {
		margin:10px 0px;
		width:100px;
		height:100px;
}
#remind-items div.remind-item span.item-name {
		font-size:0.8em;
		line-height:1.2em;
}
