/*
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) {


/*-- ここまで --*/
}

header .smanone ul.menu li{
	border-left: 1px solid #DDD;
  	border-right: 1px solid #DDD;
}
header .smanone ul.menu li + li{
	border-left: none;
}
header .smanone ul.menu li:last-child{
	border-right:1px solid #DDD;
}
#st-menuwide{
	display:flex;
}

.menu_underh2{
        margin-bottom:10px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}

#content{
    max-width:1110px;
}

.adbox p{
      text-align: center;
      color:#666;
      margin-bottom:1px;
}

.underad{
   float:left;
   margin-bottom:25px;
}

.adbox p{
      text-align: center;
      color:#666;
      margin-bottom:1px;
}

.menu_underh2{
margin-top:10px !important;
margin-bottom:15px !important;}