@charset "utf-8";
@import url(./cmn.css);


/*************お問い合わせ設定********/

h2.title {  
  background:url(../img/inquiry/title.jpg) no-repeat;
}

h3.sttl01 {
	width:570px;
	height:30px;
	background:url(../img/inquiry/sttl01.jpg) no-repeat;
}

h3.sttl02 {
	width:570px;
	height:30px;
	background:url(../img/inquiry/sttl02.jpg) no-repeat;
	margin-top:30px;
}

h3.sttl03 {
	width:570px;
	height:30px;
	background:url(../img/inquiry/sttl03.jpg) no-repeat;
	margin-top:30px;
}

.p_txt01 {
	margin:0;
	padding:0;
	line-height:150%;
}

.p_txt02 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:150%;
}

/********フォーム設定**************/

h2.title_catalog {  
  background:url(../img/inquiry/title_catalog.jpg) no-repeat;
}

h2.title_c {  
  background:url(../img/inquiry/title_c.jpg) no-repeat;
}


#inquiry {
	width:550px;
	height:auto;
	margin:0 auto;
	padding:0;
	}
	
#inquiry table{
	border-collapse:collapse;
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
}

#inquiry th{
	border:solid 1px #CCCCCC;
	padding:10px 10px;
	font-weight:nomal;
	text-align:left;
	background:#CFE1F3;
	}
	
#inquiry td{
	border:solid 1px #CCCCCC;
	padding:5px;
	background:#FFF;
	text-align:left;
	}

.text_red {
	color:#FF0000;
	font-weight:normal;
	}



/******ボタン設定********/  
.contact_btn {
  margin:30px 0;
  padding:0;
  width:550px;
  height:27px;
    }
	
.contact_btn ul {
	width:160px;
  margin:0 auto;
  padding:0;
  }
  
.contact_btn li {
  height:27px;
  margin:0;
  padding:0;
  list-style:none;
  text-indent:-9999px;
  text-decoration:none;
  }

/*確認*/

.btn_confirm {
  margin:0;
  padding:0;
  width:160px;
  height:27px;
  display:block;
  text-indent:-9999px;
  text-decoration:none; 
  background:url(../img/inquiry/on/btn_send1.jpg) no-repeat;
  }
  
.btn_confirm a,.btn_confirm a:link,.btn_confirm a:visited {
  margin:0;
  padding:0;
  width:160px;
  height:27px;
  display:block;
  text-indent:-9999px;
  text-decoration:none; 
  background:url(../img/inquiry/btn_send1.jpg) no-repeat;
  }
  
.btn_confirm a:hover,.btn_confirm a:active {
  margin:0;
  padding:0;
  width:160px;
  height:27px;
  display:block;
  text-indent:-9999px;
  text-decoration:none; 
  background:url(../img/inquiry/on/btn_send1.jpg) no-repeat;
  }

/*送信*/
.btn_send {
  margin:0;
  padding:0;
  width:100px;
  height:27px;
  display:block;
  text-indent:-9999px;
  text-decoration:none; 
  background:url(../img/inquiry/on/btn_send2.jpg) no-repeat;
  }
  
.btn_send a,.btn_send a:link,.btn_send a:visited {
  margin:0;
  padding:0;
  width:100px;
  height:27px;
  display:block;
  text-indent:-9999px;
  text-decoration:none; 
  background:url(../img/inquiry/btn_send2.jpg) no-repeat;
  }
  
.btn_send a:hover,.btn_send a:active {
  margin:0;
  padding:0;
  width:100px;
  height:27px;
  display:block;
  text-indent:-9999px;
  text-decoration:none; 
  background:url(../img/inquiry/on/btn_send2.jpg) no-repeat;
  }


