/*
Theme Name: sizenen
Description: 栂池自然園ブログ用テーマ
Author: Jinstep Research
Author URI: jinstep.com
Version: 1.0
*/
@charset "utf-8";

/* reset */
body {
	-webkit-text-size-adjust: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, a, blockquote, th, td{
	margin: 0; 
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; 
	font-weight: normal;
}

div:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* フッター固定 */

#container {
	min-height:100%; /* 最後にautoに !important */
	position:relative;
	padding-top: 22px;
}

/* font */
body {
	font-size: 16px;
	font-family: "メイリオ", Meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica-Condensed-Black-Se, sans-serif;
}
h1 {
	background-color: rgba(30, 30, 30, 0.50);
	color: #FFFFFF;
	font-size: 24px;
	padding: 12px 12px 0;
}
header p {
	background-color: rgba(30, 30, 30, 0.50);
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 12px;
}

/*　フロート解除　*/
.cbox { 
	zoom: 100%;
}
.cbox:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

/*　画像置換　*/
.dkir {  
	position: relative;  
	z-index: 3;  
	zoom: 1; 
}  
.dkir span {
	position: relative;
	z-index: -1;
}  
.post a img {
	height: auto;
	width: 100%;
}

/* ボックス　*/
header {
	height: 200px;
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#contents {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 990px;
	overflow: hidden;
	padding: 16px 0;
	width: 100%;
}

#main {
	float: left;
	padding: 0 8px;
	width: 726px;
}
.type-post {
	margin-bottom: 12px;
	padding: 10px;
}
.type-post a {
	color: #000000;
}
p.post-meta {
	margin-bottom: 12px;
}
span.post-date,
span.comments {
	margin-left: 1.5em;
}
img.thumbnail {
	float: left;
	margin-right: 20px;
}
p.more-link {
	float: right;
	margin-right: 12px;
}
.author {
	text-align: right;
}
#side {
	float: right;
	font-size: 80%;
	width: 248px;
}
#side.fixed {
	position: fixed;
	top: 30px;
}
#side a {
	display: block;
	margin-bottom: 8px;
}
#bottom {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#prev {
	border-right: 1px solid #CCCCCC;
	float: left;
	height: 24px;
	padding: 8px 0;
	width: 50%;
}
#prev a {
	text-indent: 1em;
}
#next {
	float: right;
	height: 24px;
	padding: 8px 0;
	text-align: right;
}
#next a {
	margin-right: 1em;
}

/*　背景　*/
html {
}


/* hedder */
header {
	background: url(img/keyimage.jpg) no-repeat center top;
}
header br {
	display: none;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

/* footer */
footer {
	background: #3F1100;
	color: #DFDFDF;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 100%;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

/* comments */
#comment-area {
	margin-top: 16px;
}
.comment-notes {
	font-size: 14px;
}
.required {
	color: #FE56AA;
}
#respond h3 {
	background: #006050;
	border: 1px solid #006050;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-bottom: 12px;
	padding: 4px;
	text-align: center;
	width: 180px;
}
#respond h3:hover {
	background: #00F0F0;
	border: 1px solid #00F0F0;
}
#commentform p {
	margin-bottom: 12px;
}
#commentform label{
	display: block;
	font-size: 14px;
}
#commentform input,
#commentform textarea {
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-family: "メイリオ", Meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica-Condensed-Black-Se, sans-serif;
	font-size: 16px;
	max-width: 400px;
	padding: 4px;
	width: 90%;
}
#commentform input[type="submit"] {
	background: #FF6060;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 120px;
}
#commentform input[type="submit"]:hover {
	background: #FFC0C0;
}
.form-allowed-tags {
	font-size: 0.8em;
}
@media screen and (max-width: 580px) {
	#main {
		float: none;
	}
	#side {
		float: none;
		margin: 16px auto 0 !important;
	}
}
@media screen and (max-width: 490px) {
	header br {
		display: inline;
	}
}