/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/*グレー破線指定*/
hr { border-top:1px dashed #8c8b8b !important; }

/*サイドバーナビの設定*/
/*.mainSection>aside:last-child, .mainSection>div:last-child, .sideSection>aside:last-child, .sideSection>div:last-child
.menu-navi1-container,
{
    margin-bottom: 0;
    overflow: scroll;
    height: 600px　!important;
}*/

.custom-html-widget
{ font-size:12px; }

img { border:1px;}

/*サイドバーナビの設定*/
.widget_archive ul, .widget_categories ul, .widget_link_list ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
    padding-left: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    height: 600px;
    overflow: scroll;
}

/*ヘッダー余白*/
@media (min-width: 1200px) {
    .siteContent {
        padding: 1rem 0 4rem;
    }
}