
.textBoxStyle {
	width: 300px;
	height: 20px;
	padding: 2px 10px;
	background-color:#E7EAEA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid;
	border-color: #797979 #d8d8d8 #d8d8d8 #797979;
}

.textAreaStyle {
	width: 300px;
	padding: 5px 10px;
	border:1px solid;
	border-color: #797979 #d8d8d8 #d8d8d8 #797979;
	font-size: 12px;
	background-color:#E7EAEA;
	line-height: 150%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.superselect-container,
.superselect-selectionbox {
    width:320px;
    text-align:left;
	margin:0;
	padding:0;
}
.superselect-title {
    padding:5px 20px 5px 10px;
    background:#E7EAEA url(/contact/images/arrow_down.png) no-repeat 99% 50%;
    line-height:16px;
    border:1px solid;
	border-color: #797979 #d8d8d8 #d8d8d8 #797979;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
}
.superselect-title.open {
    background-image:url(/contact/images/arrow_up.png);
}

.superselect-options{
    width:320px;
    background-color:#f3f3f3;
    border:1px solid;
	border-color: #797979 #d8d8d8 #d8d8d8 #797979;
    color:#666;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
}
.superselect-option {
    padding:5px 10px;
    border-bottom: 1px dotted #ccc;
    -moz-border-radius: 3px;
}
.superselect-option:last-child {
    border:none;
}
.superselect-title img,
.superselect-option img {
    vertical-align:bottom;
}
div.superselect-option:hover {
    background-color:#333;
	color:#fff;
}


#submit {
	display:block;
	border: 0px;
	width: 250px;
	height: 75px;
	background: url(../contact/images/sendbtn.jpg) left top no-repeat;
	margin:0 auto;
}

.thanks {
	display:block;
	margin:0 auto;
	margin-top:25px;
	font-size:12px;
	font-weight:bold;
	color:#0592a7;
	text-align:center;
}

/*Defaults Styling*/




dl {
	clear:both;
	font-size: 12px;
	margin:0 20px;
	border-bottom:1px solid #E7EAEA;
	min-height: 1px;
}
dl:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

dt {
	float:left;
	text-align:right;
	width:120px;
	padding:14px 0;
	
}
#requirement dt {
	float:left;
	text-align:right;
	width:100px;
	padding:14px 0;
	
}

dd {
	float:left;
	padding:14px 10px;
}
#requirement dd {
	width:410px;
}

.musttxt {
	color:#903;
	font-weight:normal;
	font-size:12px;
	padding-left:2px;
}

.errertxt {
	color:#C00;
}



#dialog .item{margin-bottom:5px}
#dialog p,span{ font-size:12px; }
#dialog span, #dialog pre{ 
	font-weight:bold; color:#000;font-size:12px;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
} 

.placeholder {color: #aaa;}