@charset "utf-8";

article:nth-child(even){
	background: #fff8fb;
}

#gmap{
	width: 100%;
	height: 500px;
}

ul.icoPdf{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
ul.icoPdf li{
	width: 33%;
}

ul.icoPdf.long li{
	width: 100%;
}

@media screen and (max-width: 768px){
#gmap{
	width: 100%;
	height: 400px;
}

ul.icoPdf li{
	width: 50%;
}
}
@media screen and (max-width: 480px){
ul.icoPdf li{
	width: 100%;
}
}
