@charset "UTF-8";

#blog-box {
  padding:20px 40px;
}
#feed{
  font-family: 'Noto Sans JP', sans-serif;
}
dl.list dt time {
  font-family: 'Noto Sans JP', sans-serif;
	width:150px;
	float:left;
	margin-bottom:15px;
  font-size:1.6rem;
	}
	dl.list dd {
  font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:15px;
  font-size:1.6rem;
	}



@media screen and (max-width: 780px) {
#mediaQ--------------------------------------------------------------------------------------------------780{}
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/

}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {
#mediaQ---------------------------------------------------------------------------------------------------480{}
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
dl.list dt {
	width:150px;
	float:none;
	margin-bottom:5px;
	}
	dl.list dd {
	margin-bottom:15px;
	font-size:1.4rem;
	}
	#blog-box {
		padding:20px 5px;
	  }
	  dl.list dt time {
		font-family: 'Noto Sans JP', sans-serif;
		  width:85px;
		  float:left;
		  margin-bottom:15px;
		font-size:1.4rem;
		  }
}
