@charset "utf-8";
/* CSS Document */

@import url("pc.css");
@import url("sp.css");

@media(min-width:960px){
    .sp{
        display: none !important;
    }
	.br-sp {display: none; }
}
@media(max-width:959px){
    .pc{
        display: none !important;
    }
	.br-pc {display: none; }
}

* {
	margin: 0px;
	padding: 0px;
}

img{
	border: 0;
	vertical-align: bottom;
}

a { 
	text-decoration: none; 
}

body {
	color: #333333;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.3;
	display: block;
}