
/*====================================================
////id post
====================================================*/
#post #archive .itemBox {
	grid-gap: 0;
	grid-template-columns: 1fr;
}
#post #archive .item {
	border-bottom: dotted 1px #C6C6C6;
}
#post #archive .item a {
	padding: 1em 0;
}
#post #archive .date {
	font-size: 1em;
}
#post #archive .title {
	margin: 0;
}

#post #sidebar #side_newpost li .detailBox {
	display: grid;
		grid-template-columns: 7em 1fr;
	font-size: .9em;
}
#post #sidebar #side_newpost li .date {
	font-size: 1em;
}
#post #sidebar #side_newpost li .date::after {
	display: none;
}
#post #sidebar #side_newpost .title {
	font-size: 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#post #archive .item a {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width:540px) and (max-width:769px) {
}

@media screen and (max-width:540px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#post #archive .item a {
		grid-template-columns: 10em 1fr;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (min-width:540px) and (max-width:769px) {
}

@media screen and (max-width:540px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
