@charset "UTF-8";

@import url("pc.css") screen and (min-width:769px);
@import url("tablet.css") screen and (min-width:641px) and (max-width:768px);
@import url("sp.css") screen and (max-width:640px);

/*==========================================*/
/* clearfix For modern browsers */
.clearfix:before, .clearfix:after { content:""; display:table;}
.clearfix:after { clear:both;}
/* clearfix For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}

.fadeImg {
	opacity: 0;
	transition: opacity 0.6s ease-out;
}

.fadeImg.isShow {
	opacity: 1;
}

h3 {
	font-weight: normal;
}