/*********** #detail_container styles ***********/
#detail_container{
font-family: 'CI', "ΰSVbN", YuGothic, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
	clear: both;
	width: 100%;
	background-color: #ffffff;
	margin: 7px 0 0 0;
	padding: 0;
	text-align:left;
}

#detail_container ul {list-style: decimal outside;margin: 5px 0 5px 20px; padding: 0;}

#detail_container a:link{text-decoration: none;color: #1b71e9;}
#detail_container a:visited{text-decoration: none;color: #1b71e9;}
#detail_container a:hover{text-decoration: underline;color: #333333;}

#detail_container h2{
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:6px solid #3cf;
    padding: 7px 0 5px 10px;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 27%, #e5e5e5 70%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(27%,#dbdbdb), color-stop(70%,#e5e5e5), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 27%,#e5e5e5 70%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 27%,#e5e5e5 70%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 27%,#e5e5e5 70%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 27%,#e5e5e5 70%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	color: #555555;
	line-height: 1.3em;
margin:1px 0 5px 0;
}

#detail_container h3{
	color: #555555;
	padding: 5px 0px 0px 8px;
	margin: 0;
}

#detail_container span.ikw{
display:inline-block;
font-size:18px;
font-weight:bold;
color:#ffffff;
margin:7px 0 7px 15px;
  padding: 8px 0 6px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family:'ΰΎ©', YuMincho, 'qMmΎ© ProN W3', 'Hiragino Mincho ProN', 'HGΎ©E', serif;
background: #f7a600;
box-shadow:
		1px 0 0 0 #fff,
		0 1px 0 0 #fff,
		1px 3px 4px 2px rgba(0,0,0,0.2);
}

#detail_container table.ingre{
width:96%;
border:0;
border-spacing: 1px;
background-color:#cccccc;
margin-left:9px;
box-shadow:
		1px 0 0 0 #fff,
		0 1px 0 0 #fff,
		2px 2px 2px 0px rgba(0,0,0,0.2);
}

#detail_container table.ingre tr td {
padding:8px;
}

#detail_container table td {
vertical-align:top;
line-height:1.5em;
letter-spacing:1px;
}

#detail_container p{
margin: 0;
padding: 5px 8px 5px 8px;
font-size:13px;
line-height:1.5em;
letter-spacing:1px;
}

#detail_container ul{
font-size:13px;
line-height:1.5em;
letter-spacing:1px;
}


#detail_container h5.sectiontitle{
display:block;
border-left: 5px #ccc solid;
margin:10x 0 5px 7px;
padding:0 0 0 5px;
}

#detail_container h5.midashipink{
display:inline-block; 
font-size:14px;
border-left:6px solid #ff6666;
border-right:6px solid #ff6666;
border-bottom:1px solid #999;
padding:3px 10px;
margin:5px 0 10px 10px;
}

#detail_container h4{
font-size:15px;
width:200px;
border-left:5px solid #53a653;
border-bottom:1px solid #999;
padding:3px 10px;
margin:20px 0 15px 15px;
}


#detail_container h4 .b{
display:block; //spanπubNvfΙ
margin:5px 0 0 8px;
color:#999;
font-size:0.6em;@//h2ΙΞ΅Δ50%
font-weight:400;
}

#detail_container h5.mincho{
font-size:1.3em;
font-weight:bold;
margin-left:12px;
font-family:
   "qMmΎ© ProN W6",
   "HiraMinProN-W6",
   "HGΎ©E",
   "lr oΎ©",
   "MS PMincho",
   "MS Ύ©",
   serif;
}


#detail_container h5.title{
font-size:12px;
width: 70%;
    position: relative;
    margin: 7px 0 7px 7px;
    padding: 0.5em 0.5em 0.5em 1.0em;
    background: #999999;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-decoration: none;
}

#detail_container h5.title:after{
    position: absolute;
    bottom: -7px;
    left: 4%;
    z-index: 90;
    margin-left: -10px;
    border-top: 8px solid #999999;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
    content: "";
}

#detail_container h5.title_2{
font-size:1.0em;
font-weight:normal;
background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

padding:3px 7px 2px 6px;
border-left:8px solid #df0070;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color:#ffffff;
margin:10px 0 8px 10px;
}

#detail_container h5.title_3{
font-size:1.0em;
font-weight:normal;
padding:5px 7px 4px 7px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color:#ffffff;
margin:10px 0 8px 10px;
}

#detail_container h5.ingre{
font-size:12px;
width: 170px;
background: #00abfd; /* Old browsers */
background: -moz-linear-gradient(top, #0088cd 0%, #00abfd 50%, #00abfd 51%, #a4e1ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088cd ), color-stop(50%,#00abfd), color-stop(51%,#00abfd), color-stop(100%,#a4e1ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0088cd 0%,#00abfd 50%,#00abfd 51%,#a4e1ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0088cd 0%,#00abfd 50%,#00abfd 51%,#a4e1ff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #0088cd 0%,#00abfd 50%,#00abfd 51%,#a4e1ff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cd', endColorstr='#a4e1ff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #0088cd 0%,#00abfd 50%,#00abfd 51%,#a4e1ff 100%); /* W3C */
	margin:7px 0 7px 7px;
	padding:6px 5px 4px 9px;
	color:#FFF;
border:1px solid #fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
box-shadow: 2px 2px 2px rgba(000,000,000,0.5);  
-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.5);  
-webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.5);  
}

#detail_container h6 { 
font-size: 0.9em;
width:60%;
font-weight: bold;
border-left: 5px #ccc solid;
border-bottom: 1px #ccc solid;
margin:10px 0 3px 11px;
padding:2px 0 3px 5px;
}

.attention {
background: #f9f9f9; /* Old browsers */
 margin: 0;
 font-size: 12px;
 text-decoration: none;
padding: 5px 8px 5px 8px;
    border-radius:3px;
 border:solid 1px #a0a0a0;
width:95%;
margin-left:10px;
line-height:17px;
list-style: none;
}

#detail_container span.defrost{
padding:4px 8px 3px 8px;
color:#ffffff;
display:inline-block;
border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
font-size:0.9em;
margin-top:3px

}


#detail_container span.title{
display:block;
font-size: 1.0em;
border-left: 5px #ccc solid;
margin:10x 0 5px 7px;
padding:0 0 0 5px;
}

span.number {
display:inline-block;
color:#ffffff;
  padding: 0 4px 0 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
margin:2px 5px 2px 0;
}

span.disappear{
display:none;
}

.appear span{
display:inline;
}



detail_midasi_fontcolor#detailSetumei h2{
width:97%;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    padding: 7px 0 5px 10px;
	color: #555555;
	line-height: 1.3em;
margin:1px 5px 5px 5px;
}

#detailSetumei table.ingre{
width:96%;
border:0;
border-spacing: 1px;
background-color:#cccccc;
margin-left:5px;
box-shadow:
		1px 0 0 0 #fff,
		0 1px 0 0 #fff,
		2px 2px 2px 0px rgba(0,0,0,0.2);
}

#detailSetumei table.ingre tr td {
width:75%;
padding:8px;
vertical-align:top;
background-color:#ffffff;
}

#detailSetumei table.ingre th {
width:25%;
padding:8px;
text-align:left;
background-color:#fff0f0;
}