@charset "UTF-8";
/* CSS Document */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
        --main-color: #000;
    }
    
    #tokushu h1,
    #tokushu h2,
    #tokushu h3,
    #tokushu h4,
    #tokushu h5 {
        line-height: 1.3;
    }
	
    #tokushu a {
        text-decoration: underline;
        word-wrap: break-word;
    }
    #tokushu a:hover {
    text-decoration: none;
    }    
    
    #tokushu.cannedfood h1 {
        font-size:40px;
        font-weight: bold;
        line-height: 1.3;
        padding: 0;
        border: none;
        display: block;
    }
    
    #tokushu.cannedfood h1 span {
        font-size: 55%;
        margin: 0 0 3px 0;
    }
    
    #tokushu.cannedfood h1 span,
    #tokushu.cannedfood h2 span,
    #tokushu.cannedfood h3 span,
    #tokushu.cannedfood h4 span{
        display: block;
    }
 


#tokushu.cannedfood h2 {
border-bottom: 3px solid #999;
padding: 0 0 6px 0;
margin: 60px 0 20px 0;
font-size: 1.7em;
}

#tokushu.cannedfood h2 span {
font-size: 70%;
margin-bottom: 5px;
}


#tokushu.cannedfood h3 {
margin: 60px 0 15px 0;
font-size: 1.3em;
padding: 0;
line-height: 1.3;
border: none;
}

#tokushu.cannedfood .cans h3 {
display: inline-block;
border-bottom: 2px solid #999;
padding-bottom: 5px;
line-height: 1.5;
}

#tokushu.cannedfood .cans p strong {
display: block;
margin: 10px 0 0 0;
}


#tokushu.cannedfood h3 span {
display: inline-block;
font-size: 200%;
margin: 0 20px 0 0;
height: 50px;
float: left;
color: #999;
}


#tokushu .ref {
line-height: 1.4;
}

#tokushu .photo {
margin: 20px 0;
}

#tokushu .index li:before {
display: none;
}
    
#tokushu.cannedfood .index ol li {
padding: 0 10px 0 5px;
list-style-type: decimal-leading-zero;
margin: 0 0 0 25px;
}



    
    body.white .site h1 {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    body.white .site #tokushu h1,
    body.white .site #tokushu h2,
    body.white .site #tokushu h3,
    body.white .site #tokushu h4 {
        line-height: 1.3;
        font-weight: bold;
    }
    
    body.white .site #tokushu.cannedfood h1 {
        font-size: 9.6vw;
        font-weight: bold;
		line-height: 1.2
    }
	
    body.white .site #tokushu.cannedfood h1 span {
	margin-bottom:0;
	}	
    
     body.white .site #tokushu.cannedfood h1 br {
     display: none;
     }

    body.white .site #tokushu.cannedfood h2 {
        font-size: 26px;
    }
	
    body.white .site #tokushu.cannedfood h3 {
        font-size: 22px;
		margin-top: 50px;
    }
	
    
