@charset "utf-8";

#sec_01 {
	clear: both;
	padding-bottom: 0px;
}
#sec_01 .list_vertical dt {
	padding-top: 20px;
}
#sec_01 .list_vertical dd {
	padding-bottom: 20px;
}

#sec_01 .list_vertical dt p {
	text-indent: -2em;
	padding-left: 2em;
}
#sec_01 .list_vertical dd p {
	text-indent: -2em;
	padding-left: 2em;
}

/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {
#sec_01 {
	clear: both;
	padding-bottom: 40px;
}
}

@media screen and (min-width:1000px) {

}

@media screen and (min-width:1200px) {

}
