/* 入力フォーム設定 */


input       {	letter-spacing:2px;}
input.long  {	width:300px;}
input.middle{	width:250px;}
input.short {	width:150px;}



/* フォーム関連 */


#formArea{
}

#attention{
}

table.form_input{
	background-color:#FFFFFF;
	margin:0px 15px 30px;
	width: 90%;
	max-width: 900px;
	padding: 0;
	border-bottom: 1px solid #666666;
}

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

table.form_input th span,table.form_input td span{
}

table.form_input th,
table.form_confirm th{
	width   : 150px ;
	/* white-space: nowrap; */
	text-align: right;
	border-top: 1px solid #999999;
	background-color:#f9f9f9;
}


table.form_input td{
	background-color:#FFFFFF;
/*	width: 100%;*/
	border-top: 1px solid #999999;
	text-align: left;
}

table.form_input table,table.form_input table th,table.form_input table td{
	border:none;
	padding:5px 10px 5px 0;
	margin:0;
}

table.form_input table th{
	background-image:none;
	background-color: #FFFFFF;
}

table.form_input table.form_input th,table.form_input table.form_input td{
	padding:10px 10px 9px;
}

table.form_input td p{
	margin:0 0 5px;
}

table.form_input label {
}

table.form_input td label input{
/*	margin-right:5px;*/
}

#formBtn{
	text-align:center;
	margin:0px 0px 40px;
	padding-top:20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

#formBtn input,#formBtn a{
	margin:0px 10px;
}
/* add */

table.form_input span.input_necessary {
    font-weight : normal ;
	color: darkorange ;
}

table.form_input span.input_optional  {
    font-weight : normal ;
    display : inline-block ;
	color: darkorange ;
}

table.form_input span.form_message_head {
	display: block;
}

/* */

table.form_confirm{
	background-color:#FFFFFF;
	margin:0px 15px 30px;
	width: 90%;
	max-width: 900px;
	padding: 0;
	border-bottom: 1px solid #666666;
}

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

table.form_confirm th span,table.form_confirm td span{
	font-size: 1rem;
	color:#666666;
	font-weight:normal;
	letter-spacing: 2px;
}


table.form_confirm td{
	background-color:#FFFFFF;
/*	width: 100%;*/
	border-top: 1px solid #999999;
	text-align: left;
}

table.form_confirm table,table.form_confirm table th,table.form_confirm table td{
	border:none;
	padding:5px 10px 5px 0;
	margin:0;
}

table.form_confirm table th{
	background-image:none;
	background-color: #FFFFFF;
}

table.form_confirm table.form_confirm th,table.form_confirm table.form_confirm td{
	padding:10px 10px 9px;
}

table.form_confirm td p{
	margin:0 0 5px;
}

table.form_confirm label {
	/*
	white-space:nowrap;
	margin-right:10px;*/
	white-space:normal;
    padding-left    : 3px ;
    padding-right   : 3px ;
}

table.form_confirm td label input{
/*	margin-right:5px;*/
}

#formBtn{
	text-align:center;
	margin:20px 0px 40px;
}

#formBtn input,#formBtn a{
	margin:0px 10px;
}

table.form_confirm span.input_necessary {
    font-weight : normal ;
	color: darkorange ;
}

table.form_confirm span.form_message_head {
}

/* */


#searchBlock label input {
    margin-right    : 5px ;
}
#searchBlock .input_necessary {
    display : none ;
}


#formBtn input.button_goto_confirm {
	width   : 182px ;
	height  : 37px ;
    border  : 0 ;
    cursor  : pointer ;
}

#formBtn input.page_back {
	width   : 182px ;
	height  : 37px ;
    border  : 0 ;
    cursor  : pointer ;
}

#formBtn input.submit {
	width   : 182px ;
	height  : 37px ;
    border  : 0 ;
    cursor  : pointer ;
    
}
#formBtn input {
    font-weight : bold ;
    font-size   : 125% ;
    padding    : 3px 6px  ;
}

/* /add */

.error {
	font-size: 1rem;
	color:#CC0000;
	padding: 2px 0 2px 17px;
    display : block ;
}


#pay_data span.input_necessary {
    display : none ;
}

span.input_optional {
    width : 11px;
    height : 1em;
    visibility  : hidden ;
    overflow-x  :hidden;
    overflow-y  :hidden;
    /*display:none;*/
}



/* autofillin */
.autofillin-pw_hide { display:none; }

