@charset "euc-jp";
/* CSS Document */

/* --------------------------------------------------
	=body
-------------------------------------------------- */


@media screen and (max-width:1024px),screen and (max-width: 896px) and (orientation: landscape){
body {
	line-height: 1.5;

}
}
.pconly {
	display: block!important;
}
.sponly {
	display: none!important
}
@media screen and (max-width:1024px),screen and (max-width: 896px) and (orientation: landscape){
.pconly {
	display: none!important;
}
}

@media screen and (max-width:1024px),screen and (max-width: 896px) and (orientation: landscape){
.sponly {
	display: block!important
}
}


