@charset "UTF-8";

/* 全体 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	vertical-align: bottom;
}
fieldset { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
hr {
	display: none;
}
body {
	background:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-family:'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	line-height:1.4;
	color:#333333;
	font-size:12px;
}
br {
	letter-spacing:0;
}
/* for IE6 */
* html body {
	font-size:75%;
}
/* for IE7 */
*:first-child+html body {
	font-size:75%;
}
/* for IE7 */
ul,ol{
	-moz-padding-start:0;
}
.clearfix {
	clear:both;
}
/* リンク指定 */
a{
	color:#ff3300;
}
a img{
	border:0;
}
a:link,
a:visited{
	color:#ff3300;
}
a:hover{
	color:#ff00ff;
}
th td {
	vertical-align: top;
}

/*--------------------------------------
--------------------------------------*/
#container {
	padding: 20px;
}
#header {
	height: 30px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border-bottom:1px solid #DDDDDD;
}
h1 {
	font-size:134%;
	font-weight:bold
}
form p {
	margin:10px;
}

/* テーブル全体の表示 */
table.question {
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}

table.question th {
	padding: 10px;
	width: 180px;
	background: #EEEEEE;
	text-align: left;
	font-weight:bold;
}

table.question td { 
	padding: 10px;
	border-bottom:1px solid #DDDDDD;
}
.inputset {
	position:relative;
}
/* エラー時の表示 */
table.question .error_coution {
	color:#FF3333;
	position:absolute;
	left:0;
	bottom:-10px;
	font-size:84%;
}
table.question .error_addresszip {
	color:#FF3333;
	position:absolute;
	right:0;
	bottom:0;
	font-size:84%;
}
/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:15px 0px;
}

div.question_submit input.button {
	width: 150px;
}

/*--------------------------------------

__footer

--------------------------------------*/

#footer {
	height: 20px;
	margin:0 0 20px 0;
	border-top:1px solid #DDDDDD;
	text-align: right;
}



textarea {
	width:95%;
	padding:4px;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	background:#FAFAFA;
}
input {
	vertical-align:middle;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}
input[type="text"] {
	width:95%;
	padding:4px;
	background:#FAFAFA;
}
input[type="reset"] {
	background:#CCCCCC;
	color:#FFFFFF;
	border:solid 1px #999999;
	padding:5px;
}
input[type="submit"],
input[type="button"] {
	font-weight:bold;
	margin-left:20px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #666666;
	padding:5px 10px;
}
input.addresszip {
	width:8em;
	margin:0 0 2px 0;
}
