﻿@charset "utf-8";

#contents .formWrapper{
	width:640px;
	padding:30px 0;
	margin:0 auto;
}

#contents .formWaku{
	width:680px;
	border:3px solid #666666;
	padding:30px 20px;
	margin:50px auto;
}

#contents .opinion{
	width:640px;
	margin:0 auto 30px;
}

#contents p.comp{
	text-align:center;
	font-size:175%;
	font-weight:bold;
	margin:50px auto;
}

#contents .choice{
	margin:15px 0;
	font-size: 16px;
}

table.tblRes{
	margin: 1.5em auto 2em auto;
	width: 480px;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
table.tblRes th{
	background-color: #666666;
	text-align: center;
	vertical-align: top;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 6px;
	white-space: nowrap;
}
table.tblRes td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
}

input[type="text"], input[type="password"], input[type="file"], textarea{
	border: 1px solid #ACACAC;
	padding: 4px;
}

