.linebox{
	border:#cdcdb7 3px solid;
	background-color:#fff;
	margin:10px
	
}
.innerbox{
	border:#605f00 1px solid;
	
}

.textBoxStyle {
	width: 300px;
	height: 20px;
	padding: 2px 10px !important;
	background-color:#edede3;
	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:#edede3;
	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:#edede3 url(../inquiry/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(../inquiry/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:4px 10px;
    border-bottom: 1px dotted #ccc;
    -moz-border-radius: 3px;
	text-align:left;
	font-size:12px;
}
.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(../inquiry/images/sendbtn.jpg) left top no-repeat;
	margin:0 auto;
}

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

/*Defaults Styling*/


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

dt {
	float:left;
	text-align:left;
	width:170px;
	padding:14px 0;
}

dd {
	float:left;
	padding:14px 5px;
}

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

.errertxt {
	color:#C00;
	text-align:left;
}

.placeholder {color: #aaa;}

html{margin:0; padding:0}

.callmsg{ background:url(../img/call_msg.jpg);width:510px;height:115px; padding-top:240px;padding-left:50px;margin:10px}
#content .callmsg h3,#content .callmsg p{color:#FFF3D1; paddig:0 0 0 15px;text-align:left;margin:0}
.stnum{font-size:18px;font-weight:bold;color:#fff}