/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

/* header */
.sitename a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.sitename img{
    max-width: 30%;
}
.sitename h1{
    margin-left: 20px;
}
.carousel{
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.carousel-area{
    height: 100%;
    display: flex;
    position: absolute;
    list-style: none;
}
.carousel-list{
    width: 1060px;
}
.header-catch{
    width: 1040px;
    margin: 10px auto;
    max-width: 95%;
}
.headmenu{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.headmenu li{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-right: solid 1px #E0DEDE;
    position: relative;
}
.headmenu li a{
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.headmenu li:last-child{
    border: none;
}

/* home */
.st-aside #search{
    width: 300px;
}

/* release */
.release-content{
    position: relative;
    border-bottom: dotted 1px #000;
    margin-bottom: 10px;
}
.release-content a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.release-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.st-pagelink .page-numbers{
    height: auto;
}

/* catalog */
.catalog-list-content{
    width: calc( 100% / 3 - 40px );
    margin: 20px;
}

/* single */
.pdflink{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.blogbox p{
    color: #000;
}

/* post */
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex-content{
    margin: 5px;
}

/* footer */
.footlink{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footlink a{
    width: 250px;
    margin: 0 20px;
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {

/*-- ここまで --*/
}

/*media Queries スマホサイズ（500px以下）
----------------------------------------------------*/
@media only screen and (max-width: 500px) {
    .pdflink{
        float: none;
    }
    .catalog-list-content {
        width: calc( 100% / 2 - 40px );
    }
    /*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

/*-- ここまで --*/
}