@charset "utf-8";
/* CSS Document */
@import "common.css";
@import "contents.css";

input:focus, select:focus, textarea:focus{
	background: #FFC;
}

.inquiry{
	font-size: 100%;
}
dl#form_list{
	position: relative;
	margin: 0;
	margin-bottom: 15px;
}
dl#form_list dt {
	position: absolute;
	padding: 5px 0;
	margin: 0;
	width: 18em;
}
dl#form_list dt span{
	color:red;
	font-size: 0.8em;
}
dl#form_list dd{
	padding: 5px 0 5px 19em;
	margin: 0;
}
dl#form_list dd input{
}
dl#form_list dd label{
    position:relative;
    padding:5px 5px 5px 25px;
    margin : 0 5px 0 -25px;
    margin-left:-25px;
    position:relative;
    z-index:1;
}
dl#form_list dd.error input , 
dl#form_list dd.error textarea , 
dl#form_list dd.error label {
    background:#FFCCCC;
}
* html dl#form_list dd.error label {
    background:none;
}
*+html dl#form_list dd.error label{
    background:none;
}
dl#form_list dd p.error{
    margin:0;
    color:red;
}
span.red{
	color: #F36;
}
.ok{color: #069;}
.ng{color: #F36;}
