@charset "utf-8"; 

#sp_contents .section .photo {
	width: 100%;
	float: none;
}
#sp_contents .section .photo img {
	width: 100%;
}

#sp_contents .section .left_txt {
	width: 100%;
	float: none;
}

#contents .inner #article .section .section .area{
  border: 2px solid #000;
  padding: 10px 5px 5px 5px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents .inner #article .section .section .area dl{
  margin-bottom: 5px;
  display: table;
}
#contents .inner #article .section .section .area dt{
  display: table-cell;
  width: 115px;
}
#contents .inner #article .section .section .area dd{
  display: table-cell;
}
#contents .inner #article .section .section p.center .right {
  text-align: right;
  display: block;
}
#contents .inner #article .section .section dl.special {
  display: table;
}
#contents .inner #article .section .section dl.special dt {
  display: table-cell;
  width: 80px;
}
#contents .inner #article .section .section dl.special dd {
  display: table-cell;
}