/*
Theme Name: 
Theme URI: http://
Description: 
Version: 1.1
Author: one and only
Author URI: http://www.oneandonlyweb.jp/
*/
@charset "utf-8";


/* -----------------------------------------------------------
	#sub
		sidebar-nav
----------------------------------------------------------- */

nav.sidebar_navi_area {
    background: none;
    height: 305px;
}

ul#side_navi, ul#side_navi li, ul#side_navi li a{
    display:block;
    zoom:1;
    height:53px;
}

ul#side_navi li{
    width:200px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d00;
}

ul#side_navi li a{
    padding: 14px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
}

ul#side_navi li a:hover {
    text-decoration: none;
    color: #d00;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */

#sub {
    float: right;
    width: 200px;
    height: auto;
    margin-bottom: 200px;
}

#sub h2 {
    width: auto;
    color: #fff;
    background-color: #d00;
    padding: 10px;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {

#sub {
    display: none;
    margin-bottom: 0;
}

}
