﻿@charset "utf-8";

/* CSS Reset */
/*
#left .contents table,
#left .contents table tr,
#left .contents table th,
#left .contents table td {
  border: none; background: #FFFFFF;
}
*/

#center-content {
  margin-bottom: 10px; width: 100%; text-align: left;
}
#bbs em {
  font-size: 16px; font-weight: bold; font-style: normal; color: #ff0000; line-height: 135%;
  color: #ff0000; font-style: normal;
}
#bbs img {
  padding-left: 3px; border: none;
}

/* BBS menu */
#bbs ul {
  margin-bottom: 20px; list-style-type: none; text-align: right;
}
#bbs li {
  background-image: url(../../images/btn_arrow.gif); background-position: left; background-repeat: no-repeat; display: inline;
  margin-left: 15px; margin-top: 5px; padding-left: 17px; padding-top: 3px;
}


/* table */
#bbs table,
#bbs table table {
  clear: both; width: 100%;
}
#bbs table tr {
  font-size: 14px;
}
#bbs table td {
  text-align: left;
}
#bbs table td A:link {
  color: blue;
}
#bbs table td A:visited {
  color: #800080;
}
#bbs table td input {
  margin: 5px; vertical-align: middle;
}

#left .contents table th img {
  margin: 0; line-height: 1em;
}
#left .contents table td {
  background: #FFFFFF; padding: 1px;
}


/* インデックス表示 */
#bbs table.in {
  width: 100%; margin-bottom: 10px; border: #cccccc 1px solid;
}
#bbs table.in tr.fi {
  font-weight: bold; color: #ffffff; height: 20px; background-color: #666666; text-align: center;
}
#bbs table.in th {
  border: #cccccc 1px solid; padding: 1px; margin: 0; background-color: #418341;
}
#bbs table.in th a {
  color: #fff; font-size: 8px;
}
#bbs table.in td {
  border: #cccccc 1px solid; padding: 1px;
}
#bbs table.in td img {
  margin-top: 6px;
}
#bbs .icon {
  width: 12px;
}
#bbs .name {
  width: 120px; font-size: 12px;
}
#bbs .num {  /* 数字 */
  margin-bottom: 15px;
  font-size: 9pt; font-family: Verdana,Helvetica,Arial;
}
#bbs .s1 {  /* 日付 */
  font-size: 10px; font-family: Verdana,Helvetica,Arial; white-space: nowrap;
}
#bbs .s2 {  /* 最終投稿者 */
  font-size: 10px; font-family: MS UI Gothic; line-height: 90%;
}


/* 追加 2012/6/24 */
#bbs table.in td.bbs-sub {
  width: 300px;
}


@media screen and (max-width: 500px){
  #bbs .name {
    width: auto;
  }
  #bbs table.in td.bbs-sub {
    width: auto;
  }
}

/*
#bbs p.title {  // スレタイトル
  margin-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-bottom: 5px;
  font-weight: bold; color: #ffffff; background-color: #666666;
}
#bbs p.article {
  margin-top: 20px; margin-bottom: 20px; margin-left: 5px;
}
#bbs p.maint {
  margin-bottom: 10px; margin-left: 5px; padding-bottom: 5px; text-align: right;
}
#bbs p.res {  // スレレスタイトル
  padding-left: 5px; margin-bottom: 5px; padding-bottom: 5px; padding-top: 5px; background-color: #cccccc; font-weight: bold;
}

#bbs .bbs-form td {
  padding-bottom: 10px;
}
*/

#bbs-view {
  width: 100%; margin-top: 10px; text-align: left; background-color: #ffffff;
}


/* --------------------------------------------------------
  新掲示板用追加CSS
--------------------------------------------------------- */

/* 設定リセット */
#left .contents dl {
  padding: 0; margin: 0;
}
#left .contents dl dt {
  color: #FFFFFF; border: none;
}
#left .contents dl dd {
  line-height: 1.2em; margin-bottom: 5px;
}

#bbs dl {
  margin-left: 10px; padding: 2px;
}
#bbs dt {
  padding: 6px; padding-left: 10px; 
  margin-bottom: 10px; background-color: #aaa; color: #333; font-weight: normal;
}
#bbs dt.master {
  background-color: #418341; color: #FFF;
}
#bbs dt img{
  float: left; margin-right: 10px;
}
#bbs dl dd {
  padding: 2px; margin-left: 5px; clear: both;
}
#bbs dl dd p {
  margin-left: 40px; line-height: 1.8em;
}
#bbs .mente {
  margin-left: 10px; margin-bottom: 10px; text-align: right;
}

@media screen and (max-width: 500px){
  #bbs dl { width: 100vw; margin: 0; padding: 0; }
  #bbs dt img{
    display: none;
  }
  #bbs dl dd {
    margin: 0; padding: 0;
  }
  #bbs dl dd p {
    margin: 0; padding: 10px 0; font-size: 80%;
  }
  #bbs dd img.master-img{
    margin: 0; width: 100vw;
  }
  #bbs .mente {
    width: 100vw; margin: 0; margin-bottom: 10px; text-align: center;
  }
  #bbs .mente img {
    width: auto; height: auto;
  }
}

/* Nintendo 3DS */
@media screen and (max-width: 320px){
  #bbs dl, #bbs dt.master, #bbs .mente,
  #bbs dd img.master-img { width: 100%; }
}


/* bbs-form（フォームテーブル） */
#bbs.contents .bbs-form table,
#bbs.contents .bbs-form tr,
#bbs.contents .bbs-form th,
#bbs.contents .bbs-form td {
  border: none; background-color: #FFFFFF; color: #666666; font-weight: normal; padding: 0px; font-size: 12px;
}

@media screen and (max-width: 500px){
  #bbs.contents dl dt img {
    width: auto; height: auto;
  }






  DIV#bbs-view, DIV#scrollbar {
    width: 100%; font-size: 80%;
  }
  DIV#bbs TABLE {
    width: 100%;
  }
  DIV#bbs TABLE TR,
  DIV#bbs .num,
  DIV#bbs .s1,
  DIV#bbs .s2 {
    font-size: 80%;
  }
  DIV#bbs .sub {
    width: 50%;
  }
  DIV#bbs .name {
    width: 30%; font-size: 100%;
  }

  DIV#bbs P,
  DIV#bbs P.article {
    font-size: 120%; line-height: 1.4em;
  }
  DIV#bbs DL {
    font-size: 100%;
  }
  DIV#bbs DD P {
    font-size: 120%;
  }
  DIV#bbs P.title {
    font-size: 100%; width: 100%;
  }
  DIV#bbs TABLE.in TD {
    margin: 0; padding: 0;
  }
  DIV#bbs P {
    margin: 0; padding: 0;
  }
  DIV#bbs P.res {
    margin: 0; padding: 10px; margin-left: -5px;
  }
  DIV#bbs P.res IMG {
    display: none;
  }
  DIV#bbs P.res strong {
    font-size: 80%;
  }
  DIV#bbs P.res dl {
    font-size: 100%;
  }
  #inputlength {
    display: none;
  }

  DIV#bbs .bbs-form {
    width: 100%; font-size: 110%; padding: 10px;
  }
  DIV#bbs .bbs-form input {
    width: 96%; font-size: 120%; resize: none; padding: 3px;
  }
  DIV#bbs .bbs-form input.ck {
    width: auto;
  }
  DIV#bbs .bbs-form textarea {
    width: 100%; font-size: 120%; resize: none;
  }
}






/* 掲示板内検索ボタン */
#search {
  margin-bottom: 10px;
}

/* お気に入りボタン */
#fav-btn {
  margin-bottom: 10px;
}

/* タグリスト */
#taglist {
  display: none;
}


/* prev_page（ページ送り） */
#prev_page {
  text-align: center; padding: 0px; margin: 0px; width: 730px;
}
#prev_page STRONG {
  width: 18px; font-weight: bold; padding: 2px 3px;
  display: block; float: left; margin: 0 3px 3px 0;
  color: #333333; border: #DDDDDD solid 1px; background-color: #EEEEEE;
}
#prev_page A {
  width: 18px; font-weight: normal; padding: 2px 3px;
  display: block; float: left; margin: 0 3px 3px 0;
  color: #333333; border: #DDDDDD solid 1px;
}
#prev_page A:hover {
  color: #FFFFFF; background-color: #003399; border: #0000DD solid 1px;
}
#prev_page A:active {
  color: #FFFFFF; background-color: #003399; border: #0000DD solid 1px;
}
#prev_page .block {
  display: block; float: left; padding: 2px 10px; width: 62px;
}
@media screen and (max-width: 500px){
  #prev_page {
    width: 100%; margin: 0;
  }
  #prev_page STRONG,
  #prev_page A {
    width: 45px; line-height: 45px; padding: 0;
  }
  #prev_page .block {
    width: 45px; line-height: 45px; padding: 0; font-size: 50%;
  }
}


/* --------------------------------------------------------
  scrollbar
--------------------------------------------------------- */
/*
#scrollbar {
  width:670px; height:700px; border:solid 0px #999999; overflow:scroll; padding:10px; margin-bottom: 10px;
}
#scrollbar.agree {
  width:650px; height:300px; border:solid 1px #999999; overflow:scroll; padding:10px; margin-bottom: 10px; background-color: #FFFFCC;
}
*/


/* --------------------------------------------------------
  My Design
--------------------------------------------------------- */

#my-design {
  padding-top: 15px; width: 500px;
}
#my-design .design-img {
  width: 192px; padding-left: 15px; float: left; text-align: center;
}
#my-design .design-img IMG {
  margin-bottom: 5px;
}
#my-design .design-ad {
  padding-left: 15px; float: left;
}

@media screen and (max-width: 500px){
  #my-design {
    width: 100%;
  }
}



#section {
  width: 700px; margin-left: auto; margin-right: auto;
}
#section .paint {
 width: 561px; margin-right: 10px; float: right;
}
#section .ad {
 width: 125px; float: none;
}

#book {
  width: 700px;
}
#book .item {
  width: 85px; height: 85px; padding: 0 16px 10px 15px; text-align: center; float: left;
}

#bbs .form-ad {
  /* position: relative; top:-385px; left:520px; */
}

/* sonouti dasu */
p.iconlist {
  display: none;
}

@media screen and (max-width: 500px){
  #section,
  #section .paint,
  #section .ad {
    width: 100%;
  }
  #book,
  #book .item {
    width: auto;
  }
  p.iconlist img {
    width: 5px; height: auto;
  }
}

