<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*=========================================
フォーム
=========================================*/

input.ime_off,
input.ime_on,
select,
textarea { padding: 4px 2px; margin:0 ; border:1px solid #6C6C6C; background: #000000; 	color: #DADADA; }

.mini {
	font-size: 10px;
}

optgroup {
	background-color: #CCCCCC;
	color: #333333;
	font-style: normal;
}

option {
	margin: 0 5px 0 0;
	padding:  0 0 1px 0;
	background-color: #FFFFFF;
	color: #333333;
}


/*ime_mode*/
.ime_on {
	ime-mode: active;
}

.ime_off {
	ime-mode: disabled;
}

/*input_text_setting*/
input#issue_text {
	width: 400px;
	margin: 5px 0 0 5px;
}

input#name,
input#ruby,
input#company,
input#post {
	width:240px;
	margin-top: 0px;
}

input#tel,
input#fax,
input#price {
	width: 140px;
}

input#email,
input#email2 {
	width: 240px;
}

input#age {
	width: 30px;
}

input#zip {
	width: 60px;
	margin-bottom: 5px;
}

input#address {
	width: 600px;
}


textarea#comment {
	width: 600px;
}


/*submitBtn*/
#formEnd {
	padding: 0 20px 0 20px;
	text-align: center;
}

#formEnd input {
	font-weight: bold;
}


</pre></body></html>