@charset "UTF-8";

#alphaform {
	line-height: 1.6;
	margin: 0 auto;
	color: #333333;
}

#alphaform input,
#alphaform label,
#alphaform select {
	vertical-align: middle;
}

#alphaform input.text,
#alphaform select.select,
#alphaform textarea.textarea {
	padding: 5px;
	border: 1px solid #DCDDDD;
	border-top-color: #ADADAD;
	border-left-color: #ADADAD;
	font-size: 13px;
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	behavior: url(PIE.htc);
}

#alphaform input[type="radio"] {
	margin: 0 5px 0 3px;
}

#alphaform input[type="checkbox"] {
	margin: 0 5px 0 3px;
}

#alphaform input[type=text]:focus,
#alphaform textarea:focus,
#alphaform select:focus {
	border: red 1px solid;
}

#alphaform table {
	background: #f8f1df;
	border: #dedede solid 1px;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0px;
	font-size: 13px;
}

#alphaform table tr.label td {
	background-color: #FFFFFF;
	border-style: none;
	padding-left: 0;
	padding-right: 0;
}

#alphaform table th {
	color: #666666;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	width: 210px;
	background: #f8f1df;
	border-bottom: #dedede solid 1px;
	border-right: #dedede solid 1px;
	padding: 10px 10px 10px 20px;
	background: url(/common/images/contact/bg_form.png) repeat top left !important;
}

#alphaform table th .hissu {
	display: block;
	background: url(/common/images/contact/icon_hissu.png) no-repeat right center;
	padding-right: 35px;
}

#alphaform table th .nini {
	display: block;
	background: url(/common/images/contact/icon_nini.png) no-repeat right center;
	padding-right: 35px;
}

#alphaform table td {
	padding:10px 20px;
	background: #FFF;
	border-bottom: #dedede solid 1px;
}

#alphaform table tr.focus td {
	background-color: #FFFFCC;
}

#alphaform select.error,
#alphaform input.error,
#alphaform textarea.error {
	border: 1px #EE0000 solid;
	background-color: #FFDFDF;
}

#alphaform div.error {
	padding: 2px;
	margin : 0px;
	color: #EE0000;
}

#alphaform table tr.error label {
	background-color: #FFDFDF;
}

.error_box {
	font-weight: bold;
	line-height: 1.6;
	font-size: 16px;
	border: 1px #FFCCCC solid;
	background-color: #FEEFF9;
	color: #EE0000;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.error_box ul {
	font-size: 13px;
	margin-left: 30px;
	list-style-type: disc;
}

.error_box li {
	display: list-item;
}

.error_box a {
	color: #EE0000;
}

#alphaform .tani {
	margin-left: 2px;
}

#alphaform .memo_top {
	font-size: 90%;
	margin: 0 0 0 5px;
}

#alphaform .memo_bottom {
	font-size: 90%;
	margin: 3px 0 0 5px;
}

#alphaform .memo_right {
	font-size: 100%;
	margin: 0 0 0 10px;
}

#alphaform .action_button {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

#alphaform .button {
	cursor: pointer;
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
	padding: 10px 30px;
	text-decoration: none;
	border: 1px solid #3290e2;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow:2px 2px 10px #666666;
	-moz-box-shadow:2px 2px 7px #666666;
	-webkit-box-shadow:2px 2px 7px #666666;
	background-color: #3290e2;
	background: -webkit-gradient(linear, left top, left bottom, from(#3290e2), to(#6bb3ef));
	background: -moz-linear-gradient(top, #3290e2 0%, #6bb3ef 100%);
	background: linear-gradient(to bottom, #3290e2, #6bb3ef);
	behavior: url(PIE.htc);
}

#alphaform .button:hover {
	background-color: #6bb3ef;
	background: -webkit-gradient(linear, left top, left bottom, from(#6bb3ef), to(#3290e2));
	background: -moz-linear-gradient(top, #6bb3ef 0%, #3290e2 100%);
	background: linear-gradient(to bottom, #6bb3ef, #3290e2);
	behavior: url(PIE.htc);
}

#alphaform .confirm_button {
	width: 280px;
}

#alphaform .return_button {
	font-size: 100%;
	color: #777777;
	padding: 13px 25px;
	border: 1px solid #BBBBBB;
	background-color: #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%);
	background: linear-gradient(to bottom, #CCCCCC , #EEEEEE);
	behavior: url(PIE.htc);
}

#alphaform .return_button:hover {
	background-color: #DDDDDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
	background: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background: linear-gradient(to bottom, #EEEEEE , #CCCCCC);
	behavior: url(PIE.htc);
}

.placeholder {
	color: #999999;
}
