  @charset "UTF-8";
@import url("global.css");

#dealings-area{
	margin:20px auto 20px 0;
	height:600px;
	text-align:left;
}
table#dealings-table{
	border-collapse: collapse;
	width:640px;
}
table#dealings-table th{
	background-color:#dfdfdf;
	width:150px;
	text-align:left;
	padding:6px 0 6px 15px;
	font-size:13px;
	font-weight:normal;
	color:#424547;
	vertical-align:middle;
}
table#dealings-table td.dealings-td-text{
	width:475px;
	border-left:6px solid #c6c4c4;
	background-color:#ffffff;
	text-align:left;
	padding:6px 12px;
	font-size:13px;
/*border-bottom:1px solid #dbe7f0;*/
}
table#dealings-table td.dealings-td-sp{
	width:15px;
}
table#dealings-table td hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


#mail-address-img{
width:170px;
height:24px;
  display:block;
  background-image:url(/img/global/ac_mail_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}






















