@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*
.entry-content h2 {
	background: #f5f5f5;
	color: #333;
	padding: 10px 15px;
	border-bottom: 3px solid #333;
	border-radius: 6px;
}
*/

.entry-content h2 {
	padding: 10px;
	border-top: solid 3px #333 !important;
	border-bottom: solid 3px #333 !important;
}

/*
.entry-content h3 {
	background: #f5f5f5;
	border-bottom : none !important;
	border-left-width : 6px;
	padding: 8px 10px 8px 15px;
	font-size :1.4em;
}
*/

.entry-content h3 {
	background: #efefef;
	border : none !important;
	padding: 8px 10px 8px 15px;
	font-size :1.3em;
	border-radius: 10px;
}

#sgb-css-id-5 {
	width: 95%;
	margin: 0 auto;
}

/* 404 */
.nofound-contents .withtag_list ul li a {
	color: #333;
	font-weight: bold;
}

.nofound-contents .ct a {
	border-radius: 5px;
	padding: 10px 60px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	
	#sgb-css-id-5 {
		margin: 0 auto !important;
		width: 92% !important;
		border: solid 2px #333 !important;
		border-radius: 10px !important;
		overflow: hidden !important;
	}
	
	#sgb-css-id-5 .widgettitle {
		margin: 0 !important;
		background: #333 !important;
		color: white !important;
		font-size : 1.0em !important;
	}
	
	#sgb-css-id-5 .widgettitle:before {
		display: none !important;
	}
	
	#sgb-css-id-5 .wp-widget-group__inner-blocks ul li a {
		font-size : 0.85em !important;
	}

}