@charset "utf-8";

/*********************************
 *
 * PROFILE STYLES
 *
 *********************************/

/* profile */
table.profile {width:100%;}
	table.profile th, table.profile td {padding:1.2em 0 1.2em 1.5em; border-bottom:1px dashed #cad1d1;}
	table.profile th {width:110px; background:#edefef; color:#4d6463; font-weight:700;}

/* list */
dl.list {overflow:hidden; clear:both; margin-top:1em;}
	dl.list dt, dl.list dd {margin-bottom:2px;}
	dl.list dt {float:left; width:90px;}
	dl.list dd {margin-left:90px;}

ul.msg {
	list-style-type:none;
	overflow:auto;
	margin:0 !important;
}
ul.msg li {
	margin:0.5em 0 0 1em;
	text-indent:-1em;
}
.sub_title {
  margin: 0 0 0.6em 0;
}
.sub_title span {
  padding: 0.2em 1em;
  background: #e09eac;
  border-radius: 1em;
  color: #fff;
  font-weight: 700;
}


@media screen and (min-width: 768px) {
	table.profile dl {}
	table.profile dl dt {
		float:left;
		display:inline-block;
		width:6em;
	}
	table.profile dl dd {
		margin:0 0 0 6em;
	}
	.srp {
		float:left;
		width:90px;
		padding:0 20px 10px 0;
	}
	.srp img {
		width:100%;
	}
}

@media screen and (max-width: 767px) {
	table.profile a {
		word-break:break-all;
	}
	table.profile dl {}
	table.profile dl dt {
		font-weight:700;
	}
	table.profile dl dd {
		padding:0 0 0.8em 0;
	}
	.srp {
		width:60%;
		margin:0 auto;
		padding:0 0 1em 0;
	}
	.srp img {
		width:100%;
	}
}