/* ---- button ---- */
.button_l_all {
	padding: 10px;
	width: 97px;
	height: 82px;
	font-size: 12px;
	background-image: url(../../img/news/categoryALL.png);
	color: #585858;
	margin-bottom: 0px;
	cursor: pointer;
	border: 0px;
	margin-top: 30px;
}
.button_l_all:visited {
	background-image: url(../../img/news/categoryALL_visited.png);
	-webkit-box-shadow: none;
	box-shadow: none;
  border:0px;
}
.button_l_all:hover,
.button_l_all.is-checked {
	background-image: url(../../img/news/categoryALL_hover.png);
  border:0px;
}
.button_l_a {
	padding: 10px;
	width: 97px;
	height: 82px;
	font-size: 16px;
	background-image: url(../../img/news/categoryA.png);
	color: #585858;
	margin-bottom: 0px;
	cursor: pointer;
	border: 0px;
	margin-top: 30px;
}
.button_l_a:visited {
  background-image:url(../../img/news/categoryA_visited.png);
  text-decoration:none;
  border:0px;
}
.button_l_a:hover,
.button_l_a.is-checked {
  background-image:url(../../img/news/categoryA_hover.png);
  border:0px;
}
.button_l_b {
	padding: 10px;
	width: 97px;
	height: 82px;
	font-size: 16px;
	background-image: url(../../img/news/categoryB.png);
	color: #585858;
	margin-bottom: 0px;
	cursor: pointer;
	border: 0px;
	margin-top: 30px;
}
.button_l_b:visited {
  background-image:url(../../img/news/categoryB_visited.png);
  border:0px;
}
.button_l_b:hover,
.button_l_b.is-checked {
  background-image:url(../../img/news/categoryB_hover.png);
  border:0px;
}
.button_l_c {
	padding: 10px;
	width: 97px;
	height: 82px;
	font-size: 16px;
	background-image: url(../../img/news/categoryC.png);
	color: #585858;
	margin-bottom: 0px;
	cursor: pointer;
	border: 0px;
	margin-top: 30px;

}
.button_l_c:visited {
  background-image:url(../../img/news/categoryC_visited.png);
  border:0px;
}
.button_l_c:hover,
.button_l_c.is-checked {
  background-image:url(../../img/news/categoryC_hover.png);
  border:0px;
}
.button_l_d {
	padding: 10px;
	width: 97px;
	height: 82px;
	font-size: 16px;
	background-image: url(../../img/news/categoryD.png);
	color: #585858;
	margin-bottom: 0px;
	cursor: pointer;
	border: 0px;
	margin-top: 30px;

}
.button_l_d:visited {
	background-image: url(../../img/news/categoryD_visited.png);
  border:0px;
}
.button_l_d:hover,
.button_l_d.is-checked {
	background-image: url(../../img/news/categoryD_hover.png);
  border:0px;
}
.button_l_e {
	padding: 10px;
	width: 97px;
	height: 82px;
	font-size: 16px;
	background-image: url(../../img/news/categoryE.png);
	color: #585858;
	margin-bottom: 0px;
	cursor: pointer;
	border: 0px;
	margin-top: 30px;
}
.button_l_e:visited {
	background-image: url(../../img/news/categoryE_visited.png);
  border:0px;
}
.button_l_e:hover,
.button_l_e.is-checked {
	background-image: url(../../img/news/categoryE_hover.png);
  border:0px;
}
.button_m {
	padding: 10px;
	min-width: 138px;
	min-height: 40px;
	font-size: 12px;
	background-image: url(../../img/news/category_m.png);
	color: #585858;
	margin-bottom: 20px;
  border:0px;
}
.button_m:hover,
.button_m.is-checked {
  background-image:url(../../img/news/category_m_hover.png);
  border:0px;
}

/* ************************************************** */
/* 画面の横幅が768pxまでの場合のCSS */
@media screen and (max-width:768px){
/* ************************************************** */

.button_l_all {
	padding: 1px;
	height: 40px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-position: 0% bottom;
}
.button_l_a {
	padding: 1px;
	height: 40px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-position: 0% bottom;
}
.button_l_b {
	padding: 1px;
	height: 40px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-position: 0% bottom;
}
.button_l_c {
	padding: 1px;
	height: 40px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-position: 0% bottom;
}
.button_l_d {
	padding: 1px;
	height: 40px;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-position: 0% bottom;
}
.button_l_e {
	padding: 1px;
	height: 40px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-position: 0% bottom;
}
.button_m {
	padding: 1px;
	margin-bottom: 1px;
}
}
