@charset "utf-8";
/*@import url("voice.css");*/


/* for PC*/
@media print, screen and (min-width:768px) {
}


/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}


/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

