@charset "UTF-8";
/*--------------------------------
　---------　共通部品　------------　
　--------------------------------*/
/*　＜Ｂｏｄｙ関連＞　*/
.colR {
  color: #ff0000; }

.colG {
  color: #006600; }

.colB {
  color: #0000cc; }

.fntSizeL {
  font-size: 1.1em; }

.fntSizeS {
  font-size: 0.85em; }

.fntBold {
  font-weight: bold; }

.inBlock {
  display: inline-block; }

html {
  scroll-behavior: smooth; }

body {
  /*Body背景、共通フォント*/
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #333;
  font-family: Arial, sans-serif;
  letter-spacing: 0.15em;
  font-size: 1em;
  background-color: #ffffff; }

#gbody {
  /*body背景グラデーション、基本Boxの大きさ*/
  max-width: 100%; }

#mybody {
  /*きほんBox */
  width: 1024px;
  background-color: #ffffff;
  margin: auto;
  position: relative; }

h1 {
  /*基本Box内Top　H1見出し*/
  margin: 0 0 10px 10px;
  height: 11px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.1em; }

.header {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-style: none none solid none;
  border-width: 4px;
  border-color: #0000cc;
  position: relative; }

.header img {
  display: inline-block;
  float: left;
  width: 250px;
  height: 45px;
  margin: 0 16px; }

.header ul {
  display: inline-block;
  position: absolute;
  padding-left: 10px;
  bottom: 0;
  margin: 0; }

.header li {
  display: inline-block;
  /*リスト横並び*/
  margin-right: 2px;
  float: left; }

.header li a, .header li div {
  /*display: block; 　天地中央揃えの為table-cellを利用する　*/
  display: table-cell;
  width: 112px;
  height: 36px;
  border-radius: 6px 6px 0 0;
  background-color: #0000cc;
  border-style: solid solid none solid;
  border-width: 2px;
  border-color: #6666ff;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }

.header li a:hover {
  background-color: #6666ff;
  color: #ccffff; }

#NowPage {
  /*現在表示中のページ*/
  position: relative;
  background-color: #ccccff;
  border-width: 2px;
  border-color: #6666ff;
  color: #333333; }

#NowPage:after {
  /*現在表示ページに三角形でマーキング*/
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  /* 10pxのラインで縦横0pxの透明な枠の四角形を作成*/
  border-bottom-color: #0000cc;
  /*四角形のうち下のラインだけ色をつける、結果として三角形ができる*/
  content: ' ';
  left: 50px;
  /*左端から線の半分+線の巾＝　BOXの巾　-（線の巾/2）+　線の巾　*/
  bottom: 0; }

.footer {
  /*position:absolute;*/
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-style: solid none none none;
  border-width: 4px;
  border-color: #0000cc;
  bottom: 0; }

.footer h2 {
  /*基本Box内bottom　H2見出し*/
  width: 100%;
  margin: 5px auto;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em; }
  

.footer ul {
  font-size: 12px;
  text-align: center;
  margin: 4px auto;
  padding: 0; }

.footer li {
  display: inline; }

.footer li a {
  display: inline;
  display: table-cell;
  text-align: center;
  padding: 0 5px;
  height: 18px;
  text-decoration: none;
  letter-spacing: 0.1em; }

.footer li a:hover {
  background-color: #cccccc; }

#topinfo {
  width: 100%;
  margin: 6px 0; }

.topinfoin {
  width: 80%;
  margin: 0 auto;
  background-color: #7bf79b;
  border-radius: 10px;
  padding: 10px 20px;
  letter-spacing: 0.15em; }
  .topinfoin P {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #333333;
    margin: 0 auto; }
  .topinfoin .title {
    margin: 10px 0 0 0;
    color: #0000cc;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em; }
    .topinfoin .title span {
      margin-left: 20px;
      font-size: 0.85em; }
  .topinfoin .naiyo {
    margin: 0 0 0 15px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #050510; }

#mainspace {
  width: 100%; }
  #mainspace h2 {
    width: 90%;
    margin: 15px auto 5px;
    text-align: left;
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 0.05em;
    border-bottom: 3px solid #7069e0;
    border-left: 20px solid #7069e0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold; }
  #mainspace .mainspace_contents {
    width: 90%;
    margin: 0 auto;
    padding-left: 30px; }
  #mainspace .block1 {
    width: 450px;
    height: 200px;
    border: 2px solid black;
    margin: 5px;
    margin-right: 15px;
    float: left; }
  #mainspace .block2 {
    height: 130px; }
  #mainspace .img1 {
    object-fit: cover; }
  #mainspace .myblock {
    padding-top: 10px;
    background: #ffffcc;
    text-align: center; }
    #mainspace .myblock .strg {
      font-size: 2.8em;
      margin-top: 15px;
      display: inline-block; }
    #mainspace .myblock .bold {
      font-weight: bold;
      font-size: 1.2em;
      display: block; }
    #mainspace .myblock .lin {
      width: 60%;
      border: 2px dashed red;
      margin: 0 auto;
      margin-bottom: 20px; }
  #mainspace p {
    margin: 5px 10px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    color: #050510; }
    
  #mainspace h3 {
    margin: 5px 10px 0 40px;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #dc0d22; }
    
 .merit {
	margin: 5px 10px 0 60px;
    font-size: 0.85em;
    color: #0d0dba;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }  
    
  #mainspace .float_none {
    clear: both; }
  #mainspace li {
    width: 95%;
    list-style: none;
    border-bottom: 1px dashed #9999ff;
    font-size: 0.9em;
    text-align: center;
    color: black; }
    #mainspace li .titl {
      font-weight: bold;
      background: #9999ff;
      color: blue;
      padding: 5px 0;
      margin: 0 1px; }
    #mainspace li .sizname, #mainspace li .sizpric, #mainspace li .sizewh, #mainspace li .sizcmnt {
      width: 20%;
      padding: 10px 0 5px 0; }
    #mainspace li .sizname, #mainspace li .sizpric {
      font-weight: bold; }
    #mainspace li .sizname {
      width: 30%; }
      #mainspace li .sizname .maker {
        width: 40%;
        font-size: 0.8em;
        display: inline-block; }
      #mainspace li .sizname .sname {
        width: 40%;
        font-size: 1.2em;
        display: inline-block;
        /*text-align: left;*/ }
    #mainspace li .sizpric, #mainspace li .sizewh, #mainspace li .sizcmnt {
      width: 15%; }
      #mainspace li .sizpric .fntsizeL, #mainspace li .sizewh .fntsizeL, #mainspace li .sizcmnt .fntsizeL {
        font-size: 1.1em; }
      #mainspace li .sizpric .fntsizeS, #mainspace li .sizewh .fntsizeS, #mainspace li .sizcmnt .fntsizeS {
        font-size: 0.8em; }
    #mainspace li .sizcmnt {
      width: 37%;
      text-align: left;
      padding-left: 5px; }
    #mainspace li .info {
      text-align: left;
      display: block; }
    #mainspace li .child {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%); }

#topBtn {
  background: #3b3b3b;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
