@charset "UTF-8";
/* CSS Document */
#contents {
  /* .pickup .special共通 */
}
#contents #sidenav .category_menu {
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}
#contents #sidenav .category_menu p {
  margin: 10px 0;
}
#contents #sidenav .category_menu ul li.current {
  background-color: #f1f9f8;
}
#contents #sidenav .category_menu ul li a {
  color: #25B5AA;
  display: inline-block;
  padding: 3px 0 3px 15px;
}
#contents #maincontents .head {
  background: #25b5aa;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
#contents #maincontents .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
#contents #maincontents h4{
  font-size: 16px;
  font-weight: bold;
}
#contents #maincontents h5{
  font-weight: bold;
}
#contents #maincontents a {
  color: #25B5AA;
}
#contents #maincontents p {
  margin;0 ;
}
#contents #maincontents table {
  width: 100%;
}
#contents #maincontents table tr th, #contents #maincontents table tr td {
  padding: 10px 0;
  vertical-align: top;
}
#contents #maincontents table.basic tr th, #contents #maincontents table.basic tr td {
  padding: 15px;
  border: 1px solid #ddd;
}
#contents #maincontents table tr th {
  text-align: left;
}
#contents #maincontents table.basic tr th {
  width: 26%;
  background: #eee;
}
#contents #maincontents table tr td {
}
#contents #maincontents table.basic tr td {
  width: 74%;
}
#contents #maincontents table tr td p {
  margin: 0;
}
#contents #maincontents table tr td p.last {
  margin: 0 0 10px;
}
#contents #maincontents table tr td p span {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
}
#contents #maincontents table tr td p span.last {
  margin-right: 41px;
}
#contents #maincontents table tr td a{
  color: #25B5AA;
}
@media screen and (max-width: 767px) {
  #contents #maincontents .head {
    margin-bottom: 10px;
  }
  #contents #maincontents h4,
  #contents #maincontents h5{
    margin: 30px 10px 15px;
  }
  #contents #maincontents p {
    margin: 10px 10px 15px;
  }
  #contents #maincontents table {
    width: 100%;
  }
  #contents #maincontents table tr th, #contents #maincontents table tr td, 
  #contents #maincontents table.basic tr th, #contents #maincontents table.basic tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td p span {
    display: block;
  }
}

/* 医薬品個人輸入に関する説明 */
#contents #maincontents .notation_strong{
  padding-left: 10px;
  color: #E7326D;
}
#contents #maincontents a.faq{
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #contents #maincontents .notation_strong{
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }
  #contents #maincontents .notation_contents{
    margin-right: 10px;
    padding-left: 0;
  }
  #contents #maincontents .notation_strong p,
  #contents #maincontents .notation_contents p{
    margin-left: 0;
    margin-right: 0;
  }
  #contents #maincontents .notation_contents th,
  #contents #maincontents .notation_contents td{
    float: none;
    width: auto;
  }

}

/* 個人情報の取扱について */
#contents #maincontents .privacy_strong{
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  
}

/* よくある質問 */
#contents #maincontents .faq_index{
  margin: 0 0 5px;
  padding: 5px 5px 10px;
}
#contents #maincontents .faq_index ul{
  margin-left: 10px;
}
#contents #maincontents .faq_index ul li{
  font-size: 12px;
  line-height: 160%;
}
#contents #maincontents .faq_important{
  border: solid 2px #E7326D;
  margin: 0 0 10px;
}
#contents #maincontents .answer_contents{
  margin-top:15px;
  margin-left: 5px;
}
#contents #maincontents .answer_contents h5{
  font-weight: normal;
  background-color: #F1F9F8;
  padding: 2px 5px;
}
#contents #maincontents .answer_contents div{
  padding: 10px 5px 0;
}
#contents #maincontents .top_link{
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #contents #maincontents .faq_index,
  #contents #maincontents .answer_contents {
    margin-left: 10px;
    margin-right: 10px;
  }
  #contents #maincontents .answer_contents h5,
  #contents #maincontents .answer_contents p{
    margin-left: 0;
    margin-right: 0;
  }
}

#contents #maincontents .atn{
  border-bottom:double 3px #ff0000;
}

/* ご利用案内 */
#contents #maincontents .information_index{
  margin-bottom: 40px;
}
#contents #maincontents .information_table th,
#contents #maincontents .information_table td{
  padding: 0;
}
@media screen and (max-width: 767px) {
  #contents #maincontents .information_index,
  #contents #maincontents .information_step{
    margin-left: 10px;
    margin-right: 10px;
  }
  #contents #maincontents .information_index h4,
  #contents #maincontents .information_index h5,
  #contents #maincontents .information_index p,
  #contents #maincontents .information_step h4,
  #contents #maincontents .information_step h5,
  #contents #maincontents .information_step p{
    margin-left: 0;
    margin-right: 0;
  }
  #contents #maincontents .information_index h5,
  #contents #maincontents .information_step h5{
    margin-top:10px;
  }
  #contents #maincontents .information_table th,
  #contents #maincontents .information_table td{
    float: none;
    width: auto;
  }
}
.font_red{
  color:#FF0000;
  font-weight:bold;
}

/*点眼液*/
.ophthalmic{
		float:left;
		padding-right:20px;
		}

.ophthalmic_list{
		list-style-type: square;
		padding:10px 0 30px 30px;
		color:#E98107;
		}
		
.ophthalmic_use{
		float:left;
		background-color:#FBE2E5;
		border:dashed 2px #ED7E8C;
		}
		
.use_1{
		font-weight:bold;
		font-size:16px;
		padding:15px 0 10px 20px;
		color:#C90968;
		}

.use_2{
		font-weight:bold;
		padding:5px 20px 0 20px;
		}
		
.use_3{
		font-weight:bold;
		color:#E98107;
		padding-bottom:15px;
		padding-left:20px;
		}
			
.goods{
		margin-top:10px;
		}

.jeneriku{
		background-color:#25B5AA;
		color:#fff;
		border:double 5px #fff;
		}

.ophthalmic_1{
		color:#fff;
		font-size:20px;
		letter-spacing:7px;
		background:linear-gradient(#2D6AD9, #2DBBD9);
		font-weight:bold;
		font-family:,sans-serif;
		text-align:center;
		padding:10px;
		clear:both;
		}
			
.cont_1{
		text-indent:1.5em;
		font-weight:bold;
		font-size:16px;
		background-color:#BEE6FB;
		border:double 5px #fff;
		color:#2D6AD9;
		}

.name_1{
		text-align:center;
		}

.ophthalmic_2{
		color:#fff;
		font-size:20px;
		letter-spacing:7px;
		background:linear-gradient(#CC6633, #CC9966);
		font-weight:bold;
		font-family:,sans-serif;
		text-align:center;
		padding:10px;
		clear:both;
		}
			
.cont_2{
		text-indent:1.5em;
		font-weight:bold;
		font-size:16px;
		background-color:#FCE8DD;
		border:double 5px #fff;
		color:#C04825;
		}
		
.ophthalmic_3{
		color:#fff;
		font-size:20px;
		letter-spacing:7px;
		background:linear-gradient(#04988D, #7DE578);
		font-weight:bold;
		font-family:,sans-serif;
		text-align:center;
		padding:10px;
		clear:both;
		}
			
.cont_3{
		text-indent:1.5em;
		font-weight:bold;
		font-size:16px;
		background-color:#CCE8AB;
		border:double 5px #fff;
		color:#029A26;
		}
		
.ophthalmic_4{
		color:#fff;
		font-size:20px;
		letter-spacing:7px;
		background:linear-gradient(#F04BAC, #F9A2D6);
		font-weight:bold;
		font-family:,sans-serif;
		text-align:center;
		padding:10px;
		clear:both;
		}
			
.cont_4{
		text-indent:1.5em;
		font-weight:bold;
		font-size:16px;
		background-color:#FECBE9;
		border:double 5px #fff;
		color:#E4008B;
		}
		
.ophthalmic_5{
		color:#fff;
		font-size:20px;
		letter-spacing:7px;
		background:linear-gradient(#BB9B01, #FCE88A);
		font-weight:bold;
		font-family:,sans-serif;
		text-align:center;
		padding:10px;
		clear:both;
		}
			
.cont_5{
		text-indent:1.5em;
		font-weight:bold;
		font-size:16px;
		background-color:#FDEF90;
		border:double 5px #fff;
		color:#A48805;
		}		
		
.ophthalmic_6{
		color:#fff;
		font-size:20px;
		letter-spacing:7px;
		background:linear-gradient(#8B56CC, #B19CCC);
		font-weight:bold;
		font-family:,sans-serif;
		text-align:center;
		padding:10px;
		clear:both;
		}
			
.cont_6{
		text-indent:1.5em;
		font-weight:bold;
		font-size:16px;
		background-color:#DAC0FB;
		border:double 5px #fff;
		color:#6602EF;
		}	
		
.ophthalmic_7{
		color:#fff;
		font-size:20px;
		letter-spacing:7px;
		background:linear-gradient(#8E8C8C, #B0AEAE);
		font-weight:bold;
		font-family:,sans-serif;
		text-align:center;
		padding:10px;
		clear:both;
		}
			
.cont_7{
		text-indent:1.5em;
		font-weight:bold;
		font-size:16px;
		background-color:#C4C3C3;
		border:double 5px #fff;
		color:#545353;
		}

.op_hr{
		border-style: dashed;
		border-color:#474749;
		}
		
.ophthalmic_text{
		margin:20px 10px;
	}	
	
.text_op1{
		font-weight:bold;
		color:#B80336;
		font-size:16px;
	}
	
.text_op2{
		font-weight:bold;
		color:#F59307;
		font-size:16px;
	}
	
.text_op3{
		font-weight:bold;
		font-size:15px;
	}
	
.text_op4{
		font-weight:bold;
		color:#218B04;
		font-size:15px;
	}
	
.text_op5{
		font-weight:bold;
		color:#0211D5;
		font-size:15px;
	}
		
.caution_1{
		margin-top:20px;
		padding:20px;
		border:solid 1px #F4680B;
		background-color:#FCEEC7;
		}
	
.ophthalmic_1_img{
		display: inline-block;
		padding:10px;
		}
					
.dryeye_1{
		border:double 4px #F4680B;
		background-color:#FCEEC7;
		margin:0 25px;
		}
		
.dryeye_2{
		display: inline-block;
		width:300px;
		padding:20px 0px 0px 20px;
		font-weight:bold;
		}

.dryeye_3{
		display: inline-block;
		width:300px;
		padding:20px 0px 20px 20px;
		font-weight:bold;
		}