@charset "utf-8";
/* CSS Document */

/*profileページcontents内　ここから*/

.mainBox01{
	width:660px;
	margin:20px 50px 0 50px;
	padding:0;
}

.mainBox01 h2{
	color:#09F;
	font-size:150%;
	margin:0 0 10px 0;
	padding:0;
	border-bottom: #09F solid 1px;
}

.mainBox01 h3{
	color:#F69;
	font-size:120%;
	margin:0;
	padding:0;
}

.mainBox01 dt{
	color:#009;
	font-weight:bold;
	line-height:120%;
	border-bottom: #09F solid 1px;
}

.mainBox01 dd{
	color:#333;
	font-size:80%;
	line-height:180%;
	padding-bottom:20px;
}

table{
	width:660px;
	margin-top:30px;
	margin-bottom:0;
	border-top:#F69 solid 3px;
	border-bottom:#F69 solid 3px;
}

table th{
	color:#009;
	line-height:150%;
	border-bottom:#F69 solid 1px;
	border-right:#F69 dotted 3px;
	width:180px;
	text-align:left;
	padding-left:20px;
	background-color:#FCC;
}

table td{
	color:#333;
	font-size:80%;
	line-height:180%;
	border-bottom:#F69 solid 1px;
	padding:10px;
	background-color:#FCF;
}

.tableEnd{
	border-bottom:none;
}

#flow{
	margin-top:0;
	margin-bottom:30px;
	padding:0;
}
	
