/*
Template:twentysixteen
Theme Name:Twenty Sixteen_child
*/


/*@import url("../twentysixteen/style.css");*/

body { 
	font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
	font-weight: 500;
	background:#FFF;
 }
 .site {margin:0;}

 .site-header {
		padding-top: 0 ;
	}
 
/*上部余白問題*/ 
@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 0px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}
}
/*テーブルリセット*/ 
table, th, td {
	border:none;
	padding:0;
	margin:0;
	table-layout:auto;
	border-width:0;
	border-collapse: collapse;
	text-align:none;
}


/*サイドバー表示
.category-3 ul#btn-news {display:none;}*/