img[src$="noimage.gif"] { display: none; }

p.indention {
	clear:both;
	margin: 0;
	height:40px;
	text-indent: -9999px;
	background:none;
}
.content_page:after{
    content: '';
    display: block;
    clear: both;
}
.content_page+.content_page{
	margin-top: 50px;
}


/* ファイル -------------------------*/
.file {
	margin-left: 20px;
	margin-top: 20px;
}
.file table{
	border-collapse: separate;
	border-spacing: 0px;
	border-style: none;
	margin: 0px;
	width: 100%;
}
.file td {
	padding: 0px;
}
.file .data{ font-size: 16px; }
.file .data tr td:first-child{ width: 25px; }

/* 760px -------------------------*/
@media screen and (max-width: 768px) {
}
