@charset "UTF-8";

@media only screen and (max-width: 480px) {
  /* UNIVERSAL-RESET
--------------------------------------------------------- */
  * {
    margin: 0;
    padding: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  address {
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
  }

  /* FONT SIZE */

  .px10 {
    font-size: 77%;
  }

  .px11 {
    font-size: 85%;
  }

  .px12 {
    font-size: 93%;
  }

  .px13 {
    font-size: 100%;
  }

  .px14 {
    font-size: 108%;
  }

  .px15 {
    font-size: 116%;
  }

  .px16 {
    font-size: 123%;
  }

  .px17 {
    font-size: 131%;
  }

  .px18 {
    font-size: 138%;
  }

  .px19 {
    font-size: 146%;
  }

  .px20 {
    font-size: 153%;
  }

  .px21 {
    font-size: 161%;
  }

  .px22 {
    font-size: 167%;
  }

  .px23 {
    font-size: 174%;
  }

  .px24 {
    font-size: 182%;
  }

  .px25 {
    font-size: 189%;
  }

  .px26 {
    font-size: 197%;
  }

  a {
    text-decoration: none;
  }

  /* BASE-SET
--------------------------------------------------------- */

  body {
    line-height: 1.3;
    background-color: #fff;
    /* font-family: "ＭＳ Ｐゴシック", Osaka; */
    font-family: "ＭＳ ゴシック", "Yu Gothic Medium", "游ゴシック Medium",
      YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  /* FONT-LIB
--------------------------------------------------------- */

  body {
    font-size: 13px; /* 基本文字サイズ */
  }

  * html body {
    font-size: x-small; /* IE6 後方互換モード に適用 */
  }

  *:first-child + html body {
    font-size: small; /* IE7 に適用 */
  }

  * html table {
    font-size: 100%; /* IE6 table 用 */
  }

  /* disable iOS input and select zoom */
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  select,
  textarea {
    font-size: 16px !important;
  }
  

  /* CLEAR-FIX
--------------------------------------------------------- */

  .clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  *:first-child + html .clearfix {
    display: inline-block;
    min-height: 1%;
  }

  /* Hides from IE6/IE Mac \*/
  * html .clearfix {
    height: 1%;
  }

  .clearfix {
    display: block;
  }

  /* End hide from IE6/IE Mac */

  /* WIRE-FRAME
--------------------------------------------------------- */

  html {
    overflow-y: scroll; /* CSS3 */
  }

  body {
    text-align: center;
  }

  #outline {
    margin: 0 auto;
    width: 100%;
  }

  /* background-image 1px ズレ対策 IE6 用 */
  * html #outline {
    padding-left: 1px;
  }

  /* background-image 1px ズレ対策 IE7 用 */
  *:first-child + html #outline {
    margin-left: -1px;
    padding-left: 1px;
  }

  #container {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }

  #header,
  #wrapper,
  #footer {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    text-align: left;
  }

  #header {
    margin-bottom: 5px;
    width: 100%;
    min-height: 38px;
    max-height: 210px;
  }

  * html #header {
    height: 38px;
  }

  #ad a img {
    width: 100%;
    height: auto;
  }

  #wrapper {
    margin-bottom: 20px;
    width: 100%;
  }

  #wrapper #content {
    float: right;
    width: 100%;
  }

  .mrr #wrapper #content {
    float: left;
  }

  .wide #wrapper #content {
    float: none;
    width: 100%;
  }

  #wrapper #sidebar {
    float: left;
    width: 100%;
  }

  .mrr #wrapper #sidebar {
    float: right;
  }

  .wide #wrapper #sidebar {
    display: none;
    float: none;
  }

  #footer {
    width: 100%;
    min-height: 40px;
  }

  * html #footer {
    height: 40px;
  }

  /* CUSTOM STYLE
--------------------------------------------------------- */

  #header,
  #footer,
  #footer address {
    position: relative;
    background-image: url("../img/dot-black.png");
    background-repeat: repeat-x;
  }

  /* HEADER */

  #header {
    background-position: 0 100%;
  }

  #header #log-info {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 4px;
    max-width: 200px;
  }

  #header #log-info strong {
    font-weight: bold;
    font-size: 108%;
  }

  #header h1 a img {
    height: 20px;
  }

  /* WRAPPER */

  #wrapper {
    position: relative;
  }

  #wrapper #topic-path {
    margin-bottom: 3px;
  }

  * html #wrapper #topic-path {
    height: 1.3em;
  }

  #wrapper #ad {
    padding: 10px;
    text-align: center;
  }

  #wrapper #topic-path li {
    margin-right: 5px;
    padding-left: 15px;
    float: left;
    background: url(../img/path.png) 0 no-repeat;
  }

  #wrapper #topic-path li:first-child,
  #wrapper #topic-path li.first-child {
    padding-left: 0;
    background: none;
  }

  #wrapper #gnavi {
    position: relative;
    width: 100%;
  }

  #wrapper #gnavi ul {
    display: flex;
    width: 100%;
    height: 39px;
    background: none;
  }

  #wrapper #gnavi li {
    position: relative;
    top: 0;
    width: 25%;
    height: 39px;

    word-break: keep-all;
    overflow-wrap: break-word;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 10px;

    background: #e1f5ff;
    border: 0.1px solid #e0e0e0;
  }

  #wrapper #gnavi li.sel {
    background: #fad614;
  }

  #wrapper #gnavi li#gnavi-top {
    left: auto;
  }

  #wrapper #gnavi li#gnavi-publ {
    left: auto;
  }

  #wrapper #gnavi li#gnavi-read {
    left: auto;
  }

  #wrapper #gnavi li#gnavi-conf {
    left: auto;
  }

  #wrapper #gnavi li#gnavi-help {
    left: auto;
  }

  #wrapper #gnavi li * {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: none;
    text-indent: 0px;
  }

  #wrapper #gnavi li#gnavi-top * {
    background-position: 0 -39px;
  }

  #wrapper #gnavi li#gnavi-top a:hover {
    background-position: 0 0;
  }

  /* 左から表示順に位置を指定すること */
  #wrapper #gnavi li#gnavi-top.sel *,
  #wrapper #gnavi li#gnavi-top.sel a:hover {
    background-position: 0 0;
  }

  #wrapper #gnavi li#gnavi-read * {
    background-position: -157px -39px;
  }

  #wrapper #gnavi li#gnavi-read a:hover {
    background-position: -157px 0;
  }

  #wrapper #gnavi li#gnavi-read.sel *,
  #wrapper #gnavi li#gnavi-read.sel a:hover {
    background-position: -157px 0;
  }

  #wrapper #gnavi li#gnavi-publ * {
    background-position: -313px -39px;
  }

  #wrapper #gnavi li#gnavi-publ a:hover {
    background-position: -313px 0;
  }

  #wrapper #gnavi li#gnavi-publ.sel *,
  #wrapper #gnavi li#gnavi-publ.sel a:hover {
    background-position: -313px 0;
  }

  #wrapper #gnavi li#gnavi-conf * {
    background-position: -469px -39px;
  }

  #wrapper #gnavi li#gnavi-conf a:hover {
    background-position: -469px 0;
  }

  #wrapper #gnavi li#gnavi-conf.sel *,
  #wrapper #gnavi li#gnavi-conf.sel a:hover {
    background-position: -469px 0;
  }

  #wrapper #gnavi li#gnavi-help * {
    background-position: -625px -39px;
  }

  #wrapper #gnavi li#gnavi-help a:hover {
    background-position: -625px 0;
  }

  #wrapper #gnavi li#gnavi-help.sel *,
  #wrapper #gnavi li#gnavi-help.sel a:hover {
    background-position: -625px 0;
  }

  #wrapper #gnavi-ampl {
    padding: 10px 10px 8px;
    background-image: none;
    background: #cfedfc;
    background-repeat: no-repeat;
  }

  /* CONTENT */

  #content {
    padding-top: 12px;
  }

  #content h2 {
    margin-bottom: 10px;
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    display: none;
  }

  .wide #content h2 {
    width: 100%;
    background-position: -550px 0;
  }

  #content h2 span {
    padding: 6px 18px;
    display: block;
    color: #333;
    background-image: none;
    background-repeat: no-repeat;
    background-position: -1330px 100%;
    font-weight: bold;
    font-size: 123%;
  }

  #content .caution,
  #content .error {
    color: #f00;
  }

  .wide #content h2 span {
    background-position: -1880px 100%;
  }

  #content h3 {
    margin-bottom: 10px;
    padding-left: 0.25em;
    border-left: 1em solid #3cf;
    min-height: 1em;
    font-weight: bold;
    font-size: 108%;
  }

  #content .h-dot {
    padding-top: 10px;
  }

  #content .mobile-pre {
    border: 1px solid #ccc;
    width: 14em;
  }

  * html #content .mobile-pre p.mag-body {
    width: 14em;
  }

  #content .item-list .mob label {
    width: 100%;
  }

  #content .box {
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    background-color: #f6f6f6;
  }

  * html #content .box {
    height: 1%;
  }

  *:first-child + html #content .box {
    height: 1%;
  }

  #content .box-head-l,
  #content .box-head-r,
  #content .box-foot-l,
  #content .box-foot-r {
    position: absolute;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background-image: url("../img/round-bg.png");
    background-repeat: no-repeat;
  }

  #content .box-head-l {
    top: 0;
    left: 0;
    background-position: 0 0;
  }

  #content .box-head-r {
    top: 0;
    right: 0;
    background-position: -5px 0;
  }

  #content .box-foot-l {
    bottom: 0;
    left: 0;
    background-position: 0 -5px;
  }

  #content .box-foot-r {
    right: 0;
    bottom: 0;
    background-position: -5px -5px;
  }

  * html #content .box-foot-l,
  * html #content .box-foot-r {
    bottom: -1px;
  }

  #content .sub {
    margin-bottom: 10px;
    padding: 8px 12px;
    border: 1px dashed #f60;
    background-color: #fff8dc;
  }

  #content .togo {
    border: 1px dashed #0dc400;
    background-color: #ecffbf;
  }

  #content .p-sub {
    border: 1px solid #ff326b;
    background-color: #fff;
  }

  #content .report {
    border: 1px dashed #ff326b;
    background-color: #ffe7dc;
  }

  #content .sub h3 {
    margin-bottom: 5px;
    padding-left: 0;
    border-left: none;
    color: #f60;
    font-weight: bold;
    font-size: 100%;
  }

  #content .togo h3 {
    color: #0dc400;
  }

  #content .togo ul {
    margin-bottom: 10px;
  }

  #content .p-sub h3 {
    color: #f12748;
  }

  #content .report h3 {
    color: #f00;
  }

  #content .report .coution {
    color: #f00;
  }

  * html #content .sub ul {
    height: 1%;
  }

  #content .sub li {
    padding-left: 16px;
    background: none;
  }

  #content .sub li.attention {
    background: none;
    font-weight: bold;
    line-height: 1.5;
    color: #f00;
  }

  #content .sub li.attention a {
    color: #f00;
  }

  #content .sub h3#sub-second {
    margin-top: 5px;
  }

  #content .block {
    margin-bottom: 10px;
  }

  #content .p-block {
    margin-bottom: 6px;
  }

  #content .block dt {
    margin-bottom: 5px;
    padding: 3px 3px 2px 25px;
    border-bottom: 1px solid #3cf;
    display: block;
    height: 1%;
    background: #d9f0fb url("../img/point.png") 5px no-repeat;
    font-weight: bold;
    font-size: 123%;
  }

  #content .block dt.block-other {
    background: none;
  }

  #content .block dt.o-block {
    border-bottom: 1px solid #0040ff;
    background: #9df url("../img/point.png") 5px no-repeat;
  }

  #content .block dt.pay {
    border-bottom: 1px solid #ff326b;
    background: #fbd9e0 url("../img/point-r.png") 5px no-repeat;
  }

  #content .p-block {
    border: 1px solid #ff326b;
  }

  #content .p-block dt {
    border: none;
  }

  #content .block dd.imenu {
    padding: 0;
  }

  #content .block .block-change {
    border: 1px solid #3cf;
    background-color: #fff;
  }

  #content .block .block-other {
    background-color: #fff;
  }

  #content .block dd {
    padding: 0 12px 5px;
  }

  #content .block dd#sinsei {
    margin-left: 12px;
    padding-left: 65px;
    min-height: 65px;
    background: none;
  }

  * html #content .block dd#sinsei {
    height: 60px;
  }

  #content .block dd#zouka {
    margin-left: 12px;
    padding-left: 65px;
    min-height: 65px;

    background: url(../img/zouka-i.png) no-repeat;
  }

  #content .block dd#personal {
    margin-left: 12px;
    padding-left: 65px;
    min-height: 65px;
    background: none;
  }

  #content .block dd#yuuryou {
    margin-left: 12px;
    padding-left: 65px;
    min-height: 65px;
    background: url(../img/yuuryou-i.png) no-repeat;
  }

  #content .block dd#new {
    margin-left: 12px;
    padding-left: 65px;
    min-height: 65px;
    background: url(../img/new-i.png) no-repeat;
  }

  #content .block dd#dairi {
    margin-left: 12px;
    padding-left: 65px;
    min-height: 65px;
    background: url(../img/dairi-i.png) no-repeat;
  }

  * html #content .block dd#dairi,
  * html #content .block dd#new,
  * html #content .block dd#yuuryou,
  * html #content .block dd#personal,
  * html #content .block dd#zouka {
    height: 65px;
  }

  #content .split .block {
    float: left;
    width: 100%;
  }

  #content .split .p-block {
    width: 99%;
    height: 100%;
  }

  .wide #content .split .block {
    width: 100%;
  }

  #content .split .block:last-child,
  #content .split .block.last-child {
    float: left;
  }

  #content .split .block:first-child,
  #content .split .block.first-child {
    float: left;
  }

  #content #appl ul li {
    padding-left: 16px;
    background: none;
  }

  #content #appl fieldset.list-box p {
    padding-left: 16px;
    line-height: 1.3;
    background: none;
  }

  #content #appl ul li span,
  #content #appl fieldset.list-box p span {
    margin: 0 3px;
    font-weight: bold;
  }

  #content #appl dd a {
    margin-left: 20px;
  }

  #content #appl fieldset legend {
    background-color: #fff;
  }

  #content .lead {
    margin-bottom: 10px;
    font-size: 108%;
  }

  #content .lead-ex {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 108%;
  }

  #content .conf {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 100%;
  }

  #content #quick {
    border: double #00a3ff;
    background-color: #fff;
  }

  #content #quick dl {
    margin-bottom: 5px;
    font-size: 108%;
  }

  #content #quick dt {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px 0;
    display: block;
    color: #fff;
  }

  * html #content #quick dt {
    height: 1%;
  }

  #content #quick form * {
    vertical-align: bottom;
  }

  #content #quick #quick-mag {
    width: 100%;
    background: #fff;
    /* font-size: 108%; */

    font-size: 15px;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
  }

  #content #quick #quick-mag.fit {
    background: #ffc;
  }

  #content #quick #quick-mag option.now {
    background: #ffc;
  }

  #content #quick #quick-mag option {
    background: #fff;
  }

  #content #quick #quick-go {
    margin-left: 2px;
    vertical-align: middle;
  }

  #content #quick p {
    text-align: right;
  }

  #content #quick p a {
    padding-left: 12px;
    background: none;
  }

  #content .box p {
    padding: 3px 0;
  }

  #content .box p.cycle {
    margin-right: 5px;
    float: left;
  }

  #content .box p.attention {
    margin-bottom: 20px;
    text-align: center;
  }

  * html #content .box p.cycle {
    padding: 0;
  }

  *:first-child + html #content .box p.cycle {
    padding: 0;
  }

  #content .box p.cycle-sub {
    clear: both;
  }

  #content .b-sub {
    background-color: #dbf3ff;
  }
#content .b-sub-his {
    background-color: #fcc;
  }
#content .b-sub-bn {
    background-color: rgb(241, 212, 158);
}

  #content .mag-sel-lead {
    margin: 17px 0 8px;
    position: relative;
  }

  #content .mag-sel-lead p {
    color: #295f00;
    font-size: 108%;
  }

  #content .mag-sel-lead input {
    padding: 0 10px;
    position: absolute;
    top: -5px;
    right: 0;
  }

  * html #content .mag-sel-lead input {
    padding: 0;
    width: 12em;
  }

  *:first-child + html #content .mag-sel-lead input {
    width: 12em;
  }

  #content .mag-selected {
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px dashed #487f1f;
  }

  #content .mag-selected ul.magazine-list li {
    padding: 10px 0 8px;
    background: none;

    display: grid;
    grid-template-columns: repeat(4,1fr);
  }

  #content .mag-selected ul.magazine-list li span.mag-id {
    padding-bottom: 2px;
    display: block;
    color: #333;
    letter-spacing: -1px;
  }

  #content .mag-selected ul.magazine-list li span img {
    margin-right: 3px;
    vertical-align: -1.5px;
  }

  #content .mag-selected ul.magazine-list a {
    padding-left: 0;
    background: none;
    font-weight: bold;
    font-size: 123%;
  }

  #content .mag-selected ul.magazine-list p.noent {
    width: 100%;
    font-weight: bold;
    font-size: 123%;
    padding-left: 5px;

    grid-column-start: 2;
    grid-column-end: 5;
  }

  #content .mag-selected ul.magazine-list div {
    top: 0px;
  }

  #content .box samp {
    padding: 1px 5px;
    background-color: #eee;
  }

  #content .box var {
    padding: 1px 5px;
    font-style: normal;
    font-weight: bold;
  }

  #content .box .caution,
  #content .box .error {
    color: #f00;
  }

  #content .box p.message {
    padding: 1em 0;
    font-weight: bold;
    font-size: 131%;
    text-align: center;
  }

  #content .box p.message-ex {
    padding: 1em 0;
    color: #f00;
    font-weight: bold;
    font-size: 131%;
    text-align: center;
  }

  #content .box p.message2 {
    padding: 1em 0;
    font-weight: bold;
    font-size: 131%;
    text-align: center;
    line-height: 1.5;
  }

  #content .box p.message3 {
    padding: 1em 0;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
  }

  #content .box p.mess-sub {
    text-align: center;
  }

  #content .box p.mess-sub-com {
    text-align: center !important;
  }
  #content .box div.mess-sub-com {
    text-align: center !important;
  }

  #content .box p.mess-sub-com .error {
    color: black !important;
  }
  #content .box div.mess-sub-com .error {
    color: black !important;
  }

  #content .box p.uns {
    margin-bottom: 10px;
  }

  #content .box .notes {
    padding: 1em 0;
    text-align: center;
    line-height: 1.5;
  }

  #content .magazine-list li {
    padding: 0.5em 0;
    position: relative;
    background: none;

    display: flex;
    align-items: center;
  }

  * html #content .magazine-list li {
    height: 1%;
  }

  #content .magazine-list a {
    padding-left: 25px;
    display: block;
    width: 100%;
    background: none;
  }

  #content .magazine-lists-header img {
    margin-left: -0.3em;
  }

  #content .magazine-list-2 li {
    display: flex;
    align-items: center;
  }

  #content .magazine-list-2 .list-icon {
    margin-right: 0.5em;
    height: 100%;
  }

  #content .magazine-list-2 .magazine-title {
    display: flex;
    align-items: center;
    flex-grow: 2;
    width: 100%;
    font-size: 1.5em;
  }

  #content .magazine-list-2 .improvement-needed {
    font-size: 0.7em;
    margin-left: 1em;
  }

  #content .magazine-list-2 .magazine-title img {
    height: 100%;
    vertical-align: text-top;
  }

  #content .magazine-list-2 .magazine-status {
    margin: 0.5em 0;
    font-size: 1.1em;
    font-weight: bold;
  }

  #content .magazine-list-2 a {
    text-decoration: none;
  }

  #content .magazine-list-2 .magazine-group-pay {
    background-color: #fcc;
    text-align: center;
    width: 6em;
    height: 100%;
  }

  #content .magazine-list-2 .magazine-group-free {
    background-color: #cfc;
    text-align: center;
    width: 6em;
    height: 100%;
  }

  #content .all-magazine-list-link {
    margin-top: 1em;
    width: 100%;
    text-align: right;
    height: 1em;
  }

  #content .all-magazine-list-link img {
    height: 1em;
    vertical-align: text-top;
    margin-right: 0.5em;
  }

  #content .all-magazine-list-link a {
    text-decoration: none;
  }

  #content .magazine-list .improve {
    display: block;
    background-color: #f96;
  }

  #content .magazine-list div {
    margin-top: 0.5em;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }

  #content .magazine-list .stat {
    margin-top: 0.5em;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;

    grid-column-start: 3;
    grid-column-end: 4;
  }

  #content .magazine-list .pay {
    right: 0px;
  }

  #content .magazine-list .charge {
    background-color: #fcc;
  }

  #content .magazine-list .free {
    background-color: #cfc;
  }

  #content .magazine-list .rest {
    background-color: #c0c0c0;
  }

  #content .item-list {
    margin-bottom: 10px;
  }

  #content .item-list li {
    clear: both;
    min-height: 1%;
    background: none;
  }

  #content .item-list li .sample-text-body {
    word-break: break-all;
    line-break: anywhere;
  }

  body.togo #content .item-list li li {
    padding-left: 70px;
  }

  #content .item-list li li {
    background: none;
  }

  #content .item-list.nolabel li {
    /* 配送タイミング */
    padding-left: 5px;
    text-align: left;
  }

  #content .item-list.nolabel li li {
    padding-left: 0;
    padding-right: 212px;
    text-align: center;
  }

  #content .item-list li.nodot {
    background: none;
  }

  body.togo.step-2 #content .item-list div a {
    display: block;
    text-align: right;
  }

  #content fieldset {
    margin-bottom: 10px;
    padding: 0 5px;
    border: 1px dotted #09f;
    clear: both;
  }

  #content fieldset legend {
    padding: 0 0.5em;
    color: #09f;
    background: #f6f6f6;
    font-weight: bold;
  }

  #content fieldset .item-list li {
    background-position: 0 100%;
  }

  #content fieldset .item-list li:last-child,
  #content fieldset .item-list li.last-child {
    background: none;
  }

  #content .item-list li:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  * html #content .item-list li {
    height: 1%;
  }

  #content .item-list label {
    padding: 0.75em 0;
    padding-left: 17px;
    display: block;
    float: left;
    width: 90%;
    background: url("../img/point.png") no-repeat 0;
  }

  #content .item-list label.dummy {
    background: none;
  }

  * html #content .item-list label {
    width: 100%;
  }

  #content fieldset .item-list label {
    width: 90%;
  }

  * html #content fieldset .item-list label {
    width: 100%;
  }

  * html #content fieldset .item-list p.cycle label {
    width: 100%;
  }

  #content .item-list div {
    padding: 0.75em 0;
    float: left;
    width: 100%;
    word-break: break-all;
  }

  #content .item-list div.subject-length {
    width: 100%;
  }

  #content .item-list div.magazine-type {
    width: 70%;
  }

  #content .item-list div.notice-message {
    padding-top: 0;
    color: red;
    font-weight: bold;
  }

  #content .item-list .nodot .req,
  #content .item-list .control .req {
    margin: 0.9em 0;
    float: left;
  }

  #content .item-list .nodot span {
    margin: 0.9em 1.9em 0.9em 0;
    float: left;
  }

  #content .item-list .control span {
    margin: 0.9em 0.9em 0.9em 0;
    float: left;
  }

  body.togo.step-2 #content .item-list div input#mail {
    margin-left: 70px;
  }

  .wide #content .item-list div.ex {
    width: 100%;
  }

  #content fieldset .item-list div {
    width: 100%;
  }

  #content .item-list div div {
    padding: 0;
    float: none;
    width: auto;
  }

  #content .item-list .nc label,
  #content .item-list .nc div {
    float: none;
    clear: both;
    width: 90%;
  }

  #content .item-list .nc div {
    padding-top: 0;
  }

  #content .item-list div label {
    margin-bottom: 0.5em;
    padding: 0;
    float: none;
    width: auto;
    background: none;
  }

  #content .item-list .in div label {
    display: inline;
  }

  #content .item-list div label span {
    margin-left: 3px;
  }

  #content input {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #content input.text,
  #content input.file,
  #content input.password,
  #content select,
  #content textarea {
    padding: 1px;
    border: 1px solid #666;
    font-family: "ＭＳ ゴシック", "Yu Gothic Medium", "游ゴシック Medium",
      YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif,
      monospace;
  }

  #content input.text,
  #content input.file,
  #content input.password {
    width: 98%;
    font-size: 108%;
  }

  #content input.half {
    width: 50%;
  }

  #content input.third {
    width: 33%;
  }

  #content input.quartor {
    width: 25%;
  }

  #content textarea {
    width: 99%;
    height: 4.6em;
    font-size: 100%;
  }

  #content textarea.long {
    height: 32.6em;
  }

  #content textarea.manuscript-summary {
    height: 30em;
    line-height: 1.2;
  }

  #content p.mag-body {
    line-height: 1.4;
    overflow: hidden;
    font-family: "ＭＳ ゴシック", monospace;
    font-size: 93%;
  }

  /* mantis No.5846 wakasugi 2009/9/28 <pre>用の設定を追加しました。 */
  #content pre.mag-body {
    line-height: 1.4;
    font-family: "MS Gothic", monospace;
    font-size: 93%;
    white-space: pre-wrap;
    word-break: break-all;
    line-break: anywhere;
  }

  #content p.m-body {
    width: 20em;
  }

  * html content p.mag-body {
    overflow: visible;
    word-break: break-all; /* This warning is off the subject. */
    word-wrap: break-word; /* This warning is off the subject. */
  }

  #content select option {
    padding-right: 0.5em;
  }

  #content input.year,
  #content input.month,
  #content input.day {
    text-align: right;
  }

  #content input.year {
    width: 2.5em;
  }

  #content input.month,
  #content input.day {
    width: 1.5em;
  }

  #content input.zip-u {
    width: 2em;
  }

  #content input.zip-l {
    width: 2.5em;
  }

  #content input.phone {
    width: 2.5em;
  }

  #content input.magid {
    width: 5.5em;
  }

  #content input.userid,
  #content input.userpass,
  #content input.password {
    width: 16.5em;
  }

  #content p.guide {
    padding: 5px 0;
  }

  #content .sub p.guide {
    margin: 0 0 5px 15px;
  }

  #content p.guide a {
    padding-left: 12px;
    background: none;
  }

  #content table {
    margin-right: 2px;
    border: 1px solid #999;
    width: 98%;
    background-color: #fff;
    border-collapse: collapse;
  }

  #content table th,
  #content table td {
    padding: 4px;
    border: 1px solid #999;
    border-width: 1px 0 0 100%;
  }

  #content table td.checkit {
    border: none;
  }

  #content table th {
    color: #333;
    background-color: #aedef7;
    font-weight: bold;
    text-align: center;
  }

  #content table tbody th {
    background-color: #fff8dc;
  }

  #content table .l {
    text-align: left;
  }

  #content table .c {
    text-align: center;
  }
  #content table .d {
    text-align: center;
    width: 55px;
    
  }
  #content table .r {
    text-align: right;
  }

  #content table.cal-day {
    background-color: #fff8dc;
  }

  #content table.cal-day th {
    background-color: #fff;
  }

  #content table.cal-day td {
    text-align: center;
  }

  #content table.cal-day .sun {
    background-color: #ffc3c3;
  }

  #content table.cal-day .sat {
    background-color: #aedef7;
  }

  #content table.cal-num td {
    width: 100%;
    font-weight: bold;
    font-size: 108%;
  }

  #content .item-list div table.cal-num label {
    margin-bottom: 0;
  }

  #content .item-list div table.cal-num label input {
    float: left;
  }

  #content .item-list div table.cal-num label span {
    float: right;
  }

  #content .item-list div table.cal-day .button,
  #content .item-list div table.cal-num .button {
    width: 100%;
  }

  #content table.t-reader {
    width: auto;
  }

  #content table.t-reader td {
    width: 20%;
  }

  #content table.t-reader .t-total {
    background: #ffe7ac;
  }

  #content .navi {
    padding: 1em 0;
    text-align: right;
  }

  #content .navi p {
    margin-bottom: 1em;
  }

  #content .navi a {
    padding-left: 12px;
    background: none;
    font-weight: bold;
  }

  #content .control {
    padding: 1em 0;
    text-align: center;
  }

  #content .control-sub {
    margin-left: 173px;
  }

  #content .control-sub li {
    margin-right: 20px;
    float: left;
    clear: none;
  }

  #content .control input,
  #content .control .get {
    padding: 0.25em 0.5em;
  }

  *:first-child + html #content .control input.get {
    padding: 0.25em 0em;
  }

  #content .control input.big {
    margin-right: 10px;
    padding: 0.4em 1em;
    font-size: 116%;
  }

  * html #content .control input.big {
    padding: 0.4em 0em;
  }

  *:first-child + html #content .control input.big {
    padding: 0.4em 0em;
  }

  .kbd {
    margin-bottom: 10px;
  }

  .kbd br {
    clear: both;
  }

  .kbd kbd a,
  .kbd span {
    margin: 0 3px 3px 0;
    padding: 3px 8px;
    border: 1px solid #f2f0ee;
    border-right-color: #75736e;
    border-bottom-color: #75736e;
    display: block;
    float: left;
    /* width: 100%; */
    color: #000;
    text-decoration: none;
  }

  .kbd span {
    border-color: #dde3e3;
  }

  * html .kbd span {
    width: 100%;
  }

  #content .offmag table {
    margin-right: 0;
    border: 1px solid #999;
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
  }

  #content .offmag table .t-unit1 {
    width: 80%;
    background-color: #aedef7;
  }

  #content .offmag table .t-unit1 span {
    padding: 0 25px;
    background: none;
    font-weight: bold;
  }

  #content .offmag table .t-unit2 {
    width: 10%;
    color: #f00;
    background-color: #ffe7ac;
    text-align: center;
  }

  #content .offmag table .t-unit3 {
    width: 10%;
    color: #999;
    background-color: #c0d0d8;
    text-align: center;
  }

  #content .paragraph {
    margin-bottom: 10px;
  }

  #content div.set {
    padding-top: 10px;
    text-align: center;
  }

  #content div.set a img {
    width: 100%;
  }

  #content #f-sv #bn-menu {
    float: left;
    width: 100%;
  }

  #content #f-sv #bn-menu a {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
    /* text-indent: 0px; */
    /* background: none; */
    height: 200px;
    width: 100%;
    overflow: hidden;
  }

  .wide #content #f-sv ul {
    float: right;
    width: 100%;
  }

  #content #f-sv ul {
    margin-top: 10px;
    float: right;
    width: 100%;
  }

  #content #f-sv li {
    height: 68px;
  }

  #content #f-sv .bn01 a {
    display: block;
    /* text-indent: 0px; */
    /* background: none; */
    height: 63px;
    width: 100%;
    overflow: hidden;

    background-size: contain;
  }

  #content #f-sv .bn02 a {
    display: block;
    /* text-indent: 0px;
    background: none; */
    height: 63px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
  }

  #content #f-sv .bn03 a {
    display: block;
    /* text-indent: 0px;
    background: none; */
    height: 63px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
  }

  #content #f-sv .btn a {
    display: block;
    /* text-indent: 0px;
    background: none; */
    height: 29px;
    width: 100%;
    overflow: hidden;

    background-size: contain;
  }

  /* SIDEBAR */

  #sidebar {
    margin-top: 10px;
    padding-top: 4px;
    background: none;
  }

  * html #sidebar {
    padding-top: 2px;
  }

  #sidebar #lnavi {
    margin-bottom: 5px;
    padding-bottom: 3px;
    width: 100%;
    background: none;
    display: none;
  }

  #sidebar #lnavi ul {
    border: 1px solid #e6e6e6;
    border-width: 0 100%;
  }

  #sidebar #lnavi li {
    margin: -2px 1px 3px;
    padding: 7px 0 6px 25px;
    border-bottom: 1px solid #f3f3f3;
    height: 1%;
    color: #03f;
    background: none;
    font-weight: bold;
    font-size: 93%;
  }

  #sidebar #lnavi li:hover,
  #sidebar #lnavi li.hover,
  #sidebar #lnavi li.sel {
    background-position: -216px 0;
  }

  #sidebar #lnavi li a {
    display: block;
    height: 1%;
    color: #03f;
    text-decoration: none;
  }

  #sidebar #lnavi li.last-child {
    margin-bottom: 0px;
    border-bottom-color: #fff;
  }

  #sidebar #sc,
  #sidebar .ad {
    margin-bottom: 10px;
    width: 100%;
  }

  #sidebar #sc li {
    margin: 0 0 5px 13px;
  }

  * html #sidebar #sc li {
    height: 1%;
  }

  #sidebar #sc li a {
    padding-left: 6px;
    display: block;
    background: none;
  }

  #sidebar .card {
    margin: 10px 0;
    padding: 5px;
    padding-top: 40px;
    background: none;
    border: 1px solid #f90;
    color: #f00;
    text-align: center;

    width: 92%;
    margin-left: 2.5%;
  }

  #sidebar .payment_image {
    width: 100%;
  }

  #sidebar .payment_description {
    color: black;
    font-size: 80%;
    margin-top: 10px;
  }

  #sidebar .ad {
    text-align: center;
  }

  #sidebar #l-bn-menu a {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
    text-indent: -9999px;
    background: url(/img/bn-ouen_200.gif) no-repeat 50% 0;
    height: 200px;
    width: 100%;
    overflow: hidden;
  }

  #wrapper #sidebar #charge-ossm {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-right: 6px;
    position: relative;
  }

  #top #wrapper #sidebar #charge-ossm {
    margin-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  * html #wrapper #sidebar #charge-ossm {
    height: 1%;
  }

  #wrapper #sidebar #charge-ossm dt {
    padding: 0 10px;
    height: 1%;
    color: #333;
    background: none;
    font-weight: bold;
    background: #fad614;
  }

  #wrapper #sidebar #charge-ossm ul {
    padding: 0;
  }

  #wrapper #sidebar #charge-ossm li {
    margin: 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #999;
    color: #333;
  }

  #wrapper #sidebar #charge-ossm li a {
    display: block;
    font-weight: bold;
  }

  #wrapper #sidebar #charge-ossm li strong a {
    display: inline;
  }

  #wrapper #sidebar #charge-ossm li span {
    display: block;
    font-weight: bold;
    text-align: right;
  }

  #wrapper #sidebar #charge-ossm li.last {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: none;
  }

  #wrapper #sidebar #charge-ossm dd {
    border: 1px solid #c3b676;
    position: relative;
    height: 1%;
  }

  #wrapper #sidebar #charge-ossm li form {
    margin-top: 5px;
    text-align: center;
  }

  /* teiban */

  #wrapper div#teiban {
    padding-top: 30px;
    clear: both;
  }

  #wrapper div#teiban h2 {
    margin-bottom: 10px;
    padding-bottom: 0;
    background-image: url("/img/headline-2-top.gif");
    background-repeat: no-repeat;
  }

  #wrapper div#teiban h2 span {
    padding: 6px 20px;
    display: block;
    background-image: url("/img/headline-2-btm.gif");
    background-repeat: no-repeat;
    background-position: 0 100%;
    font-weight: bold;
    font-size: 116%;
  }

  #wrapper div#teiban h2.mypage {
    margin-bottom: 10px;
    width: 100%;
    background-image: url("../img/h2-bg.png");
    background-repeat: no-repeat;
  }

  #wrapper div#teiban h2 span.mypage {
    padding: 6px 18px;
    display: block;
    color: #333;
    background-image: url("../img/h2-bg.png");
    background-repeat: no-repeat;
    background-position: -1330px 100%;
    font-weight: bold;
    font-size: 116%;
  }

  #wrapper div#teiban dl.mag-unit {
    margin-right: 18px;
    margin-left: 18px;
  }

  #wrapper div#teiban ul {
    display: block;
  }

  #wrapper div#teiban .mag-unit .mag-title {
    background: none;
  }

  #wrapper div#teiban .mag-unit .mag-body {
    border-color: #f9e4c0;
  }

  #teiban .mag-unit .mag-meta .meta-price {
    background-image: url("https://www.mag2.com/img/meta-price-o.gif");
  }

  #teiban .mag-unit .mag-meta .meta-number {
    background-image: url("https://www.mag2.com/img/meta-number-o.gif");
  }

  #teiban .mag-unit .mag-meta .meta-update {
    background-image: url("https://www.mag2.com/img/meta-update-o.gif");
  }

  #teiban .mag-unit .mag-meta .meta-rest {
    background-image: url("https://www.mag2.com/img/meta-rest-o.gif");
  }

  #teiban .mag-unit .mag-meta .meta-bn {
    background-image: url("https://www.mag2.com/img/meta-bn-o.gif");
  }

  #teiban .mag-unit .mag-meta .meta-type {
    background-image: url("https://www.mag2.com/img/meta-type-o.gif");
  }

  #teiban .mag-unit .mag-meta .meta-period {
    background-image: url("https://www.mag2.com/img/meta-period-o.gif");
  }

  #teiban .control {
    text-align: center;
  }

  #wrapper #teiban .control input {
    margin: 0.75em 0;
    padding: 0.25em 0.5em;
  }

  #wrapper #teiban .control input.big {
    margin-right: 10px;
    padding: 0.4em 1em;
    font-size: 116%;
  }

  * html #wrapper #teiban .control input.big {
    padding: 0.4em 0em;
  }

  /* FOOTER */

  #footer {
    background-position: 0 0;
    text-align: center;
  }

  #footer ul {
    padding: 5px 0;
  }

  #footer ul li:first-child,
  #footer ul li.first-child {
    padding-left: 0;
    background-image: none;
  }

  #footer ul li {
    padding-left: 8px;
    display: inline-block;
    background: none;
  }

  #footer .genre ul {
    padding-right: 8px;
    display: inline;
    background: none;
  }

  #footer .genre li:first-child,
  #footer .genre li.first-child {
    padding-left: 8px;
    background-image: url("https://img.mag2.com/h/common/par_l.png");
  }

  #footer address {
    padding: 5px 0;
    color: #666;
    background-position: 0 0;
    text-align: right;
  }

  #footer address span {
    margin-right: 0.5em;
  }

  #footer address p {
    margin-left: 0.5em;
    display: inline;
  }

  #footer li.set a {
    color: #f00;
  }

  /* TOP PAGE
--------------------------------------------------------- */

  #content .navi {
    padding: 10px 0 0;
    text-align: right;
  }

  body#top #content p {
    margin-bottom: 10px;
  }

  body#top #content .sub p {
    margin: 0;
  }

  body#top #content .sub dt {
    margin-bottom: 5px;
    color: #f60;
    font-weight: bold;
  }

  body#top #content .split .block {
    width: 95%;
    margin-left: 2.5%;
  }

  body#top #content .split {
    margin-bottom: 0px;
    position: relative;
    background: none;
  }

  body#top #content .split #top-publ {
    width: 95%;
  }

  body#top #content .second {
    margin-bottom: 10px;
    background: none;
  }

  body#top #content .third {
    margin-bottom: 10px;
    background: none;
  }

  body#top #content .third .block {
    margin-bottom: 0;
  }

  body#top #content #top-other {
    padding-top: 4px;
    border: 1px solid #ffb94f;
    width: 95%;
    min-height: 130px;
  }

  * html body#top #content #top-other {
    height: 130px;
  }

  body#top #content #top-other dt {
    padding: 2px 6px;
  }

  body#top #content #top-help div {
    margin-bottom: 10px;
  }

  body#top #content .block dt {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
    background: none;
  }


  body#top #content .block dt a img {
    width: 100%;
  }

  body#top #content .block dd {
    padding: 10px;

    background: #e1f5ff;
    border-radius: 0 0 20px 20px;
  }


  .s-sub {
    background: none !important;
    border-radius: 0 !important;
  }

  body#top #content .block li {
    margin-left: 1em;
    list-style: disc;
  }

  body#top #content .navi p {
    margin-bottom: 0;
  }

  body#top #content li#sec {
    padding-bottom: 10px;
    background: none;
  }

  body#top #content li#localnavi {
    padding-top: 10px;
  }

  body#top #content div.t-group {
    margin-bottom: 10px;
  }

  body#top #content table {
    width: 100%;
  }

  body#top #content table .t-unit1 {
    width: 80%;
    background-color: #aedef7;
  }

  body#top #content table .t-unit1 span {
    padding: 0 5px;
    font-weight: bold;
  }

  body#top #content table .t-unit2 {
    width: 10%;
    color: #f00;
    background-color: #ffe7ac;
    text-align: center;
  }

  body#top #content span.bnsub {
    margin-right: 15px;
  }

  body#top #sidebar {
    background: none;
  }

  /* メンテナンス告知 */
  p.info span {
    color: #f00;
    font-weight: bold;
  }

  /* HELP PAGE
--------------------------------------------------------- */

  body#help #content {
    color: #333;
  }

  body#help #content p.lead {
    padding: 0 15px 17px;
    line-height: 1.3;
    font-size: 108%;
  }

  body#help #content .block dd {
    padding: 5px 12px 25px 138px;
    position: relative;
    font-size: 108%;
  }

  * html body#help #content .block dd {
    height: 1%;
  }

  body#help #content .block dd img {
    position: absolute;
    left: 7px;
  }

  body#help #content .tb {
    position: relative;
    float: left;
    width: 100%;
  }

  body#help #content .tb.last-child {
    float: right;
  }

  body#help #content .tb table {
    width: 100%;
  }

  body#help #content .tb .box-head-l,
  body#help #content .tb .box-head-r,
  body#help #content .tb .box-foot-l,
  body#help #content .tb .box-foot-r {
    background-image: url("../img/round-t-bg.png");
  }

  body#help #content .tb .box-head-l {
    top: -1px;
    left: -1px;
  }

  body#help #content .tb .box-head-r {
    top: -1px;
  }

  body#help #content .tb .box-foot-l {
    left: -1px;
  }

  * html body#help #content .tb .box-head-l,
  * html body#help #content .tb .box-head-r {
    top: 0;
  }

  * html body#help #content .tb .box-head-l,
  * html body#help #content .tb .box-foot-l {
    left: 0;
  }

  * html body#help #content .tb .box-head-r,
  * html body#help #content .tb .box-foot-r {
    right: 1px;
  }

  *:first-child + html body#help #content .tb .box-head-l,
  *:first-child + html body#help #content .tb .box-head-r {
    top: 0;
  }

  *:first-child + html body#help #content .tb .box-head-l,
  *:first-child + html body#help #content .tb .box-foot-l {
    left: 0;
  }

  body#help #content .tb table,
  body#help #content .tb table th,
  body#help #content .tb table td {
    border: 1px solid #6cf;
  }

  body#help #content .tb table td {
    padding: 8px 5px 10px;
  }

  body#help #content .tb table th {
    background-color: #c0e6f9;
    font-size: 108%;
  }

  body#help #content .tb table td ol li {
    margin-bottom: 2px;
    padding: 4px 0 1px 20px;
    background-repeat: no-repeat;
    background-position: 0 0.3em;
  }

  body#help #content .tb table td ol li.rank1 {
    background-image: url("../img/help-rank1.png");
  }

  body#help #content .tb table td ol li.rank2 {
    background-image: url("../img/help-rank2.png");
  }

  body#help #content .tb table td ol li.rank3 {
    background-image: url("../img/help-rank3.png");
  }

  body#help #content .tb table td ol li.rank4 {
    background-image: url("../img/help-rank4.png");
  }

  body#help #content .tb table td ol li.rank5 {
    background-image: url("../img/help-rank5.png");
  }

  /* STEP-G4
--------------------------------------------------------- */

  ol#step-g4 {
    position: relative;
    width: 100%;
    height: 41px;
    background: none;
    text-align: center;
  }

  ol#step-g4 li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 41px;
    overflow: hidden;
    background-image: url("../img/step4.png");
    background-repeat: no-repeat;
    text-indent: 0px;
  }

  ol#step-g4 li#step-1 {
    left: 0;
  }

  ol#step-g4 li#step-2 {
    left: 140px;
    background-position: -140px 0;
  }

  ol#step-g4 li#step-3 {
    left: 280px;
    background-position: -280px 0;
  }

  ol#step-g4 li#step-4 {
    left: 420px;
    background-position: -420px 0;
  }

  ol#step-g4 li#step-5 {
    left: 624px;
    background-position: -624px 0;
  }

  ol#step-g4 li#step-1.sel {
    background-position: 0 -42px;
  }

  ol#step-g4 li#step-2.sel {
    background-position: -140px -42px;
  }

  ol#step-g4 li#step-3.sel {
    background-position: -280px -42px;
  }

  ol#step-g4 li#step-4.sel {
    background-position: -420px -42px;
  }

  /* STEP-G5
--------------------------------------------------------- */

  ol#step-g5 {
    margin-bottom: 3px;
    position: relative;
    width: 340px;
    margin: auto;
    overflow: hidden;
    height: 76px;
    background: none;
    text-align: center;
  }

  ol#step-g5 li {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 38px;
    overflow: hidden;
    background-image: url("../img/step5.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

  ol#step-g5 li#step-1 {
    left: 0;
  }

  ol#step-g5 li#step-2 {
    left: 114px;
    background-position: -114px 0;
  }

  ol#step-g5 li#step-3 {
    left: 228px;
    background-position: -228px 0;
  }

  ol#step-g5 li#step-4 {
    left: 0px;
    top: 40px;
    background-position: -342px 0;
  }

  ol#step-g5 li#step-5 {
    left: 114px;
    top: 40px;
    background-position: -456px 0;
  }

  ol#step-g5 li#step-1.sel {
    background-position: 0 -40px;
  }

  ol#step-g5 li#step-2.sel {
    background-position: -114px -40px;
  }

  ol#step-g5 li#step-3.sel {
    background-position: -228px -40px;
  }

  ol#step-g5 li#step-4.sel {
    background-position: -342px -40px;
  }

  ol#step-g5 li#step-5.sel {
    background-position: -456px -40px;
  }

  /* STEP-6p
--------------------------------------------------------- */

  ol#step-6p {
    margin-bottom: 3px;
    position: relative;
    width: 100%;
    height: 38px;
    background: none;
    text-align: center;
  }

  ol#step-6p li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 38px;
    overflow: hidden;
    background-image: url("../img/step6p.png");
    background-repeat: no-repeat;
    text-indent: 0px;
  }

  ol#step-6p li#step-1 {
    left: 0;
  }

  ol#step-6p li#step-2 {
    left: 94px;
    background-position: -94px 0;
  }

  ol#step-6p li#step-3 {
    left: 188px;
    background-position: -188px 0;
  }

  ol#step-6p li#step-4 {
    left: 282px;
    background-position: -282px 0;
  }

  ol#step-6p li#step-5 {
    left: 376px;
    background-position: -376px 0;
  }

  ol#step-6p li#step-6 {
    left: 470px;
    background-position: -470px 0;
  }

  ol#step-6p li#step-1.sel {
    background-position: 0 -40px;
  }

  ol#step-6p li#step-2.sel {
    background-position: -94px -40px;
  }

  ol#step-6p li#step-3.sel {
    background-position: -188px -40px;
  }

  ol#step-6p li#step-4.sel {
    background-position: -282px -40px;
  }

  ol#step-6p li#step-5.sel {
    background-position: -376px -40px;
  }

  ol#step-6p li#step-6.sel {
    background-position: -470px -40px;
  }

  /* STEP-G8
--------------------------------------------------------- */

  ol#step-g8 {
    position: relative;
    width: 100%;
    height: 41px;
    background: none;
    text-align: center;
  }

  ol#step-g8 li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 41px;
    overflow: hidden;
    background-image: url("../img/step8.png");
    background-repeat: no-repeat;
    text-indent: 0px;
  }

  ol#step-g8 li#step-1 {
    left: 0;
  }

  ol#step-g8 li#step-2 {
    left: 70px;
    background-position: -70px 0;
  }

  ol#step-g8 li#step-3 {
    left: 140px;
    background-position: -140px 0;
  }

  ol#step-g8 li#step-4 {
    left: 210px;
    background-position: -210px 0;
  }

  ol#step-g8 li#step-5 {
    left: 280px;
    background-position: -280px 0;
  }

  ol#step-g8 li#step-6 {
    left: 350px;
    background-position: -350px 0;
  }

  ol#step-g8 li#step-7 {
    left: 420px;
    background-position: -420px 0;
  }

  ol#step-g8 li#step-8 {
    left: 490px;
    background-position: -490px 0;
  }

  ol#step-g8 li#step-1.sel {
    background-position: 0 -41px;
  }

  ol#step-g8 li#step-2.sel {
    background-position: -70px -41px;
  }

  ol#step-g8 li#step-3.sel {
    background-position: -140px -41px;
  }

  ol#step-g8 li#step-4.sel {
    background-position: -210px -41px;
  }

  ol#step-g8 li#step-5.sel {
    background-position: -280px -41px;
  }

  ol#step-g8 li#step-6.sel {
    background-position: -350px -41px;
  }

  ol#step-g8 li#step-7.sel {
    background-position: -420px -41px;
  }

  ol#step-g8 li#step-8.sel {
    background-position: -490px -41px;
  }

  /* LOGIN-LOGOFF PAGE
--------------------------------------------------------- */

  body#login #wrapper #page-info {
    margin-bottom: 10px;
    border-bottom: 1px solid #5db087;
  }

  body#login #content {
    padding-top: 5px;
  }

  body#login #content .box {
    margin: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

  body#login #content .box ul.disc {
    text-align: left;
  }

  body#login .item-list li {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }

  body#login .item-list li.control {
    text-align: center;
  }

  body#login .item-list p {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body#login .item-list .submit {
    margin: 0 0 0 30px;
    border: 0;
    display: block;
    float: left;
    width: 100%;
    height: 48px;
    background: none;
    text-indent: 0px;
  }

  body#login div.info {
    margin-left: 80px;
    padding: 20px 0 10px 170px;
    text-align: left;
    width: 100%;
    background: none;
  }

  body#login div.info dl {
    padding: 10px;
    border: 1px solid #f30;
  }

  body#login div.info dt {
    padding-top: 10px;
    font-weight: bold;
    color: #f60;
  }

  body#logoff #topicpath {
    margin-bottom: 10px;
    padding: 5px 12px;
    border-bottom: solid 1px #3cf;
    background: none;
  }

  body#logoff * html #topicpath {
    width: 100%;
  }

  body#logoff #topicpath h1 {
    padding-left: 20px;
    background: none;
    font-weight: bold;
    font-size: 123%;
  }

  body#logoff #content .box {
    padding-bottom: 50px;
    text-align: center;
  }

  body#logoff #content .box p.message {
    padding: 20px 0 0;
    font-weight: bold;
    font-size: 131%;
    text-align: center;
  }

  body#logoff #content .item-list label {
    text-align: left;
  }

  body#logoff #content .item-list li div {
    text-align: left;
  }

  body#logoff dl {
    width: 100%;
    text-align: center;
  }

  body#logoff dt {
    text-align: left;
  }

  body#logoff p.inp-add {
    text-align: left;
  }

  body#logoff p.sub-title {
    margin: 10px auto 30px;
    padding: 0 0 0 4px;
    font-size: 108%;
    text-align: left;
  }

  body#logoff .item-list {
    margin-bottom: 0;
  }

  body#logoff .item-list li {
    margin: 0 auto;
    width: 100%;
  }

  body#logoff .item-list li.nobg {
    background: none;
  }

  body#logoff ol#step-list,
  body.togo ol#step-list {
    margin: auto;
    position: relative;
    width: 100%;
    height: 41px;
    background: none;
    text-align: center;
  }

  * html body#logoff ol#step-list,
  body.togo ol#step-list {
    margin-left: 10px;
  }

  body#logoff ol#step-list li,
  body.togo ol#step-list li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 41px;
    overflow: hidden;
    background-image: url("../img/step-list.png");
    background-repeat: no-repeat;
    text-indent: 0px;
  }

  body#logoff ol#step-list li#step-1,
  body.togo ol#step-list li#step-1 {
    left: 0;
  }

  body#logoff ol#step-list li#step-2,
  body.togo ol#step-list li#step-2 {
    left: 156px;
    background-position: -156px 0;
  }

  body#logoff ol#step-list li#step-3,
  body.togo ol#step-list li#step-3 {
    left: 312px;
    background-position: -312px 0;
  }

  body#logoff ol#step-list li#step-4,
  body.togo ol#step-list li#step-4 {
    left: 468px;
    background-position: -468px 0;
  }

  body#logoff ol#step-list li#step-5,
  body.togo ol#step-list li#step-5 {
    left: 624px;
    background-position: -624px 0;
  }

  body#logoff.step-1 ol#step-list li#step-1,
  body.togo.step-1 ol#step-list li#step-1 {
    background-position: 0 -41px;
  }

  body#logoff.step-2 ol#step-list li#step-2,
  body.togo.step-2 ol#step-list li#step-2 {
    background-position: -156px -41px;
  }

  body#logoff.step-3 ol#step-list li#step-3,
  body.togo.step-3 ol#step-list li#step-3 {
    background-position: -312px -41px;
  }

  body#logoff.step-4 ol#step-list li#step-4,
  body.togo.step-4 ol#step-list li#step-4 {
    background-position: -468px -41px;
  }

  body#logoff.step-5 ol#step-list li#step-5,
  body.togo.step-5 ol#step-list li#step-5 {
    background-position: -624px -41px;
  }

  body#logoff.step-4.inp #content .box,
  body.togo.step-4.inp #content .box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body#logoff.step-4.inp #content .box.inp {
    padding-bottom: 40px;
  }

  /* COMMON STYLE
--------------------------------------------------------- */

  img {
    border: none;
    vertical-align: bottom;
  }

  ol,
  ul {
    list-style: none;
  }

  .text:focus,
  textarea:focus,
  select:focus,
  .password:focus {
    background-color: #ffc;
  }

  li.alert .text,
  li.alert select,
  li.alert textarea {
    color: #000 !important;
    background-color: #fdd !important;
  }

  li.alert label {
    background-image: url("../img/alert.png") !important;
  }

  li.alert div label {
    background-image: none !important;
  }

  ul.disc {
    width: 100%;
    list-style: disc inside;
  }

  .wide ul.disc {
    margin: 10px 0 10px 90px;
  }

  .std ul.disc {
    margin: 10px 5px 10px 5px;
  }

  /* PAGING */

  #content div.paging {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    background: none;
  }

  #content div.paging p.line-sub {
    padding: 10px 0;
    background: none;
    text-align: center;
  }

  #content div.paging ol.step {
    display: block;
    position: relative;
    height: 0;
  }

  * html #content div.paging ol.step {
    margin-top: -10px;
  }

  #content div.paging ol.step li {
    display: inline;
    width: 100%;
    vertical-align: middle;
  }

  #content div.paging ol.step a {
    padding-left: 15px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 50%;
  }

  #content div.paging ol.step a.step-prev {
    background-image: url("../img/paging-p.png");
  }

  #content div.paging ol.step a.step-next {
    right: 0;
    background-image: url("../img/paging-n.png");
  }

  * html #content div.paging ol.step a.step-prev,
  * html #content div.paging ol.step a.step-next {
    top: 20px;
  }

  #content div.paging ol.hit {
    display: block;
    text-align: center;
  }

  *:first-child + html #content div.paging ol.hit {
    padding: 3px 0;
  }

  #content div.paging ol.hit li {
    display: inline;
    vertical-align: middle;
  }

  * html #content div.paging ol.hit li {
    padding-left: 5px;
  }

  #content div.paging ol.hit a,
  #content div.paging ol.hit span {
    padding: 3px;
    border: 1px solid #999;
    height: 1%;
  }

  #content div.paging ol.hit a {
    background-color: #fff;
  }

  #content div.paging ol.hit a:hover {
    color: #f60;
    background-color: #ffc;
    text-decoration: underline;
  }

  #content div.paging ol.hit span {
    color: #f60;
    background-color: #ffc;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
  }

  /* yread */

  body#yread #content .split {
    margin-bottom: 10px;
  }

  body#yread #content .split .block {
    width: 100%;
  }

  body#yread #content .block dt {
    font-size: 100%;
  }

  body#yread #content .tbl02 {
    margin-bottom: 10px;
  }

  body#yread #content #imap {
    margin-bottom: 10px;
  }

  /* orz */

  .round-ex {
    position: relative;
  }

  .round-ex .lt,
  .round-ex .rt,
  .round-ex .lb,
  .round-ex .rb {
    position: absolute;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background-image: url("../img/table-corner.png");
    background-repeat: no-repeat;
  }

  * html .round-ex .lt,
  * html .round-ex .rt,
  * html .round-ex .lb,
  * html .round-ex .rb {
    display: none;
  }

  *:first-child + html .round-ex .lt,
  *:first-child + html .round-ex .rt,
  *:first-child + html .round-ex .lb,
  *:first-child + html .round-ex .rb {
    display: none;
  }

  .round-ex .lt {
    top: 0;
    left: 0;
    background-position: 0 0;
  }

  .round-ex .rt {
    top: 0;
    right: 0;
    background-position: -5px 0;
  }

  .round-ex .lb {
    bottom: 0;
    left: 0;
    background-position: 0 -5px;
  }

  .round-ex .rb {
    right: 0;
    bottom: 0;
    background-position: -5px -5px;
  }

  .golink {
    padding-left: 12px;
    background: none;
  }

  .submit,
  .button,
  .get {
    cursor: pointer;
  }

  .kbd kbd a {
    background-color: #ddd;
    cursor: pointer;
  }

  .gotop {
    margin-top: 10px;
    text-align: right;
  }

  .gotop a {
    padding-left: 14px;
    background: none;
  }

  /* error-page Joint */

  #Joint #content h2,
  #error #content h2 {
    background: none;
    text-align: center;
  }

  #Joint #content h2 span,
  #error #content h2 span {
    color: #000;
    background: none;
  }

  #error #content .navi {
    margin: 20px 0 -10px;
  }

  #error #content .navi p {
    margin-bottom: 0;
  }

  /* MAG-UNIT */

  .mag-unit {
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
  }

  * html body#cat-cl .mag-unit {
    padding-bottom: 10px;
  }

  *:first-child + html #cat-cl .mag-unit {
    padding-bottom: 10px;
  }

  .mag-unit .mag-title {
    position: relative;
    line-height: 1;
    color: #333;
    background: none;
    font-weight: bold;
    font-size: 131%;
  }

  * html .mag-unit .mag-title {
    height: 1%;
  }

  *:first-child + html .mag-unit .mag-title {
    height: 1%;
  }

  .mag-unit h2.mag-title {
    border-bottom: 0;
  }

  .mag-unit .mag-title span {
    padding: 5px 130px 5px 10px;
    display: block;
    background: none;
  }

  .mag-unit .mag-title span a {
    color: #333;
  }

  .mag-unit .mag-title img {
    position: absolute;
    top: 5px;
    right: 70px;
  }

  .mag-unit .mag-title img:last-child,
  .mag-unit .mag-title img.last-child {
    right: 10px;
  }

  .mag-unit .mag-title a img {
    position: static;
  }

  .mag-unit .mag-body {
    border: 0 solid #c0e6f9;
    border-width: 0 2px 100%;
    overflow: hidden;
  }

  * html .mag-unit .mag-body {
    overflow: visible;
    word-break: break-all;
    word-wrap: break-word;
  }

  .mag-unit .mag-info {
    margin-bottom: 10px;
    padding: 5px 10px 0;
    line-height: 1.5;
    color: #333;
    font-size: 108%;
  }

  .mag-unit .mag-meta {
    padding: 0 10px;
    color: #333;
    font-size: 93%;
  }

  * html .mag-unit .mag-meta {
    margin: 0;
    padding: 10px;
  }

  *:first-child + html .mag-unit .mag-meta {
    margin-bottom: 10px;
  }

  .mag-unit .mag-meta li {
    margin-bottom: 5px;
    padding-right: 6px;
    padding-left: 56px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 50%;
  }

  * html .mag-unit .mag-meta li {
    white-space: nowrap;
  }

  *:first-child + html .mag-unit .mag-meta li {
    white-space: nowrap;
  }

  * html .mag-unit .mag-meta li.meta-period {
    clear: both;
    width: 100%;
    white-space: normal;
  }

  *:first-child + html .mag-unit .mag-meta li.meta-period {
    clear: both;
    width: 100%;
    white-space: normal;
  }

  .mag-unit .mag-meta .meta-id {
    padding-left: 20px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #333;
  }

  .mag-unit .mag-meta .meta-price {
    background-image: url("../img/meta-price2.gif");
  }

  .mag-unit .mag-meta .meta-number {
    background-image: url("../img/meta-number2.gif");
  }

  .mag-unit .mag-meta .meta-update {
    background-image: url("../img/meta-update2.gif");
  }

  .mag-unit .mag-meta .meta-rest {
    background-image: url("../img/meta-rest2.gif");
  }

  .mag-unit .mag-meta .meta-bn {
    background-image: url("../img/meta-bn2.gif");
  }

  .mag-unit .mag-meta .meta-type {
    clear: both;
    background-image: url("../img/meta-type2.gif");
  }

  .mag-unit .mag-meta .meta-period {
    background-image: url("../img/meta-period2.gif");
  }

  .mag-unit .mag-info .meta-uri {
    margin-left: 5px;
    padding-left: 14px;
    display: inline-block;
    width: 8em;
    background-image: url("../img/ext-link2.gif");
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-weight: bold;
    font-size: 93%;
    white-space: nowrap;
  }

  .mag-unit .mag-reg {
    padding: 10px;
    position: relative;
    clear: both;
    width: 100%;
    vertical-align: top;
    background-color: #c0e6f9;
  }

  * html .mag-unit .mag-reg {
    width: 100%;
  }

  .charge .mag-unit .mag-reg {
    margin-bottom: 5px;
  }

  .mag-unit .mag-reg ul {
    float: right;
  }

  .mag-unit .mag-reg ul li {
    margin-bottom: 5px;
    margin-left: 5px;
    float: left;
    line-height: 1.5;
    color: #333;
  }

  .mag-unit .mag-reg .rdemail {
    padding: 2px;
    border: 1px solid #666;
    width: 15em;
  }

  .mag-unit input {
    padding: 0 0.5em;
    font-size: 116%;
  }

  .disabled {
    color: #999;
    background: #f0f0f0;
  }

  .c-bank {
    margin-left: 0;
  }

  .select {
    padding-bottom: 0.75em;
    text-align: center;
  }

  .keisai {
    padding: 5px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
  }

  /* SMARTTECH */

  #content .tsuikainfo1 {
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
    width: 100%;
    background-color: #f6f6f6;
    font-size: 80%;
    line-height: 1.3;
  }

  #content .tsuikainfo2 {
    margin: 20px auto 20px auto;
    padding: 0;
    border: 0;
    width: 100%;
    background-color: #f6f6f6;
    text-align: left;
  }

  #content .tsuikainfo3 {
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
    width: 100%;
    background-color: #f6f6f6;
    text-align: left;
  }

  #content .tsuikatogo1 {
    margin: 0 auto 10px auto;
    padding: 0;
    border: 0;
    width: 100%;
    height: 170px;
    background-color: #f6f6f6;
    background: none;
    text-align: left;
  }

  #content .tsuikatogo1 p.btn {
    padding: 50px 0 0 10px;
    line-height: 1.3;
    width: 100%;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
  }

  #content .tsuikatogo1 p.btn-img {
    padding: 0 0 0 10px;
  }

  /* メルマガを発行するボタン */

  div.btn-pub {
    text-align: center;
    margin: o auto 15px;
  }

  #content .subscribe-list li {
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    background: none;
  }

  * html #content .subscribe-list li {
    height: 1%;
  }

  #content .subscribe-list a {
    padding-left: 5px;
    flex-grow: 2;
    width: 100%;
  }

  #content .subscribe-list .improve {
    display: block;
    background-color: #f96;
  }

  #content .subscribe-list div {
    margin-top: 0.5em;
    display: inline-block;
    font-weight: bold;
    text-align: center;
  }

  #content .subscribe-list .pay {
    width: 9em;
  }

  #content .subscribe-list .trial {
  }

  #content .subscribe-list .rest {
  }

  #content .subscribe-list .resend {
  }

  #content .subscribe-list .resend a {
    text-decoration: none;
  }

  #content .subscribe-list .charge {
    background-color: #fcc;
  }

  #content .subscribe-list .free {
    background-color: #cfc;
  }

  #content .subscribe-list .rest {
    background-color: #c0c0c0;
  }

  /* 登録中メルマガ 登録メールアドレス選択*/
  #content div.active {
    display: block;
  }

  #content div.inactive {
    display: none;
  }

  /* SelectCreditCard.html */
  p.selectcreditcard {
    padding-bottom: 5px;
    font-size: 108%;
  }

  /* SelectCreditCardConfirm.html */
  #content .selectcreditcardconfirm p.lead {
    padding-top: 10px;
    min-height: 20px;
  }

  /* 退会 */
  #content .quit {
    text-align: center;
  }

  #content .quit h3 {
    padding: 20px;
    font-weight: 100;
    border: none;
  }

  #content #documentlabel {
    width: 100%;
  }

  #content #documentfield {
    width: 100%;
  }

  #content #documentuser {
    width: 100%;
  }

  /* まぐポイント */
  #content .sub_point .point {
    font-size: 18px;
    padding-bottom: 3px;
  }

  #content .sub_point {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px dashed #f60;
    background-color: #fff8dc;
  }

  #content .sub_point .point h3 {
    margin-bottom: 2px;
    padding-left: 0.25em;
    border-left: 1em solid #3cf;
    min-height: 1em;
    font-weight: bold;
    font-size: 16px;
  }

  #content .sub_point .point strong {
    font-weight: bold;
    color: #ff3535;
    font-size: 30px;
  }

  #content .sub_point .point_link {
    text-align: right;
    margin-left: auto;
  }

  /* プレミアムメンバー */
  #content .sub_premiummember .premiummember {
    font-size: 18px;
    padding-bottom: 3px;
  }

  #content .sub_premiummember {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px dashed #f60;
    background-color: #fff8dc;
  }

  #content .sub_premiummember .premiummember h3 {
    margin-bottom: 10px;
    padding-left: 0.25em;
    border-left: 1em solid #3cf;
    min-height: 1em;
    font-weight: bold;
    font-size: 16px;
  }

  #content .sub_premiummember .premiummember_link {
    text-align: right;
    margin-left: auto;
  }

  #content .sub_premiummember li {
    font-size: 16px;
    margin-bottom: 6px;
  }

  /* まぐポイント有効期限 */

  #magpoint-expiration-container {
    margin-left: 10px;
  }

  #magpoint-expiration-title {
    width: 80%;
    font-weight: bold;
  }

  #magpoint-expiration-list {
    width: 80% !important;
  }

  #magpoint-expiration-list th {
    background-color: #ffffff !important;
  }

  .captcha-image {
    margin-bottom: 0.5em;
  }

  .captcha-input {
    width: 20em !important;
  }

  p#gallery {
    width: 100%;
  }

  ul#gallery-list p {
    text-align: center;
    float: left;
  }

  ul#gallery-list img {
    height: 300px;
    width: 100%;
    margin: 5px 10px;
    object-fit: contain;
  }

  input.dlt {
    padding: 0.2em 0.3em;
  }

  p.small {
    font-size: 90%;
  }

  div.center {
    text-align: center;
  }

  div.center ul {
    text-align: left;
    display: inline-block;
    padding: 5px;
    line-height: 1.3em;
  }

  .agentTerm,
  .paydeliveryTerm {
    width: 100%;
    height: 430px;
    overflow: auto;
    border: 1px solid #666;
    font-family: "ＭＳ ゴシック", monospace;
    padding: 1px;
    background-color: #ffffff;
    white-space: pre-wrap;
  }

  .agentTerm:hover,
  .paydeliveryTerm:hover {
    background-color: #fffacd;
  }

  #content .contact {
    padding-top: 10px;
    text-align: right;
  }

  div .resend-pager table,
  div .resend-pager table * {
    border: none !important;
    background-color: transparent !important;
  }

  #ad p.textAd {
    background-color: rgba(255, 102, 0, 0.48);
    padding: 10px 0px;
  }

  .manage-extra-subscriber h3 {
    margin-top: 15px;
  }

  #content .regist-ad-magazine .error-messages {
    color: red;
    font-weight: bold;
  }

  #content .regist-ad-magazine .item-list li .input-notice {
    display: inline-block;
    color: blue;
    margin-left: 212px;
    padding-top: 0;
  }

  #content .regist-ad-magazine .item-list li .input-error-message {
    display: none;
  }

  #content .regist-ad-magazine .item-list li.alert .input-error-message {
    display: inline-block;
    color: red;
    margin-left: 212px;
    padding-top: 0;
  }

  #content .regist-ad-magazine fieldset .item-list div {
    word-break: break-all;
  }

  #content .edit-ad-magazine .magazine-data .magazine-data-label {
    display: inline-block;
    width: 30%;
  }

  #content .edit-ad-magazine .magazine-data .magazine-data-value {
    display: inline-block;
    width: 60%;
  }

  .summary-body {
    white-space: pre-wrap;
    word-break: break-word;
  }
  /* SHARE-3666 */
  #free-period option[value="6"] {
    display: none;
  }

  #content .reservation-list-wrapper {
    margin: 0.25em 0;
    font-size: 1.1em;
  }

  #content .recent-completed-delivery-items-wrapper {
    margin: 0.25em 0;
    font-size: 1.1em;
  }

  #content .reservation-list .reserved-item-header {
    color: red;
  }

  #content .reserved-item-link {
    text-decoration: none;
  }

  #content .month-navigation {
    text-align: center;
    margin: 0.5em 0;
  }

  #content .month-navigation .go-to-month {
    padding: 0.5em 0.5em;
  }

  #rm-issueHistorySearchForm #notification {
    text-align: center;
    float: none;
    width: 100%;
  }

  .escottScriptError {
    display: none;
    color: red;
    font-weight: 500;
  }

  body.std a {
    text-decoration: none;
    color: blue;
  }

  body.std a:hover {
    color: rgb(255, 145, 0);
  }

  body.std a.icon{
    color: black;
  }
}

/* STR MAG_LIVE-97 20210325 */

@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .nav-login {
    position: absolute;
    margin-right: 5px;
    bottom: 0;
    right: 0;
    top : 0;
  }
  .dropdown {
    list-style-type: none;
  }

  .dropdown li {
    position: relative;
    left: auto;
    right: 0;
    text-align: left;
  }

  .dropdown li a {
    display: block;
    padding: 0 15px;
    margin: 0 5px;
    line-height: 20px;
    text-decoration: none;
    color: #000000;
  }

  .dropdown li a #user-circle {
    font-size: 20px;
  }

  .dropdown li a:hover {
    border-bottom: #e80008 1px solid;
  }

  .dropdown li ul {
    min-width: 120px;
    max-width: 250px;
    white-space: nowrap;
    position: absolute;
    top: 110%;
    left: auto;
    right: 0;
    z-index: 9999;
    padding: 0;
    margin: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }

  .dropdown li ul li {
    white-space: normal;
    word-wrap: break-word;
  }

  .dropdown li:hover ul {
    visibility: visible;
    opacity: 1;
  }

  .dropdown li ul li a {
    padding: 13px 15px;
    text-align: left;
    height: auto;
    background: #ffffff;
    border-bottom: #e80008 1px solid !important;
    color: #000000;
  }

  .dropdown li ul li a:hover {
    background: #d7d7d7;
  }
}


@media screen and (min-width: 480px) {
  .pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
}

.mypage-header-banner-img {
	width: 100%;
}

/* END MAG_LIVE-97 20210325 */
