@charset "UTF-8";
/* CSS Document */

#sec01 {
	padding: 5% 0;
	max-width: 800px;
	margin: 0 auto;
}
#sec01 ul {}
#sec01 li {
	border-bottom: #999 dotted 1px;
	padding: 1em 0;
}
#sec01 a {
	display: block;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
}
#sec01 a span {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-size: 150%;
	font-weight: 800;
	display: block;
	color: #ccc;
}
#sec01 .icons {
	max-width: 150px;
	margin: 0px auto;
}
#sec01 .icons a {
	width: 49%;
/*	opacity: 0.2;
	pointer-events: none;*/
}

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

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

}