@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;
}

/* ▽ thで各列の幅を決めている ▽ */
div.contents_inner table th#proclamation {
	width: 100px;
}

div.contents_inner table th#title {
	
}

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

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

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

div.contents_inner table th#shitsumon {
	width: 50px;
}

div.contents_inner table th#joukyou {
	width: 30px;
}
div.contents_inner table th#kekka {
	width: 35px;
}

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

/* △ thで各列の幅を決めている △ */

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

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

div.contents_inner table td.data_setsumei {
	
}

div.contents_inner table td.data_shinsei {
	
}

div.contents_inner table td.data_shitsumon {
	
}

div.contents_inner table td.data_joukyou {
	
}

div.contents_inner table td.data_kekka {
	
}

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;
}


