@charset "utf-8";
/*about latest vol*/
/* techo /16/ */

/*about color*/
/* main color #f44c80 */
/* main color rgba(244,76,128,1.00) */
/* darker color #bc3a63 */
/* lighter color #f66e98 */
/* lightest color #f781a6 */

/*//////// ヘッダ ナビ //////////////////////////*/

#tedukuriTechoHeader .headerContent header,
#tedukuriTecho .headerContent header {
 background: url(/img/usr/category/techo/16/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: #f66e98;
 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: #f44c80;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f44c80), to(#bc3a63));
 background-image: -webkit-linear-gradient(top, #f44c80, #bc3a63);
 background-image: -moz-linear-gradient(top, #f44c80, #bc3a63);
 background-image: -ms-linear-gradient(top, #f44c80, #bc3a63);
 background-image: -o-linear-gradient(top, #f44c80, #bc3a63);
 background-image: linear-gradient(to bottom, #f44c80, #bc3a63);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f44c80, endColorstr=#bc3a63);
}
#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: #f66e98;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f66e98), to(#f44c80));
 background-image: -webkit-linear-gradient(top, #f66e98, #f44c80);
 background-image: -moz-linear-gradient(top, #f66e98, #f44c80);
 background-image: -ms-linear-gradient(top, #f66e98, #f44c80);
 background-image: -o-linear-gradient(top, #f66e98, #f44c80);
 background-image: linear-gradient(to bottom, #f66e98, #f44c80);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f66e98, endColorstr=#f44c80);
 opacity: 1.0;
}
/*//////// ショッピング //////////////////////////*/
#tedukuriTecho #shopping .shoppingContent h2{
 color: #f44c80;
}
#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(244,76,128,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: #f66e98;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f66e98), to(#f44c80));
 background-image: -webkit-linear-gradient(top, #f66e98, #f44c80);
 background-image: -moz-linear-gradient(top, #f66e98, #f44c80);
 background-image: -ms-linear-gradient(top, #f66e98, #f44c80);
 background-image: -o-linear-gradient(top, #f66e98, #f44c80);
 background-image: linear-gradient(to bottom, #f66e98, #f44c80);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f66e98, endColorstr=#f44c80);
}
#tedukuriTecho .btnLatest a:hover{
 display: block;
 padding: 10px;
 margin: 10px;
 text-align: center;
 background-color: #f781a6;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f66e98), to(#f781a6));
 background-image: -webkit-linear-gradient(top, #f66e98, #f781a6);
 background-image: -moz-linear-gradient(top, #f66e98, #f781a6);
 background-image: -ms-linear-gradient(top, #f66e98, #f781a6);
 background-image: -o-linear-gradient(top, #f66e98, #f781a6);
 background-image: linear-gradient(to bottom, #f66e98, #f781a6);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f66e98, endColorstr=#f781a6);
}
/*//////// ショップリスト //////////////////////////*/
#shoplist .shoplistWrap dt{
 padding-left: 5px;
 border-left: #f44c80 5px solid;
}
#tedukuriTecho #shoplist .shoplistWrap dd a{
 color: #999999;
}
#tedukuriTecho #shoplist .shoplistWrap dd a:hover {
 color: #f44c80;
}
#tedukuriTecho #shoplist .shoplistWrap dd span.school::before{
 color:#f781a6;
 content:"●"
}
@media print, screen and (min-width: 768px) {
}
