@charset "utf-8";

/* 入札情報スタイル
----------------------------------------------------------- */

div.contents_inner p {
	margin: 0 0 25px 0;
}

div.contents_inner p.link {
	background: url(../../../common/images/i_arrow03.gif) 0 8px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

div.contents_inner table {
	width: 670px;
	margin: 0 0 10px 0;
}

div.contents_inner table th ,
div.contents_inner table td.td_center {
	text-align: center;
}

div.contents_inner table th#proclamation {
	width: 55px;
}

div.contents_inner table th#title {
	width: 20%;
}

div.contents_inner table th#koukoku {
	width: 12%;
}

div.contents_inner table th#shitsumon {
	width: 17.5%;
}

div.contents_inner table th#data_links {
	width: 61%;
}

div.contents_inner table td {
	/*padding: 5px 7px !important;*/
	padding: 5px 3px !important;
}

div.contents_inner table td.data_koukoku {
	width: 20px;
	color: #F00;
	/*width: 12.3%;*/
}

div.contents_inner table td.data_setsumei {
	width: 12.3%;
}

div.contents_inner table td.data_shinsei {
	width: 12.3%;
}

div.contents_inner table td.data_shitsumon {
	width: 15.3%;
}

div.contents_inner table td.data_kekka {
	width: 9%;
}

div.contents_inner table td span.text_red {
	color: #FF0000;
	font-weight: bold;
}

div.contents_inner table td a.pdf_link {
	background: url(../../../common/images/i_arrow02.gif) 0 4px no-repeat;
	padding: 0 0 0 20px;
	color: #E73B3B;
}

div.contents_inner table td a.excel_link {
	background: url(../../../common/images/ico_excel.gif) 0 4px no-repeat;
	padding: 0 0 0 20px;
	color: #E73B3B;
}

div.contents_inner table td a.word_link {
	background: url(../../../common/images/ico_word.gif) 0 4px no-repeat;
	padding: 0 0 0 20px;
	color: #E73B3B;
}

div.contents_inner table td a.no_pdf_link {
	background: url(../../../common/images/i_arrow02.gif) 0 4px no-repeat;
	padding: 0 0 0 20px;
	color: #000;
}

div.contents_inner table td a.no_excel_link {
	background: url(../../../common/images/ico_excel.gif) 0 4px no-repeat;
	padding: 0 0 0 20px;
	color: #000;
}

div.contents_inner table td a.no_word_link {
	background: url(../../../common/images/ico_word.gif) 0 4px no-repeat;
	padding: 0 0 0 20px;
	color: #000;
}

div.contents_inner ul.link_list li {
	background: url(../../../common/images/i_arrow03.gif) 0 8px no-repeat;
	padding: 0 0 0 20px;
}


