@charset "utf-8";

table.small-table {
  margin:1.6em auto;
}
table.small-table th, table.small-table td {
  padding:3px;
  border:solid 1px #cccccc;
  line-height:1.4em;
}
.tp-box {
  width:235px;
  height:26em;
  float:left;
}
.tp-box-inner {
  width:200px;
  height:23em;
  padding:9px;
  border:solid 1px #cccccc;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  box-shadow:4px 4px 6px #cccccc;
  -webkit-box-shadow:4px 4px 6px #cccccc;
  -moz-box-shadow:4px 4px 6px #cccccc;
}
.mutual-title {
  text-align:center;
  margin:.0 0 .5em 0;
  padding:3px 0;
  border:none;
  background-color:#b0e0e6;
}
.mutual-catch {
  font-weight:bold;
  text-align:center;
  margin:.5em 0;
}
.tp-box-inner p {
  margin:.5em 0;
  line-height:1.4em;
}

.mini-box {
  width:260px;
  height:8em;
  padding:10px;
  border:solid 3px #ff3333;
}
.mini-box h4 {
  margin:0 0 .5em 0;
}
.mini-box p {
  line-height:1.4em;
  margin:.5em;
  text-align:center;
}

