@charset "UTF-8";
/* CSS Document */
/*薬剤*/
.yaku_left {
	width: 58%;
	float: left;
}
.yaku_right {
	width: 43%;
	float: right;
	
		
}
.nr_all {
	width: 42%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 2%;
	border: thin dotted #0073BE;
	border-radius: 6px;
	overflow: hidden;
}
.nr_title {
	margin-bottom: 3%;
	text-align: center;
	padding: 2%;
	background-color: #0073BE;
	color: #FFFFFF;
	border-radius: 4px;
		
}
.nr_img {
	width: 35%;
	float: left;
	
}
.nr_img img{
	border-radius: 4px;
	box-shadow: 0 0 5px #CCCCCC;
}

.nr_li {
    width: 60%;
    float: right;
}
.nr_li ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;
    
}

.nr_li ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #A8E7FE;
  border-radius: 50%;
  margin-right: 8px;
}
.nr_li ul li a {
}
.nr_li ul li a:hover {
 color: #0073BE;
    text-decoration: none;
    position: relative;
    right: -1px;
    bottom: -1px;
    font-weight: normal;
}
@media screen and (max-width: 768px){
.nr_all {
	margin-right: 2%;
	 width: 96%;
    float: none;
margin-left:auto;
margin-right: auto;
	min-height: 150px;
	}
}
