@charset "UTF-8";
/*
Theme Name: MY THEME
Author: Forest Studio
Discription: This is my original theme.
Version: 1.0
*/

body {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #edede3;
}

h1 {
	font-size: 38px;
	margin: 0;
}

p {
	line-height: 1.5;
}

/* スマートフォン用 */
.pickup-reports li {
	background: #FFFFFF;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

article > * {
	background-color: inherit;
}

/* リンク */
a {
	color: #b77d3c;
}

a:hover {
	color: #ff8800;
}

a img {
	border: none;
}

/* 記事 */
article {
	background: #FFFFFF;
	width: 900px;
	margin: 0 auto 15px;
	border: 1px solid #aaaaaa;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
	box-shadow: 1px 1px 3px #aaaaaa;
	border-radius: 20px;
	overflow: hidden;
}

/* 記事の付加情報 */
.postinfo {
	font-size: smaller;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin: 20px 0 30px;
	padding: 10px 0;
}

.postinfo time {
	font-size: 12px;
	color: #FFFFFF;
	background: #bdbc8f;
	border-radius: 10px;
	padding: 2px 20px;
}

/* 本文中の画像 */
.aligncenter {
	display: block;
	margin: 30px auto;	
}

.alignleft {
	float: left;
	margin: 8px 20px 8px 0;
}

.alignright {
	float: right;
	margin: 8px 0 8px 20px;
}

.wp-caption-text {
	text-align: center;
	margin: 3px 0 0 0;
	color: #666666;
}

article img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

/* 前後ページへのリンク */
.navlink {
	font-size: 14px;
	border-top: 1px solid #cccccc;
	margin: 50px 0 40px;
	clear: both;
	overflow: hidden;
}

.navlink i {
	font-size: 50px;
	color: #bdbc8f;
	vertical-align: middle;
}

.navlink a {
	/* width: 50%; */
	text-decoration: none;
	padding: 10px 0;
}

.navlink-prev a {
	float: left;
	text-align: left;
}

.navlink-next a {
	float: right;
	text-align: right;
}

.navlink a:hover {
	color: #000000;
}

.navlink a:hover i {
	color: #ff8800;
}

/* コメント投稿フォーム */
#respond {
	background: #edede3;
	padding: 20px;
	margin: 20px 0 0 0;
}

#respond h3 {
	margin: 0;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
	margin: 10px 0 25px;
}

#respond .form-allowed-tags {
	font-size: 12px;
}

#respond .required {
	color: red;
}

#respond input,
#respond textarea {
	display: block;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 16px;
}

#respond input {
	width: 500px;
}

#respond textarea {
	width: 700px;
	height: 200px;
}

#respond input[type="submit"] {
	width: 200px;
	background: #ffaa00;
	border: 1px solid #cccccc;
	border-radius: 0;
	padding: 10px 3px;
}

/* トラックバックURL */
p.trackback {
	font-size: 12px;
}
	
/* コメント */
#comments {
	background: #e4e4b9;
	padding: 20px 20px 10px;
}

#comments h3{
	margin: 0 0 10px;
}

#comments ul {
	list-style-type: none;
	padding: 0;
}

#comments article {
	width: auto;
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	padding: 20px 0 0;
	overflow: visible;
	border-top: 1px solid #FFFFFF;
}

#comments a {
	text-decoration: none;
}

.comment-meta {
	font-size: 12px;
}

.avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-content {
	font-size: 14px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin: 0 40px;
}

.reply {
	text-align: right;
	font-size: 12px;
}
.children {
	margin-left: 40px;
}

/* 記事の一覧 */
.list {
	width: 900px;
	margin: 0 auto;
}

.list-title {
	margin-bottom: 10px;
}

.list-title span {
	font-weight: normal;
	font-size: 20px;
	vertical-align: 5px;
	margin-right: 20px;
}

.list article {
	margin-bottom: 20px;
	padding: 0;
}

.list article a {
	color: #000000;
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 20px;
}

.list article a:hover {
	background: #ffe792;
	color: #000000;
	text-decoration: none;
}

.list article h1 {
	font-size: 24px;
}

.list .postinfo {
	border: none;
	margin: 0;
	padding: 0;
}

.list article img {
	float: left;
	margin-right: 20px;
}

.list > p {
	color: #666666;
	margin-top: -12px;
}

/* 記事が属するカテゴリーとタグ */
.postinfo span {
	margin-left: 30px;
}

.postinfo i {	
	color: #bdbc8f;
}

.postinfo a {
	color: #666666;
	text-decoration: none;
	/*padding: 0 3px;*/
}

/* ヘッダー */
body {
	margin: 0;
}

header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 7px #aaaaaa;
	box-shadow: 0 1px 7px #aaaaaa;
	padding: 5px;
	zoom: 1;
}

header h1 {
	font-family: 'Chango','cersive';
	font-size: 24px;
	width: 900px;
	margin: 0 auto;
}

header h1 a {
	text-decoration: none;
	color: #000000;
}

header h1 a:hover {
	color: #000000/*#f09a02*/;
}

header h1 img {
	vertical-align: -10px;
	margin-right: 5px;
}

/* フッター */
footer {
	color: #FFFFFF;
	background-color: #2f2e0a;
	margin-top: 30px;
	padding: 30px 0;
	clear: both;
}

#comments footer {
	color: #000000;
	background: none;
	margin-top: 0;
	padding: 0;
}

footer small {
	display: block;
	text-align: center;
	clear: both;
}

/* フッターウィジェット3段組み */
.columns {
	width: 900px;
	margin: auto;
}

.col {
	width: 280px;
	float: left;
	margin-right: 30px;
}

.col:nth-child(3n+3) {
	margin: 0;
}

.col3 {
	margin: 0;
}

/* ウィジェット */
footer aside {
	margin-bottom: 30px;
}

footer aside h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

footer aside ul {
	list-style-image: url(listmark.png);
	padding-left: 20px;
}

footer aside ul.children {
	list-style-image: url(listmark-small.png);
	margin-left: 0;
	font-size: smaller;
}

footer aside a {
	text-decoration: none;
}

footer .screen-reader-text {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .search-field {
	width: 100%;
	border: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .search-submit {
	display: none;
}

/* 記事：大パーツ */
.list .post-large {
	border-radius: 0;
}

.list .post-large img {
	width: 550px;
	height: auto;
}

.list .post-large h1 {
	background: #333333;
	color: #FFFFFF;
	margin-left: 570px;
	margin-bottom: 20px;
	padding: 30px 10px;
	font-size: 32px;
}

.list .post-large p {
	font-size: 18px;
}

/* 記事：小パーツ */
.list .post-small {
	width: auto;
}

.list .post-small a {
	height: 340px;
}

.list .post-small img {
	float: none;
}

.list .post-small h1 {
	font-size: 20px;
	text-align: center;
}

.list .post-small p {
	font-size: 14px;
	margin-top: 0.2em
}

/* 検索結果ページ */
.noresult {
	border: 1px solid #aaaaaa;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.noresult .search-field {
	width: 300px;
	border: none;
	padding: 10px;
}

.noresult .search-submit {
	display: none;
}

/* 固定ページ */
#container {
	width: 900px;
	margin: 0 auto;
}

#content {
	width: 640px;
	float: left;
}

#menu {
	width: 230px;
	float: right;
}

#content article {
	width: auto;
}

#content textarea {
	width: 500px;
}

#menu aside h1 {
	font-size: 18px;
	border-left: 10px solid #b77d3c;
	padding-left: 10px;
}

#menu aside ul {
	list-style-type: none;
	padding-left: 0;
}

#menu aside li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #2f2e0a;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

#menu aside li a:hover {
	background: #b77d3c;
}

#menu aside ul.children {
	margin-left: 0;
	font-size: smaller;
}

#menu aside ul.children a {
	padding-left: 30px;
}

/* 表組み */
table,th,td {
	border: 1px solid #aaaaaa;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}

th,td {
	padding: 10px 20px;
}

th {
	width: 100px;
	background: #ffcb63;
	text-align: left;
}

td {
	
	background: #ffedce;
}


/* お問い合わせフォーム */
#content .wpcf7 {
	margin-top: 40px;
}

#content input, textarea {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 16px;
}

#content input[type="text"] {
	width: 400px;
}

#content textarea {
	width: 500px;
	height: 150px;
}

#content input[type="submit"] {
	width: 200px;
	background: #ffaa00;
	border: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ナビゲーションメニュー */
nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	font-size: 0
}

nav li {
	display: inline;
	font-size: 12px;
	border-right: 1px solid #aaaaaa;
	padding: 0 10px;
}

nav li:first-child {
	border-left: 1px solid #aaaaaa;
}

nav {
	width: 900px;
	margin: -27px auto 10px;
	text-align: right;
}

nav a {
	color: #000000;
	text-decoration: none;
}

/* ビジネス系サイトのトップページ */
.message {
	background-color: #c39f4a;
	text-align: center;
	padding: 200px 0;
}

.message h1,.message p {
	width: 900px;
	margin: 0 auto;
	color: #FFFFFF;
	zoom: 1;
	filter: progid:DXImageTranceform.
	microsoft.Shadow(Color="#000000",
	Strength=5,Direction=135);
	text-shadow: 0 5px 10px #000000;
}

.message h1 {
	font-size: 60px;
	font-family: 'chango',cursive;
}

.message p {
	font-size: 20px;
	font-weight: bold;
}

.home header {
	margin-bottom: 0;
}

.home footer {
	margin-top: 0;
}

/* 「お知らせ」と「四季の記録」 */
.pickup-title {
	background: #2f2e0a;
	padding: 10px 0;
	margin: 40px 0 0;
	clear: both;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}

.pickup a {
	color: #000000;
	text-decoration: none;
}

.pickup a:hover {
	color: #cc8800;
}

.pickup-title a {
	color: #FFFFFF;
}

.pickup-content {
	background: #FFFFFF;
	overflow: hidden;
	min-height: 180px;
	padding: 20px;
	margin-bottom: 40px;
}

.pickup-news {
	float: left;
	width: 280px;
}

.pickup-reports {
	float: right;
	width: 590px;
}

.pickup-reports img {
	float: left;
	margin-right: 20px;
}

.pickup-reports ul {
	list-style-type: none;
	margin: 0;
}

.pickup-reports li {
	margin-bottom: 10px;
}

.pickup-reports time {
	background: #bdbc8f;
	padding: 2px 8px;
	margin-right: 8px;
	color: #FFFFFF;
	font-size: 12px;
}

/* 「ABOUT STUDIO」 */
.pickup-studio {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.pickup-studio .pickup-title {
	margin-top: 0;
	margin-bottom: 20px;
}

.pickup-studio article {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.pickup-studio .post-small a {
	height: auto;
}