@charset "utf-8";
@import "contents.css";

/*タイトル*/
#contentsTitle h1 {
	background: url(../inquiry/images/title.jpg) center top no-repeat;
}

#rightContents h2.cap01 { background-image: url(../inquiry/images/caption_01.jpg) ;}

#rightContents p {
	margin: 0px auto 30px auto;
}

#rightContents table {
	width:610px;
	margin: 0px auto 30px auto;
}

.txtCenter {
	text-align: center;
}

input,select,textarea {
	font-size: small;
}

#rightContents ul.chuui{
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 30px;
}

#rightContents li {
	margin-bottom: 10px;
}

#rightContents p.kome{
	text-indent: -1em;
	margin-left: 1em;
}



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

.inquiry{
	font-size: 1.0em;
}
table#form_list{
	position: relative;
	margin: 0;
	margin-bottom: 15px;
}
table#form_list td{
	padding: 3px;
}
table#form_list td span{
	color:red;
	font-size: 0.8em;
}
table#form_list td input{
	background-color: #FFF;
}
table#form_list td.error input , 
table#form_list td.error textarea , 
table#form_list td.error label {
    background:#FFCCCC;
}
* html table#form_list td.error label {
    background:none;
}
*+html table#form_list td.error label{
    background:none;
}
table#form_list td p.error{
    margin:0;
    color:red;
}
span.red{
	color: #F36;
}
.ok{color: #069;}
.ng{color: #F36;}