/*# sourceURL=css/newsList.css */
/*@ sourceURL=css/newsList.css */
@charset "UTF-8";
/* ===================================================================
CSS information
 style info : newsList
=================================================================== */
/* -----------------------------------------------------------
#breadcrumbs : パンくずリスト
----------------------------------------------------------- */

#breadcrumbs{
	float:left;
	font-size:10px;
	padding-bottom:15px;
}

#breadcrumbs li{
	float:left;
	width:auto;
	text-decoration:none;
}

#breadcrumbs a{
	color:#FFFFFF

}

#breadcrumbs a:hover{
	text-decoration:underline;

}

#breadcrumbs .arrow{
	padding:1px 2px 0 2px;

}

@media (max-width: 768px) {
	#breadcrumbs{
		float: none;
		width: 100%;
		font-size:10px;
		padding-bottom:15px;
	}

	#breadcrumbs ul{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-right: 0;
	}
	
	#breadcrumbs li{
		float:left;
		width:auto;
		text-decoration:none;
		font-size: 13px;
	}
	
	#breadcrumbs a{
		color:#FFFFFF
	
	}
	
	#breadcrumbs a:hover{
		text-decoration:underline;
	
	}
	
	#breadcrumbs .arrow{
		padding:1px 2px 0 2px;
	
	}
	
}


#contents {
	margin-bottom: 100px;
}


/* -----------------------------------------------------------
#main : メインタグ
----------------------------------------------------------- */

#main{
	color:#FFFFFF;

}

#main h2{
	float:left;
	width:580px;

}

#main h3{
	float:left;
	width:580px;
	margin-bottom:30px;
	color:#A9825A;
	font-size:27px;
	font-weight:bold;

}

@media (max-width: 768px) {
	#main{
		color:#FFFFFF;
	
	}
	
	#main h2{
		float:left;
		width:100%;
		overflow: hidden;
	}

	#main h2 img{
		width: 100%;
		height: auto;
	}
	
	#main h3{
		display: block;
		float: none;
		width: 100%;
		font-weight: normal !important;
		margin-bottom: 10px;
		font-size: 22px;
		font-weight:bold;
		text-align: left;
	}
	
	#main h3 img{
		width: 100%;
		height: auto;
	}

}


/* -----------------------------------------------------------
		#newsWrap
----------------------------------------------------------- */
#newsWrap {
	width: 537px;
	margin-bottom: 50px;
}
#newsWrap ul{
	width: 537px;
}

#newsWrap li{
	width: 537px;
	padding: 10px 0;
	border-bottom:1px solid #aaa;
	line-height: 21px;
	margin-bottom: 10px;
}
#newsWrap li a {
	color: #ffffff;
}
#newsWrap li .newsTxtAreaWide {
	width: 537px;
}
#newsWrap li .newsTxtArea {
	width: 457px;
	float: left;
}
#newsWrap li .newsImgArea {
	width: 58px;
	height: 58px;
	display: block;
	border: 1px solid #ffffff;
	float: right;
}
#newsWrap li .newsImgArea img {
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}


#pagerArea {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}
#pagerArea a {
	color: #ffffff;
}

.pageNA {
	color: #cccccc;
}





@media (max-width: 768px) {
	#newsWrap {
		width: 100%;
		margin-bottom: 50px;
	}
	#newsWrap ul{
		width: 100%;
	}
	
	#newsWrap li{
		width: 100%;
		padding: 10px 0;
		border-bottom:1px solid #aaa;
		line-height: 21px;
		margin-bottom: 10px;
		display: flex;
	}
	#newsWrap li a {
		color: #ffffff;
	}
	#newsWrap li .newsTxtAreaWide {
		width: 537px;
	}
	#newsWrap li .newsTxtArea {
		width: 100%;
		float: none;
		flex: 1;
		padding-right: 10px;
		box-sizing: border-box;
	}
	#newsWrap li .newsImgArea {
		width: 58px;
		height: 58px;
		display: block;
		border: 1px solid #ffffff;
		float: right;
	}
	#newsWrap li .newsImgArea img {
		width: 58px;
		height: 58px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow: hidden;
	}
	
	
	#pagerArea {
		text-align: center;
		margin-top: 10px;
		font-size: 12px;
	}
	#pagerArea a {
		color: #ffffff;
	}
	
	.pageNA {
		color: #cccccc;
	}
}












