@charset "utf-8";
/* CSS Document */
#content {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blue_flame {
	background-color: #0096DC;
	width: 100%;
	height:50px;
}
#inquiry{
	background-color: #F9F9F9;
	padding: 20px;
}
#inq_h1{
	color: #05A0E8;
	font-size: 160%;
	margin-bottom: 20px;
}
.inq_text{
	font-size: 140%;
	font-weight: 700;
}
.hissu{
	color: #FFF;
	background-color: #FF4646;
	padding: 2px;
	font-weight: bold;
	margin-right: 10px;
}
#inquiry dl{
	margin-bottom: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#inquiry dt{
	margin-bottom: 10px;
}
textarea {
	width: 1000px;
	height: 80px;
}
select {
	width: 1000px;
}
input[type='text']{
	width: 1000px;	
}
input[type='email']{
	width: 1000px;	
}
input[type='tel']{
	width: 1000px;	
}
#submit{
	text-align: center;	
}