
.page_tit {
	width: 80%;
	font-size: 27px;
	line-height: 40px;
	margin-left: 15px;
	padding: 10px 10px 5px 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-weight: bold;
	background-image: url(../img/story/page_tit_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #CCCCCC;
	color: #666;
}

.story_box {
	height: auto;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

.story_list li {
	margin-top: 40px;
	padding-left: 40px;
	text-align: left;
}

.story_list li a {
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	color: #999;
}

.story_list li a:hover {
	color: #F90;
}

.bold_txt {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.post_title_txt {
	font-size: 17px;
	padding-left: 25%;
	color: #333;
}

.post_title_txt:hover {
	color: #F90;
}

.story_box h3 {
	margin-top: 40px;
	padding-left: 40px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
	color: #999;
}

.story_box p {
	padding-top: 40px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
	color: #666;
	text-align: left;
}

.pagelink_box {
	margin: 20px auto 50px auto;
}

.pagelink {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    padding: 0px 10px;
    color: #666;
}

.pageprev {
	float: left;
}

.pagenext {
	float: right;
}

.pagelink a {
	color: #09C;
}

.pagelink a:hover {
	color: #F90;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}


/*追加css*/
.story_box p a {
	color: #09C;
	text-decoration: underline;
}

.has-text-align-right {
	text-align: right!important;
}

