@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
$共通
$1280px
$960px
$768px
$480px
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
/*////// SIDEMENU //////*/
.webzine_sidemenu {
    float: right;
    width: 26%;
}
.webzine_sidemenu_section {
    margin-bottom: 8%;
}

.webzine_sidemenu_section_banner {
    margin-bottom: 8%;
}
.webzine_sidemenu_section_banner img {
    height: auto;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.webzine_sidemenu_section_banner:hover img {
	opacity: 0.5;
}
.webzine_sidemenu_name {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px;
}
.webzine_sidemenu_name span {
    color: #888;
    font-size: 11px;
    margin-left: 10px;
}
.webzine_sidemenu_section > ul {
    margin: 12px 0;
    padding: 0;
}
.webzine_sidemenu_section li {
    border-bottom: 1px solid #ddd;
    color: #444;
    cursor: pointer;
    list-style-type: none;
    margin-bottom: 16px;
    padding-bottom: 4%;
    position: relative;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.category_list {
	margin: 4px 0 12px;
}
.category_list li {
	font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px 0;
    position: relative;
}
.webzine_sidemenu_section li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    color: #000;
}

.webzine_sidemenu_section li:last-child {
    margin-bottom: 0;
}

.webzine_sidemenu_thumb {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    margin-right: 2%;
    overflow: hidden;
    width: 35%;
}

.webzine_sidemenu_section li:hover .webzine_sidemenu_thumb img {
    transform: scale(1.2);
}

.webzine_sidemenu_section li:hover {
    color: #999;
}

.webzine_sidemenu_thumb img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: auto;
}

.webzine_sidemenu_post_title {
    display: inline-block;
    font-size: 12px;
	margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    vertical-align: top;
    width: 60%;
}

.line_section {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #eee;
    margin: 20px 0;
    padding: 20px;
}

.line_section p {
    font-size: 12px;
    margin: 0 0 15px;
    text-align: center;
}
.line_btn {
    display: block;
    margin: 0 auto;
    width: 120px;
}
/*---------------------------------------------------------------*\
	$1280px （PCディスプレイの主要サイズ）
\*---------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
}



/*---------------------------------------------------------------*\
	$980px （minimum）
\*---------------------------------------------------------------*/

@media screen and (max-width: 980px) {

}

