@charset "euc-jp";
@import url("../../common/css/header_2024.css");
main { 
    display: table; table-layout: fixed; 
    max-width: 1000px;
    margin: 0 auto 50px; padding: 86px 15px 0;}

@media screen and (max-width:999px){
main { display: block;}
}

@media screen and (max-width:699px){
    main { padding: 60px 15px 0;}
}


/** サイドバー ============================================================================================**/
#sidebar { display: table-cell; width: 200px; padding: 0 20px 0 0; vertical-align: top;}
@media screen and (max-width:999px){
#sidebar { display: none;}
}

/* カテゴリ */
#sidebar p {
    padding: 5px 7px;
    background: #005b97;
    color: #fff; font-size: 16px; letter-spacing: 3px;
    }

#sidebar li {margin: 5px 0 0;}

#sidebar a { 
    display: block;
    padding: 5px 7px; 
    background: #e0f7ff;
    font-size: 14px;}
    
#sidebar a:hover { background: #c0efff;}


/* ナビスクロール */
.fixed{
	position:fixed; top:86px;
    width: 200px;
}
/**============================================================================================ サイドバー **/

/** メインコンテンツ ============================================================================================**/
#main { display: table-cell; vertical-align: top;}
@media screen and (max-width:999px){
#main { display: block; max-width: 780px; margin: 0 auto;}
}

#main img { width: 100%; height: auto;}

#main h3 {
    margin: 0 0 20px; padding: 0 0 5px; 
    border-bottom: double 5px #004885;
    color: #004885; font-size: 18px; font-weight: 600;}
    
#main li {
    position: relative;
    margin: 0 0 10px; padding: 0 0 5px 30px;
    border-bottom: dotted 1px #666;
    font-size: 14px;}

#main li::before {
    content: '';
    position: absolute; top: 3px; left: 10px;
    width: 0;  height: 0;
    border-style: solid;  border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #e10035;}


#main li p { 
    position: absolute; right: 10px; top: 0;
    color: #004885; font-size: 12px;
    }

@media screen and (max-width:799px){
#main li p { 
    position: static;
    margin: 5px 0 0;
    color: #004885; font-size: 12px;
    }

}

/**============================================================================================ メインコンテンツ **/
/* LastUp2024.08.27_kimata */