@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.chocolate a {
text-decoration: underline;
}

#tokushu.chocolate a:hover {
text-decoration: none;
}

#tokushu.chocolate h1 {
font-size: 2.7em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

#tokushu.chocolate  h1 span {
font-size: 55%;
margin: 0 0 5px 0;
display: block;
font-weight: bold;
}


#tokushu div.index ol li a {
border: none;
}

#tokushu.chocolate h3.border {
border-bottom: #333 1px solid;
border-top: #333 1px solid;
padding: 20px 0;
font-size: 1.5em;
margin: 60px 0 30px 0;
}


#tokushu.chocolate h2 {
font-size:1.7em;
line-height: 1.4;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #666;
color: #fff;
}

#tokushu.chocolate h2 span {
font-size:70%;
line-height: 1.4;
padding: 0;
display: block;
}

#tokushu.chocolate h3 {
margin: 60px 0 15px 0;
line-height: 1.4;
border: none;
font-size: 1.4em;
padding: 0;
font-weight: bold;
}

#tokushu.chocolate h3 span.number {
border: none;
font-size: 1.7em;
display: block;
margin: -5px 10px 0 0;
padding: 0 10px 0 0;
color: #666;
font-weight: bold;
float: left;
height: 120px;
border-right: none;
vertical-align: top;
text-align: center;
}

#tokushu.chocolate h3 small {
border: none;
font-size:60%;
margin: 10px 0 0 0;
font-weight: normal;
display: block;
line-height: 1.5
}

#tokushu.chocolate h3 small.subline {
border: none;
font-size:70%;
margin: 0 0 4px 0;
font-weight: normal;
display: block;
}

#tokushu.chocolate .kakomi {
margin: 60px 0;
padding: 30px;
background: none;
border: #ccc 10px solid;
}

#tokushu.chocolate .kakomi h4 {
margin: 0 0 15px 0;
border: none;
padding: 0 0 5px 0;
border-bottom: 5px #CCC solid
}

#tokushu.chocolate .comment {
padding: 30px;
border: none;;
margin: 30px 0;
background: #F5F5F5;
font-size: 90%;
}

#tokushu.chocolate .comment h5 {
margin: -30px 0 15px -30px;
font-size: 0.8em;
padding: 4px 10px;
background: #999;
color: #fff;
display: inline-block;
}


#tokushu.chocolate .kakomi p {
margin: 15px 0;
}

#tokushu.chocolate .kakomi p:last-child {
margin-bottom:0;
}

#tokushu.chocolate .kakomi img {
width: 100%;
}

#tokushu.chocolate .kakomi h5 {
font-size: 1.1em;
margin: 0;
}

#tokushu.chocolate .kakomi2 {
margin: 60px 0;
padding: 0 30px 30px 30px;
background: none;
border: #333 1px solid;
}



#tokushu.chocolate .index {
    padding: 20px 30px 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    line-height: 2 !important;
}

#tokushu.chocolate .index ol {
font-size: 80%;
}



/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.chocolate #table th,
body.white .site #tokushu.chocolate #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.chocolate h1 {
font-size: 2.3rem;
line-height: 1.2;
margin: 10px 0 20px 0;
font-weight: 900;
}

body.white .site #tokushu h1 span {
font-size: 70%;
margin: 0 0 10px 0;
display: block;
font-weight: bold;
}


body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.chocolate h3 {
padding-left:0;
}

body.white .site #tokushu.chocolate h3 span.number {
border: none;
font-size: 1.7em;
display: block;
margin: -5px 10px 0 0;
padding: 0 10px 0 0;
color: #666;
font-weight: bold;
float: none;
height: auto;
border-right: none;
vertical-align: top;
text-align: left;
}

body.white .site #tokushu.chocolate h3.border {
border-bottom: #333 1px solid;
border-top: #333 1px solid;
padding: 20px 0;
font-size: 1.5em
}

body.white .site #tokushu.chocolate .kakomi h4 {
margin: 0 0 15px 0;
border: none;
padding: 0 0 7px 0;
border-bottom: 5px #CCC solid
}


