@charset "utf-8";



/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#main .gridContainer.clearfix .content {
	text-align: center;
	padding-bottom: 40px;
}
.gridContainer.clearfix .content h4 {
	margin-top: 40px;
	color: #222222;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2em;
}

.gridContainer.clearfix .content p {
	font-size: 0.9em;
	line-height: 2em;
	color: #393939;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}








/* 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) {
#タブレット・パソコン限定 {
}





}



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






}
