@charset "utf-8";
/* CSS Document */

#container .contents p.h{
	margin:20px 0 0;
	font-weight:bold;
}

#container .contents p.flow{
	margin:20px 0;
}

#container .contents table{
	border:none;
	margin-top:0;
}

#container .contents table th,
#container .contents table td {
	padding:10px 0;
	border:none;
	background:url(../img/line_dot.gif) repeat-x 0 100%;
}

#container .contents table th {
	padding-right:10px;
}

#container .contents table dl {
	margin : 0;
}

#container .contents table table {
	background: none;
	margin : 0;
}

#container .contents table table th,
#container .contents table table td {
	background:none;
	border:none;
	padding:0 10px 0 0;
}

#container .contents table table th {
	font-size: 85%;
}

/* 必須アイコン */
#container .contents th .require {
	display: block;
	float: right;
	margin-top: 0.2em;
}

/* 入力例 */
#container .contents .example {
	font-size: 78%;
	color: #666;
	margin: 3px 0;
	padding: 0;
}


/* メールアドレス入力文 */
#container .contents .email-text {
	font-size: 85%;
	margin: 10px 0 5px;
}

/* --- エラー -- */

#container .contents p.error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 15px;
	background: url(../img/icon_information.gif) no-repeat 0 0.2em;
	margin: 5px 0;
}

#container .contents table table p.error {
	font-size: 91%;
}


input.error,
textarea.error {
	border: 1px solid #ee9899;
}

/* h3 */

#container .contents h3{
	margin-bottom:0;
}

/* label */

label{
	vertical-align:middle;
	line-height:1em;
}

/* white-space */

#container .contents table td.white-space span{
	margin:5px 0;
}


/* checkbox */

#container .contents table .checkbox dd {
	padding-left: 20px;
	padding-bottom: 10px;
}


