/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  margin: 0 auto 5%;
}
#input_header .caption{
  text-align:left;
  width:90%;
  margin:15px auto 0;
  color:#eee;
  line-height:1.5em;
  text-align:justify;
  font-size: 15px;
}
.disp_pc #input_header .caption {
  text-align:justify;
  line-height:1.7;
  font-size: 18px;
}

/*--------------------*
 *  .pack_announce
 *--------------------*/
.pack_announce {
  width: 90%;
  margin: 0 auto 3%;
  box-sizing: border-box;
  color: #000;
  padding: 2% 3%;
  font-size: 0.9em;
  background-color: #EAE9E5;
  border: 2px solid #D1BD78;
}
.telling .section_bdy .pack_announce ol li {
  color: #000066;
  font-weight: bold;
  background: none;
  padding: 2px 0;
  font-size: 1.0em;
  line-height: 1.4em;
}
.pack_announce strong {
  color: #C41A41;
}
.telling .pack_announce ol{
  width: 100%;
  padding: 2% 0;
}
.pack_announce LI {
  padding: 5px 5px 5px 0;
}

/*--------------------*
 *  .price_info2
 *--------------------*/
.price_info2 {
  margin: 5% auto;
  width: 85%;
}
.price_info2 p {
  color: #eee;
  font-size: 0.8em;
  line-height:1.5em;
}
.disp_pc .price_info2 p {
  font-size: 1.0em;
}
.price_info2 .price_normal strong {
  color: #FFFF00;
}
.price_info2 .info_title {
  font-weight: bold;
  margin-bottom: 1%;
}

/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
  color:#fff;
}
#attention h3{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:3%;
}
#attention P,
#attention li{
  line-height: 1.6;
}
.disp_sp #attention P,
.disp_sp #attention li{
  font-size: 0.9em;
}
