
/*====================================================
////id archive
====================================================*/
#archive .item  {
  border-bottom: solid 1px var(--gray2);
  padding: 1.5em 0;
}
#archive .item:first-child {
	padding-top: 0;
}
#archive .item .date_cate {
  grid-template-columns: 6em 1fr;
}
#archive .item .category {
}
#archive .item .cate_item {
}
#archive .item .title {
	transition: .2s ease-in-out;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

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

/* ////////// 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) {
}

@media (hover: hover) {
	#archive .item a:hover .title {
		color: var(--blue);
	}
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

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

/* ////////// 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) {
}

@media (hover: hover) {}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

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

/* ////////// 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) {
}

@media (hover: hover) {}
