@charset "utf-8";
/* CSS Document */


.qanda {
	min-width: 300px;
	margin: 20px auto;
	padding: 0px;
}
.qanda .ac-content {
	margin: 0px;
}
.qanda label {
	display: block;
	background: #316eba;
	cursor: pointer;
	padding: 13px 10px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.qanda label:hover {
	background: #005782;
}
.qanda label.faqQ .faqTxt {
	position: relative;
}
.qanda label.faqQ span.faqTxt {
    display: block;
    margin-left: 30px;
    line-height: 1.4;
    padding: 1px 20px 0 0;
}
.qanda label.faqQ span.faqIcon {
    display: block;
    float: left;
    color: #6ee5f2;
    font-size: 14px;
}

.qanda input {
	display: none;
}
.qanda .ac2-cont.faqA {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #fff;
	padding: 0px 10px 0px 10px;
}
.qanda input:checked + .ac2-cont.faqA {
	height: auto;
	padding: 15px 10px 15px 10px;
}
.qanda input:checked + .faqTxt:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon_up.png) no-repeat;
}
.qanda label.faqQ .faqTxt:after {
    content: "\f13a";
	font-family: FontAwesome;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    font-size: 18px;
}
.room table.tbl_basic tbody th {
	font-weight: bold;
}
	width: 80px;
}