@charset "UTF-8"; 

@import url(m_index.css) screen and (max-width: 680px); /* 680以下 */
@import url(p_index.css) screen and (min-width: 681px); /* 681以上 */
@import url(p_index.css) print;

body{
    background:white;
    background:#f8cad8;
    background:#DDDDDD;
}


h4{
    margin:10px;
}


#tsha{
    
}


.err{
    color:red;
    background:#fff5f5;
    font-size:0.9em;
    line-height:0.9em;
    padding:5px;
}

    
