@charset "utf-8";



/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#main .gridContainer.clearfix .content {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#タブレット {
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#パソコン {
}


}














@media only screen and (max-width: 480px) {
#スマホ限定 {
}



}
@media only screen and (max-width: 768px) {
#スマホ・タブレット限定 {
}









}
@media only screen and (min-width: 481px) {
#タブレット・パソコン限定 {
    text-align: left;
}





}



@media only screen and (min-width: 769px) {
#パソコン {
}






}
