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

@import url(http://fonts.googleapis.com/css?family=Chango);

body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color: #edede3}

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

p	{line-height: 1.5}

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

a:hover	{color: #ff8800}

a img	{border: none}


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


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

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


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

.alignleft	{float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 20px}

.alignright	{float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px}

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

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


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

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

.navlink a	{width: 50%;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px}

.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-color: #edede3;
	padding: 20px;
	margin-top: 20px}

#respond h3	{margin-top: 0;
	margin-bottom: 0}

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

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

#respond .required	{color: red}

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

#author,
#email,
#url {
	width: 500px;
}

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

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


/* コメント */
#comments	{background-color: #e4e4b9;
	padding: 20px;
	padding-bottom: 10px}

#comments h3	{margin-top: 0;
	margin-bottom: 10px}

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

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

#comments a	{text-decoration: none}

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

.avatar	{float: left;
	margin-right: 10px}

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

.reply	{text-align: right;
	font-size: 12px}

.children	{margin-left: 40px}



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

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

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

.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-color: #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}


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

header	{background-color: #ffffff;
	border-bottom: solid 1px #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', cursive;
	font-size: 24px;
	width: 900px;
	margin-left: auto;
	margin-right: auto}

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

header h1 a:hover	{color: #000000}

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

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

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

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


/* ３段組み */
.columns	{width: 900px;
	margin: auto}

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

.col:nth-child(3n+3)	{margin-right: 0}
.col03	{margin-right: 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-color: #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: 12px}


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

.noresult .screen-reader-text	{display: none}

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

.noresult .search-submit	{display: none}


/* 固定ページ */
#container	{width: 900px;
	margin-left: auto;
	margin-right: 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: solid 10px #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-color: #2f2e0a;
	border-bottom: solid 1px #cccccc;
	padding: 10px}

#menu aside li a:hover	{background-color: #b77d3c}

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

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



