@charset "utf-8";
/* CSS Document */
.ptab{
	display:none;
	}
.list li{
	text-align:center;
	margin-bottom:30px;
	}
.list li img{
	width:80%;
	}
#class li{
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
	text-align:center;
	width:48%;
	margin-bottom:20px;
	float:left;
	}
#class li:nth-child(odd){
	margin-right:4%;
}
#class li img{
	width:100%;
	}
.column3 li:hover{
	cursor:pointer;
	}
section h4{
    font-size: 22pt;
    font-family: 'arial black', 'avant garde';
    color: #ff6600;
  }