@charset "UTF-8";
/*---------------------------
デフォルトスタイル
---------------------------*/
p, h1, h2, h3, h4, ul, li, dl, dt, dd, img {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style-type: none;
}

#container {
  width: 980px;
}

/*---------------------------
タイトル
---------------------------*/
h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 0 12px;
  padding-bottom: 5px;
}

.title-comment {
  margin: 0 0 25px 0;
  font-size: 0.8em;
}

/*---------------------------
ブロック
---------------------------*/
dl dt {
  margin: 0 0 15px 0;
}

dl dd.enter-comment {
  margin: 0 0 10px 0;
  font-size: 0.8em;
}

/* ボタン */
div#menu {
  width: 740px;
  margin: 0 auto;
}

div#menu a {
  display: block;
  float: left;
  padding: 8px;
  margin-bottom: 15px;
  background: url(/static/images/common/yaji_kaku_bl_12.png) no-repeat 97% 95%;
  border: 1px solid #999999;
  box-shadow: 1px 1px 2px #999999;
  color: #333333;
  width: 340px;
  height: 200px;
}

div#menu a:nth-of-type(2n) {
  margin-left: 20px;
}

div#menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div#menu a:hover img {
  opacity: 1 !important;
}

div#menu h3 {
  color: #333;
  margin: 0 0 8px;
  border-bottom: 1px solid #999;
  padding: 0 0 4px;
}

div#menu dl dt {
  font-size: 0.8em;
  line-height: 1.3;
}

div#menu dl dd img {
  width: 100%;
}

div#menu dl dd span {
  display: table;
  width: 100%;
  height: 8em;
}

div#menu dl dd span object {
  display: table-cell;
  vertical-align: middle;
}

/*---------------------------
フロート解除
---------------------------*/
.clfx {
  display: block;
}

.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
