@charset "UTF-8";

@media only screen and (max-width: 480px) {




/*======================================

	blog-head
	
========================================*/
#blog-head{
	width:100%;
	margin: 0 0 45px 0;
	padding: 0 0 0 0;
	text-align: center;
}

#blog-head  ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:12px;
	padding: 0;
}

#blog-head  ul li{
	display: inline-block;
	margin: 0 0px 12px 0;
	padding:0 0 0 0;
	text-align: center;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#blog-head  ul li a{
	text-decoration: none;
	font-size:13px;
	padding:6px 15px 6px 15px;
	background: #f5ecec;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	}
#blog-head  ul li span{
	text-decoration: none;
	font-size:13px;
	padding:6px 15px 6px 15px;
	background: #fc864c;
	color:#fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	}
	
/*======================================

	blog-box
	
========================================*/
.feature-wrapper{
	width:90%;
	min-height: 400px;
	border-top:0px solid #ddd;
	margin:0px auto 20px auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap:21px;
	background: transparent;
}


.blog-box{
	width:246px;
	margin-bottom: 30px;
	padding:0;
	border-top:0px solid #ddd;
	border-bottom:0px solid #ddd;
	border-left:0x solid #ddd;
	border-right:0px solid #ddd;
	background: #fff;
	text-align: left;
}

.blog-box figure{
	padding:0 0px 0 0px;
	margin: 0;
}
.blog-box figure img{
	width: 100%;
	height: auto;
}

.blog-date{
	font-size: 13px;
	text-align: left;
	color:#333;
	font-weight: normal;
	margin: 0px 0px 0px 0;
	padding: 0 0px 0 0;
}

.blog-box h3{
	font-size:16px;
	line-height: 1.5;
	padding:0 0 0 0;
	margin: 9px 0px 8px 0;
}


.glid-cat {
	display: inline-block;
	height: 24px;
	background: #f5f0e9;
	color:#666;
	font-size:11px;
	line-height: 11px;
	padding:6px 4px 6px 4px;
	margin:15px 0 10px 0;
	overflow: hidden;
}
.glid-cat a{
	color:#fff;
}

/*======================================

	entry
	
========================================*/
s

section#blog-entry{
	width:100%;
}


.blog-title-wrapper{
	width: 100%;
}

.blog-title-cat {
    display: flex;
    align-items: center;
    font-size:18px;
    margin-bottom: 24px;
}

.blog-title-cat:before,
.blog-title-cat:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #336633;
}

.blog-title-cat:before {
    margin-right: 1rem;
}

.blog-title-cat:after {
    margin-left: 1rem;
}


.blog-title{
	text-align: center;
	font-size:24px;
	background: #f5f0e9;
	margin: 0 0 15px 0;
	padding:12px;
	border-bottom:1px solid #eee;
	border-radius: 10px;
}

.entry-content{
	width: 100%;
	padding:0 12px 0 12px;
	margin:20px 0 20px 0;
}


.entry-content hr{
	color:#ddd;
}

.wp-caption{
	margin:20px auto 20px auto;
	text-align: center;
	max-width: 100%;
}

p.wp-caption-text{
	font-size:13px;
	line-height: 24px;
	margin: 6px 0 0 0 0;
	padding:0 0 0 0;
}

.entry-content img{
	display: block;
	margin:20px auto 0px auto;
	max-width: 100%;
	height:auto;
}

.entry-meta{
	width:100%;
	text-align: right;
}
.entry-date{
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	color:#333;
	font-weight: normal;
	margin: 6px 0px 10px 0;
	padding: 0 0px 0 0;
	vertical-align: top;
}


.entry-cat {
	display: inline-block;
	height: 18px;
	background: #f5f0e9;
	color:#666;
	font-size:11px;
	line-height: 11px;
	padding:6px 4px 0px 4px;
	margin:0 0 10px 0;
	overflow: hidden;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}




.post-nav{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 30px auto;
}


}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {
	
	







/*======================================

	blog-head
	
========================================*/
#blog-head{
	width:100%;
	min-width: 1060px;
	margin: 0 0 45px 0;
	padding: 0 0 0 0;
	text-align: center;
}
#blog-head  ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:12px;
	padding: 0;
}

#blog-head  ul li{
	display: inline-block;
	margin: 0 0px 12px 0;
	padding:0 0 0 0;
	text-align: center;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#blog-head  ul li a{
	text-decoration: none;
	font-size:13px;
	padding:6px 15px 6px 15px;
	background: #f5ecec;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	}
#blog-head  ul li span{
	text-decoration: none;
	font-size:13px;
	padding:6px 15px 6px 15px;
	background: #fc864c;
	color:#fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	}
	
/*======================================

	blog-box
	
========================================*/
.feature-wrapper{
	width:1060px;
	min-height: 500px;
	border-top:0px solid #ddd;
	margin:0px auto 20px auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap:21px;
	background: transparent;
}


.blog-box{
	width:246px;
	margin-bottom: 30px;
	padding:0;
	border-top:0px solid #ddd;
	border-bottom:0px solid #ddd;
	border-left:0x solid #ddd;
	border-right:0px solid #ddd;
	background: #fff;
	text-align: left;
}

.blog-box figure{
	padding:0 0px 0 0px;
	margin: 0;
}
.blog-box figure img{
	width: 100%;
	height: auto;
}

.blog-date{
	font-size: 13px;
	text-align: left;
	color:#333;
	font-weight: normal;
	margin: 0px 0px 0px 0;
	padding: 0 0px 0 0;
}

.blog-box h3{
	font-size:16px;
	line-height: 1.5;
	padding:0 0 0 0;
	margin: 9px 0px 8px 0;
}


.glid-cat {
	display: inline-block;
	height: 24px;
	background: #f5f0e9;
	color:#666;
	font-size:11px;
	line-height: 11px;
	padding:6px 4px 6px 4px;
	margin:15px 0 10px 0;
	overflow: hidden;
}
.glid-cat a{
	color:#fff;
}

/*======================================

	entry
	
========================================*/
s

section#blog-entry{
	width:100%;
}


.blog-title-wrapper{
	width: 100%;
}

.blog-title-cat {
    display: flex;
    align-items: center;
    font-size:18px;
    margin-bottom: 24px;
}

.blog-title-cat:before,
.blog-title-cat:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #336633;
}

.blog-title-cat:before {
    margin-right: 1rem;
}

.blog-title-cat:after {
    margin-left: 1rem;
}


.blog-title{
	text-align: center;
	font-size:24px;
	background: #f5f0e9;
	margin: 0 0 15px 0;
	padding:12px;
	border-bottom:1px solid #eee;
	border-radius: 10px;
}

.entry-content{
	width: 100%;
	padding:0 12px 0 12px;
	margin:20px 0 20px 0;
}


.entry-content hr{
	color:#ddd;
}

.wp-caption{
	margin:20px auto 20px auto;
	text-align: center;
	max-width: 100%;
}

p.wp-caption-text{
	font-size:13px;
	line-height: 24px;
	margin: 6px 0 0 0 0;
	padding:0 0 0 0;
}

.entry-content img{
	display: block;
	margin:20px auto 0px auto;
	max-width: 100%;
	height:auto;
}

.entry-meta{
	width:100%;
	text-align: right;
}
.entry-date{
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	color:#333;
	font-weight: normal;
	margin: 6px 0px 10px 0;
	padding: 0 0px 0 0;
	vertical-align: top;
}


.entry-cat {
	display: inline-block;
	height: 18px;
	background: #f5f0e9;
	color:#666;
	font-size:11px;
	line-height: 11px;
	padding:6px 4px 0px 4px;
	margin:0 0 10px 0;
	overflow: hidden;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}


.post-nav{
	margin: 30px auto 30px auto;
	display: flex;
	justify-content: space-between;
}



}

