@charset "UTF-8";

body {
  background-color: #F2F2F1;
  color: #333333;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
a:link {
  color: #006699;
  text-decoration: none;
}
a:visited {
  color: #003366;
  text-decoration: none;
}
a:hover {
  color: #3399CC;
  text-decoration: none;
}
a:active {
  color: #66CCFF;
  text-decoration: none;
}
body, table {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Verdana,'メイリオ',Meiryo,'MS Pゴシック',Osaka,arial,helvetica,sans-serif;
  font-size: 12px;
}
p {
  line-height: 1.5;
}
p a:link {
  text-decoration: underline;
}
p a:visited {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
p a:active {
  text-decoration: underline;
}
div#container {
  width: 984px;
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: left;
}
/*------BLOCKQUOTE_COLOR_START------*/
blockquote.quotation {color: #003366}
blockquote.quotation blockquote {color: #336699}
blockquote.quotation blockquote blockquote {color: #88bbff}
blockquote.quotation blockquote blockquote blockquote {color: #99cc66}
blockquote.quotation blockquote blockquote blockquote blockquote {color: #999999}
blockquote.quotation blockquote {margin: 0}
/*------BLOCKQUOTE_COLOR_E_N_D------*/
blockquote.quotation, blockquote.quotation blockquote {
  background: transparent none;
  border: none;
  padding: 0 0 0 8px;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  border-left-style: solid !important;
  border-left-width: 2px !important;
}

/* 入力欄の中央寄せ */
div#container form table.field-table {
  margin-left: auto;
  margin-right: auto;
}

/* 慎重に操作するべきフィールドセット */
fieldset.risky {
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/bg_caution.gif');
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px;
  text-align: center;
  margin: 40px 0 0 0;
  color: #000000;
}

/* リフレッシュフィールドセット */
fieldset#refresh {
  margin-bottom: 40px;
  font-size: 90%;
}
fieldset#refresh legend {
  display: none;
}
fieldset#refresh ol, fieldset#refresh ol li {
  display: inline;
  padding-right: 0.6em;
}

/* ターゲット選択フィールドセット */
div#article-finder, div#target-selector, fieldset#subdivision-arrangement, form#categoryselector {
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/bg_plastic_light.gif');
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px 20px 10px 20px;
  text-align: left;
  color: #000000;
  margin: 0;
}
div#article-finder form#articlenavi {
  float:left;
  margin-right: 1em;
}


/* 入力欄の表示調整 */
body.editor {
  margin: 0;
  padding: 0;
  background: #f2f2f2 none;
  color: #000;
}
body.editor div#container, body.popup div#container {
  width: auto;
  margin: 0;
  padding: 0;
}
body.editor div#main {
  margin-top: 20px;
  padding-top: 10px;
}
body.editor div#main form {
  margin: 0;
}
body.editor a {
  color: #000;
  text-decoration: underline;
}
div#container form table.field-table {
  margin: 0 auto 30px auto;
  
}
.nicEdit-main { background-color: #fff }
table.field-table tbody tr.tbody-start th.field-group-name,
table.field-table tr.tbody-start td.field-group-description {
  text-align: left;
  color: #666;
  border-bottom: #ccc 1px solid;
}
body.editor h1 {
  margin: 0 0 20px 0;
  padding: 8px 20px;
  background-color: #aaa;
  color: #fff;
  font-size: 1.2em;
}

@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
  table.field-table,
  table.field-table table.sub-field-table,
  table.field-table tbody,
  table.field-table tr,
  table.field-table th,
  table.field-table td {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  table.field-table tr {
    border-top: #FAFAFA solid 1px !important;
    border-bottom: #DDD solid 1px !important;
  }
  table.field-table table.sub-field-table tr {
    border-left: #E0E0E0 solid 1px !important;
    border-right: #E0E0E0 solid 1px !important;
  }
  table.field-table th,
  table.field-table td {
    padding: 5px 10px !important;
  }
  table.field-table  img,
  table.field-table  input,
  table.field-table  textarea {
    max-width: 95% !important;
  }
}
@media screen and (max-device-width: 480px) {
  body.editor {
    -webkit-text-size-adjust: none;
  }
  table.field-table  input,
  table.field-table  textarea {
    max-width: 200px !important;
  }
}

/* 記事選択フィールドセット */
fieldset#article-selector {
  background-color: #f9f9f9;
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/fieldset_bg.gif');
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
}
ul.proposal-text-menu li {
  font-size:12px;
}

/* インデックス・リスト */
ul.index {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 1em;
  padding-left: 0;
}
ul.index li {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
ul.index li div.title {
  font-weight: bold;
}
ul.index ul {
  list-style-type: none;
  margin:  0;
  padding: 0;
}
ul.index li ul li{
  line-height: 1.2em;
  margin-bottom: 0;
}
ul.index p {
  line-height: 1.2em;
  margin: 0;
}

/* カートを見る iframe */
iframe#shoppingcart {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter:alpha(opacity=90);
  border: 1px solid #000;
  background: #fff none;
}

/* 検索ボックス */
input.placeholder {
  color: #666;
}

iframe.gmap-index {
  margin-bottom: 15px;
}

div#container:after {
  content: "";
  clear: left;
}
hr {
  clear: both;
  border: none;
  width: 100%;
  height: 1px;
  background: transparent none;
  margin: 0;
  padding: 0;
}

/* フッタ */
div#close-button {
  text-align: center;
}
div#footer {
  margin: 36px auto 20px auto;
  padding: 12px 0;
  width: 984px;
  border-top: solid 1px #CCC;
  font-size: 10px;
  clear: both;
}
div#footer p#copyright {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
}
div#footer a {
  color: #333;
  text-decoration: none;
}
div#footer a:hover {
  background-color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div#footer ul#info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
div#footer ul#info li {
  display: inline;
  margin: 0;
  padding: 0 12px;
  border-right: 1px solid #CCC;
  text-align: right;
/*  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif; */
}
div#footer ul#info li.first {
  padding-left: 0;
}
div#footer ul#info li.last {
  padding-right: 0;
  border-right: none;
}
p.top {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
}

div#introduction,
body.single div#main {
  width: 984px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFF url("../image/content/common/introduction_body.gif") center top;
}
div#introduction h1,
body.single div#main h1 {
  width: 984px;
  height: 24px;
  margin: 0;
  padding: 7px 0 0 0;
  text-align: center;
  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif;
  font-weight: bold;
  color: #FFF;
  line-height: 15px;
  font-size: 15px;
  background: #192F3F url("../image/content/common/introduction_head.gif") no-repeat center top;
}
div#introduction h1.ignorable,
body.single div#main h1.ignorable {
  width: 984px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  background: #FFF url("../image/content/common/introduction_ignorable_head.gif") no-repeat center top;
}
div#introduction div.content,
body.single div#main div.content {
  margin: 0;
  padding: 0;
  background: url("../image/content/common/introduction_foot.gif") no-repeat center bottom;
}

div#sub div.section, div#aside div.section, ul#menu li {
  width: 180px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFF url("../image/content/common/sub_body.gif") center top;
}
div#sub div.section h2, div#aside div.section h2, ul#menu li h2 {
  width: 180px;
  height: 24px;
  margin: 0;
  padding: 7px 0 0 0;
  text-align: center;
  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif;
  font-weight: bold;
  color: #FFF;
  line-height: 15px;
  font-size: 15px;
  background: #192F3F url("../image/content/common/sub_head.gif") no-repeat center top;
}
div#sub div.section h2.ignorable, div#aside div.section h2.ignorable, ul#menu li h2.ignorable {
  width: 180px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  background: #FFF url("../image/content/common/sub_ignorable_head.gif") no-repeat center top;
}
div#sub div.section div.content, div#aside div.section div.content, ul#menu li div.content {
  margin: 0;
  padding: 0;
  background: url("../image/content/common/sub_foot.gif") no-repeat center bottom;
}
div#sub h1, div#aside h1 {
  display: none;
}

div#table-viewer-box table {
  margin: 0 auto;
  width: 100% !important;
}
ul.tile {
  margin: 26px -9px 0 -8px;
  text-align: center;
}
ul.tile li {
  margin: 0 9px 26px 8px;
  width: 231px !important;
  border: none;
  background: #FFF url("../image/content/common/item_body.gif") center top;
}
ul.tile li div.title {
  width: 231px;
  height: 24px;
  margin: 0;
  padding: 7px 0 0 0;
  text-align: center;
  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  font-size: 15px;
  background: #192F3F url("../image/content/common/item_head.gif") no-repeat center top;
}
ul.tile li div.body {
  margin: 0;
  padding: 10px 10px 14px 10px;
  background: url("../image/content/common/item_foot.gif") no-repeat center bottom;
}
ul.tile li div.body div.icon {
  text-align: center;
}
ul.tile li div.body div.description {
  text-align: left;
  margin: 0.8em 0;
}
ul.tile li div.body div.price {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #003366;
  margin: 0.5em 0;
}
ul.tile li div.body div.cart div {
  margin: 3px 0;
}
ul.tile li div.body div.cart div.showcase-submit {
  margin-top: 1em;
}
ul.tile li ol.checkbox {
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
  border: solid 1px #D6D6D6;
  font-size: 0.9em;
}

body.popup div#main {
  width: 600px;
  margin: 20px auto;
  padding: 0;
  text-align: left;
  background: #FFF url("../image/content/common/popup_body.gif") center top;
}
body.popup div#main h1 {
  width: 600px;
  height: 24px;
  margin: 0;
  padding: 7px 0 0 0;
  text-align: center;
  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif;
  font-weight: bold;
  color: #FFF;
  line-height: 15px;
  font-size: 15px;
  background: #192F3F url("../image/content/common/popup_head.gif") no-repeat center top;
}
body.popup div#main div.content {
  margin: 0;
  padding: 15px;
  background: url("../image/content/common/popup_foot.gif") no-repeat center bottom;
}
ul.tile div.description p,
div#item-table table p {
  display: inline;
}
div#top-item {
  text-align: center;
}
div#top-item p,
div#top-item h4,
div#top-item h3 {
  text-align: left;
}
body.popup div#main div.section {
  margin: 2em 0;
}
body.popup div#main div.section h3 {
  border-bottom: solid 2px #000;
}

ul#menu {
  list-style-type: none;
  width: 1005px;
  margin: 20px -21px 0 0;
  padding: 0;
}
ul#menu li {
  display: inline;
  float: left;
  width: 180px;
  margin: 0 21px 0 0;
  padding: 0;
}
ul#menu li p {
  margin: 0;
  padding: 0 10px 12px 10px;
}
ul#menu li p.summary {
  margin: 0;
  padding: 0 1px 12px 1px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
ul#menu li p.summary a {
  color: #333;
  text-decoration: none;
}
ul#menu li p.summary img {
  display: block;
  margin: 0 auto;
}
 ul#menu li div.content {
  min-height: 270px;
}
ul#menu li p.description {
  margin: 0;
  padding: 0 10px 0 10px;
}
ul#menu li dl {
  margin: 0;
  padding: 4px 10px 12px 10px;
}
ul#menu li dl dt {
  color: #CC3333;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
ul#menu li dl dd {
  color: #CC3333;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul#menu li dl dd.terms {
  color: #333;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

body.double div#main {
  width: 783px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFF url("../image/content/common/main_body.gif") center top;
  float: left;
}
body.double div#main h1 {
  width: 783px;
  height: 24px;
  margin: 0;
  padding: 7px 0 0 0;
  text-align: center;
  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif;
  font-weight: bold;
  color: #FFF;
  line-height: 15px;
  font-size: 15px;
  background: #192F3F url("../image/content/common/main_head.gif") no-repeat center top;
}
body.double div#main h1.ignorable {
  width: 783px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  background: #FFF url("../image/content/common/main_ignorable_head.gif") no-repeat center top;
}
body.double div#main div.content {
  margin: 0;
  padding: 0;
  background: url("../image/content/common/main_foot.gif") no-repeat center bottom;
}
body.double div#sub {
  float: right;
  width: 180px;
}
body.double div#sub div.section,
body.triple div#sub div.section,
body.double div#aside div.section,
body.triple div#aside div.section {
  margin-bottom: 20px;
}

body.triple div#main {
  width: 582px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFF url("../image/content/common/column_body.gif") center top;
  display: inline;
  margin: 0 201px;
  float: left;
}
body.triple div#main h1 {
  width: 582px;
  height: 24px;
  margin: 0;
  padding: 7px 0 0 0;
  text-align: center;
  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif;
  font-weight: bold;
  color: #FFF;
  line-height: 15px;
  font-size: 15px;
  background: #192F3F url("../image/content/common/column_head.gif") no-repeat center top;
}
body.triple div#main h1 a {
  color: #FFF;
}
body.triple div#main h1.ignorable {
  width: 582px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  background: #FFF url("../image/content/common/column_ignorable_head.gif") no-repeat center top;
}
body.triple div#main div.content {
  margin: 0;
  padding: 15px 25px 25px 25px;
  background: url("../image/content/common/column_foot.gif") no-repeat center bottom;
}
body.triple div#sub {
  width: 180px;
  float: left;
  margin: 0 0 0 -180px;
}
body.triple div#aside {
  width: 180px;
  float: left;
  margin: 0 0 0 -984px;
}

