﻿@charset "utf-8";
.evsection{
	margin-bottom:20px;
	border:4px solid #f4f4f4;
	padding:5px;
}

/********************************
screen_width_1290px
********************************/
@media screen and (max-width: 1290px) {
}
/********************************
screen_width_994px
********************************/
@media screen and (max-width: 994px) {
}
/********************************
screen_width_780px
********************************/
@media screen and (max-width: 780px) {
}
/********************************
screen_width_540px
********************************/
@media screen and (max-width: 540px) {
}
/********************************
screen_width_480px
********************************/
@media screen and (max-width: 480px) {
}
/********************************
screen_width_392px
********************************/
@media screen and (max-width: 392px) {
}