/*
Theme Name: Kicker.Town
Theme URI: http://Kicker.town
Description: Kicker Town Official Site
Author: Nakagawa Masamichi
Author URI: http://masamichi-design.com/
*/
@import "cssreset.css";
@import "cssfont.css";

/* Mobile */
@import url("cssphone.css") only screen and (max-width:767px);

/*  Tablet */
@import url("csstab.css") only screen and (min-width:768px) and (max-width:1199px);

/*  Desktop */
@import url("cssdesktop.css") only screen and (min-width:1200px);

@media screen and (min-width:768px) { /*20220225追加*/
#arvTeam p.ef_jptxt{
		font-size: 1.7rem;
		padding-top: 50px;
	}
}
