@charset "UTF-8";
#productsContent{
  margin-top: 30px;
}
#productsContent h1{
  background: #dcdcdc;
  font-size: 1.6rem;
  padding: 5px 20px;
}
#productsContent h2 {
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: #9f9f9f 2px solid;
  margin-top: 30px;
  margin-bottom: 10px;
}
#productsContent .ans {
  padding: 20px;
  border: #dcdcdc 2px solid;
  margin-bottom: 20px;
}
.ans ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(../common/images/ico_circle_gray_s.gif) no-repeat left 10px;
}
.close_btn {
  border: 0;
  margin-top: 10px;
}
.box_01 {
  padding-left: 1em;
  margin-top: 30px;
}
.box_01 .ttl {
  padding-bottom: 5px;
  border-bottom: #9f9f9f 1px solid;
  margin-bottom: 10px;
}
.box_01 .list_text{
  margin-top: 10px;
  padding-left: 1em;
}
.box_01 .list_text .indent{
  padding-left: 1em;
  text-indent: -1em;
}
#productsContent .box_close{
  text-align: center;
  font-size: 1.4rem;
}
#footer {
  clear: both;
  margin: 20px 1.5% 0;
  padding:20px 0 31px;
  border-top: 3px solid #E4E4E4;
}
#footer p {
  margin: 0 10px 0 0;
  text-align: right;
}
#footer img{
	max-width: 100%;
	width: auto;
}
@media only screen and (max-width: 767px){
  #footer {
    margin: 20px 5%;
  }
}
