/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/

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


	/*-- ここまで --*/
}
	
/*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) {
	#st-menuwide nav{
		border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-color:#E0DEDE;
	border-style:solid;
	border-width:0px 1px 0px 1px;
    padding: 0px;
    margin: 0 auto;
    background: #f3f3f3;
    background: -webkit-linear-gradient( #fff 0%, #f3f3f3 100% );
    background: linear-gradient( #fff 0%, #f3f3f3 100% );
		font-weight:bold;
	}
	
	#st-menuwide ul li a:hover{
		color:#a00!important;
	}


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

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

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