@charset "utf-8";
/* CSS Document */

.profileBox01 {
	margin-bottom: 40px;
	overflow: hidden;
}

.profileBox01 dl{
	clear: both;
	padding:5px;
	margin: 10px 15px 10px 15px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

.profileBox01 dt{
	font-weight:bold;
	border-left:5px solid #527AF3;
	padding:0 0 0 10px;
	margin-bottom:10px;
	clear: both;
	float: left;
	width: 6.5em;
}

.profileBox01 dd{
	float: left;
}

.profileBox01 dd.profileBox01Img {
	float: right;
	/*padding-left: 10px;*/
}

.profileBox02 {
	margin-bottom: 30px;
}

.profileBox02 table {
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
	width: 630px;
	margin: 0 auto;
}

.profileBox02 th, .profileBox02 td {
	border: 1px solid #d9d9d9;
	padding: 10px 10px;
}

.profileBox02 th {
	background-color: #f3f9fc;
	width: 130px;
	vertical-align: middle;
	font-weight:normal;
}

.profileBox02 td {
	width: 500px;
	line-height: 1.8;
}

.profileBox02 td ul {
	margin-left: 20px;
}

.profileBox02 td li {
	list-style-type: disc;
}

.profileBox02 td li.nostyle {
	list-style-type: none;
}






/*--- 150402修正部分　---*/

.profileBox01 dd p.kyotentxt{
	padding-left:63px;
}





