@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color:white;
	background-image:none;
	line-height:130%;
}
#dtlTT{
	background-image:url(../images/common/title.png);
	height:64px;
	line-height:64px;
	padding:0 0 0 225px;
	margin:0 0 15px;
}
#dtlTT2{
	background-image:url(../images/common/title2.png);
	height:64px;
	line-height:64px;
	padding:0 0 0 105px;
	margin:0 0 15px;
	font-size:18px;
}

.h3TT{
	border-bottom:3px solid #cb132d;
	padding:5px;
	font-size:16px;
}


a,a:link, a:visited { color: #03f; text-decoration: none; }
a:active, a:hover { text-decoration: underline; }


select { margin:0px; padding:0px;}
form   { margin:0px; padding:0px; } 
img    { border: none; }
textarea{/* font-size:12px; */border: 1px solid rgb(200, 200, 200);border-radius: 3px;padding: 7px 7px;}


#wrapper{
	width : 100%;
}
#container02{
	padding:10px;
}
#contact_comment_block { display:none; }

/* common class */
.w80  {width:80px;}
.w90P {width:90%;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.ime_a{ime-mode:active;}
.ime_d{ime-mode:disabled;}

.edit_required{
	color:red;
	padding-left: 10px;
}

#send_Bt1{
  -webkit-appearance: none;
  display: inline-block;
  padding: 13px 20px;
  max-width: 480px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #fff;
  background-color: #BC0B21;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.18));
  transform: translateZ(0);
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: center;
}
.sendBtn{
	margin:10px 0 0 250px;
}
.sp{
	display:none;
}
.pc{
	display:block;
}	

@media (max-width: 480px) {
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}
	table th, table td{
		border:none;
	}
	.sendBtn{
		margin:10px 0 0 0;
	}	
}  

.dnone{
	display:none;
}