/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html > body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

ul {
	list-style-type: none;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	position:relative;
}
/* Hides from IE-mac ＼*/
*html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/*END CLEARFIX*/

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body {
	color: #333333;
	background-color: #F8F8F8;
}
body header#gmenu {
	background-color: #66BD22;
	display: block;
	color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0px;
}
body #page, body .inner {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 58px;
}
body #gmenu .inner h1 {
	background-image: url(img/title_header.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 319px;
	text-indent: -9999px;
	float: right;
	margin-top: 23px;
	margin-right: 30px;
}
#gmenu .inner ul li {
	display: block;
	float: left;
}
#gmenu .inner ul #gm1 a {
	display: block;
	background-image: url(img/but_home.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 120px;
	text-indent: -9999px;
	margin-top: 8px;
}
#page #ttl {
	width: 100%;
	height:auto;
	background-image: url(img/img_main.jpg);
	background-repeat: no-repeat;
	padding-top: 58px;
	margin-top: 26px;/*WordPress仕様*/
	/*min-height: 418px;*/
	background-size: 63.5% auto;
	background-position: left center;
}



#page #ttl #tandc {
	padding-top: 5%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 9%;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F8F8F8;
	width: 36.5%;
	float: right;
	overflow:hidden;
}
#page #ttl #tandc p img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 5%;
	height: auto;
	width: 60%;
	min-width:160px;
}
#page #ttl #tandc p {
	color: #8d8d8d;
	font-size: 90%;
}
#page #content {
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: -40%;
	margin-bottom: 0px;
}
#page #side {
	float: right;
	width: 36.5%;
	/* [disabled]padding-right: 15px;
*/
	padding-left: 15px;
	background-color: #FFF;
}
footer {
	clear: both;
}
#page #content main article {
	display: block;
	background-color: #FFF;
	margin-bottom: 50px;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 40px;
	padding-left: 21px;
}
#page #content main article header {
	display: block;
	background-image: url(img/icon_clover.png);
	background-repeat: no-repeat;
	height: 58px;
	padding-left: 54px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #468901;
}
#page #content main article header h2 {
	font-size: 30px;
	line-height: 0.85;
	letter-spacing: -0.1em;
	padding-top: 8px;
}
#page #content main article header h2 a {
	text-decoration: none;
	color: #333333;
}
#page #content main article header time {
	line-height: .8;
}
#page #content main article p {
	color: #8d8d8d;
	line-height: 1.6;
	padding-bottom: 10px;
	padding-top: 5px;
}
#page #side aside h3 {
	height: 26px;
	width: 310px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#page #side aside h3#st1 {
	background-image: url(img/tag_recent.png);
	background-repeat: no-repeat;
}
#page #side aside h3#st2 {
	background-image: url(img/tag_monthly.png);
	background-repeat: no-repeat;
}
#page #side aside h3#st3 {
	background-image: url(img/tag_category.png);
	background-repeat: no-repeat;
}
#page #side aside {
	display: block;
	padding-top: 20px;
	padding-bottom: 40px;
	overflow:hidden;
}
#page #side aside ul li {
	line-height: 1.2;
	padding-left: .5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
	margin-bottom: .8em;
}
#page #side aside ul li a {
	color: #333;
	text-decoration: none;
}
#page #content main article footer ul #more {
	display: block;
	position: absolute;
	right: -22px;
	/* [disabled]padding-right: 30px; */
	/* [disabled]padding-left: 20px; */
	top: 0px;
	background-color: #468901;
}
#page #content main article footer {
	display: block;
	position: relative;
}
#page #content main article footer ul #more a {
	color: #FFF;
	text-decoration: none;
	line-height: 1.6;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 30px;
	padding-left: 20px;
}
#page #content main article .entry-content {
	padding-bottom: 20px;
}
#ft {
	text-align: center;
	display: block;
	padding-top: 40px;
	padding-bottom: 60px;
}
#ft p {
	font-size: 16px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#page .ptop {
	height: 60px;
	width: 61px;
	float: right;
	padding-top: 40px;
}
#page .ptop li a {
	display: block;
	height: 60px;
	width: 100%;
	text-indent: -9999px;
	background-image: url(img/ptop.png);
	background-repeat: no-repeat;
}


#page #content #inner {
	margin-right: 40%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #content #inner article p img {
	max-width: 100%;
	height:auto;
}

#page #content #inner main article .entry-content img {
	height: auto;
	max-width: 100%;
}



/*ページリンク*/
span.oldpage {
	float:left;
}
span.newpage {
	float:right;
}
p.pagelink a {
	font-size:0.75em;
}


p#pagetitle {
	/* [disabled]text-align:center; */
	color: #67BC23;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 160%;
	font-weight: normal;
	padding-left: 21px;
	}
.single #page #content #comments {
	clear: both;
	padding-right: 21px;
	padding-bottom: 40px;
	padding-left: 21px;
	/* [disabled]border: 1px solid #CCC; */
	background-color: #F4F4F4;
}
.single #comments textarea {
	width: 100%;
}
.single #page #content #comments h3 {
	font-size: 120%;
	font-weight: normal;
	color: #666;
	padding-top: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
}
.single #page #content #comments #trurl {
	background-color: #CCC;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	font-weight: normal;
}
.single #page #content #comments p {
	font-size: 90%;
	color: #666;
	line-height: 1.2;
	padding-bottom: 10px;
}
.single #page #content #comments .comment-meta {
	font-size: 80%;
	text-align: right;
}
.single #page #content #comments .comment-meta a {
	color: #999;
}
.single #page #content #comments p {
	line-height: 1.6;
}
#page #ttl #tandc p#copy {
	height: 110px;
	overflow: auto;
}
