@charset "shift_jis";
/* CSS Document */


* {
	margin:0;
	padding:0;
}

body {
	padding:30px;
	color:#444px;
}

.topMessage {
	text-align:center;
	padding-bottom:20px;
}

#formWrapper {
	width:760px;
	margin:0 auto;
	padding:130px 40px 40px;
	border:10px solid #ce1b25;
	line-height:150%;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../common/img/log.gif) no-repeat center 15px;
}
#formWrapper h3 {
	margin-bottom:45px;
	font-size:220%;
	font-weight:normal;
	text-align:center;
}
#formWrapper h4 {
	font-size:150%;
	line-height:200%;
	text-align:center;
	font-weight:normal;
	margin-bottom:45px;
}
input {
	margin:4px 5px 4px 0;
	vertical-align:middle;
	font-size:14px;
	padding:6px 8px;
	border:1px solid #bbb;
	border-radius:3px;
}
textarea {
	margin:4px 5px 4px 0;
	border:1px solid #bbb;
	padding:6px 8px;
	border-radius:3px;
}
select {
	margin:4px 5px 4px 0;
	border:1px solid #999;
	padding:5px 10px;
	border-radius:3px;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	padding:10px 40px;
	border:0;
	border-bottom:1px solid #aaa;
}
input[type="submit"] {
	background-color:#00bb54;
	color:#fff;
}

table {
	width:100%;
	border-collapse:collapse;
}
table td,
table th {
	padding:5px 10px;
	border:1px solid #ccc;
}
table th {
	background-color:#f4f4f4;
	white-space:nowrap;
}
table.formTable {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.formTable td,
table.formTable th {
	padding:5px 10px;
	border:none;
	background:none;
}
table.formTable th {
	text-align:right;
	white-space:nowrap;
	font-weight:bold;
	color:#444;
	width:32%;
}
table.formTable th .asterisk {
	color:#C00;
	font-weight:normal;
	padding-right:5px;
}
table.formTable td {
	font-size:90%;
}

hr {
	clear:both;
	border: 0;
	height: 1px;
	background: #333;
	margin:30px 0;
	background-image: -webkit-linear-gradient(left, #fff, #999, #fff);
	background-image:    -moz-linear-gradient(left, #fff, #999, #fff);
	background-image:     -ms-linear-gradient(left, #fff, #999, #fff);
	background-image:      -o-linear-gradient(left, #fff, #999, #fff);
}
.halfBox {
	width:45%;
	padding:0 15px 15px;
	float:left;
	font-size:90%;
	color:#666;
}
.bottomButton {
	text-align:center;
}


h5 {
	font-size:100%;
	text-align:center;

}
.privacy {
	width:85%;
	font-size:85%;
	line-height:130%;
	margin:0 auto 25px;
	padding:10px 10px 3px;
	border:1px solid #999;
}
.privacy p {
	padding-bottom:7px
}
.predge {
	width:85%;
	height:200px;
	font-size:85%;
	padding:5px;
	line-height:130%;
	overflow:auto;
	overflow-y:scroll;
	border:1px solid #999;
	margin:0 auto 25px;
	background-color:#f5f5f5;
}
.predge p {
	padding-bottom:7px;
}