/*------------------------------------
	#blog スタイル
-------------------------------------- */
.blog{
	width:100%;
	margin:0 auto;/**/

}
.blist ul{
	font-size: 10pt;
	color: #adc2cd;
	border-bottom: 1px solid #adc2cd;
	list-style-type: disc;
	list-style-position: inside;
	width:100%;
	box-sizing: border-box;
	text-align:left;
	margin-bottom:20px;
	/**/
}
.blist li{
	padding: 5px 3px;
	border-top: 1px dashed #adc2cd;
}
.blist a{
	color: #87b7cc;
}

/*.blog .item{
	position:relative;
	margin:0px auto 10px auto;
	width:100%;
	box-sizing:border-box;
	padding:0px 5px 15px 5px;
}*/

.blog .bottom{
	clear:both;
	text-align:right;
}
.blog .bottom a:link{
	color:#87b7cc;
}
.title, .blist .title{
	/*white-space: nowrap;*/
	width:100%;
	box-sizing: border-box;
	background-color: #ebf0f8;
	/*background-color:#ebf0f8;*/
	padding:12px 10px;
	/*font-weight:bold;*/
	margin-bottom:10px;
	text-align:left
}
.blist .title{
	text-align:center;
}
.btext{
	width:100%;
	padding:0 auto;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	color:gray;
}
.pages {
	width:100%;
}
.page_left{
	text-align:left;
	width:20%;
	float:left;
}
.page_center{
	width:60%;
	float:left;
}
.page_right{
	text-align:right;
	width:20%;
	float:left;
}

