/*==== common ====*/

/*==== private ====*/

.popup-input-france {

}

.popup-input-france table{
	margin: 20px 0 0 0;
	width: 100%;
}
.popup-input-france table tr{
	width: 100%;
}
.popup-input-france table tr td{
	border: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 20%;
}
.popup-input-france table tr td.head{
	background-color: #eeeeee;
	font-weight: normal;
	font-size: 12px;
}

