@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	#sub
		sidebar-nav
----------------------------------------------------------- */

nav.sidebar_navi_area {
    background: none;
    height: auto;
    overflow: hidden;
}

ul#side_navi {
    display: block;
    zoom: 1;
}

ul#side_navi li {
    width: auto;
    height: 60px;
    background: #ffd974;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

ul#side_navi li:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

ul#side_navi li:hover {
    background: #8ac8e4;
    transition: all .5s;
    -webkit-transition: all .5s;
}

ul#side_navi li a {
    padding: 19px 10px 20px 25px;
    line-height: 100%;
    font-size: 19px;
    color: #000;
    display: block;
}

ul#side_navi li a:hover {
    text-decoration: none;
}

#side_group li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 13px;
    font-size: 15px;
    color: #000;
    border-bottom: 1px dotted #ddd;
}

#side_group li a:last-child {
    border-bottom: none;
}

#side_group li a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */

#sub {
    float: right;
    width: 250px;
    height: auto;
    margin-bottom: 100px;
}

.sub_box {
    clear: both;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    border-top: none;
}

.sub_box_in {
    border: 1px solid #ffd974;
    border-top: none;
}

#sub h2 {
    width: auto;
    height: 45px;
    background: #ffd974;
    color: #000;
    padding: 13px 5px 13px 20px;
    text-align: left;
    font-size: 18px;
    line-height: 100%;
    font-weight: 200;
    position: relative;
    z-index: 10;
}

#sub h2:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

#sub h3 {
    font-size: 18px;
    position: relative;
}

#sub h3.h3_bottom {
    font-size: 18px;
    color: #8ac8e4;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
    position: relative;
}

#sub p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 150%;
}


@media screen and (max-width: 768px) {

#sub {
    display: none;
}

}


/* -----------------------------------------------------------
	アーカイブ表示
----------------------------------------------------------- */

#pc_archive {
    display: block;
    border: 1px solid #ffd974;
    border-top: none;
}

#pc_archive li a {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px 13px;
    font-size: 14px;
    color: #000;
}

#pc_archive li a:last-child {
    border-bottom: none;
}

#pc_archive li a:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 5px;
}

#pc_archive li a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
}

#pc_archive li a:hover:before {
    text-decoration: none;
}

#sp_archive {
    display: none;
}


@media screen and (max-width: 768px) {

#pc_archive {
    display: none;
}

#sp_archive {
    display: block;
    margin-top: 40px;
}

#sp_archive li a {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px 13px;
    font-size: 15px;
    color: #000;
}

#sp_archive li a:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 10px;
}

#sp_archive li a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px 13px;
}

#sp_archive li a:hover:before {
    text-decoration: none;
}

}