/* サイト内フォント設定 */
body{
font-family: "Mplus 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

/* レシピタイトル フォントサイズ調整 */
#contentsArea .extCatList5 ul.extCatListUL .extCatList5Inner > strong a,
#contentsArea .extCatList5 ul.extCatListUL .extCatList5Inner > .inner > strong a  {
font-size: 130%;
font-weight: bold;
}

/* ラベル フォントサイズ調整 */
.extCatList5_WL .bCatListLabel .bcatlabel{
font-size: 12px;
}

/* ラベル 下の余白調整 */
.extCatList5_WL .bCatListLabel .bcatlabel{
margin-bottom: 5px;
}

/* ページ内リンク 調整 */
.bAnchorSide ul li{
padding-bottom: 10px;
margin-bottom: 10px;
}

/* 検索窓 調整 */
.search_box{
border: solid 5px #ddd;
padding: 15px;
margin-bottom: 30px;
background: #fff;
}
.search_box .ttl{
color: #333;
font-weight: bold;
font-size: 95%;
}
.search_box .note{
color: #C33;
font-size: 85%;
}
.gsc-search-box{
max-width: 240px !important;
}
.gsc-search-box td.gsc-input{
padding-right: 0 !important;
}
.gsc-control-cse{
padding: 0.5em 0 !important;
}
.gsc-search-button-v2{
padding: 14px 27px !important;
border: solid 0 #000 !important;
border-color: #000 !important;
background-color: #000 !important;
border-radius: 0 !important;
}
.gsc-input-box{
border-radius: 0 !important;
border: solid 1px #000 !important;
padding: 1px 0;
}
.gsc-search-button{
margin-left: 0 !important;
}

.gsc-results-wrapper-overlay{
left: 0 !important;
right: 0 !important;
height: 77% !important;
}

/* pagetop */
.pagetop a:hover{
background-color: #fff;
}

/* スマホメニューアイコン */
#menuToggleOn span {
color: white;
}

/* 一覧画像 角丸 */
.extCatList5Img a{
border-radius: 15px;
}

/* ページ全体を印刷させない場合 */
@media print {
    body { display: none !important; }
}