@charset "utf-8";

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

/* PC用 */
#MailBox {
	width: 100%;
	height: auto;
	z-index: 1;
	background-color: #fff;
	margin: 0px;
	padding: 20px 0px;
	background-image: url(../img/common/bg_header.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#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}

/* スマホ用 */

#ContentsBox{
	width:100%;
	text-align: center;
}
#ContentsBox ul {
	list-style: none;
	padding-left: 0;
}
#ContentsBox li {
	padding: 3%;
}
}

#Content ul{
	display:table;
	list-style:none;
	padding-left: 0;
}
#Content li{
	display:table-cell;
	vertical-align:text-top;
	float:left;