#content_pc {position: relative;}
#content_m {position: relative;}
	
.tag1 {
      display: block;
      background-image: url(../images/tag_a.png);
	  width: 119px;
      height: 25px;
      position: absolute;
      top: 18px;
      right: 115px;
      border: none; }
.tag2 {
      display: block;
      background-image: url(../images/tag_b.png);
      width: 102px;
	  height: 25px;
      position: absolute;
      top: 18px;
      right: 12px;
      border: none; }

/*PC*/
#content_pc .tip .btn {
      cursor: pointer; }
#content_pc .tip .content {
      display: none;
      background-color:#000;
      padding: 30px 90px; }
#content_pc .tip .content ol > li {
      line-height: 1.5em;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
      text-align: left;
      list-style-type: decimal; 
	  color: #FFFFFF; }
	  
/*MOBILE*/
#content_m .tip .content {
      display: none;
      background-color:#000000;
      padding: 30px 50px; }
#content_m .tip .content ol > li {
      line-height: 1.5em;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
      text-align: left;
      list-style-type: decimal;
      color: #FFFFFF; }
