/*# sourceMappingURL=inner.css.map */

/*** Style ***/
.txt-pink {
	color: #ed037c;
}
.tablebox {
	width: 738px;
	margin: 30px 0px;
	padding: 0 20px;
}
.tablebox-title {
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
.tablebox-inner {
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
	border-top: #ed037c 5px solid;
	float: left;
}
.table-row {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	border-bottom: #ccc 1px solid;
	float: left;
}
.table-col-left {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #ed037c;
	float: left;
	text-align: left;
}
.table-col-right {
	width: 498px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}
/********************************************/
.topbar {
	width: 100%;
	border-top: #ed037c 5px solid;
	margin: 20px auto;
}
table.space td{
	padding: 15px 10px 15px 0;
}
table.none td{
	padding:0;
}
table tr.hairline-grey {
	border-bottom: #e1e1e1 solid 1px;
}
table tr.hairline-pink {
	border-bottom: #ed037c solid 1px;
	
}


.line{
	width: 80%;
	border-top: #e1e1e1 solid 1px;
	margin: 20px auto;
}
.line2{
	width: 100%;
	border-top: #d9d9d9 solid 2px;
	margin: 20px auto;
}
.box_download{
	width: 700px;
	background-image: url('../images/common/bgbutton_download.png');
	background-repeat: repeat;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	min-height: 70px;
	cursor: pointer;
	display: block;
}
.box_downloadsm{
	display: block;
	/*width: 740px;*/
	background-image: url('../images/common/bgbutton_download.png');
	background-repeat: repeat;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	min-height: 43px;
	cursor: pointer;
}
.box_downloadsmdoc{
	width: 691px;
	background-image: url('../images/common/bgbutton_download.png');
	background-repeat: repeat;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	min-height: 43px;
	cursor: pointer;
}
.box_downloadsmc{
	width: 314px;
	background-image: url('../images/common/bgbutton_download.png');
	background-repeat: repeat;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	min-height: 43px;
	cursor: pointer;
}
.pagination_foot{
	width:680px;
	padding-top:50px;
}
.border-img{
	padding:10px;
    border:1px solid #e2e2e2;
}
.box-under-pic{
	width: 100%;
	background-color: #f1f1f1;
	height: 115px;
	cursor: pointer;
}
.box-under-pic:hover{
	width: 100%;
	background-color: #e40377;
	color: #FFFFFF !important;
	height: 115px;
	cursor: pointer;
}


.text-normal{
	font-size:21px;
}
.font-clpink{
	color: #ed037c;
}
.font-blue{
	color: #005a9c;
}


.hairline-pink2{
	border-bottom: #ed037c solid 2px;
}



.form_style_textbox{
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: white;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #F5F5F5;
	/* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.77778rem;
	/* margin: 0 0 0.88889rem 0; */
	padding: 0.44444rem;
	/* height: 2.05556rem; */
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.form_style_checkbox{
	-webkit-appearance: checkbox;
	 box-sizing: border-box;
}
.form_style_select{
	-webkit-appearance: none !important;
	-webkit-border-radius: 0px;
	background-color: #fafafa;
	background-image: url('../images/icon/down_select.jpg');
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #F5F5F5;
	padding: 0.44444rem;
	font-size: 0.77778rem;
	font-family: inherit;
	color: rgba(0, 0, 0, 0.75);
	line-height: normal;
	border-radius: 0;
	/*height: 2.05556rem;*/
}

.btn_blue{
	width: 100%;
	height: 28px;
	color: #FFF;
	background-color: #1881CB;
	border: none;
	font-size: 20px;
	cursor: pointer;
}
.btn_pink{
	width: 100%;
	height: 28px;
	color: #FFF;
	background-color: #ed037c;
	border: none;
	font-size: 20px;
	cursor: pointer;
}
.procurement_05{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
