@charset "utf-8";
/*
==================================================

    CSS File Name - about.css
    Last-updated: 2010-05-14

==================================================
*/
div#header {
	margin-bottom:20px;
}
div#mainBody div.mainContent {
	max-width:738px;
}
h2 {
	padding-bottom:30px;
}
table{
	margin:0 auto;
	max-width:650px;
	}
td{
	padding:10px;
	}
td.td_l{
	vertical-align:top;
	width:160px;
	padding:10px;
	}	
a.link{
	text-decoration:underline;
	}	

@media screen and (max-width: 620px) {
	table {
		width: 100%;
		border: none;
	}
	td,td.td_l {
		display: block;
		width: 100%;
		max-width: 100%;
		border: 0;
	}
	td.td_l  {
		background: #f2f2f2;
		border-bottom: 1px solid #ccc;

	}
}