@charset "shift_jis";

.ClearBoth {
	clear: both;
	height: 0px;
}
.KLBox1 {
	display: block;
	padding: 5px;
	width: 100%;
}
.KLTCenter {
	text-align: center;
}
.KLTLeft {
	text-align: left;
}
.KLTRight {
	text-align: right;
}
.KLFLeft {
	display: inline-block;
	float: left;
}
.KLFRight {
	display: inline-block;
	float:right;
}
#KLBukken {
	display: block;
	width: 100%;
}
#KLBukken ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#KLPrevNextT {
	display: block;
	padding: 5px 0;
	border-bottom: 1px #999 solid;
	width: 100%;
}
#KLPrevNextT .KLPrev {
	float: left;
}
#KLPrevNextT .KLNext {
	float: right;
}
#KLPrevNextB {
	clear: both;
	display: block;
	padding: 5px 0;
	border-top: 1px #999 solid;
	width: 100%;
}
#KLPrevNextB .KLPrev {
	float: left;
}
#KLPrevNextB .KLNext {
	float: right;
}

#KLList1 ul {
	display: block;
	letter-spacing: -1em;
	width: 100%;
}
@media screen and (min-width: 969px) {
#KLList1 li {
	display: inline-block;
	width: 16.6%;
	letter-spacing: 0em;
	vertical-align: top;
	margin: 5px 0 0 0;
	font-size: 75%;
}
}
@media screen and (min-width:601px) and (max-width:968px) {
#KLList1 li {
	display: inline-block;
	width: 25%;
	letter-spacing: 0em;
	vertical-align: top;
	margin: 5px 0 0 0;
	font-size: 75%;
}
}
@media screen and (max-width: 600px) {
#KLList1 li {
	display: inline-block;
	width: 50%;
	letter-spacing: 0em;
	vertical-align: top;
	margin: 5px 0 0 0;
	font-size: 75%;
}
}

#KLList2 ul {
	display: block;
	letter-spacing: -1em;
	width: 100%;
}
@media screen and (min-width: 481px) {
#KLList2 li {
	display: inline-block;
	width: 50%;
	letter-spacing: 0em;
	vertical-align: top;
	margin: 5px 0 0 0;
}
}
@media screen and (max-width: 480px) {
#KLList2 li {
	display: inline-block;
	width: 100%;
	letter-spacing: 0em;
	vertical-align: top;
	margin: 5px 0 0 0;
}
}

.KLBBImgBox {
	text-align: center;
	padding: 3px 5px;
}
.KLBBImg {
	width: 100%;
	padding: 5px 5px 3px 5px;
}
.KLBBName {
	text-align: center;
	padding: 3px 5px;
	font-weight: bold;
}
.KLBBData {
	text-align: center;
	padding: 3px 5px 20px 5px;
}
.KLBBPrice {
	font-size: 120%;
	font-weight: bold;
	color: #F00;
}

.KLBBIcon {
	clear: both;
}
.KLBBIconMap {
	display: inline-block;
	padding: 3px 5px;
	margin: 2px;
	border: 1px #F60 solid;
	background: #FC3;
}
.KLBBIcon1 {
	display: inline-block;
	padding: 3px 5px;
	margin: 2px;
	border: 1px #00F solid;
	white-space: nowrap;
}
.KLBBIcon2 {
	display: inline-block;
	padding: 3px 5px;
	margin: 2px;
	border: 1px #090 solid;
	white-space: nowrap;
}

/* テーブル設定 */
.originaltable {
	margin: 5px 0px;
	padding: 0px;
	border-top: #666666 solid 1px;
	border-left: #666666 solid 1px;
	border-spacing: 0px
}
.originaltable td {
	border-bottom: #000 solid 1px;
	border-right: #000 solid 1px;
	padding: 3px;
}
.tablecellCenter {
	text-align: center;
}

/* table */
.tableline {
	box-sizing: border-box;
    border-top: #666666 solid 1px;
	border-left: #666666 solid 1px;
    line-height: 120%;
}
.tablecell0 {
    background-color: #FFFFFF;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 4px !important;
	line-height: 150%;
}
.tablecell1 {
    background-color: #e4f5ed;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 4px !important;
}
.tablecellLeft {
	width: 20%;
	text-align: center;
}
.tablecell2 {
    background-color: #B4D66A;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 4px !important;
}
.tablecell3 {
    background-color: #D9EBB4;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 4px !important;
}

/* table2 */
.table2width {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.table2line {
	border-top: #666666 solid 1px;
	border-left: #666666 solid 1px;
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
}
.table2cell0 {
	background-color: #FFFFFF;
	color: #000000;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	padding: 6px !important;
}
.table2cell1 {
	background-color: #e4f5ed;
	color: #000000;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	padding: 6px !important;
}
.table2cell2 {
	background-color: #B4D66A;
	color: #000000;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	padding: 6px !important;
}
.table2cell3 {
	background-color: #D9EBB4;
	color: #000000;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	padding: 6px !important;
}

/* table-scroll */
#table-scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
#table-scroll table {
	border-collapse: collapse;
}
#table-scroll th,#table-scroll td {
	white-space: nowrap;
}

/* レスポンシブテーブル */
.tabledl {
	display: block;
	width: 100%;
}
.tabledl dl {
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #666666;
	border-top: none;
}
.tabledl dt {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #666666;
	text-align: center;
}
.tabledl dd {
	padding: 10px;
	margin: 0;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	width: 75%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.tabledl dl {
		flex-flow: column nowrap;
	}
	.tabledl dt, .tabledl dd{
		width: 100%;
	}
	.tabledl dd {
		border-left: none;
	}
}
.tabledl dt {
	background-color: #e4f5ed;
	color: #000000;
}
.tabledl dd {
	background-color: #FFFFFF;
	color: #000000;
}

/* テキスト設定 */ 
.textcolor1 { color: #FF0000;}
.textcolor2 { color: #0000FF;}
.textcolor3 { color: #339933;}
.textcolor4 { color: #FF00FF;}
.textcolor5 { color: #9900FF;}

/* サイズ指定 */
.w50px { width: 50px !important;}
.w100px { width: 100px !important;}
.w150px { width: 150px !important;}
.w200px { width: 200px !important;}
.w300px { width: 300px !important}
.w400px { width: 400px !important;}
.w500px { width: 500px !important;}
.w600px { width: 600px !important;}
.w600px { width: 700px !important;}
.w600px { width: 800px !important;}
.w600px { width: 900px !important;}
.w10p { width: 10% !important; box-sizing: border-box !important;}
.w15p { width: 15% !important; box-sizing: border-box !important;}
.w20p { width: 20% !important; box-sizing: border-box !important;}
.w25p { width: 25% !important; box-sizing: border-box !important;}
.w30p { width: 30% !important; box-sizing: border-box !important;}
.w33p { width: 33% !important; box-sizing: border-box !important;}
.w40p { width: 40% !important; box-sizing: border-box !important;}
.w50p { width: 50% !important; box-sizing: border-box !important;}
.w60p { width: 60% !important; box-sizing: border-box !important;}
.w70p { width: 70% !important; box-sizing: border-box !important;}
.w80p { width: 80% !important; box-sizing: border-box !important;}
.w90p { width: 90% !important; box-sizing: border-box !important;}
.w100p { width: 100% !important; box-sizing: border-box !important;}

#main  {
	max-width: 992px;
	padding: 0 20px;
}

#header {
	padding: 10px 0 10px 0;
	border-bottom: 16px solid #dddddd;
}
#header .header {
	max-width: 992px;
	display: block;
	margin: 0 auto !important;
	padding: 0 20px;
}
#header .logo {
	width: 100%;
	max-width: 200px;
	margin: 10px 0;
}
#header .tel {
	width: 100%;
	max-width: 280px;
	margin: 10px 0;
}

.bg-success {
    background-color: #e4f5ed !important;
}