
td{
	padding: 2px 0;
}

/* 右にスペースを設ける場合 （ka, ka_type, ka_area）*/
#ka_main{
	float: left;
	width: 490px;
	margin-right: 10px;
	display:inline;
}

/* メインスペースのみ */
#ka_main2{
	width: 700px;
}

/* 右枠バナー（PCのみ） */
#ka_right{
	float: left;
	width: 200px;
	padding-left: 20px;
}

/* ka_type, kad */
.ka_cont01 {
	background-color: #FFFFFF;
	width: 450px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ka_cont01 a {
	color: #0033cc;
	width: 75px;
	text-align: center;
	margin: 0 0 4px 15px;
	float: left;
	display:inline;
}

.ka_cont01 a:hover {
	color: #4A99C4;
	text-decoration: underline;
}

/* ka_area, kad */
.ka_cont02 {
	background-color: #FFFFFF;
	width: 450px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ka_cont02 a {
	width: 100px;
	margin: 0 0 0 15px;
}

#ka_cont02 {
	float: left;
}

/* kad */
#ka_cont03 {
	float: right;
	width: 300px;
	margin-top: 8px;
	padding:4px;
	text-align: right;
}

#ka_cont03 img {
	vertical-align:middle;
}

#ka_cont03 p {
	padding-bottom: 6px;
}

/* タイトル（ka.htmlのみ） */
#ka_title_t {
	font-size: 14px;
	color: #ff7f00;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* タイトル（ka.html以外） */
#ka_title {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* ジャンルから選択（ka.html） */
.ty_m {
	margin-top: 10px;
	padding: 20px 4px;
	background-color: #ffffca;
	border: 2px solid #409d27;
	border-radius: 10px;
}
.ty_m a {
	color: #0033cc;
}

.ty_m a:hover {
	color: #4A99C4;
	text-decoration: underline;
}

/* ジャンルから選択（ka_type.html） */
.ty_m02 {
	margin-top: 10px;
	padding: 20px 4px;
	background-color: #ffffca;
	border: 2px solid #409d27;
	border-radius: 10px;
}

.ty_m02 a {
	color: #0033cc;
}

.ty_m02 a:hover {
	color: #4A99C4;
	text-decoration: underline;
}

#ty_title {
	margin-left: 20px;
	text-align: left;
}

#ty_title p {
	width: 260px;
	border-bottom: 3px solid #409D27;
	color: #409D27;
	font-weight: bold;
	font-size: 18px;
}

.ty_genre_title {
	position: absolute;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 1px 26px;
	border: 2px solid #409d27;
	border-radius: 18px;
	background-color: #409d27;
	color: #ffffca;
	transform: translateY(-130%)translateX(-5px);
}

.ty_area_title {
	position: absolute;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 1px 26px;
	border: 2px solid #ff7f00;
	border-radius: 18px;
	background-color: #ff7f00;
	color: #ffffca;
	transform: translateY(-30%)translateX(0px);
}

/* ジャンルから選択中身 */
.ty_box {
	width: 100%;
}

.ty_box td{
	text-align: center;
	line-height: 150%;
}

.ty_box_line{
	border-right: 1px dotted #D9D5CA;
	width: 160px;
}

.ty_toku {
	margin-left: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #990000;
	width: 80%;
}

.ty_toku2 {
	margin-left: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #34aacd;
	width: 80%;
}

.ty_toku a {
	color: #990000;
}

.ty_toku02 a {
	color: #990000;
}

/* エリアから選択（ka.html） */
.ar_m {
	padding: 30px 10px 30px 10px;
	background-color: #ffffca;
	border: 2px solid #ff7f00;
	border-radius: 10px;
}

.ar_m a {
	color: #0033cc;
	width: 75px;
	text-align: center;
	margin: 0 0 4px 15px;
	float: left;
	display:inline;
}

.ar_m a:hover {
	color: #4A99C4;
	text-decoration: underline;
}

.ar_cont01 {
	height: 45px;
	overflow: hidden;
}

.ar_cont01 a {
	width: 75px;
	text-align: center;
	margin: 0 0 4px 15px;
	float: left;
	display: inline;
}

/* エリアから選択（ka_area.html） */
.ar_m02 {
	padding: 30px 10px 30px 10px;
	background-color: #ffffca;
	border: 2px solid #ff7f00;
	border-radius: 10px;
}

.ar_m02 a {
	color: #0033cc;
	width: 75px;
	text-align: center;
	margin: 0 0 4px 0px;
	display:inline;
}

.ar_m02 a:hover {
	color: #4A99C4;
	text-decoration: underline;
}

.ar_area_title {
	position: absolute;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 1px 26px;
	border: 2px solid #723D2A;
	border-radius: 9px 9px 0px 0px;
	background-color: #723D2A;
	color: #ffffca;
	transform: translateY(270%)translateX(0px);
}

#ar_title {
	margin-left: 10px;
	text-align: left;
}

#ar_title p {
	width: 150px;
	border-bottom: 3px solid #FF7F00;
	color: #FF7F00;
	font-weight: bold;
	font-size: 18px;
}

.ty_i {
	vertical-align:middle;
	margin-right: 5px;
	margin-bottom: 2px;
}

.ka_f02 {
	font-size: 14px;
	color: #4EB0A0;
	margin: 15px 0px;
}

.ka_box01 {
	width: 490px;
	border: 1px solid #723D2A;
	padding: 10px;
	line-height: 140%;
	margin-top: 80px;
}
.ka_box02 {
	width: 490px;
	border: 1px solid #723D2A;
	padding: 10px;
	line-height: 140%;
	margin-top: 80px;
}
.ka_box03 {
	width: 490px;
	border: 1px solid #723D2A;
	padding: 10px;
	line-height: 140%;
	margin-top: 80px;
}
/*----- list -----*/
#list_title {
	color: #409D27;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#list_title .txt_s {
	font-size: 15px;
}

.list_h2 {
	color: #409D27;
	font-size: 12pt;
	border-bottom: 1px solid #409D27;
	border-left: 5px solid #409D27;
	margin-bottom: 20px;
	padding: 2px 0 2px 10px;
	letter-spacing: 3px;
	display: block;
}

#list_tb {
	border: 1px solid #CCCCCC;
	width: 100%;
	font-size: 13px;
	margin-top: 2px;
}

#list_tb td,th {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 20px;
	line-height: 160%;
}

#list_tb table[id~="in_tb"]{
	margin-bottom: 4px;
	border-collapse: collapse;
}

#list_tb td[id~="in_tb"]{
	width: 25%;
	height: 22px;
	border-bottom: 0px;
	padding: 0px 4px;
}

#list_tb table[id~="in_tb_cmp"]{
	margin-bottom: 4px;
	border-collapse: collapse;
}

#list_tb td[id~="in_tb_cmp"]{
	width: 100%;
	height: 0px;
	border-bottom: 0px;
	padding: 0px 4px;
}


#list_tb th {
	border-right: 1px solid #DDDDDD;
	background-color: #ffffca;
	width: 100px;
	color: #8c6659;
	font-size: 16px;
	font-weight: bold;
}

.t_no {
	background-color: #EEEEEE;
}

.kad_tbl2 {
	width: 750px;
	margin-bottom: 20px;
	text-align: right;
}

.kad_tbl2 table {
	background-color: #cccccc;
	text-align: center;
	width: 100%;
}

.kad_tbl2 table img {
	margin: 0 2px;
}

/*現在の様子*/
.kad_cont1{			/*上部*/
	position:relative;
	clear:both;
	width: 100%;
	height:230px;
	margin-bottom: 10px;
}

.kad_cont2{			/*下部*/
	position:relative;
	clear:both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

/* 雨雲レーダー*/
.radar_sec{
	position:absolute;
	right:0;
	top:0;
	width:200px;
}

.radar_sec a{
	line-height:120% ;
}

/* アメダス表 */
.ame_tbl {
	width: 500px;
}

.ame_tbl table{
	background-color: #cccccc;
	text-align: center;
	width: 100%;
}

.ame_tbl img {
	margin: 0 5px;
	vertical-align:middle;
}

.ame_tbl td {
	padding: 10px 2px;
}

/* 登山指数について*/
.mnt_com{
	padding:20px;
	border:1px solid #aaaaaa;
}

.mnt_com h3{
	padding-bottom:2px;
	font-size:12px;
	letter-spacing: 1px;
}

.mnt_com ul{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
}

.mnt_com li{
	padding-right:10px;
	list-style-type : none;
}

.mnt_com li img{
	vertical-align:middle;
	margin-right:5px;
}

/* 登山時系列の表*/
.mnt tr.tit_day td{
	background:#a2a2a2;
	color:#ffffff;
	font-weight: bold;
	letter-spacing: 1px;
}

.mnt tr.tit_city td{
	background:#bcd26d;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
}

tr.mnt_td td{
	padding:5px 0;
}

.mnt_com2{
	padding:20px;
	margin: 10px 0 20px 0;
	border:1px solid #aaaaaa;
}

.jikei-link {
	font-size: 14px;
	text-align: right;
}

.jikei-link img{
	width: 14px;
	margin-left: 4px;
}

/*----- 服装 -----*/
.fuku_tbl {
	width: 400px;
	background-color: #ffe8e8;
	padding: 7px 4px;
	margin-right: 20px;
}

.fuku_tbl table {
	width: 100%;
	background-color: #cccccc;
	text-align: center;
}

.fuku_tbl td {
	padding: 2px 4px;
}

.ft_befor {
	color: #999900;
	background-color: #F3F7F8;
	width: 25%;
}

.ft_after {
	color: #333399;
	background-color: #F3F7F8;
	width: 25%;
}

/*----- 雪焼け -----*/
.yuki_tbl {
	width: 400px;
	background-color: #d5edf4;
	padding: 7px 4px;
	margin-right: 20px;
}

.yuki_tbl table {
	width: 100%;
	background-color: #cccccc;
	text-align: center;
}

.yuki_tbl td {
	width: 50%;
	padding: 4px;
}

/*--- 風 ---*/
/* 静穏・弱 */
.kwin01{ color: #3399CC; }
/* 中 */
.kwin02{ color: #000099; }
/* 強 */
.kwin03{ color: #FF8812; }
/* 暴 */
.kwin04{ color: #FF3300; }

/*ゲレンデ指数*/
td.kwin04{
	background-color:#ffffcc;
}

/* 凡例ポップアップ */
.popup_k img.popimg {
	display:block;
	top:-10000px;
	left:-10000px;
	position:absolute;
}

.popup_k a:hover {
	position:relative;
}

.popup_k a:hover img.popimg {
	top:-50px;
	left:-170px;
}

/*区切り線*/
.hr_line {
	border-bottom: 1px solid;
	border-color: #cccccc;
	margin-top: 30px;
	margin-bottom: 30px;
} 

/* その他の情報を見る（登山） */
.tozan-etc-link ul {
	overflow: hidden;
	letter-spacing: -.5em;
	margin-top: -20px;
}

.tozan-etc-link li {
	display: inline-block;
	width: 16%;
	vertical-align: middle;
	padding-right:4px;
	letter-spacing: 0;
	text-align: left;
	margin-top: 15px;
}

.tozan-etc-link li a {
	background: #fff;
	display :block;
	padding-right:13px;
	padding-left:10px;
}

.tozan-etc-link li.bnr-space {
	display: inline-block;
	width: 32.6%;
}


.tozan-etc-link li span.tozan_text{
	position: relative;
	top: 15px;
	left:-5px;
}

.tozan-etc-link li span.tozan_text.trend{
	position: relative;
	width:10px;
	top: 0px;
	left:-10px;
}

div.trend_arrow{
	position: relative;
	top:-16px;
	left:-5px;
}


span.aks {
   display: inline-block;
}

.tozan-etc-link div{
	text-align: right;
	font-size: 14px;
}

.t_w td#ame-td{
	width: 30%;
}

/*追加(2019.5.24追加)*/
#list_title02 {
	color: #409D27;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.murodou{
	margin-bottom:25px;
}

img.route_info{
	 margin-left:0px;
}

.guide_info {
	position: relative; /* 今の位置を基準 */
	left: 128px; 
}

.tozan_accident{
	margin-top:15px;
	margin-left:10px;
}

a.tozan_warning{
		font-weight: bold;
}

.table-top-com {
	float: right;
	width: 40%;
	text-align:right;
}

.hanabi-navi-date1 {
	width: 90px;
	float: left;
	clear: both;
}

.hanabi-navi-date2 {
	width: 60px;
	float: left;
	clear: both;
}

.hanabi-navi-name {
	width: 400px;
	float: left;
}

#tenki-tbl-margin{
	margin-bottom: 20px;
}

/* XとYoutube */
.flexbox {
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top
}

.flexbox .box {
    width:50%;  /* お好みの幅で指定 */
    padding:10px;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.flexbox .box .x_img {
	margin-top:-11px;
}
  .txt-s{
     font-size: 12px;
  }

.ka-mnt-link{
	text-align: center;
	width: 330px;
	margin: 0px auto;
	padding: 10px;
	background-color: #ffffff;
	border: solid 2px #cccccc;
}

/* スマホ版 */
@media screen and (max-width: 750px) {
	li {
		display: inline;
		width: 100%;
	}
	li a {
		margin: 0;
		padding: 0;
	}

	#ka_main, #ka_main2 {
		width: 100%;
		margin-right: 0px;
	}

	.ka_cont01 {
		/* width: 680px; */
		width: 98%;
		margin: 0px auto;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.ka_cont01 a {
		/* width: 136px;
		font-size: 26px; */
		width: 20%;
		font-size: 3.5vw;
		margin: 8px 0 8px 0;
    }

	.ka_cont02 {
		width: 95%;
	}

	#ka_title {
		width: 45%;/*230614追加*/
		margin-bottom: 10px;
		/* margin-top:-20px; */
	}

	#ka_title_t {
		margin-left: 12px;
	}

	#kanko_title{
		width: 220px;
	}

	.ty_m {
		width: 98%;
		margin-bottom: 40px;
		margin-right: 20px;
		padding: 40px 4px 36px 4px;
	}

	/* .ty_m02 {
		width: 700px;
		margin-top: 0px;
		margin-bottom: 40px;
		padding: 40px 4px 36px 4px;
	} */
	.ty_m02 {
		width: 97%;
		margin-bottom: 40px;
		border: 1px solid #409d27;
		/* margin-right: 20px;
		padding: 40px 4px 36px 4px; 230614*/
	}

	#ty_title {
		margin-left: 8px;
	}

	#ty_title p {
		width: 70%;
		font-size: 3.5vw;/* 28px; */
	}

	.ty_box {
		margin: 5px;
		width: 98%;
	}

	.ty_box_line {
		width: 33%;
	}

	.ty_box td{
		line-height: 200%;
	}

	.ar_m {
		width: 98%;
		margin-top: 40px;
		padding: 22px 2px 40px 2px;
	}

	.ar_m a {
		width: 66px;
		margin: 0 0 20px 2px;
		/* font-size: 14px; 230620*/
		font-size: 3.5vw;
	}

	.ar_cont01 {
		/* 230614width: 700px;*/
		width: 100%;
		height: auto;
	}

	.ar_cont01 a {
		/* width: 136px; 230614*/
		width: 20%;
		margin: 5px 0;
		font-size: 3.5vw;/* font-size: 26px; 230614*/
	}

	.ar_m02 {
		/* width: 700px; 230614*/
			padding: 20px 0px 20px 0px;
			border: 1px solid #ff7f00;
	}

	.ar_m02 a {
		width: 134px;
		height: 50px;
		/* font-size: 26px; 230615*/
		font-size: 3.5vw;
		margin: 0 0 16px 6px;
	}

	.ar_area_title {
		/* font-size: 30px; 230614*/
		font-size: 3.5vw;
		padding: 1px 16px;
		/* border-radius: 18px 18px 0px 0px; 230614*/
		transform: translateY(82%)translateX(0px);
	}

	#ar_title p {
		font-size: 3.5vw;
	}

	.ty_i {
		width: 40px;
	}

	.ka_f02 {
		/*230614 font-size: 26px; */
		margin: 8px 0px;	/*230614追加*/
	}

	.ka_box01 {
		width:100%;
		font-size: 3.5vw;
		margin: 0px;
		padding: 0px;
		/*230613
		 width: 690px;
		margin-top: 80px; */
	}

	.ka_box02 {
		width:100%;
		font-size: 3.5vw;
		margin: 0px;
		padding: 0px;
		margin-top: 46px;
		border: 1px solid #723D2A;
		line-height: 140%;
		/*230613
		 width: 690px;
		 margin-top: 80px;*/
	}

	.ka_box03 {
		width:100%;
		font-size: 3.5vw;
		margin: 0px;
		padding: 0px;
		margin-top: 46px;
		border: 1px solid #723D2A;
		line-height: 140%;
	}

	/*----- list -----*/
	#list_title {
		font-size: 16px;
		margin-bottom: 13px;
	}

	#list_title .txt_s {
		font-size: 16px;
	}

	.list_h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#list_tb th {
		/* font-size: 26px;
		width: 120px; 230614*/
		font-size: 3.5vw;
		/* width: 30%; */
		width: 25%;
		padding: 10px 10px;
	}

	#list_tb td a {
		/* font-size: 26px; 230614*/
		line-height: 200%;
		font-size: 3.5vw;
	}
	#list_tb td {
		padding: 10px 10px;
	}

	#list_tb td,th {
		line-height: 1;
	}

	#list_tb p {
		font-size: 3.5vw;
		/*20230608margin-top: 40px; */
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.kad_tbl2 {
		width: 100%;
	}

	/*現在の様子*/
	.kad_cont1 {
		height: auto;
	}

	.ame_tbl {
		width: 65%;
		/*20230608 margin-bottom: 60px; */
	}

	#tbl-wide {
		width: 100%;
		/*20230608 margin-bottom: 40px; */
	}

	.amedas-fuko img {
		width: 28px;
		vertical-align: middle;
	}

	.fuku_tbl {
		width: 66%;
		margin-bottom: 0px;
	}

	.yuki_tbl {
		width: 66%;
		height: auto;
		margin-bottom: 20px;/*20230609元 60px */
	}

	.radar_sec {
		width: 30%;
	}

	.radar_sec a{
		font-size: 12px;
	}

	.radar_sec #radar-img {
		width: 100%;
		height: 100%;
	}

	.ty_genre_title {
		font-size: 14px;
		padding: 0px 12px;
		border: 2px solid #409d27;
		transform: translateY(-230%)translateX(-3px);
	}

	.ty_area_title {
		padding: 0px 12px;
		border: 2px solid #ff7f00;
		transform: translateY(-40%)translateX(3px);
	}

	.mnt_com {
		padding: 10px;
	}
	
	.mnt_com h3 {
		padding-bottom: 4px;
		font-size: 16px;
		letter-spacing: 2px;
	}

	.mnt_com li img {
		width: 14%;
	}



	/* その他の情報を見る（登山） */
	.tozan-etc-link li a img {
		width: 50%;
		margin-top: 20px;
	}


	.tozan-etc-link li {
		display: inline-block;
		width: 24%;
		vertical-align: middle;
		padding-right: 4px;
		letter-spacing: 0;
		text-align: left;
		margin-top: 15px;
	}

	.tozan-etc-link li a {
		width: 170px;
		padding-right: 0px;
	}

	.tozan-etc-link li.bnr-space {
	display: inline-block;
    width: 49%;
	}


	.tozan-etc-link li span.tozan_text{
		position: relative;
		top: 15px;
		left:-5px;
		font-size: 28px;
		height: 50px;
	}

	.tozan-etc-link div{
		text-align: left;
		font-size: 28px;
	}

	.tozan-etc-link img.route_info {
		width: 302px;
        margin-top: 16px;
	}

	.tozan-etc-link li a img.guide_info {
		width: 320px;
		margin-top: 20px;
		margin-left:-300px;
	}

	.tozan-etc-link li a img.guide_info02 {
		width:320px;
		height:119px;
		position: relative;
		top: -4px;
		left:-128px;
	}

	.kad_tbl2 .mnt_td img {
		width: 75%;
	}

	.fuku_tbl table img{
		height: 60px;
	}

	.t_w td{
		padding: 6px 0;
	}
	.t_w #temp-d, .t_w #wind-d{
		
	}

	.t_w #wind-d img{
		width: 40%;
	}
	.t_w td#ame-td{
		width: 34%;
	}
	.jikei-link {
		font-size: 28px;
	}

	.jikei-link {
		font-size: 14px;
		text-align: right;
		margin-bottom: 50px;/*20230608*/
	}

	.jikei-link img{
		margin-right: 8px;
	}

	#tenki-icon{
		width: 100%;
	}

	#tenki-icon-w{
		width: 80%;
	}

	#genre-title {
		height: 16px;
	}

	.table-top-com {
		width: 100%;
		margin: 10px 0;
	}

	.hanabi-navi-date {
		width: 90px;
		float: left;
		clear: both;
	}

	.hanabi-navi-date1 {
		width: 150px;
	}

	.hanabi-navi-date2 {
		width: 150px;
	}

	.hanabi-navi-name {
		width: 350px;
	}

	#type-title{
		width: 190px;
	}

	/* #tenki-tbl-margin{
		margin-bottom: 40px;
	} */

	#tr_line {
		border-bottom: solid 1px #cccccc;
	}

	table#in_tb:last-child tr#tr_line:last-child {
     border-bottom: none;
	 }

	#list_tb td[id~="in_tb"]{
		/* padding: 8px 4px; 20230615*/
		padding: 4px 4px;
	}

	table#in_tb_cmp:last-child tr#tr_line:last-child {
     border-bottom: none;
	 }

	#list_tb td[id~="in_tb_cmp"]{
		padding: 8px 4px;
	}
	
	/* その他の情報を見る（登山）バナーサイズ */
	.tozan-etc-link li a img.bnr-size {
		width: 100%;
		margin-top: 20px;
	}

	.tennavi-link-list {
		overflow: hidden;
		display: inline-block;
	}

	.tennavi-link-list li {
		display: block;
		height: 80px;
	}

	.tennavi-link-list li a {
		position: relative;
		padding: 0px 50px 0px 210px;
		
	}
	
	.tennavi-link-list li .news-list-img {
		position: absolute;
		left: 10px;
	}
	
	.tennavi-link-list li .news-list-img img{
		margin-top: 10px;
		width: 80px;
	}
	
	.tennavi-link-list li .news-list-cap {
		display: block;
		margin-left: 100px;
		color: #000;
	}

/* XとYoutube */
.twitter{
	transform: scale(0.65);
    /* サイズの拡大縮小の基準位置を決めるcss */
    transform-origin: left top;
}

.flexbox {
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.flexbox .box {
    width:50%;  /* お好みの幅で指定 */
    padding:0px;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-bottom:-200px;
}

.flexbox .box .x_img {
	margin-top:-11px;
}
  .txt-s{
     font-size: 8.5px;
  }

.ka-mnt-link{
	margin-left:2px;
	margin-top:20px;
	text-align: left;
	width:125px;
	padding-left: 20px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	background-color: #ffffff;
	border: solid 2px #cccccc;
}
}
