html {
  font-size: 14px;
  line-height: 1.4em; }

* {
  float: none;
  position: static;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

body {
  background: #f9f7f5;
  font-size: 16px;
  font-size: 1.0em;
  max-width: 1200px;
  min-width: 300px; }

input[type="text"]::placeholder {
  color: #00cc99; }

input[type="email"]::placeholder {
  color: #00cc99; }

.menu_ul {
  padding: 0; }

.menu_li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 1.1em;
  font-weight: bold;
  background: #ccff99;
  list-style: none;
  color: #2c2424;
  height: 40px;
  padding: 0 5px 0 5px; }
  .menu_li span {
    font-size: 0.95em; }

.disp_none {
  display: none; }

.head_contents {
  height: 80px;
  background-image: url(../img/canvas1.jpg);
  background-size: cover; }

li.page_list {
  display: inline-block;
  width: 28px;
  margin-left: 3px;
  padding-top: 6px;
  padding-bottom: 4px;
  background: #005FFF;
  border: 1px solid #000080;
  border-radius: 3px;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: middle;
  color: white; }
  li.page_list a {
    text-decoration: none;
    color: white; }

li.now_showPage {
  background: #ffffff;
  color: #0000cc;
  border: 2px solid #000080; }

.myCard {
  width: 150px;
  padding: 0.25em;
  text-align: center; }

.myImg {
  width: auto;
  max-height: 140px; }

.myNo:before {
  content: "No."; }

.myA {
  position: relative; }
  .myA:after {
    content: "NoCopy NoCopy";
    position: absolute;
    top: -0.75em;
    left: 0;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    opacity: 0.5;
    color: #e5c9c9;
    line-height: 1.0em; }

.myBigA {
  position: relative; }
  .myBigA:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/noCopy.gif);
    opacity: 0.3; }

.mymodalPct {
  width: auto;
  max-height: 270px; }

#image_expansion {
  position: relative; }

#image_expansion #pan_mouse {
  position: absolute;
  border: 5px solid #f70202;
  cursor: move; }

#pan_mouse {
  display: none;
  border-radius: 5%;
  top: 10px;
  left: 10px;
  border: 2px; }

#pan_image {
  display: none;
  position: absolute;
  cursor: none;
  top: 50px;
  left: 50px;
  border-radius: 25%;
  border: 7px solid #00ff7a;
  background-repeat: no-repeat; }

@media screen and (max-width: 329px) {
  .index-330non {
    display: none; } }

@media screen and (min-width: 330px) and (max-width: 565px) {
  .head_contents {
    height: 90px; }
  .menu_li {
    padding: 0 10px 0 10px; }
  .myCard {
    width: 178px;
    padding: 0.5em; }
  .myImg {
    max-height: 150px; }
  .mymodalPct {
    max-height: 370px; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .menu_li {
    padding: 0 25px 0 25px; }
  .head_contents {
    height: 160px; }
  .myCard {
    width: 178px;
    padding: 0.5em; }
  .myImg {
    max-height: 150px; }
  .mymodalPct {
    max-height: 400px; } }

@media screen and (min-width: 768px) {
  .menu_li {
    background: #ebebf8;
    padding: 0 5px 0 5px;
    width: initial;
    height: 50px;
    border-top: 1px solid #3333ff;
    border-left: 10px solid #3333ff;
    margin: 5px;
    margin-top: 15px;
    padding: 8px;
    line-height: 1.05em;
    color: #ff0033;
    cursor: pointer; }
  .myCard {
    width: 178px;
    padding: 0.5em; }
  .myImg {
    max-height: 150px; }
  .head_contents {
    height: 220px; }
  .mymodalPct {
    max-height: 450px; } }

.c_LSp-012 {
  letter-spacing: 0.12em; }

.c_LSp-010 {
  letter-spacing: 0.1em; }

.c_bg_LigthGreen {
  background: #a4f0b5; }

.c_bg_LigthYellow {
  background: #fdff8b; }

.c_bg_wineRed {
  background: #c10000; }

.c_bg_aquamarine {
  background: #7fffd4; }

.c_bg_hadairo {
  background: #fadeb1; }

.c_bg_higray {
  background: #ebebf8; }

.c_Lht-125 {
  line-height: 1.25em; }

.c_Lht-15 {
  line-height: 1.5em; }