@charset "utf-8";

.KLTBack1 {
	background: #FFF;
}

.tabledl dt {
	background-color: #CCC;
}
.tabledl dd {
	background-color: #FFF;
}

.tabledl2 dl {
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #666;
	border-top: none;
}
.tabledl2 dt {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #666;
	text-align: center;
}
.tabledl2 dd {
	padding: 10px;
	margin: 0;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	width: 75%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.tabledl2 dl {
		flex-flow: column nowrap;
	}
	.tabledl2 dt, .tabledl2 dd{
		width: 100%;
	}
	.tabledl2 dd {
		border-left: none;
	}
}
.tabledl2 dt {
	background-color: #F34722;
	color: #FFF;
}
.tabledl2 dd {
	background-color: #FFF;
}


.BackButton {
	background: #603813;
}
.BackButton .Button {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
}


.KLFList1 {
	display: block;
	padding: 0px;
	margin: 0;
}
.KLFList1 ul {
	display: block;
	letter-spacing: -1em;
	padding: 0;
	margin: 0;
}
.KLFList1 li {
	display: block;
	box-sizing: border-box;
	letter-spacing: 0em;
    margin: 0;
	padding: 5px 0 0 0;
}

.KLFList2 {
	display: block;
	padding: 0px;
	margin: 0;
}
.KLFList2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.KLFList2 li {
    margin: 0;
	padding: 10px 5px 5px 5px;
}
.KLFList2 img {
	display: block;
	float: left;
	max-width: 30%;
    margin: 0 auto;
	padding: 0 10px 0 0;
}
.KLFList2 .cnts {
	display: block;
    margin: 0;
	padding: 0 0 10px 0;
}
.KLFList2 a:hover { text-decoration: none;}

.KLFList3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}
.KLFList3 ul li {
	position:relative;
	padding: 0.1em 0 0.1em 1.6em;
	line-height: 1.5;
}
.KLFList3 ul li:before{
	content: '';
	position: absolute;
	background-color: #603813;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 10px;
	top: 6px;
}

.comment {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 3em;
	width: 100%
}

/* BackColor */
.BColor1 {
	background: #603813;
	color: #FFF;
}
.BColor2 {
	background: #BE0000;
	color: #FFF;
}
.BColor3 {
	background: #FF6600;
	color: #FFF;
}

/* TextColor */
.TColor1 {
	color: #603813;
}
.TColor2 {
	color: #BE0000;
}
.TColor3 {
	color: #FF6600;
}

/* Title */
.TitleBlock {
	display: inline-block;
}
.H1 {
	font-size: 2rem;
}
.H2 {
	font-size: 1.75rem;
}
.H3 {
	font-size: 1.5rem;
}
.H4 {
	font-size: 1.25rem;
}
.H5 {
	font-size: 1rem;
}
.H6 {
	font-size: 0.75rem;
}

#house h2 {
	font-size: 1.4rem;
	color: #FFF;
	padding: 8px;
	background: #636463;
	border-top: 3px solid #878786;
	border-bottom: 3px solid #603813;
}
#house h4 {
	font-size: 1.1rem;
	color: #000;
	padding: 4px 8px 3px 8px;
	margin-top: 10px;
	border-top: 2px solid #878786;
	border-bottom: 2px solid #603813;
}
#house h5 {
	font-size: 1rem;
	color: #000;
	padding: 4px 0 3px 6px;
	margin-top: 0;
	background: #D7CDC4;
	border-bottom: 1px solid #603813;
}
#house h6 {
	margin-bottom: 0.2rem;
}
#house .subtitle {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
