@charset "UTF-8";
/*------------------------------------------------------------mainimage*/
#recruit02 p{
	padding-bottom: 12px;
}
#recruit03 dt{
	color: #2338a7;
}
/*------------------------------------------------------------content*/

/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	padding: 10px 0;
	border-bottom:dotted 1px #ccc;
}
#news01 dl:first-child {
	padding: 0 0 10px;
}
#news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 100px;
}
}

/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}

@media print, screen and (min-width:768px) {
#news02 p.title03 br {
	display: none;
}
}
