@charset "utf-8";

.pc_only{
	display:block;
}


/* footer*/

footer p{
	padding:15px 0 15px 0;
	text-align:center;
	font-size:12px;
	color:#fff;	
	background-color:#f00;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {


}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {



}



