@charaset "UTF-8";

	
/*****　二十四節気＆雑節　*****/

.season24 {
	/*color: #363;*/
	background-image: url(../images/season_point01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px;
	padding-left: 1em;
	}
.season24-other {
	background-image: url(../images/season_point02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px;
	padding-left: 1em;
	}
.season24-sekku {
	background-image: url(../images/season_point03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px;
	padding-left: 1em;
	}	

.spring article,
.summer article,
.autumn article,
.winter article  {
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	}
.grid-2 .spring article:last-child,
.grid-2 .autumn article:last-child,
.grid-2 + .grid-2 .summer article:last-child,
.grid-2 + .grid-2 .winter article:last-child {
	padding-bottom: 0.8em;
	}

	
.spring {
	background-color: #fcebee;
	}
.spring h2 {
	background-color: #F99;
	}
.spring .season24 {
	color: #ec5d83;
	}
.spring article {
	border-bottom: solid 2px #eaacbc;
	}
	
.summer {
	background-color: #f8fbe4;
	}
.summer h2 {
	background-color:#393;
	}
.summer .season24 {
	color: #788605;
	}
.summer article {
	border-bottom: solid 2px #aab16e;
	}
	
.autumn {
	background-color: #fff7ea;
	}
.autumn h2 {
	background-color: #963;
	}
.autumn .season24 {
	color: #d59e2b;
	}
.autumn article {
	border-bottom: solid 2px #dbbf84;
	}
	
.winter {
	background-color: #f0f7fd;
	}
.winter h2 {
	background-color: #69C;
	}
.winter .season24 {
	color: #3381bb;
	}
.winter article {
	border-bottom: solid 2px #83b3d6;
	}

.spring,
.summer,
.autumn,
.winter {
	-webkit-border-radius : 0 0 6px 6px;
	}

/*******************************/
/*******************************/

@media (min-width: 768px) {

/*****　二十四節気＆雑節　*****/

.spring article,
.summer article,
.autumn article,
.winter article  {
	padding-bottom: 0.8em;
	}


}
