@charset "UTF-8";

#contentMainInfograph01{
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-align: center;
}

.contentMainInfograph01ItemContainer{
	display: inline-block;
	width: 180px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
}

.contentMainInfograph01Hash{
	height: auto;
	text-align: center;
}

.contentMainInfograph01Hash h2{
	display: inline-block;
	font-size: 15px;
	margin: 0px;
}

.contentMainInfograph01Hash h1{
	display: inline-block;
	font-size: 15px;
	margin: 0px;
}

#contentMainInfograph01Hash01 h2{
	color: #27a8e0;
}

#contentMainInfograph01Hash01 h1{
	color: #27a8e0;
}

#contentMainInfograph01Hash02 h2{
	color: #5fba46;
}

#contentMainInfograph01Hash02 h1{
	color: #5fba46;
}

#contentMainInfograph01Hash03 h2{
	color: #f05a2a;
}

#contentMainInfograph01Hash03 h1{
	color: #f05a2a;
}

#contentMainInfograph01Hash04 h2{
	color: #e70f88;
}

#contentMainInfograph01Hash04 h1{
	color: #e70f88;
}

.contentMainInfograph01ItemBackground{
	width: 180px;
	height: 180px;
	border-radius: 180px;
}

#contentMainInfograph01Item01{
	background-image:url(../images/contentInfograph01Image01.png);
	background-size: 180px 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #27a8e0;
}

#contentMainInfograph01Item02{
	background-image:url(../images/contentInfograph01Image02.png);
	background-size: 180px 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #5fba46;
}

#contentMainInfograph01Item03{
	background-image:url(../images/contentInfograph01Image03.png);
	background-size: 180px 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f05a2a;
}

#contentMainInfograph01Item04{
	background-image:url(../images/contentInfograph01Image04.png);
	background-size: 180px 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e70f88;
}

.contentMainInfograph01ItemForeground{
	width: 180px;
	height: 180px;
	border-radius: 180px;
	opacity: 0;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.contentMainInfograph01ItemForeground:hover{
	opacity: 1;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

#contentMainInfograph01ItemForeground01{
	background-color: #27a8e0;
}

#contentMainInfograph01ItemForeground02{
	background-color: #5fba46;
}

#contentMainInfograph01ItemForeground03{
	background-color: #f05a2a;
}

#contentMainInfograph01ItemForeground04{
	background-color: #e70f88;
}

.contentMainInfograph01ItemDescription{
	width: 180px;
	height: 180px;
	display: table;
}

.contentMainInfograph01ItemDescription p{
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	line-height: 1.4;
	color: #FFFFFF;
}


/* Responsive Breakpoints */
/* Breakpoint 01 */ 
@media (max-width: 520px){

	.contentMainInfograph01ItemContainer{
		width: 160px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.contentMainInfograph01Hash h2{
		font-size: 14px;
	}

	.contentMainInfograph01Hash h1{
		font-size: 14px;
	}
	
	.contentMainInfograph01ItemBackground{
		width: 160px;
		height: 160px;
		border-radius: 160px;
	}

	#contentMainInfograph01Item01{
		background-size: 160px 160px;
	}

	#contentMainInfograph01Item02{
		background-size: 160px 160px;
	}

	#contentMainInfograph01Item03{
		background-size: 160px 160px;
	}

	#contentMainInfograph01Item04{
		background-size: 160px 160px;
	}
	
	.contentMainInfograph01ItemForeground{
		width: 160px;
		height: 160px;
		border-radius: 160px;
	}

	.contentMainInfograph01ItemDescription{
		width: 160px;
		height: 160px;
	}

	.contentMainInfograph01ItemDescription p{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 11px;
		line-height: 1.1;
	}

}
