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

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


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

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


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

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	
#st-menuwide {
    padding: 0px;
    margin: 0 auto;
    max-width: 1060px;
    display: flex;
}
	
header .smanone ul.menu li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    width: 160px;
    height: 40px;
    text-align: center;
    border-right: solid 1px #E0DEDE;
    position: relative;
}
	
header .smanone ul.menu>li:first-child {
    border-left: solid 1px #E0DEDE;
}
	
header .smanone ul.menu li:last-child{
	border-right: solid 1px #E0DEDE;
}


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


.st-pagelink .page-numbers {
    height: 34px;
}

#footer .footerlogo {
    display: none;
}

header .sitename {
    font-size: 18px;
}

@media print, screen and (min-width: 960px) {
#headbox {
    text-align: center;
}
#header-l {
    float: unset;
}
	}