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

#container{
	width:665px;
	margin:0 auto;
}
.center {
	text-align:center;
}

h1 {
	text-align:center;
	font-size:150%;
}

table {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
}

table th,
table td {
	padding:10px;
}

table th {
	width:150px;
	text-align:left;
	border: 1px solid #fff;
}
table ul.form-list {
    display: inline-block;
    margin-bottom: 10px;
}table ul li {
    display: inline-block;
    float: left;
    margin: 5px 5px 6px 0;
    padding-left: 19px;
    text-indent: -1.4em;
    width: 160px;
}
.contents table dl {
	margin : 0;
}

.contents table dt {	font-size:90%;
	padding:5px 0;
}

.contents table dd {
	padding:0 0 10px 0;
}

table table th,
table table td {
	background: none;
	border: none;
	padding: 3px;
}

table table th {
	width: 160px;
	font-size: 85%;
}

/* 必須アイコン */
th .require {
	display: block;
	float: right;
	margin-top: 0.2em;
}

/* 入力例 */
.contents .example {
	font-size: 78%;
	color: #666;
	margin: 3px 0;
	padding: 0;
}


/* メールアドレス入力文 */
.contents .email-text {
	font-size: 85%;
	margin: 10px 0 5px;
}

/* --- エラー -- */

.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;
}

.contents table table p.error {
	font-size: 91%;
}


input.error,
textarea.error {
	border: 1px solid #ee9899;
}

/*----- clearfix scheme -----*/
div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html div             { zoom: 1; } /* IE6 */
*:first-child+html div { zoom: 1; } /* IE7 */

/*----- font -----*/
body{
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;*/
}
/* Win IE6 */
* html body{
	font-size: 87%;
}
/* Win IE7 */
*:first-child+html body{
	font-size: 87%;
}

