/*
Theme Name: Merry Artists Company : Blog PC
Author: WETCH
Author URI: https://wetch.co.jp/
Version: 1.0
*/

/* reset_CSS */
@charset "UTF-8";

/* @group ***reset-css*** */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
form,img{ vertical-align:top;}

/* @end */






/* @group ***font-css*** */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/* @end */



/* @group clearfix */

/***************clearfix****************/
/*not IE Modern Browser*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*IE7 and MacIE5*/
.clearfix {
	display: inline-block;
}
/* HIDE MacIE5 \*/
*html.clearfix {height:1%;}
.clearfix {display:block;}
/* END HIDE MacIE5 */

/* @end */

/* common_CSS */
/* ---------- link ---------------------------- */

a {
	/*color:#5D7197;*/
	color:#353535;
	text-decoration:none;
}
a:hover {	text-decoration:underline;	}

a.more-link{
	color: #338133;
}

/* ---------- float ---------------------------- */

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

/* ---------- entryContents ---------------------------- */

.entryContents button,
.entryContents input,
.entryContents select,
.entryContents textarea {
	line-height: 160%;
}

.entryContents h1,
.entryContents h2,
.entryContents h3,
.entryContents h4,
.entryContents h5,
.entryContents h6 {
	clear: both;
	font-weight: 700;
}

.entryContents p {
	margin-bottom: 1.6em;
}

.entryContents b,
.entryContents strong {
	font-weight: 700;
}

.entryContents dfn,
.entryContents cite,
.entryContents em,
.entryContents i {
	font-style: italic;
}

.entryContents blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 138.5%;
	font-style: italic;
	line-height: 165%;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

.entryContents blockquote p {
	margin-bottom: 1.6667em;
}

.entryContents blockquote > p:last-child {
	margin-bottom: 0;
}

.entryContents blockquote cite,
.entryContents blockquote small {
	color: #333;
	font-size: 116%;
	font-family: "Noto Sans", sans-serif;
	line-height: 160%;
}

.entryContents blockquote em,
.entryContents blockquote i,
.entryContents blockquote cite {
	font-style: normal;
}

.entryContents blockquote strong,
.entryContents blockquote b {
	font-weight: 400;
}

.entryContents address {
	font-style: italic;
	margin: 0 0 1.6em;
}

.entryContents code,
.entryContents kbd,
.entryContents tt,
.entryContents var,
.entryContents samp,
.entryContents pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.entryContents pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.entryContents abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

.entryContents mark,
.entryContents ins {
	background-color: #fff9c0;
	text-decoration: none;
}

.entryContents sup,
.entryContents sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.entryContents sup {
	bottom: 1ex;
}

.entryContents sub {
	top: .5ex;
}

.entryContents small {
	font-size: 75%;
}

.entryContents big {
	font-size: 125%;
}

.entryContents hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

.entryContents ul,
.entryContents ol {
	margin: 0 0 1.6em 1.3333em;
}

.entryContents ul {
	list-style: disc;
}
.entryContents ul li {
	list-style: disc;
}

.entryContents ol {
	list-style: decimal;
}
.entryContents ol li {
	list-style: decimal;
}

.entryContents li > ul,
.entryContents li > ol {
	margin-bottom: 0;
}

.entryContents dl {
	margin-bottom: 1.6em;
}

.entryContents dt {
	font-weight: bold;
}

.entryContents dd {
	margin-bottom: 1.6em;
}

.entryContents table,
.entryContents th,
.entryContents td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

.entryContents table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

.entryContents caption,
.entryContents th,
.entryContents td {
	font-weight: normal;
	text-align: left;
}

.entryContents th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.entryContents td {
	border-width: 0 1px 1px 0;
}

.entryContents th, td {
	padding: 0.4em;
}

.entryContents img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.entryContents figure {
	margin: 0;
}

.entryContents del {
	opacity: 0.8;
}

.entryContents {
	padding: 0 7.6923% 7.6923%;
}

.entryContents > :last-child {
	margin-bottom: 0;
}

.entryContents {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entryContents h1 {
	font-size: 197%;
	line-height: 120%;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entryContents h2 {
	font-size: 167%;
	line-height: 1.40%;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entryContents h3 {
	font-size: 138.5%;
	line-height: 135%;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entryContents h4,
.entryContents h5,
.entryContents h6 {
	font-size: 116%;
	line-height: 120%;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entryContents h5,
.entryContents h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entryContents > h1:first-child,
.entryContents > h2:first-child,
.entryContents > h3:first-child,
.entryContents > h4:first-child,
.entryContents > h5:first-child,
.entryContents > h6:first-child {
	margin-top: 0;
}

.entryContents a {
	border-bottom: 1px solid #333;
}

.entryContents a:hover,
.entryContents a:focus {
	border-bottom: 0;
}

.entryContents a img {
	display: block;
}

.entryContents .more-link {
	white-space: nowrap;
}

.entryContents .more-link:after {
	content: "\f429";
	font-size: 123.1%;
	position: relative;
	top: 5px;
}

@media screen and (max-width: 767px){
	.entryContents {
		padding: 0;
	}
}

/* base_CSS */
/* ---------- 全体 ---------------------------- */

html,body {
	/*
	background:#3A3A3A;
	color:#333333;
	*/
	background:#eff4f0;
	color:#353535;
	margin: 0;
	padding: 0;
}

.rap {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
}

.clearfix::after{
	content: "."; 
    display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/*
	header
-------------------------------------------------- */

header {
	background-color: #fff;
	background-image: url(../img/common/bg_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom:1px solid #979797;
	padding:15px 0 10px;
	width: 100%;
}

header h1 {
	float:left;
	width:150px;
}

header .blockDescription {
	/*color:#828282;*/
	line-height:145%;
	margin-bottom:15px;
	padding-top:5px;
	text-align:right;
}

header .fRight li {
	float:right;
	padding-left:10px;
	padding-top: 10px;
}
header .fRight li.btnSearch {
	padding-left:30px;
	padding-top:0;
}
header .fRight li .search-submit {
	padding-left:10px;
	position:relative;
	top: 8px;
	height: 24px;
	width: 24px;
}
header .fRight li .search-field {
	border:1px solid #C1C1C1;
	line-height:22px;
	width:220px;
}
@media screen and (min-width: 768px){
	header .fLeft{
		display: none;
	}
	header .sp-fRight{
		display: none;
	}
}
@media screen and (max-width: 767px){
	header{
		padding: 6px 0 0;
		position: relative;
	}
	header h1{
		max-width: 220px;
		padding: 10px 30px 0;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	header h1 a{
		display: block;
	}
	header h1 img{
		width: 100%;
	}
	header .fLeft {
		border-right:1px solid #77849D;
		height:50px;
		width:50px;
	}
	header .fRight{
		display: none;
	}
	header .sp-fRight {
		float: right;
		border-left:1px solid #77849D;
		height:50px;
		width:50px;
	}
	header .btnOpen,
	header .btnClose {
		height:50px;
		line-height:50px;
		text-align:center;
	}
	header .btnClose {
		background: #2d692b;
		display: none;
	}
	header .btnOpen a,
	header .btnClose a {
		display:block;
		width: 50px;
		height: 50px;
		position: absolute;
	}
	header .btnOpen a img,
	header .btnClose a img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
}

/*
	footer
-------------------------------------------------- */

footer {
	background: #3a3a3a;
	line-height: 45px;
	width: 100%;
}
footer .rap {
	position:relative;
}
footer #btnPagetotop {
	position:absolute;
	right:0;
	top:-30px;
}
footer address {
	color:#828282;
	font-size:77%;
	font-weight:bold;
	text-align:right;
}
@media screen and (min-width: 768px){
	footer #sp-btnPagetotop{
		display: none;
	}
	footer #sp-bannerMacHP{
		display: none;
	}
}
@media screen and (max-width: 767px){
	footer{
		background: #ebebeb;
	}
	footer #btnPagetotop{
		display: none;
	}
	footer #sp-btnPagetotop{
		background-color: #2d692b;
		padding: 20px 0;
		text-align: center;
	}
	footer #sp-bannerMacHP{
		padding: 25px 10px;
		color: #6d6d6d;
	}
	footer #sp-bannerMacHP h2{
		text-align: center;
	}
	footer #sp-bannerMacHP p{
		line-height: 1.85;
		margin: 15px 0;
	}
	footer #sp-bannerMacHP .blockBtn{
		text-align: center;
	}
	footer address{
		background: #3a3a3a;
		text-align: center;
	}
}
	
/*
	content
-------------------------------------------------- */

#content {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

#content_inner {
	padding:40px 0 10px;
	margin:0 auto 85px;
	max-width:1020px;
	width: 100%;
	box-sizing: border-box;
}
#content_inner2 {
	padding: 0 10px 50px;
}

#content_main {
	float:left;
	padding-left:25px;
	max-width: 70.5%;
	width: 100%;
	box-sizing: border-box;
}
#content_main article:first-of-type{
	padding-top: 20px;
}

#content_side {
	float:right;
	max-width: 26%;
	border-left: 1px solid #D6D6D6;
	padding: 50px 0 0 0;
}
@media screen and (max-width: 767px){
	#content_inner{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#content_inner2{
		padding-bottom: 40px;
	}
	#content_main{
		max-width: 100%;
		padding-left: 0;
	}
	#content_side{
		display: none;
	}
}

/*
	content_side
-------------------------------------------------- */

#content_side #bannerMacHP {
	line-height:145%;
	margin:0 auto 50px;
	text-align:center;
	width: 100%;
}

#content_side #bannerMacHP h2 {
	margin-bottom:15px;
}
#content_side #bannerMacHP .blockBtn a:hover{
	opacity: 0.7;
}
#content_side #bannerMacHP p {
	margin-bottom:20px;
	padding-left: 10px;
}

/* widget */

#content_side .widget {
	margin-bottom:40px;
}

#content_side .widget h2 {
	height:50px;
	text-indent:-9999px;
}

#content_side .widget li {
	border-bottom:1px solid #D6D6D6;
}
#content_side .widget li a {
	display:block;
	padding:15px;
}
#content_side .widget li a:hover {
	background: #bbd3ba;
	color: #fff;
	text-decoration:none;
}

/* widget_categories */

#content_side .widget_categories h2 {
	background:url(../img/common/tit_side_category.png) left top no-repeat;
	background-size: contain;
}

#content_side .widget_categories li a {
	background:url(../img/common/icon_arrow.png) right no-repeat;
	font-size:108%;
	line-height:120%;
	padding-right:30px;
}
#content_side .widget_categories li a:hover {
	background:#bbd3ba url(../img/common/icon_arrow_hover.png) right no-repeat;
	color: #fff;
}
#content_side .widget_categories li.cat-item-none {
	display:none;
}

/* widget_recent_entries */

#content_side .widget_recent_entries h2 {
	background:url(../img/common/tit_side_latest.png) left top no-repeat;
	background-size: contain;
}

#content_side .widget_recent_entries li {
	position:relative;
}
#content_side .widget_recent_entries li a {
	line-height:130%;
}
#content_side .widget_recent_entries li .post-date {
	position:absolute;
	left:15px;
	top:15px;
	
	color:#979797;
	font-weight:bold;
	line-height:145%;
}

/*
	boxMenu
-------------------------------------------------- */
@media screen and (max-width: 767px){
	header .boxMenu {
		display:none;
		position:absolute;
		left:0;
		top:57px;
		z-index:1000;
		background:rgba(51,51,51,0.8);
		width:100%;
	}
	header .boxMenu .btnCloseL {
		background:#2d692b;
		height:45px;
		line-height:45px;
		text-align:center;
		width:100%;
	}
	header .boxMenu .btnCloseL a {
		display:block;
		height: 45px;
		position: relative;
	}
	header .boxMenu .btnCloseL img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
}

/* #contentSearch */
@media screen and (max-width: 767px){
	header #contentSearch .inner {
		background:#FFFFFF;
		padding:20px 10px 25px;
	}

	header #contentSearch h2 {
		margin-bottom:10px;
	}

	header #contentSearch form {
		margin-bottom:25px;
	}
	header #contentSearch form input {
		vertical-align:top;
	}
	header #contentSearch form .search-field {
		border:1px solid #C1C1C1;
		float:left;
		line-height:43px;
		padding:0 5px;
		width:240px;
	}
}


/* #contentMenu */
@media screen and (max-width: 767px){
	header #contentMenu .inner {
		background:#FFFFFF;
	}
	header #contentMenu .inner2 {
		padding:20px 10px 25px;
	}
	header #contentMenu ul li {
		border-bottom:1px solid #D6D6D6;
	}
	header #contentMenu ul li a {
		display:block;
		background:url(../img/common/icon_arrow.jpg) right no-repeat;
		background-size:22px auto;
		color:#333333;
		line-height:120%;
		padding:15px 25px 15px 10px;
	}
}



/* ----------------------------------------------------------------------------------------------------
*
*	トップページ
*
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px){
	.sp{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
}

body.post-type-archive-blog #mainImage {
	background:#222222;
	width: 100%;
	position:relative;
}
body.post-type-archive-blog #mainImage img {
	width:100%;
}
body.post-type-archive-blog #mainImage .blockShadow {
	height:21px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

body.post-type-archive-blog #content_inner {
	padding-top:0;
	background-color: #fff;
}

body.post-type-archive-blog #notFound .entryContents {
	font-size:116%;
	margin-bottom:40px;
}

/* //トップページ ---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
*
*	一覧ページ
*
---------------------------------------------------------------------------------------------------- */

body.post-type-archive-blog,
body.archive,
body.search {
}

body.post-type-archive-blog h2.pageTitle,
body.archive h2.pageTitle,
body.search h2.pageTitle {
	color:#5D7197;
	font-size:197%;
	font-weight:bold;
	line-height:135%;
	margin-bottom:30px;
}

body.post-type-archive-blog #content_main article,
body.archive #content_main article,
body.search #content_main article {
	border-bottom:1px dotted #ACACAC;
	margin-bottom:30px;
	padding-bottom:25px;
}
@media screen and (max-width: 767px){
	body.post-type-archive-blog #content_main article,
	body.archive #content_main article,
	body.search #content_main article{
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

/* カテゴリ */
body.post-type-archive-blog #content_main article#article_category ul li {
	float:left;
	margin-bottom:20px;
	width:335px;
}
body.post-type-archive-blog #content_main article#article_category ul li.odd { float:right;}

/* サムネイル */
body.post-type-archive-blog #content_main article .entryThumbnail,
body.archive #content_main article .entryThumbnail,
body.search #content_main article .entryThumbnail {
	float:left;
	padding-bottom:12px;
	width: 31%;
}
body.post-type-archive-blog #content_main article .entryThumbnail .inner,
body.archive #content_main article .entryThumbnail .inner,
body.search #content_main article .entryThumbnail .inner {
	padding:4px;
}
body.post-type-archive-blog #content_main article .entryThumbnail img,
body.archive #content_main article .entryThumbnail img,
body.search #content_main article .entryThumbnail img {
	height:auto;
	width:100%;
}
@media screen and (max-width: 767px){
	body.post-type-archive-blog #content_main article .entryThumbnail,
	body.archive #content_main article .entryThumbnail,
	body.search #content_main article .entryThumbnail{
		padding-bottom: 0;
		width: 35%;
	}
	body.post-type-archive-blog #content_main article .entryThumbnail .inner,
	body.archive #content_main article .entryThumbnail .inner,
	body.search #content_main article .entryThumbnail .inner{
		padding: 0;
	}
}

/* body */
body.post-type-archive-blog #content_main article .entryBody,
body.archive #content_main article .entryBody,
body.search #content_main article .entryBody {
	float:right;
	width: 66%;
	box-sizing: border-box;
	padding-left: 10px;
}


body.post-type-archive-blog #content_main article .entryBody .boxInfo,
body.archive #content_main article .entryBody .boxInfo,
body.search #content_main article .entryBody .boxInfo {
}
body.post-type-archive-blog #content_main article .entryBody .boxInfo .blockDate,
body.archive #content_main article .entryBody .boxInfo .blockDate,
body.search #content_main article .entryBody .boxInfo .blockDate {
	float:left;
	font-size:116%;
	line-height:22px;
	margin-bottom: 0px;
	padding-right:10px;
}
body.post-type-archive-blog #content_main article .entryBody .boxInfo .post-categories li,
body.archive #content_main article .entryBody .boxInfo .post-categories li,
body.search #content_main article .entryBody .boxInfo .post-categories li {
	float:left;
	margin-bottom:15px;
	padding-right:10px;
}
body.post-type-archive-blog #content_main article .entryBody .boxInfo .post-categories li a,
body.archive #content_main article .entryBody .boxInfo .post-categories li a,
body.search #content_main article .entryBody .boxInfo .post-categories li a {
	display:block;
	background:#979797;
	color:#FFFFFF;
	font-size:93%;
	height:22px;
	line-height:22px;
	padding:0 10px;
}

body.post-type-archive-blog #content_main article .entryBody .blockTitle,
body.archive #content_main article .entryBody .blockTitle,
body.search #content_main article .entryBody .blockTitle {
	font-size:153.9%;
	line-height:140%;
	margin-bottom:15px;
}
body.post-type-archive-blog #content_main article .entryBody .blockTitle a,
body.archive #content_main article .entryBody .blockTitle a,
body.search #content_main article .entryBody .blockTitle a{
	color: #338133;
}

body.post-type-archive-blog #content_main article .entryBody .blockText,
body.archive #content_main article .entryBody .blockText,
body.search #content_main article .entryBody .blockText {
	line-height:145%;
}
body.post-type-archive-blog #content_main article .entryBody .blockText .screen-reader-text,
body.archive #content_main article .entryBody .blockText .screen-reader-text,
body.search #content_main article .entryBody .blockText .screen-reader-text {
	display:none;
}

body.post-type-archive-blog #content_main article .entryBody .editLink,
body.archive #content_main article .entryBody .editLink,
body.search #content_main article .entryBody .editLink {
	font-size:93%;
	line-height:140%;
	margin-top:30px;
	text-align:right;
}
@media screen and (max-width: 767px){
	body.post-type-archive-blog #content_main article .entryBody,
	body.archive #content_main article .entryBody,
	body.search #content_main article .entryBody {
		width: 65%;
	}
	body.post-type-archive-blog #content_main article .entryBody .boxInfo .blockDate,
	body.archive #content_main article .entryBody .boxInfo .blockDate,
	body.search #content_main article .entryBody .boxInfo .blockDate {
		font-size: 108%;
	}
	body.post-type-archive-blog #content_main article .entryBody .boxInfo .post-categories::after,
	body.archive #content_main article .entryBody .boxInfo .post-categories::after,
	body.search #content_main article .entryBody .boxInfo .post-categories::after{
		content: "."; 
        display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;
	}
	body.post-type-archive-blog #content_main article .entryBody .boxInfo .post-categories li,
	body.archive #content_main article .entryBody .boxInfo .post-categories li,
	body.search #content_main article .entryBody .boxInfo .post-categories li{
		padding-right: 0;
		display: block;
		text-align: right;
		margin-bottom: 7px;
	}
	body.post-type-archive-blog #content_main article .entryBody .boxInfo .post-categories li a,
	body.archive #content_main article .entryBody .boxInfo .post-categories li a,
	body.search #content_main article .entryBody .boxInfo .post-categories li a{
		display: inline-block;
		width: auto;
		font-size: 77%;
	}
	body.post-type-archive-blog #content_main article .entryBody .blockTitle,
	body.archive #content_main article .entryBody .blockTitle,
	body.search #content_main article .entryBody .blockTitle {
		font-size: 108%;
	}
	body.post-type-archive-blog #content_main article .entryBody .blockText,
	body.archive #content_main article .entryBody .blockText,
	body.search #content_main article .entryBody .blockText {
		display: none;
	}
}

/* pager */

body.post-type-archive-blog #content_main .wp-pagenavi,
body.archive #content_main .wp-pagenavi,
body.search #content_main .wp-pagenavi {
	/*color:#434343;*/
	font-size:93%;
	line-height:28px;
	text-align:center;
}

body.post-type-archive-blog #content_main .wp-pagenavi .current,
body.archive #content_main .wp-pagenavi .current,
body.search #content_main .wp-pagenavi .current {
	display:inline-block;
	border:1px solid #FFFFFF;
	font-weight:bold;
	margin:0 3px;
	height:28px;
	width:28px;
}

body.post-type-archive-blog #content_main .wp-pagenavi a,
body.archive #content_main .wp-pagenavi a,
body.search #content_main .wp-pagenavi a {
	display:inline-block;
	/*color:#434343;*/
	border:1px solid #C1C1C1;
	margin:0 3px;
	height:28px;
	width:28px;
}
body.post-type-archive-blog #content_main .wp-pagenavi .previouspostslink,
body.archive #content_main .wp-pagenavi .previouspostslink,
body.search #content_main .wp-pagenavi .previouspostslink{
	background-color: #338133;
	color: #fff;
}
body.post-type-archive-blog #content_main .wp-pagenavi a:hover,
body.archive #content_main .wp-pagenavi a:hover,
body.search #content_main .wp-pagenavi a:hover {
	background:#338133;
	border:1px solid #7781A1;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
body.post-type-archive-blog #content_main .wp-pagenavi .nextpostslink,
body.archive #content_main .wp-pagenavi .nextpostslink,
body.search #content_main .wp-pagenavi .nextpostslink{
	background-color: #338133;
	color: #fff;
}
@media screen and (max-width: 767px){
	body.post-type-archive-blog #content_main .wp-pagenavi,
	body.archive #content_main .wp-pagenavi,
	body.search #content_main .wp-pagenavi{
		margin-top: 25px;
	}
}

/* //一覧ページ ---------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------
*
*	カテゴリーページ
*
---------------------------------------------------------------------------------------------------- */

body.tax-sma_cat #mainImage img {
	width:100%;
}
body.tax-sma_cat #content_inner{
	background-color: #fff;
}
body.tax-sma_cat #content_inner{
	padding-top: 0;
}

/* //カテゴリーページ ---------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------
*
*	詳細ページ
*
---------------------------------------------------------------------------------------------------- */

body.single .entryHeader {
	margin-bottom:25px;
}

body.single .entryHeader .blockDate {
	float:left;
	font-size:138.5%;
	line-height:145%;
	margin-bottom:15px;
	padding-right:10px;
}
body.single .entryHeader .boxInfo .post-categories::after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
body.single .entryHeader .post-categories li {
	float:right;
	margin-bottom:15px;
	padding-left:10px;
}
body.single .entryHeader .post-categories li a {
	display:block;
	background:#979797;
	color:#FFFFFF;
	font-size:93%;
	font-weight:bold;
	height:22px;
	line-height:22px;
	padding:0 10px;
}

body.single .entryHeader .blockTitle {
	color: #338133;
	font-size:197%;
	font-weight:bold;
	line-height:135%;
}

body.single .entryContents {
	font-size: 108%;
	line-height: 145%;
	margin-bottom:40px;
}

body.single #content_main .navigation {
	border-top:1px dotted #ACACAC;
	padding-top:35px;
}
body.single #content_main .navigation .screen-reader-text {
	display:none;
}
body.single #content_main .navigation .nav-links {
	margin:0 auto;
	width: 100%;
}
body.single #content_main .navigation .nav-links::after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
body.single #content_main .navigation .nav-previous {
	float:left;
	width:160px;
}
body.single #content_main .navigation .nav-next {
	float:right;
	width:160px;
}
body.single #content_inner {
	padding-top:0;
	background-color: #fff;
}
/*body.single .entryHeader h2.blockTitle{
	font-size: 131%;
}*/
body.single .entryContents .aligncenter{
	margin: 0 auto;
	display: block;
}
body.single .entryContents{
	
}
@media screen and (min-width: 768px){
	body.single .entryContents .alignleft{
		float: left;
		padding: 0 1em 0 0;
	}
	body.single .entryContents .alignright{
		float: right;
		padding: 0 0 0 1em;
	}
}
@media screen and (max-width: 767px){
	body.single #content_main article:first-of-type{
		padding-top: 0;
	}
	body.single #content_inner2{
		padding: 0 0 40px;
	}
	body.single .entryHeader{
		position: relative;
	}
	body.single .entryHeader .blockDate{
		font-size: 124%;
		float: none;
		position: absolute;
		left: 10px;
		top: 10px;
	}
	body.single .entryHeader .boxInfo{
		margin-bottom: 20px;
	}
	body.single .entryHeader .boxInfo .post-categories{
		background: #ebebeb;
		padding: 0 10px;
	}
	body.single .entryHeader .boxInfo .post-categories li{
		margin: 10px 0;
	}
	body.single .entryHeader h2.blockTitle{
		padding: 0 10px;
	}
	body.single .entryContents{
		padding: 0 10px;
	}
	body.single #content_main .navigation{
		padding: 25px 10px 0;
	}
	body.single #content_main .navigation .nav-previous a img,
	body.single #content_main .navigation .nav-next a img{
		width: 100%;
	}
	body.single #content_main .navigation .nav-previous {
		width:140px;
	}
	body.single #content_main .navigation .nav-next {
		width:140px;
		float: right;
	}
	body.single .entryContents .alignleft{
		display: block;
		margin: 0 auto;
	}
	body.single .entryContents .alignright{
		display: block;
		margin: 0 auto;
	}
}

/* //詳細ページ ---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
*
*	検索結果ページ
*
---------------------------------------------------------------------------------------------------- */
body.search #content_inner {
	padding-top:0;
	background-color: #fff;
}

/* //検索結果ページ ---------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------
*
*	404ページ
*
---------------------------------------------------------------------------------------------------- */

body.error404 {
}

body.error404 .pageTitle {
	color:#5D7197;
	font-size:197%;
	font-weight:bold;
	line-height:135%;
	margin-bottom:30px;
}

body.error404 .entryContents {
	font-size:116%;
	margin-bottom:40px;
}

/* //404ページ ---------------------------------------------------------------------------------------------------- */