@charset "UTF-8";

/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

27px = 207.7%
28px = 215.4%
29px = 223.1%
30px = 230.8%
*/

/* #################### profile.css #################### */
#profile > dl > dd.data div.image-center {
	margin: 0;
	padding: 0;
	text-align: center;
}

#profile > dl > dd.data div.image-center p {
	display: inline-block;
	margin: 5px;
	padding: 10px;
	text-align: center;
	background: url(../images/basic/back_transparent_white_80.png);
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
html:root #profile > dl > dd.data div.image-center p {
	background: rgba(255, 255, 255, 0.8);
}
*:first-child+html #profile > dl > dd.data div.image-center p {
	display: inline;
}

#profile > dl > dd.data div.image-center p img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

#profile > dl > dd.data div.image-center p br  {
	display: none;
}

#profile > dl > dd.data div.image-center p span.caption  {
	display: block;
	margin: 6px 0 -5px 0;
	padding: 0;
	color: #666666;
	font-size: 93%;
	letter-spacing: 0.2em;
}