@charset "utf-8";
/* CSS Document */
.row::before {
	content: "";
    display: block;
}
.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 0 0.5%;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {
		width: 24%;
	}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
	.main-container{
		width: 860px;
		padding: 0 30px 90px;
	}
	.e-image-box {
    text-align: center;
    width: 100%;
    display: block;
}
	.e-title {
		text-align: center;
		padding: 5px 0px;
	}
	.e-name {
		text-align: center;
	}
	.e-afl {
		text-align: center;
	}
	.bg-red {
    background: #81061f;
    text-align: center;
    padding: 0px 0px;
    color: #fff;
}
	.e-icon-box {
    float: left;
    width: 100%;
    text-align: -webkit-center;
    display: block;
    padding-top: 10px;
}		
	.e-icon {
    padding: 0px 10px;
}
h3 {
	padding: 5px 0;
}	

