@charset "UTF-8";
/* ------------------------- TOC 
host


---------------------------- */
/* ============================== category style */
/* column_tp01 */
.bg_column_tp01 .column_tp01 {
    width: 630px;
    overflow: hidden;
    zoom: 1;
}
/* leed_tp02 */
.bg_column_tp01 .column_tp01 .leed_tp02 {
    line-height: 1.7;
}
/* page_top */
#host p.page_top {
    margin-top: 20px;
}


/* btn_detail */
p.btn_detail a {
	margin-right: 10px;
}


/* ============================== form */


/* ============================== media queries */



/* side_menu_host */
#contents #side_menu_host {
    width: 180px;
    float: left;
    display: inline;  
}
#contents #side_menu_host nav.year {
    margin-bottom: 10px;    
}
#contents #side_menu_host nav.year ul {
    width: 146px;
    background:url(../../common/img/bg_side_menu_tp01.gif) repeat-y left top;
    padding: 10px 17px 5px;
}
#contents #side_menu_host nav.year ul li.year_item:nth-child(5) a {
    margin-bottom: 10px;
}
#contents #side_menu_host nav.year ul li.year_item:nth-child(n + 6) {
    display: none;
}
#contents #side_menu_host nav.year ul li.year_item.year_active:nth-child(n + 6) {
    display: block;
}
#contents #side_menu_host nav.year ul li a {
    margin: 10px 0 20px;
    padding: 10px;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    background: #23968c;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #23968c;
}
#contents #side_menu_host nav.year ul li a:hover {
    color: #224455;
    background: #fff;
}

#contents #side_menu_host nav.year ul li.cr a {
    color: #224455;
    background: #fff;
}

#contents #side_menu_host nav.year ul li .year_more {
    color: #23968c;
    text-align: center;
    display: block;
    transition: .3s;
    font-weight: bold;
    width: 100%;
    border: none;
    background: none;
    padding: 10px 0 10px 10px;
    cursor: pointer;
    position: relative;
}
#contents #side_menu_host nav.year ul li .year_more:hover {
    opacity: .8;
}
#contents #side_menu_host nav.year ul li .year_more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #23968c;
    border-right: 2px solid #23968c;
    transform: translate(-50%, -85%) rotate(135deg);
}
#contents #side_menu_host nav.year ul li .year_more.year_more_active::before {
    transform: translate(-50%, -35%) rotate(135deg) scale(-1);
}

#contents #side_menu_host nav.member {
	margin-bottom: 20px;	
}
#contents #side_menu_host nav.member ul {
	width: 146px;
	background:url(../../common/img/bg_side_menu_tp01.gif) repeat-y left top;
	padding: 17px 17px;
}
#contents #side_menu_host nav.member ul li {
	font-size: 0;
	line-height: 0;
	padding-bottom: 11px;
}
#contents #side_menu_host nav.member ul li:last-of-type {
	padding-bottom: 0;
}

