@media screen {
	#contents_container h2 {
		background-image: url(../images/inquiry/img_title.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		margin: 0px;
		padding: 0px;
		height: 218px;
		width: 730px;
		text-indent: -99999px;
	}
	#contents_container #t-image2 {
		display: none;
	}
}
@media print {
	#contents_container h2 {
		display: none;
	}
}
@media screen {
	#contents_container h3 {
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-indent: -99999px;
		margin: 0px;
		padding: 0px;
		height: 50px;
		width: 730px;
	}
	#contents_container #tit_contents1 {
		background-image: url(../images/inquiry/tit_contents1.gif);
	}
	#contents_container #tit_contents2 {
		background-image: url(../images/inquiry/tit_contents2.gif);
	}
	#contents_container .t-image3 {
		display: none;
	}
}
@media print {
	#contents_container h3 {
		display: none;
	}
}
#contents_container .contents_area {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 690px;
}
.contents_area p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 180%;
}
.contents_area table {
	font-size: 14px;
}
.contents_area td {
	height: 60px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contents_area td:first-child {
	padding-left:16px;
}
.bg {
	background-color: #E6F2FF;
}
.box1 {
	width: 350px;
	margin: 5px 0px;
}
.contents_area #btn {
	text-align: center;
	margin: 10px 0px;
}
