@charset "UTF-8";

/*
information{
	file name : /css/individual/application/index.css;
	infomation : This CSS file define [index] styles.;
	site name : HMCA Human Creative Academy;
	copyrihgt : Copyright (C) HMCA Human Creative Academy;
}
*/

/* contents
--------------------------------------------------------------------------
1. 
--------------------------------------------------------------------------
*/


/* 1. table.infoTable
-----------------------------------------------	*/
table.infoTable {
	width: 809px;
	border: 1px solid #33CC99;
	border-collapse: collapse;
}

table.infoTable thead th {
	width: 15%;
	padding: 10px;
	border: 1px solid #33CC99;
	background-color: #DBF4E9;
	text-align: left;
}

table.infoTable thead td {
	width: 85%;
	padding: 10px;
	border: 1px solid #33CC99;
	background-color: #DBF4E9;
	font-weight: bold;
}


table.infoTable tbody th {
	width: 15%;
	padding: 10px;
	border: 1px solid #33CC99;
	background-color: #F2FBF7;
	text-align: left;
	font-weight: normal;
}

table.infoTable tbody td {
	width: 35%;
	padding: 10px;
	border: 1px solid #33CC99;
}

