@charset "utf-8";

/*about color*/
/* main color #86955b */
/* sub color #7d4576 */
/* main color (134,149,91,) */
/* sub color (125,69,118,) */

/* パンくずリスト */
#breadcrumb ul li a:hover{
 color: rgba(134,149,91,1.0);
}
#breadCrumb ul li::before {
 color: rgba(134,149,91,1.0);
}
/*トグルメニューボタン共通 */
aside{
 background: #eeeeee;
}
aside li{
 background: #eeeeee;
}
aside li a{
 display: block;
 padding: .5em;
 letter-spacing: 0;
 font-size: 12px;
 font-size: 1.2rem;
}
aside li:hover{
 background: #dddddd;
}
#menuButton {
 background: rgba(134,149,91,.7);
}
.headerContent header {
 background: url(/img/usr/category/idee/h1Bg.jpg) no-repeat;
 background-size: cover;
}
header .headMoushikomi a{
 background: #fff;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 color: #000;
 display: block;
 opacity: 0.9;
 padding: 8px;
 margin: 0 auto 5px;
 text-align: center;
 text-decoration: none;
 -webkit-transition: all 0.4s ease;
 -moz-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
}
header .headMoushikomi a:hover{
 background: #7d4576;
 color: #000;
 display: block;
 padding: 8px;
 margin: 0 auto 5px;
 text-align: center;
}

.leadWallpaper {
 color:#86955b;
}
#recipeDL{
 padding: 0 .3em;
}
#recipeDL .span_7{
 width: 27.75%;
}
#recipeDL .span_17{
 width: 70.25%;
}
.dlFree .span_8 {
 background: rgba(125,69,118,.1);
 font-size: 11px;
 font-size: 1.1rem;
 letter-spacing: 0;
 line-height: 2rem;
 padding: .5em;
}
.dlFree {
 margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
}

@media screen and (min-width : 1024px) {
}


