@charset "UTF-8";

/* ダウンロード
-----------------------------------------------------------------*/
#download table#makes {
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
#download table#makes tr#caption {
  background: #9fd4ff;
}
#download table#makes tr th {
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
}
/** サムネイル **/
#download table#makes tr th#facon {
  width: 150px;
}
/** テーマ名 **/
#download table#makes tr th#theme {
  width: 100px;
}
/** 概要 **/
#download table#makes tr th#outline {
  width: 200px;
}
 /** バージョン **/
#download table#makes tr th#version {
  width: 100px;
}
/** 最終更新日 **/
#download table#makes tr th#date {
  width: 133px;
}
#download table#makes tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 0.5em 0;
}
#download table#makes tr td.wp_txt {
  text-align: left;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
#download table#makes ol {
  list-style: none;
}

/* 各ダウンロードページ
-----------------------------------------------------------------*/
#download #images {
  float: left;
  margin: 0 1em;
}
#download #relese {
  float: left;
}
#download #relese dl dt {
  float: left;
  width: 5em;
  text-align: center;
  background: #067300;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#download #relese dl dd {
  margin-left: 6em;
  margin-bottom: 0.5em;
}
#download #download_button {
  float: right;
  margin-bottom: 1em;
}
#download #comment {
  clear: both;
}
#download #comment .air {
  font-weight: bold;
  color: #c20000;
}
#download #revision {
  margin: 1em 0 15em 0;
}
#download #revision h3 {
  background: url("../../common/images/download/revision.gif") no-repeat;
  font-weight: bold;
  color: #c20000;
  text-indent: 1.5em;
  font-size: 120%;
  width: 683px;
  border-bottom: 2px dotted #c20000;
  margin-bottom: 0.5em;
}
#download #revision dl dt {
  float: left;
  width: 6em;
}
#download #revision dl dd {
  margin-left: 7em;
}

/* Wordpress テンプレート 683px -150px
-----------------------------------------------------------------*/
#download #makes #caption #theme {
  width: 150px;
}
#download #makes #caption #info {
  width: 233px;
}
#download #makes #caption #ver {
  width: 50px;
}
#download #makes #caption #update {
  width: 100px;
}
#download table#makes tr th#desc {
  width: 50px;
}
#download #makes .wp_txt {
  text-align: left;
}

/* Wordpress テンプレート 各ページ
-----------------------------------------------------------------*/
#download #wp_info dt {
  float: left;
  width: 150px;
}
#download #wp_info dd {
  margin-left: 160px;
}
#download .temp {
  clear: both;
  font-weight: bold;
  margin-top: 1em;
}
#download #wp_temp {
  width: 100%;
}
#download #wp_temp th {
  padding: 0.3em;
  border: 1px solid #999;
  width: 30%;
  background: #9fd4ff;
  font-weight: bold;
}
#download #wp_temp td {
  padding: 0.3em;
  border: 1px solid #999;
}
/* 対応ブラウザ */
#download #wp_browser {
  width: 100%;
  text-align: center;
}
#download #wp_browser th {
  border: 1px solid #999;
  padding: 0.3em;
  background: #fff58f;
  font-weight: bolder;
  width: 10%;
}
#download #wp_browser td {
  border: 1px solid #999;
}