@CHARSET "utf-8";
@media screen and (min-width: 480px){


body {color:#595757;-webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*
a { transition: all .3s; }
a:link { text-decoration:none; }
a:hover { filter: alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }
*/


/*SP用非表示*/ 
.sp{display:none;}

/*レスポンシブ対応*/
#section#contents_section img{width:100%;}

/*メインコンテンツ*/
section#contents_section{background-color:#f0eee0;}

.wrapper{width:100%; max-width:1060px; margin:0 auto 50px; font-size:14px;}

.flexboxTop{display:flex; width:100%; max-width:960px; margin:0 auto; flex-wrap: wrap;}
.flexbox{display:flex; width:100%; max-width:960px; margin:0 auto 40px; flex-wrap: wrap;justify-content: space-between;}
.item{width:22.5%;margin: 0 3.3333% 40px 0;}
.item img{width:100%; backface-visibility:hidden; }
.item:nth-child(4n) { margin-right: 0; }
.item img:hover{opacity: .8;}

/*archiveボタン*/
.archive{margin-bottom:40px;}
.archive a{padding:10px 50px; background-color:#b5d103; color:white;}

p.title,p.info,p.read{margin:0;}
p.title{font-weight:bold; font-size:18px; margin-top:10px;color:#595757;}
p.info,p.read{text-align:justify; margin-top:3px;font-size:16px;color:#595757;line-height:160%;}

h2{height:auto;font-size:35px;text-align:center; border:none;margin-bottom: 20px;font-family: 'Raleway', sans-serif!important;font-weight: normal;}

.lookBN p:first-child{width:240px; background-color:#b5d103; padding:10px; color:white; margin:0 auto; text-align:center; font-weight:bold;}
.lookBN p:last-child{width: 0; height: 0; border: 15px solid transparent; border-top: 15px solid #b5d103; margin:0 auto;}
.category{flex-wrap: wrap;}
.categoryList{border:1px solid #ced0d4; width:29.4%; text-align:center; margin:5px 0; background: #fff;}
.categoryList a{display:block; padding:10px; text-decoration:none; color:black;}
.categoryList a:hover{background-color:gray; color:white;}
header{ position: relative; margin-bottom:50px;}
.topLink{ position: absolute; top: 300px; left: 0; right: 0; bottom: 0; margin: auto; width: 300px; height: 100px;text-align: center; font-size: 18px; }
.topLink a { color: #fff; padding: 10px; background: #728b2f; border-radius: 6px; }
.topLink a:hover { text-decoration: none; }
.btn { padding: 8px; background: #b5d103; text-decoration: none; display:block; text-align:center; width: 150px; }
.btn a { color: #fff; }

/*-----------------------------------
	detail
------------------------------------*/
.main{width:60%;}
.side{width:31%;}
h1{font-size:20px; margin:0;}
.catch{border-bottom:1px solid #ced0d4; margin:10px 0; clear:both;color:#7f7f7f;font-size: 80%;padding-bottom: 10px;}

.sns{overflow:hidden; margin:10px 0;}
#twitter,#facebook{float:left;}
#twitter{margin:0.1em 0.3em 0 0;}

.entry p{text-align:justify;}
.entry img{margin:40px 0;}

.thum{padding: 20px;}
.amazon{}
.amazon a,.subscriptionBtn a{padding: 10px; background: #b5d103; text-decoration: none; color: white; display:block; text-align:center; color: #fff!important;}
.amazon a:hover, .subscriptionBtn a:hover { color: #b5d103!important; }
.contentTitle { font-family: 'Raleway', sans-serif!important; font-size: 40px; margin-bottom: 10px;}
.contentText { line-height: 180%; }

/* Hollow */
.hvr-hollow {display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #b5d103, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none; color:#b5d103;
}

.subscription{border:4px solid #b5d103;background: #fff;}
.subTitle{background: #b5d103; padding: 10px; text-align: center; color: white;}
.subText{margin:30px;}

.related{margin:50px 0;}
.relatedTitle{font-size:16px; border-bottom:1px solid #ced0d4; margin:10px 0; padding-bottom: 10px; font-weight: bold;}
.relatedList{margin:5px 0;}
.relatedList span{font-size:12px; margin-left:10px;}
.relatedList:hover{text-decoration: underline;}


/*
postページ
*/
.lightBox{display:flex; flex-wrap: wrap; justify-content: space-around; }
.lightBoxList{padding:10px; max-width:268px;}
#contents h3 { margin-bottom: 20px; }
.sideBox { background: #fff; margin-bottom: 20px; padding: 20px; }

/*-----------------------------------
  定期購読
------------------------------------*/

#subscription h2 { font-weight: bold; margin-bottom: 40px; }
#subscription .ttl {margin-bottom:10px; font-size:16px; padding: .25em 0 .5em .75em; border-left: 6px solid #ccc; border-bottom: 1px solid #ccc; }
#subscription .innerBox { max-width: 960px; margin: 0 auto; }
#subscription .innerBox p{margin-bottom:50px;}
#subscription .subscriptionBtn { width: 400px; }
#subscription .flexInner { width: 53%; }

/*-----------------------------------
  About
------------------------------------*/
#about .innerBox { max-width: 960px; margin: 0 auto; }
#about .flexInner { width: 47.9%; }

}

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

/*PC用非表示*/
.pc{display:none;}
img{width:100%;}

#contents_section{background-color: #f0eee0;}
.keyvisual img{height:auto;}
.topLink a{background-color:#b5d103; text-align:center; padding:10px; width:240px; margin:20px auto 15px; display: block; color:white;}
#footprint { margin-bottom: 20px; }


h2{font-size:30px; text-align: center; border: none; margin: 20px 0; font-family: 'Raleway', sans-serif!important; font-weight: normal;}
.flexboxTop{padding:10px;}
.flexbox ul li:last-child{margin-top:10px;}
.flexInner{margin:10px 0;}

/*定期購読*/
.innerBox{padding:10px;}
.innerBox h3{margin:10px 0 5px; font-size: 16px; padding: .25em 0 .5em .75em; border-left: 6px solid #ccc; border-bottom: 1px solid #ccc;}
.subscriptionBtn a{padding: 10px; background: #b5d103; text-decoration: none; color: white; display: block; text-align: center; color: #fff!important;}

.title{margin:10px 0 0; font-size:16px; font-weight:bold;}
.read{margin-bottom:10px;}

.flexbox,.flexboxTop{display:flex; justify-content: space-between; flex-wrap: wrap; align-content: space-between; padding:10px;}
.item{width:48%; margin-bottom:10px;}

.lookBN{margin-bottom:-10px;}
.lookBN p:first-child {width: 240px; background-color: #b5d103; padding: 10px; color: white; margin: 0 auto; text-align: center; font-weight: bold;}
.lookBN p:last-child { width: 0; height: 0; border: 15px solid transparent; border-top: 15px solid #b5d103; margin: 0 auto;}

.category{flex-wrap: wrap;}
.categoryList{border:1px solid #ced0d4; width:48%; text-align:center; margin:5px 0; background: #fff;}
.categoryList a{display:block; padding:10px; text-decoration:none; color:black;}
.categoryList a:hover{background-color:gray; color:white;}




}
