@charset "Shift_JIS";
/* CSS Document */


/**************************************************************************************/
/*最新情報*/
/**************************************************************************************/

/*link color*/
.w_new .kiji a:link,
.w_new .link a:link {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.w_new .kiji a:visited,
.w_new .link a:visited {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.w_new .kiji a:hover,
.w_new .link a:hover {
	text-decoration:none!important;
	color:#cd0000!important;
}
.w_new .kiji a:active,
.w_new .link a:active {
	text-decoration:none!important;
	color:#007ad8!important;
}

@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/

/*表組*/

.w_new .box_1 {
	overflow:auto;/*float対策*/
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}

/**/
	* html .w_new div #right_column .box_1 {overflow: visible;}/*float対策*/
/**/

.w_new .kiji {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 60px;
}

.w_new .kiji dt {
	float: left;
	clear: left;
	width: 18%;
	border-top: 1px solid #666;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
}

.w_new .kiji dd {
	width: 80%;
	float: left;
	border-top: 1px solid #666;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*表組ここまで*/

.w_new .link {
	width: 100%;
	text-align: center;
}

}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/
/*表組*/
.w_new .box_1 {
	width: 90%;
	max-width: 90%;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.w_new .kiji {
	width: 100%;
}

.w_new .kiji dt {
	border-top: 1px solid #666;
	padding-top: 12px;
}

.w_new .kiji dd {
	padding-bottom: 12px;
}

/*表組ここまで*/

.w_new .link {
	width: 100%;
	text-align: center;
	line-height: 2em;
}


}