﻿.descriptionArea
{
	width: 485px;
	
	margin: 0px 0px 0px 5px;
	padding: 15px 15px 15px 15px;
	
	background-color: #EEEEEE;
	color: gray;
	
	font-size: small;
}

.inquiryContent
{
	width: 515px;
	margin: 10px 0px 20px 5px;
	
	list-style-type: none;
}

.requirementColumn
{
	color: Red;
}

.sentMessage
{
	font-size: small;
	margin: 5px 5px 5px 15px;
}

.supportGroupImage
{
	float: left;
	
	margin: 0px 0px 15px 15px;
}

.supportGroupInformationRow
{
	margin: 3px 0px 0px 15px;
}

.supportGroupInformationColumn
{
	float: left;
	
	width: 100px;
	height: 20px;
	
	padding: 6px 0px 0px 5px;
	
	background-color: #EEEEEE;
	
	font-size: small;
	text-align: center;
}

.supportGroupInformationItem
{
	float: left;
	
	width: 375px;
	height: 18px;
	
	margin: 3px 0px 0px 5px;
	padding: 6px 0px 0px 5px;
	
	font-size: small;
	text-align: center;
	
	border: dotted 1px #DDDDDD;
}

.niceform
{
	font-family: 'ＭＳ Ｐゴシック';
}