	@charset "utf-8";

/* 
------------------------------------------ */

/*main-image*/
#feed .main .feed-main-2{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 640px;
	padding-top: 60px;
	position: relative;
	z-index: 50;
}
#feed .main .feed-main-2 div {
	text-align: center
}
#feed .main .feed-main-2 h4 {
	text-align: center
}
#feed .main .feed-main-2 img{
	margin: 10px 0 0;
}
#feed .main .feed-main-2 p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
#feed .main .feed-main-2 span{
	display: inline-block;
	margin: 10px  5px 0 0;
	background: #014099;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}



/*content*/
.feed-box{
	/*background: #fff;*/
	    overflow: hidden;
}
.feed-content-2 {
	width: 980px;
	padding: 30px 0;
	margin:0 auto;
	display: flex;
}

.feed-box-L {
	width: 684px;
	margin-right: 30px;
	order: 1;
	height: fit-content;
}
#feed .feed-box-pdf {
	margin: 20px 0;
}

#feed .img-box-2{
	width: 500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 100%;
}
#feed .img-box-2 .img-item span{
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}


/*sidenav*/
.feed-sidenav {
	width: 246px;
	order: 2;
}
.feed-sidenav .menu{
	background: #F6F6F6;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
}
.feed-sidenav .menu ul li{
	margin: 20px 0;
}
.feed-sidenav .menu ul li a{
	padding:  7px 10px;
	color: #014099;
	border-radius: 20px;
}
.feed-sidenav .menu ul li .selected{
	background: #014099;
	color: #fff;
}
#feed .sidenav-product {
	margin-top: 15px;
}
#feed .sidenav-product h3{
	font-size: 20px;
	color: #014099;
	border-bottom: dotted 2px #014099;
	padding-bottom: 15px;
}
#feed .sidenav-product .product-item{
	margin: 30px 0;
	background: #F6F6F6;
	border-radius: 20px;
}
#feed .sidenav-product .product-item h4{
	margin-top: 0;
}
#feed .sidenav-product .product-item a{
	padding: 20px;
	display: block;
	position: relative;
}
#feed .sidenav-product .product-item a::before{
	content: "";
	width: 20px;
  	height: 20px;
	background-image: url( "/common/img/link-icon.svg" );
	background-repeat: no-repeat;
    background-size: 20px;
	position: absolute;
	right: 15px;
	top: 50%;
}
#feed .sidenav-product .product-item a img{
	margin: 10px 0 0;
}
#feed .sidenav-product .product-item span{
	display: inline-block;
	margin: 10px  5px 0 0;
	background: #DFDFDF;
	padding: 0 10px;
}
#feed .box-color {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 2px dotted #0f5cd2;
	border-right: none;
    height: fit-content;
    padding-bottom: 1em;
	    margin-bottom: 1em;
}


#feed .feed-sidenav ul, li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#feed .feed-sidenav #category {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	width: 100%;
}
#feed .feed-sidenav #category a {
	text-decoration: none;
}
#feed .feed-sidenav #category a:hover {
	color: #ffffff;
}
#feed .feed-sidenav #menu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#feed .feed-sidenav .main_menu{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	font-weight: bold;
	padding-left: 20px;
	display: block;
	position: relative;
	border-top: 1px solid #ccc;
	width: 246px;
}
#feed .feed-sidenav .main_menu::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #0e5cd2;
    border-right: solid 2px #0e5cd2;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
#feed .feed-sidenav .single_menu::before {
    content: none;
}
#feed .feed-sidenav #menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
#feed .feed-sidenav #menu .main_menu:hover ,#menu .open {
	background-color: #0e5cd2!important;
	color: #FFF!important;
	display: block!important;
}
#feed .feed-sidenav #menu .selected {
	background-color: #0e5cd2!important;
	color: #FFF;
	display: block!important;
}
#feed .feed-sidenav #menu .main_menu:hover::before ,#menu .open::before{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
#feed .feed-sidenav .sub_menu {
	width: 268px;
}
#feed .feed-sidenav .sub_menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 40px;
	background-color: #def0ff;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
#feed .feed-sidenav .sub_menu li a::before{
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #0e5cd2;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	margin-left: 25px;
}
#feed .feed-sidenav .sub_menu li a:hover{
	background-color: #0e5cd2;
	color: #fff;
}
#feed .feed-sidenav .sub_menu li a:hover::before {
	border-left: solid 6px #ffffff;
}
#feed .feed-sidenav .third_menu {
	max-width: 100%;
	/*width: 246px*/
}
#feed .feed-sidenav .third_menu li a{
	padding-left: 0px;
	border-top-style: none;
	padding-bottom: 6px;
	padding-top: 6px;	
}
#feed .feed-sidenav .third_menu li a::before{
	margin-left: 25px;
}
#feed .feed-sidenav .fourth_menu ul li a{
	padding-left: 25px;
	border-top-style: none;
	padding-bottom: 6px;
	padding-top: 6px;	
}
#feed .feed-sidenav .fourth_menu li a::before{
	content: none;
}

.sl-tb th.name {
	font-weight: normal;
}

.sl-tb th.period {
	font-weight: normal;
}


.sl-tb table.kindA {
	border: 1px solid #002882;
}

.sl-tb table.kindA th, td {
	font-size: 14px;
	padding: 13px;
	text-align: center;
}

.sl-tb .kindA thead th.namee {
	width: 174px;
    font-size: 128%;
    font-weight: bold;
    background-color: #eeefef;
	text-align: center;
	padding: 0;
	border: 1px solid #002882;
}

.sl-tb .kindA thead th.calsporin {
	width: 150px;
    background-color: #eeefef;
    font-size: 0;
    line-height: 0;
	padding: 0;
	border: 1px solid #002882;	
}

.sl-tb .kindA .calsporin {
	border: 1px solid #002882;	
}

.sl-tb .kindA td.calsporin {
	border: 1px solid #002882;
	background-color: #fbcb55;
	color: #fff;
	font-weight: bold;
}


.sl-tb .kindA thead th.calsporin img {
	margin: 0 auto;
	display: block;
}

.sl-tb .kindA thead th.dilution {
    background-color: #eeefef;
    font-size: 0;
    line-height: 0;
	padding: 10px 0;
	border: 1px solid #002882;
}

.sl-tb .kindA thead th.dilution img {
	margin: 0 auto;
	display: block;
}

.sl-tb table.kindA .typeA {
	width: 20px;
	background-color: #d4d9ee;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindA .typeB {
	width: 20px;
	background-color: #dfe3f2;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindA .typeC {
	width: 20px;
	background-color: #eaecf7;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindA .typeD {
	width: 20px;
	background-color: #f5f6fb;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindA .typeE {
	width: 20px;
	background-color: #fefefe;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindB {
	border: 1px solid #002882;
	width: 100%;
}

.sl-tb table.kindB th, td {
	font-size: 14px;
	padding: 13px;
	text-align: center;
}

.sl-tb .kindB thead th.name {
	width: 150px;
    font-size: 128%;
    font-weight: bold;
    background-color: #eeefef;
	text-align: center;
	padding: 0;
	border: 1px solid #002882;
}

.sl-tb .kindB thead th.calsporin {
	width: 150px;
    background-color: #eeefef;
    font-size: 0;
    line-height: 0;
	padding: 0;
	border: 1px solid #002882;	
}

.sl-tb .kindB .calsporin {
	border: 1px solid #002882;	
}

.sl-tb .kindB td.calsporin {
	border: 1px solid #002882;
	background-color: #f19b97;
	color: #fff;
	font-weight: bold;
}


.sl-tb .kindB thead th.calsporin img {
	margin: 0 auto;
	display: block;
}

.sl-tb .kindB thead th.dilution {
    background-color: #eeefef;
    font-size: 0;
    line-height: 0;
	padding: 10px 0;
	border: 1px solid #002882;
}

.sl-tb .kindB thead th.dilution img {
	margin: 0 auto;
	display: block;
}

.sl-tb table.kindB .typeA {
	width: 20px;
	background-color: #d4d9ee;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindB .typeB {
	width: 20px;
	background-color: #dfe3f2;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindB .typeC {
	width: 20px;
	background-color: #eaecf7;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindB .typeD {
	width: 20px;
	background-color: #f5f6fb;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindB .typeE {
	width: 20px;
	background-color: #fefefe;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindC {
	border: 1px solid #002882;
	width: 100%;
}

.sl-tb table.kindC th, td {
	font-size: 14px;
	padding: 13px;
	text-align: center;
}

.sl-tb .kindC thead th.name {
	width: 150px;
    font-size: 128%;
    font-weight: bold;
    background-color: #eeefef;
	text-align: center;
	padding: 0;
	border: 1px solid #002882;
}

.sl-tb .kindC thead th.calsporin {
	width: 150px;
    background-color: #eeefef;
    font-size: 0;
    line-height: 0;
	padding: 0;
	border: 1px solid #002882;	
}

.sl-tb .kindC .calsporin {
	border: 1px solid #002882;	
}

.sl-tb .kindC td.calsporin {
	border: 1px solid #002882;
	background-color: #98cd97;
	color: #fff;
	font-weight: bold;
}


.sl-tb .kindC thead th.calsporin img {
	margin: 0 auto;
	display: block;
}

.sl-tb .kindC thead th.dilution {
    background-color: #eeefef;
    font-size: 0;
    line-height: 0;
	padding: 10px 0;
	border: 1px solid #002882;
}

.sl-tb .kindC thead th.dilution img {
	margin: 0 auto;
	display: block;
}

.sl-tb table.kindC .typeA {
	width: 20px;
	background-color: #d4d9ee;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindC .typeB {
	width: 20px;
	background-color: #dfe3f2;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindC .typeC {
	width: 20px;
	background-color: #eaecf7;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindC .typeD {
	width: 20px;
	background-color: #f5f6fb;
	text-align: center;
	border: 1px solid #002882;
}

.sl-tb table.kindC .typeE {
	width: 20px;
	background-color: #fefefe;
	text-align: center;
	border: 1px solid #002882;
}
	.finlist {
		padding: 0;
	}
	.fin {
		width: 32%;
	}
	.fin .plist-box{
		    border-radius: 20px 20px 0 0;
	}
	.fin p{
		text-align: center;
		margin-bottom: 1em;
	}
	.fin h4{
		font-size: 16px;
	}


.tag {
		position: absolute;
		right: 0;
		top: 80px;
		border: 1px solid #000;
		background: #fff;
    	    padding: 0.2em 1em 0;
	font-weight: bold;
	}
.box-link h3{
	font-size: 16px;
	color: #2c2c2c;
}
.box-link a{
	color: #0f5cd2;
}
.box-link h4{
	margin-top: 10px;
}
.box-link p{
	font-size: 14px;
	margin-top: 5px;
}
.box-item {
	border-left: 2px dotted #0f5cd2;
	padding-left: 1em;
	width: 30%;
}
.feed-flex {
	width: 600px; 
	display: flex; 
	justify-content: space-between;
}
@media (max-width: 786px) {
	#feed .feed-content-2 {
		width: 98%;
		flex-wrap: wrap;
	}
	#feed .feed-box-L {
		width: 100%;
		margin-right: 0;
	}
	#feed .feed-sidenav {
		display: none;
	}
	.feed-flex {
		    max-width: 100%;
    flex-wrap: wrap;
    display: inline;
	}
	#feed .feed-sidenav .main_menu {
		width: 90%;
	}
	#feed .feed-sidenav .sub_menu {
		width: 90%;
	}
	.box-item {
		margin-top: 1em;
		    width: 100%;
	}
	.tag {
		top: 15px;
	}
	
	.fin {
		width: 48%;
	}
}
/*responsiv*/
/*sidenav*/
