body {
  padding-top: 70px;
  padding-bottom: 40px;
}

h4.podinfo {
    font-size:1.15em;
    border-bottom: 1px #ddd solid ;
}
.noteindent{
    padding-left: 1em;
    text-indent: -1em;
}

ol.usagestep {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
ol.usagestep li {
  position: relative;
  padding-left: 24px;
  line-height: 1.3em;
  padding: 0.5em 0.5em 0.5em 24px;
}

.podinfo_point{
    margin:0.5em 0;
    background-color:bisque;
    border-radius: 6px;
    padding: 0.5em 0 0.1em;
}

ol.usagestep li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #4682b4;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 20%;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  top: 4px;
}
dd img{
    margin:0.5em 1em;
}

/* mybooksPOD usage page */

table.podflow {
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing: 10px;       /* 表の線と線の間の幅 */
}
.podflow th,.podflow td {
    padding: 8px;          /* 枠内アキ指定 */
    vertical-align: top;
}
.podflow td {
    border: solid 1px #ccc;          /* 枠線指定 */
    border-radius: 6px;
    width: 45%;
}

.podflow a {
    color: #309a98;
}
.podflow a:hover {
    color: #005566;
}

form.backwidth {
    
}
form.backwidth input {
    width: 80px;
}
form.backwidth output {
    font-size: 1.5em;
    margin-bottom: 0;
}
.backwidth_unit {
    margin-left: 2em;
}
.backwidth_conv {
    border: 1px #999 solid;
    border-radius: 4px;
    padding: 8px 8px 0;
    max-width: 45%;
    margin: 0 0 1.5em 4em;
}
.backwidth_conv form {
    margin: 0;
}

.makecover {
    margin: 0.5em 0 1em 1em;
}
.makecover_f {
    margin: 0.5em 0 1em 1em;
    border: 1px #666 solid;
    width: 6em;
    height: 8em;
    text-align: center;
    background-color: cornsilk;
}
.makecover_b {
    margin: 0.5em 0 1em 1em;
    border: 1px #666 solid;
    width: 6em;
    height: 8em;
    text-align: center;
    background-color: beige;
}
.makecover_s {
    margin: 0.5em 0 1em 1em;
    border: 1px #666 solid;
    width: 1.5em;
    height: 8em;
    text-align: center;
    background-color: azure;
}


/* mybooksPOD navi */
nav {
    float: right;
    margin-top: 1em;
    margin-right: 0.5em;
    font-size: 0.9em;
}
nav ul {
    display:flex;
    list-style:none;
}
nav li{
    margin-left:1px;
}
nav li:not(:last-child)::after {
    content: "｜";
    margin-left: 5px; 
    color: #000; 
}
nav a.navlink{
    text-decoration:none;
    color:#333;
    font-weight:500;
}
nav a.navlink:hover{
    text-decoration: underline #2d5ae0;
    color:#333;
    font-weight:500;
}
nav a.navlink:visited{
    text-decoration:none;
    color:#333;
    font-weight:500;
}

#includFont{
    padding-top: 60px;
    margin-top: -60px;
}
#create_cover{
    padding-top: 60px;
    margin-top: -60px;
}
#back_thickness{
    padding-top: 60px;
    margin-top: -60px;
}


body {
    max-width: 100%;
    margin: 0 auto;
}
.container {
    max-width: 100%;
    margin: 0 auto;
}
.menu-icon {
    display: none;
    position: absolute;
}
/* 画面幅が600px以下の場合のスタイル */
@media only screen and (max-width: 600px) {
    body {
        padding: 10px;
    }

    nav {
        text-align: left;
    }
    nav ul {
         display: none;
         position: absolute;
         top:  100% ;
         left: 0;
         margin: 0px;
         width: 100%;
         background-color: #fdfdfd;
   }
    nav li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding: 15px;
        width: 100%;
    }

    nav li:last-child {
        border-bottom: none;
    }
    nav li:not(:last-child)::after {
        content: none; /* コンテンツを非表示にする */
    }
    .menu-icon {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
    }
    .menu-icon.menu-open {
        width: 55px;
        right: -5px;
        top: -5px;
    }
    .menu-icon.menu-open img {
        content: url('/img/menu-close.svg');
    }
}
/* 画面幅が601px以上かつ1024px以下の場合のスタイル */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    body {
        padding: 15px;
    }
}
