.blogPages .container {
	width:60%;
}

.blogPages .section-title h2 span {
	border:none;
}

.paging {
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	margin:2em 0;
}
.next {
	float:left;
}
.prev {
	float:right;
}

.next a::after {
	font-family: "FontAwesome";
	content: "\f104";
	float:left;
	margin:0.2em 0.5em 0 0;
}
.prev a::after {
	font-family: "FontAwesome";
	content: "\f105";
	float:right;
	margin:0.2em 0 0 0.5em;
}

.articleBox p {
	clear: both;
	margin:0 0 1em 0;
	overflow:hidden;
	text-align:justify;
}
img.alignright {
    float: right;
    margin-left: 1.5em;
	width:25vw;
	height:auto;
}
img.alignleft {
    float: left;
    margin-right: 1.5em;
	width:25vw;
	height:auto;
}
img.alignnone  {
    float: none;
    margin-bottom: 0.5em;
}
.articleBox img {
	max-width:100%;
	height:auto;
}



.wp-pagenavi {
    margin: 2em auto 0;
    width: 60%;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #d5bd69 !important;
}
.wp-pagenavi span.current {

}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    font-weight: bold;
    background: #d5bd69;
	color:#ffffff;
    border-color: #d5bd69 !important;
}
.wp-pagenavi span.pages {
	color:#d5bd69;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 8px !important;
}

section.archiveSection {
	overflow:hidden;
	width:60%;
	margin:0 auto;
}
.years {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 2%;
}
.themes {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding:0 2%;
}

section.archiveSection {
	margin-bottom:2em;
}
section.archiveSection h2 {
	padding-bottom: 4px;
    border-bottom: 1px solid #d5bd69;
	color:#d5bd69;
	text-align:center;
}
.archiveYears {
	overflow:hidden;
	margin:0.5em 0;
}
.archiveYears a {
	float:left;
	margin:0 0.25em;
	font-size:90%;
	letter-spacing:0;
}
.monthList {
	margin:0 auto 1em;
	width:60%;
}
.monthList h4 {
	color:#d5bd69;
	border-bottom: 1px solid #d5bd69;
	margin-bottom:0.4em;
}
.monthList p span {
	color:#888;
	margin-right:0.8em;
}



.monthList p {
    overflow: hidden;
    margin-bottom: 0.5em;
}
.monthList p span {
    float: left;
    width: 25%;
}
.monthList p a {
    float: right;
    width: 65%;
}

.recommend {
	overflow:hidden;
}
.recommend div:first-child {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 2%;
}
.recommend div:last-child {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding:0 2%;
}
.recommend h3 {
    padding-bottom: 4px;
    border-bottom: 1px solid #d5bd69;
    color: #d5bd69;
    text-align: center;
}
.wpp-list {
	margin:1em 0;
	font-size: 90%;
	box-sizing:border-box;
	padding:0 0.5em;
}
.wpp-list li {
	margin:0 0 0.5em 0;
	overflow:hidden;
}
.wpp-date {
	float:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#dedede;
	font-size:80%;
	width:20%;
}


.tags {
	width:60%;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:1em;
}
.tags h4 {
	color:#d5bd69;
	font-weight:bold;
	margin:0 0 0.5em 0;
}
.tags h4::before {
    content: '\f002';
    font-family: FontAwesome;
	margin:0 0.8em 0 0;
}

.tags li {
	float:left;
	margin:0 1em 1em 0;
}
.tags li a {
	border:1px solid #d5bd69;
	padding:0.2em 0.6em;
	border-radius:20px;
}
.tags li a::before {
	content:'#';
	
}

.toBlogTop {
	width:60%;
	margin:0 auto 1em;
	overflow:hidden;
}
.toBlogTop p {
	float:right;
}
.toBlogTop p a::before {
    content: '\f0da';
    font-family: FontAwesome;
	margin:0 0.4em 0 0;
}

.wpp-thumbnail {
    float: left;
    margin: 0 5px 0 0;
    border: none;
	width:20%;
	height:auto;
}
.wpp-post-title {
    float: right;
	width:78%;
}
.extend {
	color:#d5bd69;
}

.other-view-copy a {
	display:block;
}

.other-view-copy a {
	display:block;
	padding:175px 0 79px 0;
}
.other-view .other-view-copy h1 {
	margin:0 0 0 0;
}

#back-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index:5000;
}
#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    transition: all 1s ease 0s;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.1;
    background: #d5bd69;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.7s;
    padding-top: 10px;
}
#back-top a:before {
    color: #ffffff;
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "FontAwesome";
    content: "\f106";
    font-weight: lighter;
    font-size: 50px;
    position: relative;
    top: 0;
    display: block;
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　*/
@media screen and (max-width: 480px) {

.blogPages .container {
	width:80%;
}
img.alignright {
	float: none;
	width:100%;
	height:auto;
    margin-left: 0;
	margin-bottom:0.5em;
}
img.alignleft {
	float: none;
	width:100%;
	height:auto;
    margin-right:0;
	margin-bottom:0.5em;
}

.monthList p {
	overflow:hidden;
	margin-bottom:0.5em;
}
.monthList p span {
	float:left;
	width:25%;
}	
.monthList p a {
	float:right;
	width:65%;
}

	

section.archiveSection {
	overflow:hidden;
	width:80%;
	margin:0 auto 2em;
}
.years {
	float:none;
	width:100%;
	box-sizing:border-box;
	padding:0 2%;
	margin-bottom:2em;
}
.themes {
	float:none;
	width:100%;
	box-sizing:border-box;
	padding:0 2%;
}	


	
.monthList {
    width: 100%;
}	
	
.wp-pagenavi {
	font-size:70%;
    width: 100%;
}
.wp-pagenavi a {
	letter-spacing:-0.2em;
}
.wp-pagenavi .pages {
	display:none;
}
	
.recommend div:first-child {
	float:none;
	width:100%;
}
.recommend div:last-child {
	float:none;
	width:100%;
}	

.tags {
    width: 88%;
}	
.toBlogTop {
    width: 88%;
}	
	
	
.wpp-date {
	width: 30%;
}	
	
	
#back-top {
    bottom: 70px;
    right: 10px;
}
	
	
.other-view-copy a {
	display:block;
	padding:90px 0 60px 0;
}
	
	.wp-caption {
	width:100% !important;	
}
	
	
	
	
	
	
	
}










