@charset "utf-8";
/*--------------------------------


	blog.css

 ※Not Edit Styleseet.
----------------------------------*/

.inner:after{
	display: block;
	clear: both;
	content: "";
}

.heading{text-indent: 0.5em;}
div.list{ height: 36px; line-height: 36px; text-indent: 1em; border: none;}
div.list div{
	width: 90%;
}
div.list div:after{
	content: ">";
	position: absolute;
	right: 0.3em;
	top:50%;
	font-size: 140%;
	font-weight: bold;
	color: #ccc;
	margin-top: -18px;
	
}
.article01,.block{
background: none;
}
.article03{
	margin-bottom: 1em;
	padding-bottom: 12px;
	border-bottom: #777 1px dotted;
	background-color: #fff;
}
.article03:last-child{
	border-bottom: none;
}
.blog-sub-content{
}
.blog-sub-content .widget{
	padding: 10px;
	background-color: #efefef;
	margin-bottom: 12px;
}
#main-column .widget-content ul li{
	list-style: none;
}
#main-column .widget-content ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 36px;
	height: 36px;
	border-bottom: #ccc 1px dotted;
}
#main-column .widget-content ul li:last-child a{
	border-bottom: none;
}
.widget a:hover{
	text-decoration: none;
}
.widget-header{
	margin-bottom: 6px;
}


.content-nav{
	text-align: center;
}
.content-nav a{
	color: #333;
}
.content-nav a:hover{
	text-decoration: none;
}
.entry-meta{
	padding: 2px 10px;
	background-color: #efefef;
	margin: 12px 0;
	text-align: right;
}
.entry-meta p{
	display: inline;
	padding: 0 3px;
}
.entry-body{
	margin: 0 auto;
	padding: 0 0.5em;
}

.entry-footer{
	margin: 12px 0 12px;
	text-align: center;
	padding: 6px 0;
	border-top: #777 1px dotted;
	border-bottom: #777 1px dotted;
}
.entry-footer iframe:last-child{
	overflow: visible !important;
	min-width: 110px !important;
}

.heading a{
	color: #333;
}