/* 2013/05/10 added by t. */


/* ***** for elements style ***** */
/*
* {
	margin: 0;
	padding: 0;
}

html {
	width: 900px;
}
body {
	background-color: #fff;
	font-size: 12px;
}
li {
	list-style-type: none;
}


a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
*/
#contents {
	padding: 0;
	background-color: #fff;
}
#wrap {
	overflow: hidden;
}

#primary {
	float: right;
	width: 678px;
}
#secondary {
	width: 184px;
	margin-top: 116px;
}

#content article {
	margin-bottom: 160px;
}


/* *** for layout style *** */
.site-content.detail {
/*	width: 900px;*/
	background-color: #fff;
	font-size: 12px;
}

.detail .entry-header {
	margin-left: -280px;
}
.entry-title {
	font-size: 24px;
}
.entry-content {
	width: 620px;
	margin-top: 90px;
/*	margin-left: 280px;*/
}
.entry-custom {
	font-size: 11px;
}

.entry-content ul,
.entry-content li,
.entry-content dl {
	margin: 0;
}

.detail .widget-area {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 320px;
/*	border: 3px solid #ccc;*/
}


/* *** for contents style *** */
section.top {
	margin-bottom: 80px;
}
section.middle {
	margin-bottom: 65px;
}
section.bottom {
	margin-bottom: ;
}

.block {
	clear: both;
	overflow: hidden;
}

.alignnone {
	float: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


.entry-content .announce {
	font-size: 14px;
}

.entry-content .block .explain {
	margin-left: 260px;
	padding-left: 20px;
}


.entry-content h2 {
	padding-bottom: 18px;
	font-size: 18px;
}

.entry-content figure {
	padding-bottom: 20px;
}

.entry-content p {
	padding-bottom: 12px;
}

.entry-content li {
	padding-bottom: 12px;
}
.entry-content li.npb {
	padding-bottom: 0;
}
.entry-content li.dbl {
	padding-bottom: 24px;
}

.entry-content dt {
	padding-bottom: 12px;
}
.entry-content dd {
/*	padding-bottom: 12px;*/
}



/* 2013/06/06 updated by t. */

.widget_recent_entries,
.widget_recent_entries li a {
	color: #666;
	font-size: 10px;
}
.widget_recent_entries {
/*	width: 184px;
	position: absolute;
	top: 110px;
	left: 0;*/
}
.widget_recent_entries h3 {
	padding: 10px 8px 15px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 12px;
}
.widget_recent_entries .tab {
	overflow: hidden;
	padding: 0;
}
.widget_recent_entries .tab li {
	float: left;
	width: 85px;
	padding: 0 0 0 6px;
	line-height: 2.0em;
	background-color: #faf8f9;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_recent_entries .tab li a {
	color: #a0a0a0;
}
.widget_recent_entries .tab li:nth-last-child(1) {
	border-right: none;
}
.widget_recent_entries .tab li.active {
	border-bottom: none;
	background-color: #fff;
}
.widget_recent_entries .tab li.active a {
	color: #666;
}
.widget_recent_entries .post-year {
	display: block;
	padding: 12px 8px 0;
}
.widget_recent_entries ul {
	padding: 0 0 12px 8px;
}
.widget_recent_entries li {
	padding-top: 12px;
}

.widget_recent_entries .post-date {
	display: block;
	vertical-align: top;
}
.widget_recent_entries .post-title {
	display: inline-block;
	width: 140px;
	padding-left: 5px;
	vertical-align: top;
}


.site-info * {
	color: #fff;
}
