@charset "utf-8";
/* CSS Document */

#breath ul li a {
	border-radius: 100px;
}

#breath ul li a:hover {
	background-color: #fff;
	color: #7dc97d;
}
#breath ul li.active a{
	background-color: #fff;
	color: #7dc97d;
}
#breath .cate .cate_box .box_title {
	background: url(../img/tooth_icon.png) center left no-repeat;
	background-size: 20px;
	margin-bottom: 10px;
}

#breath .cate .cate_box .box_img1 {
	text-align: left;
}
#breath .cate_img img,
#breath .cate .cate_box .box_img1 img {
	max-height: 400px;
	max-width: 100%;
	width: auto;
}

p:empty,figure:empty,a:empty {
	display: none;
}
#breath p a {
	color: #7dc97d;
}

#breath .cate_txt2 a {
	color: #fff;
	border-radius: 400px;
}
#breath .cate_txt2 a:hover {
	background-color: #fff;
	color: #7dc97d;
}
/*タブレット--------------------------------------------*/
@media screen and (max-width: 768px){
	
}




/*スマートフォン----------------------------------------*/
@media screen and (max-width: 667px){
	#breath .cate .cate_box .box_title {
		background-size: 15px;
	}
}

/*ここからIE用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media all and (-ms-high-contrast:none) {
	.list ul li a {
		padding: 13px 10px 8px;
	}
	#breath .cate_title {
		padding: 17px 20px 8px;
	}
	#breath .cate_txt2 a {
		padding: 12px 20px 8px;
	}
}