@charset "utf-8";

@media screen and (min-width: 681px){
.none681 {display:none}

/* PC用 */
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
#ContentsBox{
	width:100%;
}
#ContentsBox ul {
	list-style: none;
	padding-left: 0;
	display:table;
}
#ContentsBox li {
	display:table-cell;
	text-align: center;
	width: 30%;
}
}

@media screen and (max-width: 680px){
.none680 {display:none}

/* スマホ用 */
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
#ContentsBox{
	width:100%;
	text-align: center;
}
#ContentsBox ul {
	list-style: none;
	padding-left: 0;
}
#ContentsBox li {
	padding: 3%;
}
}