@charset "UTF-8";

/*-----------------------------------サブナビゲーション個別指定*/

#link li#liLink a{ 
}
#linkList {
	margin: 20px 10px 0 10px;
	width: 100%;
}
#linkList th{
	color: #b6083b;
	font-weight: bold;
	width: 240px;
	padding: 10px 0;
	border-bottom: 1px dashed #d9d9d9;
}
#linkList td{
	padding: 10px 0;
	line-height: 1.8;
	border-bottom: 1px dashed #d9d9d9;
}

@media screen and (max-width: 767px){
	#linkList {
		margin: 20px 10px 0 10px;
		width: 100%;
	}
	#linkList th,
	#linkList td{
		display: block;
		width: 96%;
		box-sizing: border-box;
		word-break: break-all;
	}
}
