﻿@import url('common26.css');

/*PC
--------------------------------------------------*/
@media screen and (min-width:1081px),print{
}


/*PC and Tablet
----------------------------------------------------*/
@media screen and (min-width:751px),print{

}

/*Tablet
----------------------------------------------------*/
@media screen and (min-width:751px) and (max-width:1080px){
}
/*Tablet und Phone
----------------------------------------------------*/
@media screen and (max-width:1080px){
}


/*Phone
----------------------------------------------------*/
@media screen and (max-width:750px){
}