/* CSS Document */
@media only screen and (min-width:769px) {

#inquiry_blk{
	margin-top:-20px;
}
#inquiry_top{
	margin-bottom:40px;
}
#hed01_con {
	margin-bottom:0px;
}
#table_blk {
	margin:0px 0 0 55px;
}
table {
	margin: 0 0 30px 0;
}
#table_blk table{
}
#table_blk tr{
	height:55px;
}
#table_blk th{
	border:1px solid #999999;
	background-color: #aee9ee;
	color: #323232;
	padding: 0 10px 0 20px;
}
#table_blk td{
	border:1px solid #999999;
	padding: 10px;
	width:300px;
}
table input {
	border:1px solid #12b1c9;	
}
table textarea {
	border:1px solid #12b1c9;	
}
#form_swicth {
	text-align:center;
	margin: 0 0 50px 0;
}
#icon_blk {
}
#icon_blk p {
	display: inline;
}
#form_switch {
	text-align:center;
}
#counsel_pic #left {
	float:left;
}
#counsel_pic #right {
	float:right;
}

}



@media only screen and (max-width:768px) {

/* CSS Document */

#hed01_con {
	margin-bottom:0px;
}
#table_blk {
	margin:30px 0 0 0px;
}
table {
	margin: 0 0 30px 0;
}
#table_blk table{
	width:100%;
}
#table_blk tr{
	height:55px;
}
#table_blk th{
	border:1px solid #bbbbbb;
	background-color: #aee9ee;
	color: #323232;
	padding: 0 10px 0 20px;
	width:30%;
}
#table_blk td{
	border:1px solid #bbbbbb;
	padding: 10px;
	width:70%;
	text-align:left;
}
table input {
	width:90%;
	border:1px solid #12b1c9;	
}
#top input {
	width:auto;
}

table textarea {
	border:1px solid #12b1c9;	
	width:90%;
}
#form_swicth {
	text-align:center;
	margin: 0 0 50px 0;
}
#icon_blk {
}
#icon_blk p {
	display: inline;
}
#form_switch {
	text-align:center;
}
#counsel_pic #left {
	float:left;
}
#counsel_pic #right {
	float:right;
}
#form_ex_blk{
	margin-top:45px;
	padding:15px;
	background-color: #EAEAEA;
	text-align:left;
}
#form_ex_blk p{
	font-size:14px;
}

#form_switch{
	margin-bottom:20px;
}


}





































