@charset "utf-8";

#contents {
	
}

#keyVisual {
	margin-bottom: 10px;
}

#main {
	width: 950px;
}

#main .news dt {
	width: 130px;
	float: left;
}
#main .news dd {
	width: 780px;
	float: right;
}
#main .news dd .new {
	color: #d71e00;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -0.3em;
}

#second {
	width: 330px;
}

#second .fb {
	line-height: 1.5em;
}
#second .fb li {
	margin-bottom: 15px;
}
#second .fb li .l {
	width: 65px;
	display: inline-block;
	text-align: center;
}
#second .fb li .r {
	width: 220px;
	display: inline-block;
}
#second .fb .tit {
	font-size: 18px;
	font-weight: bold;
}

/* -------------------------------------------------
	レスポンシブ
------------------------------------------------- */

@media screen and (max-width: 720px) {
	
	#keyVisual img {
		width: 100%;
	}
	
	#main .news dt {
		width: auto;
		float: none;
	}
	#main .news dd {
		width: auto;
		float: none;
		margin-bottom: 12px;
	}
	#main .news dd .new {
		color: #d71e00;
		font-size: 11px;
		font-weight: bold;
		position: relative;
		top: -0.3em;
	}
	
	#second {
		width: auto;
	}
	#second .fb li.last {
		margin-bottom: 0;
	}
	#second .fb li .l,
	#second .fb li .r {
		width: auto;
	}
	#second .fb li .fbImg {
		margin: 0 10px 0 25px;
	}

}


