@charset "utf-8";
/*
Theme Name: Trendyhouse
Theme URI: http://www.trendyhouse.jp/
Description: This is Trendyhouse's theme.
Author: Trendyhouse
Version: 1.0
*/

.entry_body .cf, .entry_body p, .entry_body ul, .entry_body ol, .entry_body dl, .entry_body table, .entry_body blockquote, .entry_body address, .entry_body pre { margin-bottom: 20px; }
.entry_body *:last-child, .entry_body > *:last-child, .entry_body > *:last-child > *:last-child, .entry_body > *:last-child > *:last-child > *:last-child { margin-bottom: 0 !important; }

/*--------------------------------------------------
	entry_body
--------------------------------------------------*/

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 20px;
}
.alignleft {
	float: left;
	clear: both;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	clear: both;
	margin: 0 0 20px 20px;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption-text { text-align: center; }
.entry_body .gallery { margin: -20px -20px 0 0; }
.entry_body .gallery .gallery-item {
	float: left;
	margin: 20px 20px 0 0;
	text-align: center;
	width: 220px;
}
.entry_body img {
	max-width: 100%;
	height: auto;
}
.entry_body dd { margin-left: 40px; }
.entry_body ol {
	list-style: decimal;
	padding-left: 40px;
}
.entry_body ol ul {
	list-style: circle;
	padding-left: 40px;
}
.entry_body ul {
	padding-left: 40px;
	list-style: circle;
}
.entry_body ul ul {
	list-style: disc;
	margin-left: 20px;
}
.entry_body th, .entry_body td {
	padding: 10px 10px 9px 10px;
	border: 1px solid #ccc;
}
.entry_body tr:first-child th, .entry_body tr:first-child td { padding-top: 9px; }
.entry_body th { background: #e5e5e5; }
.entry_body thead th {
	text-align: center;
	border-bottom: 3px double #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}
.entry_body thead th:first-child { text-align: left; }
.entry_body address {
	border: 1px solid #ccc;
	padding: 19px 20px;
}
blockquote {
	background-color: #f2f2f2;
	padding: 20px 20px 20px 40px;
	position: relative;
}
blockquote:before {
	content: "“";
	font-size: 60px;
	line-height: 1;
	color: #999;
	position: absolute;
	left: 5px;
	top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
code {
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	background: #f7f77c;
	vertical-align: text-top;
}
pre {
	border: 1px solid #ccc;
	padding: 21px 20px 20px 20px;
	background: #f2f2f2;
	overflow: scroll;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

/*--------------------------------------------------
	page_back_nav
--------------------------------------------------*/

.page_back_nav {
	margin-top: 40px;
	letter-spacing: -.4em;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5385;
}
.page_back_nav li {
	display: inline-block;
	width: 160px;
	letter-spacing: normal;
	margin-right: 20px;
}
.page_back_nav .home { margin-right: 0; }
.page_back_nav a {
	display: block;
	padding: 10px;
	background: #f4f0e4;
	text-decoration: none;
	color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.page_back_nav a:hover { background: #c00; color: #fff; }
