@charset "Shift_JIS";

.post {
	padding: 0 50px;
}
.postTitle {
	margin-bottom: 25px;
	text-align: center;
}
.postDate,
.postedBy {
	text-align: right;
}
.postedBy {
	margin-bottom: 20px;
}

ul.liststyleDisc {
	padding-left: 18px;
}
ul.liststyleDisc li {
	list-style-type: disc;
}

.arrow {
	margin-bottom: 1em;
	padding-left: 10px;
	background: url("/share/images/arrow_black.gif") no-repeat left 0.4em;
}
.arrowInline {
	margin-bottom: 1em;
	padding-left: 13px;
	background: url("/share/images/arrow_black.gif") no-repeat 3px 0.3em;
}

.mb15 {margin-bottom: 15px ! important;}
.mb25 {margin-bottom: 25px ! important;}
.mb35 {margin-bottom: 35px ! important;}
.alignCenter {text-align: center;}