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

/*　タグ一覧表示　*/
.tag_display{
	border: 1px solid #C3A809;
	padding: 5px 8px;
   border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.tag_display::before {
	color: #C3A809;
	font-family:'stsvg';
	font-weight: 900;
	content: '\f02b';
}
.tag_display>a{
	color: #C3A809;
	text-decoration: none;
	font-size: 13px!important;
   margin: 3px 3px 5px;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	/*　メニューバーの検索欄　*/
	.cstm-search-form{
		display: none;
	}

	/*-- ここまで --*/
}
	
/*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) {
	/*　メニューバーの検索欄　*/
	.cstm-search-form{
		width: 500px;
	}
	.footermenubox{
		width: 100%!important;
	}
	.cstm-search-form>#search>#searchform{
		border-radius: 50px;
	}

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

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


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

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

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