
/* CLEAR FIX */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }

.clearleft:after {
	content: "";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

.clearfix02{
	overflow: hidden;
}

.opacity02 a{
	text-decoration:none;
}
.opacity02 a:hover{
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}


/* COMMON GENERAL */

img{
	max-width: 100%;
	height: auto;
}

iframe{
	max-width: 100%;
}


/* PC GENERAL */

@media print, all and (min-width: 641px) {

.sp { display: none; }

}


/* SP GENERAL */

@media only screen and (max-width: 640px) {

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pc { display: none!important; }

 }
