@charset "utf-8";

/*-------------------------------
   # profile
---------------------------------*/

#profile{
	padding: 40px 20px;
	margin-bottom: 0;
}

td a{
	text-decoration: underline !important;
	color: #75caff !important;
}

td a:hover{
	text-decoration: none !important;
}

table{
	width: 100%;
	box-sizing: border-box;
}

table,th,td{
	border: 1px solid #75caff;
}

th,td{
	padding: 10px;
	background: #fff;
}

th{
	background: #e1f4ff;
	vertical-align: top;
}

table dl {
	width: 50%;
	float: left;
}

table dt{
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(../img/base/pin3.png) no-repeat left center;
}

table dd {
	margin-left: 15px;
}

table dd li{
	padding-left: 10px;
	background: url(../img/base/icon3.png) no-repeat left center;
}

table.none,
table.none th,
table.none td{
	border: none;
	padding: 0;
	background: none;
	width: auto;
}

table.none th,
table.none td{
	padding-right: 10px;
}
#info_disc{
	margin-left: 12.7rem;
}
#info_disc a{
	text-decoration: underline !important;
	color: #75caff !important;
}
