﻿@charset "utf-8";

/* 
===  profile.css  ===
*/


/*  -----  profile ------   */

#profile table {
	width: 660px;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.07em;
	border-collapse: collapse;
}
#profile th {
	padding: 10px;
}

#profile td {
	padding: 10px;
}


.tdp1 {
	width: 100px;
	text-align: left;
	border-bottom: #CCCCCC solid 1px;
}

.tdp2 {
	width: auto;
	background-color: #f5f5f5;
	padding: 10px;
	font-size: 12px;
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

.tdp3 {
	width: auto;
	background-color: #f5f5f5;
	padding: 10px;
	font-size: 12px;
	border-bottom: #CCCCCC solid 1px;
}

