#keyvisual{
	width: 100%; height: 300px; position: relative;
}

#keyvisual div{
	position: absolute; top: 120px; left: 0; right: 0; margin: auto;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#keyvisual h1{
	display: block; transform: scale(0); animation: scale-move 3s forwards 1s;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#keyvisual h1 span:nth-of-type(1){
	display: block;
	font-family: 'Poppins', sans-serif !important; font-weight: 600; color: #fff; font-size: 24px; 
	margin: 0 auto 10px;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#keyvisual h1 span:nth-of-type(2){
	display: block; color: #fff; margin: 0 auto;
	font-family: fot-tsukuardgothic-std, sans-serif !important; font-weight: 700; font-size: 16px; 
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

@keyframes scale-move {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

#keyvisual .bg_mountain{
	width: 100%; height: auto; position:absolute; top: unset; left: 0; right: 0; bottom: 0; margin: auto;
	transform: translateY(150px); animation: mountain-move 1s forwards 2s;
}

@keyframes mountain-move {
	from {
		transform: translateY(150px);
	}

	to {
		transform: translateY(0);
	}
}

#breadcrumb{
	float: right;
    width: fit-content;
    width: -ms-fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -o-fit-content;
    height: fit-content;
    height: -ms-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
    margin: 5px 2% 10px 0;
    text-align: right;
	opacity: 0; -webkit-opacity: 0;
	animation: bread-move 1s forwards 3s;
}

@keyframes bread-move {
	from {
		opacity: 0;
		-webkit-opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-opacity: 1;
	}
}

#breadcrumb a, #breadcrumb span, #breadcrumb i{font-size: 12px;}
#breadcrumb .bclink{color: #16695f;}

#breadcrumb i{margin: 0 5px;}


/* About */

#secAbout{
	padding: 40px 0;
}

.img_about{display: block; position: relative; width: 90%; height: auto; margin: 0 auto 20px;}

.aboutBody{
	display: block;
    width: 90%;
    height: fit-content;
    height: -ms-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
	margin: 0 auto;
}

.aboutBody span{display: block; font-size: 16px; margin-bottom: 10px; font-weight: 600; line-height: 24px;}
.aboutBody p{
	display: block; font-size: 14px; line-height: 24px;
}

#secAbout .bg_snowmountain{
	display: block;
    position: absolute;
    width: 174px;
    height: 39.5px;
    left: unset;
    bottom: unset;
    right: 15%;
    top: 3%;
}

img.icon_about {
    width: 36.5px;
    height: 57.5px;
    left: unset;
    bottom: unset;
    top: 6%;
    right: 2%;
}

#secAboutFoot{
	display: flex; align-items: center; width: 100%; height: 120px !important; overflow: hidden;
}

#secAboutFoot:before{
	transform: rotate(180deg); z-index: 1;
	display: block; position: absolute; content: ""; top: 0; left: 0; right: 0; margin: auto; width: 100%; height: 20px;
	background: -webkit-linear-gradient(bottom left, #fff 50%, transparent 52%), -webkit-linear-gradient(bottom right, #fff 50%, transparent 52%);
	background: -o-linear-gradient(bottom left, #fff 50%, transparent 52%), -o-linear-gradient(bottom right, #fff 50%, transparent 52%);
	background: linear-gradient(to top right, #fff 50%, transparent 52%), linear-gradient(to top left, #fff 50%, transparent 52%);
	background-size: 20px 20px;
}

#secAboutFoot img{position: relative; float: left;}
#secAboutFoot img:nth-of-type(1), #secAboutFoot img:nth-of-type(4){width: 34%;}
#secAboutFoot img:nth-of-type(2), #secAboutFoot img:nth-of-type(3){width: 16%;}

/* features */

#secfeatures{
	padding: 40px 0;
}

.img_features{display: block; position: relative; width: 90%; height: auto; margin: 0 auto 20px;}

.featuresBody{
	display: block;
    width: 90%;
    height: fit-content;
    height: -ms-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
	margin: 0 auto 30px;
}

.featuresBody span{display: block; font-size: 16px; margin-bottom: 10px; font-weight: 600; line-height: 24px;}
.featuresBody p{
	display: block; font-size: 14px; line-height: 24px;
}

#secfeatures .bg_snowmountain{
	display: block;
    position: absolute;
    width: 174px;
    height: 39.5px;
    left: unset;
    bottom: unset;
    right: 15%;
    top: 3%;
}

img.icon_features {
    width: 36.5px;
    height: 57.5px;
    left: unset;
    top: unset;
    bottom: -2%;
    right: 5%;
}

#secfeaturesMainimg{
	display: flex; align-items: center; width: 100%; height: 230px !important; overflow: hidden;
	margin-bottom: 50px;
}

#secfeaturesTxt{
	display: block;
    width: 90%;
    height: fit-content;
    height: -ms-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
	margin: 50px auto 80px!important;
}

#secfeaturesTxt span.featurestit{display: block; font-size: 16px; margin-bottom: 20px; font-weight: 600; line-height: 24px;}
#secfeaturesTxt p{
	display: block; font-size: 14px; line-height: 24px;
	margin-bottom: 20px;
}
#secfeaturesTxt .sign{
	display: block; font-size: 16px; line-height: 28px;
	text-align: right;
}
#secfeaturesTxt .sign span {
	font-size: 22px;
	margin-left: 10px;
	font-weight: 600;
}


/* Access */

#secAccess{
	padding: 0 0 100px;
}

#secAccess .bg_snowmountain{
	display: block;
    position: absolute;
    width: 174px;
    height: 39.5px;
    left: unset;
    bottom: unset;
    right: 2%;
    top: 5%;
}

img.icon_access {
	width: 91.5px;
    height: 55.5px;
    left: unset;
    bottom: 4%;
    top: unset;
    right: 4%;
}



#secAccess iframe{
	margin-bottom: 20px;	
}

#secAccess .accessBody{padding: 10px 0 25px 0;}
#secAccess .accessBody p{font-size: 12px;}
#secAccess h5.accessTitle {margin: 20px 0 10px;}
.accessBox{overflow: hidden; width: 98%; margin: 0 auto;}


.directionTitle {
    padding: 10px 0 10px 25px;
    position: relative;
}

.directionTitle:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(/_common/img/access/ico_map.png);
    left: 0;
    top: 0;
    width: 38px;
    height: 58px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left top;
}


.memoBox {
    border-radius: 10px;
    background-color: rgb(247, 248, 245);
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-top: 20px;
}

.memoTitle {
    position: relative;
    padding: 10px 0 10px 25px;
    font-size: 16px;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif !important;
}

.memoTitle:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(/_common/img/access/ico_memo.png);
    left: 0;
    top: 0;
    width: 20px;
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}




/*** お問い合わせ ***/

section#contact{padding: 0 0 80px;}


div.contents_box{
	width: 92%; margin: 0 auto; overflow: hidden; position: relative;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

div.contents_box h6{
	display: block; font-weight: 700; font-size: 14px; line-height: 20px; letter-spacing: .05em; text-align: left; margin: 20px 0; 
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
div.contents_box h6 div{display: block; width: 64px; height: 20px; background-color: #957b40; position: relative; margin-bottom: 5px;}
div.contents_box h6 div span{
	display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 12px; letter-spacing: .05em; color: #fff;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important; 
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

div.contents_box img{width: 100%; border-radius: 10px;}

div.contents_box p{
	display: block; margin: 15px auto 20px !important; text-align: left; font-weight: 500; font-size: 12px; line-height: 20px; letter-spacing: .05em; clear: both;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important; 
}



div.contents_container{
	width: 92%; margin: 0 auto; overflow: hidden; position: relative;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

div.contents_container p, .division_whitebox p{
	display: block; margin: 15px auto 0; text-align: left; font-weight: 500; font-size: 12px; line-height: 20px; letter-spacing: .05em; clear: both;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important; 
}

.contact_tel_box{width: 100%; padding: 20px 0; border-top: 1px #ccc solid; border-bottom: 1px #ccc solid; margin-bottom: 20px;}

.contact_tel_box a{
	display: block; margin: 0 auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.contact_tel_box a div:nth-of-type(1){
	display: flex; align-items: center; margin: 0 auto 5px;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.contact_tel_box a div:nth-of-type(1) i, .contact_tel_box a div:nth-of-type(1) span{
	color: #16695f; font-size: 24px; letter-spacing: .05; line-height: 1em; font-weight: 600;
}
.contact_tel_box a div:nth-of-type(1) i{margin-right: 10px; }
.contact_tel_box a div:nth-of-type(1) span{font-family: 'Poppins', sans-serif !important;}

.contact_tel_box a div:nth-of-type(2){
	font-size: 12px; margin: 0 auto;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}


/*** お知らせ ***/


.paging{
	display: flex; align-items: center; margin: 45px auto 0;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
.btnPrev, .btnNext, .page{
	display: block; width: 24px; height: 24px; border-radius: 50%;
	background-color: #333333; position: relative;
}

.paging a.btnPrev i, .paging a.btnNext i, .paging a.page span{
	display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; color: #fff; font-size: 12px; font-weight: 600;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.paging a.page{margin: 0 2px;}
.paging a.selected, .paging a.page:hover{background-color: #248471;}
.paging a.selected span, .paging a.page:hover span{color: #fff;}

.paging a.dots{
	margin: 0 10px;
    font-size: 10px;
    padding-top: 4px;
}

.paging a.btnPrevPost, .paging a.btnNextPost{display: block; position: relative; width: 93px; height: 40px; background-color: #fff; border: 1px #ccc solid; border-radius: 20px;}
.paging a.btnPrevPost span, .paging a.btnNextPost span{
	display: block; position: absolute; top: 0; bottom: 0; font-family: 'Poppins', sans-serif !important; font-weight: 600; font-size: 14px; margin: auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
.paging a.btnPrevPost i, .paging a.btnNextPost i{
	display: block; position: absolute; top: 0; bottom: 0; font-size: 13px; color: #248471; margin: auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
.paging a.btnNextPost span{left: 18px;}
.paging a.btnPrevPost span{right: 18px;}
.paging a.btnPrevPost i{left: 15px;}
.paging a.btnNextPost i{right: 15px;}

.paging .recCenterBtn{width:120px; height: 40px; margin: 0 10px !important;}



#secNews{
	padding: 0 0 80px;
}

#secNews #newsBox .newsBox p{font-size: 14px; margin: 20px auto 0;}
#secNews .bg_snowmountain{
	left: unset !important;
    bottom: unset !important;
    right: 5% !important;
    top: 3% !important;
}

#secNews #newsBox .newsBox a.detaiLink {
    width: fit-content;
    float: right;
}
#secNews #newsBox .newsBox span {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0 20px 10px;
    color: #248471;
}
#secNews #newsBox .newsBox a.detaiLink i {
    color: #248471;
}


#news_content{
	width: 94%; margin: 0 auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#news_content div#news_title{
	font-family: fot-tsukuardgothic-std, sans-serif !important; font-weight: 600; font-size: 18px; line-height: 30px;
}

#news_content img{
	display: block;
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    border: 5px #e9e2d3 solid;
}

#news_content p{
	display: block; width: 100%; margin: 20px auto 0; font-size: 14px; line-height: 26px;
}


/*** Styles ***/

section#secStyle{padding: 0 0 80px;}

#secStyle .bg_snowmountain{
	display: block;
    position: absolute;
    width: 174px;
    height: 39.5px;
    left: unset;
    bottom: unset;
    right: 2%;
    top: 5%;
}

#secStyle p{
	display: block; margin: 0 auto 40px; width: 94%;
	font-size: 12px; line-height: 24px;
}

.buttonBox{
	display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
	margin: 0 auto; width: 90%; overflow: hidden; height: 110px;
}

.buttonBox a{
	margin: 0; width: 49% !important;
}

.styleSec{
	background-color: #f7f8f5;
}

.styleSec .styleTitleBox{
	width: 100%; height: 200px; position: absolute;
	top: 0; left: 0; right: 0; margin: auto;
}

.styleSec .styleTitleBox .styleTitle{
	width: 100%; height: 150px; position: relative;
}

.styleSec .styleTitleBox .ico_bicycle{
	display: block; width: 46.5px; height: 36px; position: absolute;
	left: 10%; bottom: 15px; right: unset; top: unset;
}

.styleSec .styleTitleBox .pic_style{
	display: block; width: 35%; height: auto; position: absolute;
	right: 2%; bottom: 15px; left: unset; top: unset;
}


.styleSec .styleTitleBox .styleTitle h3 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
}
.styleSec .styleTitleBox .styleTitle h3:before{left: -25px; width: 16.5px; height: 18.5px;}
.styleSec .styleTitleBox .styleTitle h3:after{right: -25px; width: 16.5px; height: 18.5px;}
.styleSec .styleTitleBox .styleTitle h3 span:nth-of-type(1){font-size: 18px; margin: 0 auto 5px;}
.styleSec .styleTitleBox .styleTitle h3 span:nth-of-type(2){font-size: 20px; margin: 0 auto;}
.styleSec .styleTitleBox .styleTitle h4 {
    display: block;
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    margin: auto;
}
.styleSec .styleTitleBox .styleTitle h5 {
    display: block;
	line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -140px;
    margin: auto;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 20;
}
.h5mb1 {
	margin-bottom: 100px;
}

.styleSec .styleTitleBox .styleTitle{
	background-position: center; background-size: cover; background-repeat: no-repeat;
}

#sec01 .styleTitle{background-image: url("/_common/img/styles/header01.png");}
#sec02 .styleTitle{background-image: url("/_common/img/styles/header02.png");}
#sec03 .styleTitle{background-image: url("/_common/img/styles/header03.png");}
#sec04 .styleTitle{background-image: url("/_common/img/styles/header04.png");}

.styleBody{
	width: 96%; overflow: hidden; padding: 180px 2% 0 2%;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	background-color: #fff; margin: 0 auto;
}

.styleBody h6{
	display: block; width: 100%; height: 50px; border-radius: 5px; position: relative;
	margin: 40px auto; background-color: #248471; overflow: hidden;
}

.styleBody h6:after{
	display: block; content: ""; position: absolute; bottom: -2px; right: 10px;
	width: 26px; height: 27px; background-image: url(/_common/img/styles/ico_tree.png);
	background-repeat: no-repeat; background-size: cover;
}

.styleBody h6 span{
	display: block; position: absolute; left: 15px; top: 0; bottom: 0; margin: auto;
	font-size: 16px; font-weight: 700; color: #fff;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.styleBox{overflow: hidden;}

.styleBox .styleBoxImg{
	display: block; width: 100%; height: 240px; border-radius: 5px; position: relative; margin: 0 auto;
	overflow: hidden;
}
.styleBox .styleBoxImg.alignTop img{
	bottom: unset;
    top: 0;
    height: auto;
}

.styleBox .styleBoxImg.alignBottom img{
	bottom: 0;
    top: unset;
    height: auto;
}

.styleBox .styleBoxImg2{
	height: 450px!important;
}

.styleBox .styleContent{
	width: 100%; overflow: hidden; margin: 20px auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

.styleBox .styleContent p{
	display: block; font-size: 14px; line-height: 24px; margin-bottom: 15px;
}

.styleBox .styleContent .styleFeatureBox{
	width: 100%; padding: 20px; border-radius: 5px; background-color: #f7f8f5;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

.styleBox .styleContent .styleFeatureBox div{
	display: flex; align-items: center; width: 100%; position: relative; padding: 5px 0;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}
.styleBox .styleContent .styleFeatureBox div.styleFeatureTop {
	align-items: flex-start!important;
}
.styleBox .styleContent .styleFeatureBox div.styleFeatureTop hr {
	margin-top: 10px;
}
.styleBox .styleContent .styleFeatureBox div.mgn_1 {
	margin-top: -10px;
}
.styleBox .styleContent .styleFeatureBox div span{
	font-size: 14px; white-space: nowrap; line-height: 24px;
	text-align: right;
}
.styleBox .styleContent .styleFeatureBox div span.rap {
	white-space: normal!important; text-align: left;
}
hr{border: none; border-top: 1px #f2efeb solid; margin: 0 2.5px;}

.styleBox .styleContent .styleSubtitle{font-size: 14px; font-weight: 700; margin: 20px 0 10px;}

.styleBox div:not(.styleContent) {
    margin-top: 20px;
}
.styleBox div:not(.styleContent):first-of-type{margin-top: 0 !important;}

.tbl_stl01 {
	display: block;
	width: 300px;
	max-width: 100%;
	margin-left: calc(100% - 300px);
}
.tbl_stl01 strong {
	font-weight: bold;
}
.tbl_stl03 td,
.tbl_stl02 td,
.tbl_stl01 td {
	line-height: 24px;
	font-size: 14px;
}
.tbl_stl02 {
	display: block;
	width: 250px;
	max-width: 100%;
	margin-left: calc(100% - 250px);
}

.tbl_stl02 td:last-child {text-align: right!important;}

.tbl_stl03 {
	max-width: 100%;
	width: 280px;
	margin-left: calc(100% - 280px);
}
.tbl_stl03 td:last-child {text-align: right!important;}

.tbl_stl01 span,
.tbl_stl02 span,
.tbl_stl03 span { font-size: 12px!important;}

.table_pool {
  border-collapse: collapse;
  width: 100%;
}
.table_pool th, .table_pool td {
  border: 2px solid #fff;
  background-color: #EFEFEF;
  padding: 0.5em;
  font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.table_pool th {
  background-color: #C7C7C7;
  color: #333;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 3em;
	font-size: 12px;
}
.table_pool th.tit {
	font-size: 16px;
	padding: 1em;
}
.table_pool td.txt {
	text-align: left;
	background: #fff;
	line-height: 20px;
	font-size: 12px;
}

.table_pool td strong {
	font-weight: bold;
}

.strong_border {
	border: solid 1px #000;
}