@CHARSET "UTF-8";

div.validationTip {
	padding-left: 6px;
	background: url(./../images/error_tip_arrow.png);
	background-repeat: no-repeat;
	font-size: 93%;
	background-position: left ;
	vertical-align: middle;
}

div.tipInner {
	font-size: small;
	color: #ffffff;
	padding: 2px 5px;
	background-color: #ff0000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.validationTip{
	z-index: 101;
}

table.result_box td.henrei_iryokikan{
	width:20%;
}

table.result_box td.henrei_daihyo{
	width:12%;
}


table.result_box td.henrei_address{
	width:28%;
}

table.result_box td.henrei_notes{
	width:25%;
}

table.result_box td.itakureport_acount{
	width:25%;
}
.txt_yubin{
	width: 4.5em;
	text-align: left;
}
.pop_tyousei_edit{
	width: 380px;
	background-color: #ffffff;
	position: fixed; top: 50%; left: 50%;
	margin-left: -220px;
	margin-top: -200px;
	display: none;
	padding: 20px 20px;
	z-index: 101;
	border-radius: 10px;/*角丸*/
    -webkit-border-radius: 10px;/*Safari,Google Chrome用*/
    -moz-border-radius: 10px;/*Firefox用*/

}

.txt_num07_readonly_pattern{
/* 	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; */
}