@charset "shift_jis";

/***********************************/
/* お問合わせフォーム用　　　　　　*/
/***********************************/

body{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   background-color: #FFFFFF;
   font-size: 0.9em;
   color:#333333;
   }

input{
	background-color:#FFFFFF;
	border: 1px solid #CCC;
	height: auto;
	padding: 2px;
   }  

textarea{
	border: 1px solid #CCC;
	padding: 2px;
   } 

h3 {
	font-size: 1.15em;
	color: #C00;
	font-weight: bolder;
	text-align: center;
	}  

#formbox{
	width: 670px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
   }


#formbox_c{
	width: 670px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
   }

.table{
	width: 650px;
	height: auto;
	text-align:left;
	font-size: 0.8em;
	margin-left: 10px;
   }   
   
.tdl{
	width: 160px;
	height: auto;
	padding: 8px;
	border: 1px solid #CCC;
	background: #EBFFBF;
	font-weight: bold;
	text-align: center;
  }
		
.tdl2{
	width: 150px;
	height: auto;
	padding: 8px;
	border: 1px solid #CCC;
	vertical-align:middle;
	background: #EBFFBF;
	font-weight: bold;
	text-align: center;
   }  

.tdr{
	height: auto;
	background: #FFFFFF;
	padding: 8px;
	text-indent: 2em;
   }        
.submit{ 
   width: 60px;   
   height: 24px;
   text-align: center;
   font-size: 0.8em;} 

.bot{
	text-align: center;
	margin: 20px;
	font-size: 0.9em;
}

.ma20line{
	margin: 20px;
	line-height: 1.5em;
}

.red{
	color: #C00;
	}
