/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180831以上対応
Version: 20180831
*/



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
.top_catch{
font-size:12px;
}
#header-l {

    float: left;
    max-width: 700px !important;
    margin-bottom: -40px;

}
	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


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

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {

#header-l {

    float: left;
    max-width: 700px !important;

}
.sitename{
    width:300px;
}
/* 横並び */
.headbox {
        float: left;
        width: 165px;
        height: 40px;
        border: none;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:4px;
}

#header-r {
        overflow: hidden;
}
#headbox {

    padding: 10px 10px 0px;
    margin: 0 auto;
    text-align: left;

}
#header-l {

    float: left;
    max-width: 700px !important;
    margin-bottom: -40px;

}
ol.tribe-list-widget{
list-style-type:none !important;

}
h4.tribe-event-title{
	line-height:150%;
}

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

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

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

