@charset "UTF-8";
/* CSS Document */

.entry-title {
	background-image: url(../images/img_haisou/haisou.svg);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 174px 28px;
	
	text-indent: -10000px;
}

#sidebar-oshirase {
	display: none;
}


	
#footermenu_1 li.current-menu-item,
#footermenu_1 li.current-menu-item a {
	color: #ffe333 !important;
}

.haisou {
	border-collapse: collapse;
	width: 100%;
}
.haisou tr,
.haisou td {
	margin: 0px;
	padding: 8px;
	box-sizing: border-box;
	border: solid 1px #FFFFFF;
}
.haisou th {
	font-weight: normal;
}
.center {
	text-align: center;
}
.gray_right {
	color: #878787;
	background-color: #f0f0f0;
	border-right: solid 1px #FFFFFF;

}
.gray {
	color: #878787;
	background-color: #f0f0f0;
}
.yellow {
	color: #ffff99;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------メディア切替------------------------*/

	/*768 iPadのポートレイト　2カラム*/
@media screen and (min-width: 768px) {
	#article_bg {
		width: 520px;
		float: right;
	}
	#article_bg>article {
	height: 400px;
	overflow: scroll;
	}
#sidebar-oshirase {
	display: block;
	width: 200px;
}
	#sidebar-oshirase form.search-form {
	padding: 20px 10px 0px 10px;
}
	#sidebar-oshirase input.search-field {
		width: 160px;
	}
	aside {
		width: 200px;
	}
	#footermenu_1 {
		width: 100%;
		float: none;
	}
	#footermenu_2 {
		padding-left: 0px;
		min-height: 120px;
		box-sizing: border-box;
		position: relative;
	}
}

	/*1024 iPadのランドスケープ*/
@media screen and (min-width: 1024px) {
		#article_bg {
		width: 580px;
		margin-right: 210px;
	}
	aside {
		position: absolute;
		right: 15px;
		top: 160px;
		box-sizing: border-box;
		padding-top: 0px !important;
	}
}



