@charset "UTF-8";
/* CSS Document */
a{
	color: #333;
}
a:hover{
	color: #069;
	}


table#inq{
	margin-bottom: 30px;	
	
	}	

table#inq td, table#inq th,table#inq tr {
  display: block;
  width: 100%;
}
th{
	color: #0075a1;
	font-weight: 400;
	text-align: left;
	}
table#inq tr{
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 15px;
}

table#inq th.end{
	width:100%;
	text-align: center;
}
.pribb{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
	
	}
table#inq td a{
	color: #692E69;
	text-decoration: underline;
}
.cp14{
	width: 100%;
	max-width:650px;
}
@media screen and (min-width: 800px) {
table#inq td, table#inq th,table#inq tr {
	display: inline-block;
}	

table#inq tr{
	width: 100%;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 10px;
	}

table#inq th{
	width: 220px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	}

table#inq td{
	width: calc(100% - 260px);
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#inq td a:hover{
	color: #FC6;
}
.cp14{
	width: 85%;
	max-width:850px;
}
table#inq td{

}
}