@charset "utf-8";
/*about latest vol*/
/* techo /21/ */

/*about color*/
/* main color #73C11D */
/* main color rgba(115,193,29,1.00) */
/* darker color #589416 */
/* lighter color #8ecd48 */
/* lightest color #9dd461 */

/*//////// ヘッダ ナビ //////////////////////////*/

#tedukuriTechoHeader .headerContent header,
#tedukuriTecho .headerContent header {
 background: url(/img/usr/category/techo/21/h1Bg.jpg) no-repeat;
 background-size: cover;
}
#tedukuriTechoHeader header .headMoushikomi a,
#tedukuriTecho header .headMoushikomi a{
 background: #fff;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 color: #000;
 display: block;
 opacity: 0.9;
 padding: 10px;
 margin: 10px auto;
 text-align: center;
 text-decoration: none;
}
#tedukuriTechoHeader header .headMoushikomi a:hover,
#tedukuriTecho header .headMoushikomi a:hover{
 background: #8ecd48;
 color: #fff;
 display: block;
 padding: 10px;
 margin: 10px auto;
 text-align: center;
}
#tedukuriTechoHeader nav ul li a img,
#tedukuriTecho nav ul li a img{
 /*max-width: 80%;*/
}
#tedukuriTechoHeader nav ul li a,
#tedukuriTecho nav ul li a{
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 color: #fff;
 display: block;
 margin: 2% auto;
 padding: 5px 0 2px;
 text-align: center;
 text-decoration: none;
 background-color: #73C11D;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#73C11D), to(#589416));
 background-image: -webkit-linear-gradient(top, #73C11D, #589416);
 background-image: -moz-linear-gradient(top, #73C11D, #589416);
 background-image: -ms-linear-gradient(top, #73C11D, #589416);
 background-image: -o-linear-gradient(top, #73C11D, #589416);
 background-image: linear-gradient(to bottom, #73C11D, #589416);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#73C11D, endColorstr=#589416);
}
#tedukuriTechoHeader nav ul li a:hover,
#tedukuriTecho nav ul li a:hover{
 color: #fff;
 display: block;
 padding: 5px 0 2px;
 text-align: center;
 background-color: #8ecd48;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#8ecd48), to(#73C11D));
 background-image: -webkit-linear-gradient(top, #8ecd48, #73C11D);
 background-image: -moz-linear-gradient(top, #8ecd48, #73C11D);
 background-image: -ms-linear-gradient(top, #8ecd48, #73C11D);
 background-image: -o-linear-gradient(top, #8ecd48, #73C11D);
 background-image: linear-gradient(to bottom, #8ecd48, #73C11D);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ecd48, endColorstr=#73C11D);
 opacity: 1.0;
}
/*//////// ショッピング //////////////////////////*/
#tedukuriTecho #shopping .shoppingContent h2{
 color: #73C11D;
}
#tedukuriTecho #shopping .shoppingContent .captionWrap strong{
 display: block;
 font-weight: bold;
}
#tedukuriTecho #shopping .shoppingContent .captionWrap2 strong{
 font-weight: bold;
}
#tedukuriTecho #shopping .shoppingContent .captionWrap{
 background: rgba(196,13,47,0.05);
 border: 1px solid rgba(196,13,47,0.5);
 margin-bottom: 1em;
 padding: 1em;
}
#tedukuriTecho #shopping .shoppingContent .captionWrap2{
 border: 1px solid rgba(115,193,29,0.5);
 margin-bottom: 1em;
 padding: 1em;
}
/*//////// レシピダウンロード //////////////////////////*/
#tedukuriTecho .btnLatest a{
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 color: #fff;
 display: block;
 padding: 10px;
 margin: 10px;
 text-align: center;
 text-decoration: none;
 background-color: #8ecd48;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#8ecd48), to(#73C11D));
 background-image: -webkit-linear-gradient(top, #8ecd48, #73C11D);
 background-image: -moz-linear-gradient(top, #8ecd48, #73C11D);
 background-image: -ms-linear-gradient(top, #8ecd48, #73C11D);
 background-image: -o-linear-gradient(top, #8ecd48, #73C11D);
 background-image: linear-gradient(to bottom, #8ecd48, #73C11D);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ecd48, endColorstr=#73C11D);
}
#tedukuriTecho .btnLatest a:hover{
 display: block;
 padding: 10px;
 margin: 10px;
 text-align: center;
 background-color: #9dd461;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#8ecd48), to(#9dd461));
 background-image: -webkit-linear-gradient(top, #8ecd48, #9dd461);
 background-image: -moz-linear-gradient(top, #8ecd48, #9dd461);
 background-image: -ms-linear-gradient(top, #8ecd48, #9dd461);
 background-image: -o-linear-gradient(top, #8ecd48, #9dd461);
 background-image: linear-gradient(to bottom, #8ecd48, #9dd461);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ecd48, endColorstr=#9dd461);
}
/*//////// ショップリスト //////////////////////////*/
#shoplist .shoplistWrap dt{
 padding-left: 5px;
 border-left: #73C11D 5px solid;
}
#tedukuriTecho #shoplist .shoplistWrap dd a{
 color: #999999;
}
#tedukuriTecho #shoplist .shoplistWrap dd a:hover {
 color: #73C11D;
}
#tedukuriTecho #shoplist .shoplistWrap dd span.school::before{
 color:#9dd461;
 content:"●"
}
@media print, screen and (min-width: 768px) {
}
