@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("main.css?0111");
@import url("info.css");

.linkpage {
	color: #cd853f;
	cursor: pointer;
	text-decoration:underline;
}

.linkpage:hover {
	color:#deb887;
}

.q_a_contents {
	display: flex;
}

.q_a_ul {
	flex: 1;
}

.q_a_table {
	background-color: #d2b48c;
	width: 320px !important;
	height: 360px !important;
	padding: 30px;
	border-radius: 10px;
	margin: 100px 40px 0px 0px;
}

.q_a_table h3 {
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
}

.q_a_table p {
	margin-bottom: 10px;
	border-bottom: 1px dashed #a0522d;
}

.q_a_table p a:hover {
	color: #ffffe0;
}

.q_a_table p span {
	font-weight: 800;
	color: #8b4513;
}

@media screen and (max-width: 639px) {
	.q_a_contents {
		display: block;
	}
	
	.q_a_table {
		width: 80%;
		margin: 60px auto 0;
	}
	
}