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

#settingContent
{
	width:			500px;
	min-height:		500px;
	margin:			0 auto 20px auto;
	display:		none;
}

.tableTitle
{
	font-weight:	bold;
	margin-bottom:	5px;
}

table.tmos
{
	width:			100%;
	border :		solid 1px gray;
}

table.tmos td.label
{
	width:			174px;
}

table.tmos td.price
{
	width:			174px;
	text-align:		center;
}

table.tmos td.unit
{
	width:			174px;
	text-align:		right;
}