/* カスタム CSS をここに入力してください */

/* 子カテゴリーのリストデザイン */
ul.category-oyacate{
color:#fff;
margin-bottom:45px;
}
li.category-kodomocate{
font-size:90% !important;
list-style-type:none;
display:inline-block;
text-align:center !important;
padding:8px 5px 8px 12px !important;
margin:5px;
background-color:#0071BC;
border-radius:5px;
}
li.category-kodomocate a{
color:#fff;
font-weight:bold;
text-decoration:none;
}
li.category-kodomo a:hover{
font-weight:bold;
text-decoration:none;
}
/* 枠 */
div.waku-kakomi {
padding: 20px;
margin-bottom:35px;
background: #fefefe;
border: 1px #ccc solid;
box-shadow: 0 2px 3px 0 #ddd;
-moz-box-shadow: 0 2px 3px 0 #ddd;
-webkit-box-shadow: 0 2px 3px 0 #ddd;
font-weight:bold;
}
/*楽天アフィリリンクの枠消し*/
.rakuten-affi-kakomi table {
border :none;
margin :0px;
}
.rakuten-affi-kakomi table td {
border :none;
margin :0px;
}

/* 動画検索 */
.entry-content .emphasize-link {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #df8182;
background-color: #fffbf5;
}
.entry-content .emphasize-link p:last-child {
margin-bottom: 0;
}
.entry-content .emphasize-link::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "動画を検索";
background-color: #df8182;
color: #fff;
font-weight: bold;
}


/* 記事囲み */
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: 	#f5f5f5;
    border: dashed 2px #808080;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

