@charset "UTF-8";

/*追加クラスをかく*/

/*IE8〜11 ハック ラダーバッジ拡大される対応*/
@media screen\0 {
  .badge_table img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
  }
}

/*認定看護師_分野別表示用*/
.bunya_hp {
	border:1px solid #ff871a;/*ベースカラー*/
}

/*認定看護師_テーブル*/
.cn_table {
	border: 0;
}

/*認定看護師_イラスト用*/
.cn_nurse {
	width: initial !important;
}
.cn_table th , .cn_table td {
	background: none !important;
	border: none !important;
	text-align: left;
}

.cn_table th {
	width: 15em;
}

/*@media (min-width: 580px){
	.cn_table th {
		width: 40%;
	}
}*/


/*花の前に表示する*/
.front_flw {
	position: relative;
	z-index: 10;
}