@charset "UTF-8";


#content_userdata_transmission {
	width:630px;
	padding:0;
	margin-bottom:40px;
	float:left;
}


.userdata_transmission_title{
	/* background:url('../img/title_sub.png') repeat-x 0 0; */
	border-top:5px solid #ea408e;
	padding:20px 0 20px 10px;
	background: none;
	font-weight:bolder;
	font-size: x-large;
	height:95px;

}

.userdata_transmission .matrix {
	border-collapse: collapse;
	color:#555;
	border:1px solid #cdcdcd;
	font-size:14px;
}
.userdata_transmission .matrix .td_width{
	width:17%;
	border:1px solid #cdcdcd;
	word-break: break-all;
	overflow-wrap : break-word;
}
.userdata_transmission_lead{
	padding-left:70px;
	padding-right:70px;
	padding-bottom:30px;
}