@charset "UTF-8";

html {
    font-family: sans-serif;
    margin-left: 5px;
}
html* {
    box-sizing: border-box;
}
body {
    margin: 0 0 0 0;
    background-color: #fafcf7;
}
.wrapper {
    margin: 0 auto 0 auto;
    max-width: 960px;
}
img {
    max-width: 100%;
    height: auto;
}
.image {
    margin: 50px 0 40px 0;
    line-height: 0;
    text-align: left;
}
h1 {
    color: #10380b;
    font-size:30px;
}
h2 {
    color: #10380b;
    font-size:26px;
}
h3 {
    color: #10380b;
    font-size: 22px;
}
h4 {
    color: #f9fdf9;
    font-size:22px;
    background    : #022507;     
}
h5 {
    color: #10380b;
    font-size: 18px;   
}
h6 {
    color: #10380b;
    font-size: 18px; 
    margin: 0 0 0 0;
    padding: 0 0 0 0;   
}


.input_label{
    border:0;
    padding: 5px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    color:#3f5170;
    border:0;
    margin:0 0 20px;
    width:300px;
    height: 100px;
    
}
.inputtext{
    font-size:100%;
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 16pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 12px 12px;   /* 余白       */
    background    : #f6f8f5;     /* 背景色     */
    color         : #070e01;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
    border        : 2px solid #000066;    /* 枠の指定 */
    width: 80px;
}
.yubi_name{
    margin:0;
}
.button {
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 22pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 12px 12px;   /* 余白       */
    background    : #000066;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
    border        : 2px solid #000066;    /* 枠の指定 */
    width         : 300px;
}
.button:hover {
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #10380b;     /* 文字色     */
    background    : #ffffff;     /* 背景色     */
    border        : 2px solid #000066;    /* 枠の指定 */
}

  
.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.houhousetumei{
    padding-top:3em;
}



/* テスト       */

ul {
  padding: 0;
  
}

.product_list li{
    list-style: none;padding-left: 30px;
    }
  .product_list li {list-style: none;background-color:#ffffff; font-size :18pt;}
  .product_list li:hover { background-color:#fafcf7;  }
  .product_list li a:hover{ color: #1350d4;display: block; }
  .product_list li a { color: #393a3d;display: block; }
.price{
    font-size: 15px;
    text-decoration: none;
}
.comment{
    font-size: 15px;
    text-decoration: none;
}


.btn-square {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
  }
.btn-square:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}



