@charset "utf-8";
/* CSS Document */

@import url("common.css");

#contents_container .margin-bottom20{
	margin-bottom:20px;
}
#contents_container p{
	width:100%;
}
#contents_container p a{
	color:#ed8a20;
	text-decoration:underline;
}
#contents_container p a:hover{
	text-decoration: none;
}
#contents_container p.txt-right{
	text-align:right;
}
#contents_container table{
	width:100%;
}
#contents_container table th{
	color:#000;
	width:130px;
	white-space:nowrap;
	font-weight:normal;
}
#contents_container table th,
#contents_container table td{
  padding: 10px;
  text-align: left; 
  border-bottom: solid 1px #fff;
  vertical-align: top;
}
#contents_container table th {
	background: #ffe400;
}
#contents_container table td {
	background: #f3f3f3;
}
#contents_container table td ul.list-L {
	float:left;
}
#contents_container table td ul.list-R {
	float:right;
}
#contents_container table td .txt{
  width:100%;
}
#contents_container table td .between{
  margin-left: 3em;
}
#contents_container .center {
	text-align:center;
	padding-top: 12px;
}
#contents_container .center .submit {
	background:url(../info_contact/img/button_2.jpg) no-repeat;
	width:111px;
	height:34px;
	margin-right: 20px;
	border: none;
	cursor: pointer;
}
#contents_container .post {
	background:url(../info_contact/img/button_1.jpg) no-repeat;
	width:132px;
	height:23px;
	border: none;
	cursor: pointer;
	margin-left: 10px;
}
