@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 {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
}

#profile h3 {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0.6em 0;
	color: #999999;
	font-family: "Trebuchet MS";
	font-size: 167%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.6em;
	line-height: 1.0;
	background: url(../images/basic/back_transparent_black_5.png);
}
html:root #profile h3 {
	background: rgba(0, 0, 0, 0.05);
}

#profile > dl {
	overflow: hidden;
	margin: 20px 40px;
	padding: 0;
}

#profile > dl > dt {
	margin: 0;
	padding: 0 10px;
	color: #666600;
	font-size: 174%;
	line-height: 1.4;
	border-bottom: 1px dotted #999999;
}

#profile > dl > dd.name-other {
	margin: 0 0 20px 0;
	padding: 0 12px;
}

#profile > dl > dd.data {
	margin: 0;
	padding: 0;
}

#profile > dl > dd.data p.photo {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#profile > dl > dd.data p.photo img {
	border: 10px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#profile > dl > dd.data div.information {
	margin: 30px 130px;
	padding: 0;
	font-size: 95%;
}

#profile > dl > dd.data div.information p {
	margin: 0.5em 0;
	padding: 0;
}

#profile > dl > dd.data div.information ul {
	list-style-type: circle;
	margin: 0.5em 0 0.5em 20px;
	padding: 0;
}

#profile > dl > dd.data div.information ul li {
	margin: 0;
	padding: 0;
}

/* #################### 独自追加 #################### */
#profile > dl > dd.data p.member {
	margin: 0;
	padding: 0;
	color: #336699;
	text-align: center;
}

#profile > dl > dd.data p.enrollment {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#profile > dl > dd.data div.information h4 {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	margin: 1em 0;
	padding: 0 10px;
	color: #666600;
	font-weight: normal;
	line-height: 1.5;
	border-bottom: 1px dotted #666666;
}

#profile > dl > dd.data ul.member {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #336699;
	text-align: center;
}