/* /////////////////////////slider//////////////////////////// */
#slider-wrap{
	width:100%; height:349px;
	background:url(../images/slider-bg.png) no-repeat;
	background-position:center top;
}
#slider-wrap2{
	width:100%; 
	height:349px;
	background:url(../images/slider-bg.png) no-repeat;
	background-position:center top;
}
.slide{
	max-width: 1000px;
	margin: 0 auto;
}

/* ////////////////////////contents/////////////////////////// */
.catch-copy-main{
	width:100%; height:118px;
	margin:3px auto 0;
	background-color:#caaa57;
	background-image:url(../images/catch-copy3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	box-shadow:2px 2px 2px #dedede;
}
#bg{
	width:100%;
	background:url(../images/contents-bg2.png) no-repeat;
	background-position:center bottom;
}
#contents{
	width:960px;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:80px;
	line-height:200%;
	box-shadow:0px 2px 2px #aaa;
}
#main{
	width:720px;
	float:left;
	overflow:hidden;
}
#main .wrap{
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
#main .text{
	width:400px; 
	float:left;
}

#main .img{
	width:300px; 
	float:right;
}
#main ul{
	width:698px; height:280px;
	overflow:auto;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
} 
#main ul li{
	line-height:300%;
	border-bottom:1px dotted #ccc;	
} 
#main #news-midashi{
	margin-bottom:0;
}
#main ul a{
	margin-left:80px;
	text-decoration:underline;
	color:#cd171f;
	font-weight:bold;
}
#main ul a:hover{
	text-decoration:none;
}


#side-bar{
	width:220px;
	float:right;
}
#side-bar .banner{
	display:block;
	width:220px; height:90px;
}


@media screen and (max-width: 768px){
/* /////////////////////////slider//////////////////////////// */
	#slider-wrap{
		width:100%; 
		height:auto;
		padding: 0;
	}
	#slider-wrap2{
		width:100%; 
		height:auto;
	}
	.slide{
		max-width: 100%;
		margin: 0 auto;
	}
	#n-line{
		height: 3px;
	}

/* ////////////////////////contents/////////////////////////// */
	.catch-copy-main{
		width:100%; 
		height:12.5vw;
		margin:2px auto 0;
		background-size: 173% auto;
		background-position:center top;
	}
	#contents{
		width:100%;
		overflow:hidden;
		padding-top: 3rem;
		padding-bottom: 4rem;
		line-height: 2;
	}
	#main{
		width: 100%;
		float: none;
	}
	#main .wrap{
		clear:both;
		overflow:hidden;
		margin-bottom: 25px;
	}
	#main .text{
		width: 100%; 
		float:none;
	}

	#main .img{
		width: 100%; 
		float:none;
	}
	#main ul{
		width:100%; height:300px;
	} 
	#main ul li{
		line-height: 2;
		padding: 10px 0;
	} 
	.text2 img{
		display: block;
		width: 100% !important;
	}
	.date{
		display: block;
	}
	#main ul a{
		margin-left: 0;
		width: 100%;
	}
	#side-bar{
		float:none;
		margin: 0 auto;
	}
}