@charset "UTF-8";



#contents {
}



#contents .c-fix .p {
	width: 120px;
	float: right;
}
#contents .c-fix .t {
	width: 500px;
	float: left;
}

#contents .wide .c-fix .p{
  width: 200px;
  float: right;
}
#contents .wide .c-fix .t {
  width: 420px;
  float: left;
}

#contents .c-fix .t p:last-child,
#contents .c-fix .t ul:last-child,
#contents .c-fix .t ol:last-child {
	margin-bottom: 0;
}

#contents .summary{
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 30px;
}