@charset "utf-8";
/* CSS Document */

p, ul li, ol li, dl dt, dl dd, caption, th, td, input, option, textarea {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,sans-serif;
	font-size: 0.85em;
	line-height: 1.5;
}

body {
	border-top: 3px solid #FF0000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,sans-serif;	font-size: 95%;
	letter-spacing:normal;
	height: 100%;
	padding:0 20px;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	min-height: 100%;
	width: 950px;
}

#header {
	position:relative;
	margin:5px 0 20px;
}

/*  login.html
---------------------------------------*/
#loginBox {
	width:200px;
	margin:25px auto 200px;
	padding:25px 50px;
	border:1px solid #CCCCCC;
	}


form p {
	margin-bottom:10px;
}

.submit {
	margin-top:20px;
}

.tempfile {
	margin-top:20px;
}

.title{
	width: 50%;
	display: inline-block;
}

.total{
	float: right;
	display: inline-block;
}

.total table{
	width: auto;
}

.total table th{
	padding: 2px 30px 2px 30px;
}

.total table td{
	padding: 1px;
}


/*  list_1.html
---------------------------------------*/


#select_area {
	margin-top:20px;
}
.date_select {
	float:left;
}

.bt_print {
	float:right;
}

#header h1 {
	width:100%;
	font-size:147%;
	border-bottom:3px solid #FF0000;
	}

#header h1 span{
	margin-left:3em;
}

#procurement_info dl {
	margin:20px 0;
	padding:10px 0;
	width:100%;
	border:1px solid #CCCCCC;
}

dl dt {
	float:left;
	width:100px;
	text-align:right;
	font-weight:bold;
}
dl dd {
	float:right;
	width:845px;
	margin-left:5px;
}

dl dd span {
	margin-right:1em;
}

table {
	width:950px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
table tr {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

table th {
	padding:10px;
	background-color:#E3E3E2;
	border-bottom:2px solid #CCCCCC;
}

table td {
	text-align:right;
	border-bottom:1px solid #CCCCCC;

}

/* tableの幅 */
/*
.site {width:3em;}
.resource {width:6em;}
.r_desc {width:6em;}
.a_date {width:5em;}
.D_no {width:9em;}
.Quantity {width:7em;}
.u_price {width:5em;}
.a_money {width:4em;}
.tax {width:3em;}
.t_price {width:4em;}
/*

<th class="site">サイト</th>
<th class="resource">資源</th>
<th class="r_desc">資源説明</th>
<th class="a_date">会計日付</th>
<th class="D_no">納入依頼番号</th>
<th class="Quantity">入荷数量</th>
<th class="u_price">契約単価</th>
<th class="">入荷金額</th>
<th class="tax">消費税</th>
<th class="t_price">合計金額</th>


/* tableの幅 END*/


table td {
	padding:5px 5px;
}

.resources_total,
.ar_total,
.MF_total,
.os_total,
.pt_total {
	border-bottom:2px solid #CCCCCC;
}

#coincidence,
#inquiry {
	border:1px solid #CCCCCC;
	margin:20px 0;
	padding:10px;
}
#coincidence {
	height:3em;
}

#coincidence p {
	float:left;
}

#coincidence form {
	float:right;
}


#footer {
	margin-top:50px;
}


#footer p {
	font-size: 0.75em;
	margin-bottom: 8px;
	text-align: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */