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

#oshirase_title {
	background-image: url(../images/img_oshirase/h1_oshirase.svg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	
	text-indent: -10000px;
	overflow: hidden;
	white-space: nowrap;
	
	display: block;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#oshirase_list,
#oshirase_list li {
	margin: 0px;
	list-style: none;
}
#oshirase_list {
	padding: 0px 0px 20px 10px;
}
#oshirase_list li {
	display: block;
	position: relative;
	padding: 5px 15px;
}
#oshirase_list li:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 6px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	left: 0px;
	top: 10px;
}
#oshirase_list li a {
	color: #FFFFFF;
	text-decoration: none;
}

#oshirase_list li time {
	display: none;
}


time {
	padding: 0px 0px 0px 10px;
	font-size: 85%;	
}

#sidebar-oshirase {
	display: none;
}


.sm_oshirase.current-menu-parent a {
	background-image: url(../images/img_common/sm_oshirase-o.svg) !important;	
}
.wm_oshirase.current-menu-parent {
	background-image: url(../images/img_common/wm_oshirase_y.svg) !important;
}

.page-title,
.page-content {
	color: #FFFFFF;
}
.wp-block-image img {
	height: auto !important;
}

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

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

	/*768 iPadのポートレイト　2カラム*/
@media screen and (min-width: 768px) {
	#article_bg {
		width: 520px;
		float: right;
	}
#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: 100px;
		box-sizing: border-box;
	}
}



