/*
 Theme Name:   ラピッドホームページ・パーソナル
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     rapidhome
 Version:      1.0.0
*/





/* #Media Queries
================================================== */
@media (min-width: 1200px) {


}

/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1030px) {


}


@media (min-width: 768px) and (max-width: 979px) {

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


}


