.topic-wrap {
  width: 530px;
}

/* base */
.topic-wrap ul,
.topic-wrap li,
.topic-wrap dl,
.topic-wrap dt,
.topic-wrap dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-wrap p {
  margin: 0 0 20px 0;
}

.topic-wrap .block {
  margin-bottom: 20px;
}

.topic-wrap .block table {
  /*border-collapse: collapse;*/
  width: 200px;
}

.topic-wrap .block table th {
  background-color: #d1dae9;
  font-weight: normal;
  padding: 3px;
  width: 80px;
}

.topic-wrap .block table td {
  background-color: #eefdff;
  padding: 3px;
}

.topic-wrap .column {
  border: 1px dotted #3425f7;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fefdec;
}

.topic-wrap .column h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
}

.topic-wrap .column h3.center {
	text-align: center;
	font-size:16px;
}

.topic-wrap .column li {
  background: url(../images/common/dot.png) top left no-repeat;
  padding-left: 15px;
}

.topic-wrap ul.std {
  text-indent: 1em;
  margin-top: 10px;
}

.topic-wrap ul.std li {
  background: none;
  text-indent: -1em;
}

/*.topic-wrap  .block h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #333;
  font-size: 15px;
}*/

.topic-wrap .column p {
  margin-bottom: 0;
}

.topic-wrap .column .note {
  color: #f00;
  margin-bottom: 5px;
  text-decoration: underline;
}

.topic-wrap h3.style3 {
  margin: 0 0 6px 0;
  color: #4471c3;
  font-size: 15px;
}

.topic-wrap h3.sizeup {
	font-size: 16px;
	text-decoration: underline;
}

.topic-wrap h3.style3 strong.underline {
	text-decoration: underline;
}

.topic-wrap ul.picture {
  overflow: hidden;
}

.topic-wrap ul.picture li {
  float: left;
  width: 260px;
}

.topic-wrap ul.picture li.edge {
  float: right;
}

.topic-wrap .txt_stitle2 {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 15px;
}

.topic-wrap .txt_stitle {
  font-weight: bold;
  line-height: 1.3;
  font-size: 13px;
}

.topic-wrap .txt_stitle3 {
  font-weight: bold;
  line-height: 1.3;
  font-size: 12px;
  color: #000;
}

.topic-wrap dl {
  margin-bottom: 15px;
}

.topic-wrap dl dt {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1.3;
  color: #787978;
}

.topic-wrap dl dd {
  margin-bottom: 8px;
}
