@charset "utf-8";



/* Mobile Layout: 480px and below. */
#スマートフォン {
}


#bottom_menu {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}
#symptoms h2 {
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 0px;
}



#bottom_menu #menu_thum {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#bottom_menu #menu_thum li {
    list-style-type: none;
    width: 31.7%;
    text-align: center;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
#menu_thum li a {
    text-decoration: none;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(53,53,53,1.00);
    border: 1px solid rgba(231,231,231,1.00);
}
#menu_thum li a:hover {
    color: rgba(224,131,132,1.00);
    border: 1px solid rgba(245,142,158,1.00);
}
#menu_thum #youtsu a {
    background-image: url(../images/youtsu_s.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% center;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 5px rgba(159,102,110,1.00);
}
#menu_thum #katakori a {
    background-image: url(../images/katakori_s.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
}
#menu_thum #thum_qa a {
    background-image: url(../images/hari_s.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% center;
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(54,54,54,1.00);
}





















































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


	
#タブレット {
}

#symptoms ol li {
    font-size: 1.2em;
}
#bottom_menu #menu_thum li {
    list-style-type: none;
    width: 32.3%;
    text-align: center;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    font-size: 1.4em;
}
#menu_thum li a {
    padding-top: 30px;
    padding-bottom: 30px;
}

















    
    
    
    

    
    
    
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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



#menu_thum li a {
    padding-top: 40px;
    padding-bottom: 50px;
}


    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}
