/***********
 * common
 ***********/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

html,
body {
  height: 100%;
}

body,
body * {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}


/* 通常文字色 */

body {
  font-size: 14px;
  color:#333;
  /* 通常文字色 */
  background:#fff ;
}

h2 {
  font-size: 30px;
  letter-spacing: 3px;
}

h3 {
  font-size: 24px;
  letter-spacing: 3px;
}

ul,
ul li {
  list-style: none;
}

/* a リンク文字色 */

a,
a:visited {
  color:#666;
  /* a リンク文字色 */
  text-decoration: none;
}

a:hover,
button:hover {
  color:#f00;
  /* hoverリンク文字色 */
  text-decoration: none;
  opacity: 0.7;
}

a:hover * {
  opacity: .7;
}

input[type='text'],
input[type='password'] {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
  margin-right: 4px;
}

textarea {
  width: 100%;
  border: #d1d1d1 solid 1px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: middle;
  border: none;
}

img {
  max-width: 100%;
  word-break: normal;
  border: none;
}

b {
  font-weight: bold;
}

pre {
  white-space: pre-wrap;
}

ul.list1 li {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
}

ul.list1 li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 9px;
  height: 18px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-list.png);
  background-repeat: no-repeat;
  background-size: cover;
}

ul.list2 li {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
}

ul.list2 li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 5px;
  background-color: #666;
}


/***********
 * layout
 ***********/

#wrapper,
.wrapper {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
}

.top {
  width: 1100px;
  margin: 0 auto;
  padding: 38px 10px 0;
}

.contents {
  width: 1100px;
  margin: 0 auto;
  padding: 38px 10px 0;
}

.page {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 10px 0;
}

.row {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #wrapper,
  .wrapper {
    min-width: 100%;
  }
  .top {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .page {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .row {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}


/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}


/***********
 * header
 ***********/

#header {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(0,0,0,.3);
}

.gnav-sp {
  display: none;
}

.header-top {
  padding: 0 10px;
  color: #fff;
  background-color: #333;
}

.header-top ul {
  float: right;
  height: 30px;
}

.header-top ul li {
  font-size: 14px;
  line-height: 30px;
  float: left;
  margin-left: 12px;
}

.header-top ul li a {
  position: relative;
  color: #fcfcfc;
}

.header-top ul li a.entry {
  padding-left: 18px;
}

.header-top ul li a.entry:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 11px;
  height: 16px;
  margin-top: -8px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-entry.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-top ul li a.mypage {
  padding-left: 20px;
}

.header-top ul li a.mypage:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-top: -8px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-mypage.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-top ul li a.logout {
  padding-left: 20px;
}

.header-top ul li a.logout:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-top: -8px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-logout.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-top ul li a.cart {
  padding-left: 22px;
}

.header-top ul li a.cart:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-top: -8px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  display: table;
  width: 100%;
}

.header-bottom {
  position: relative;
  display: table-cell;
  height: 76px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.header-bottom .logo {
  text-align: center;
}

.header-bottom .logo img {
  width: auto;
  height:auto;
  max-width: 200px;
  max-height: 200px;
  margin: 9px 0;
  vertical-align: middle;
}

.header-bottom .logo h1 a,
.header-bottom .logo h1 a:hover {
  color:#666;
}

.header-bottom .logo h1 .logo-text {
  font-size:13px;
  display: -webkit-box;
  overflow:hidden;
  max-width:480px;
  max-height:160px;
  margin:auto;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.header-menu-sp,
.header-search-sp {
  display: none;
}

.header-search {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
}

.header-search-form {
  position: relative;
}

.header-search input[type=text] {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  width: 250px;
  height: 37px;
  padding: 0 60px 0 20px;
  border: 1px solid #dcdcdc;
  border-radius: 19px;
  outline: 0 none;
  background-color: #f5f5f5;
}

.header-search-form-btn {
  line-height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  overflow: hidden;
  width: 48px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
      border-radius: 0 19px 19px 0;
  background: none;
  background-color: #e4e4e4;
  -webkit-appearance: none;
}

.search-btn {
  padding: 8px 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  #header {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
  .gnav-pc {
    display: none;
  }
  .gnav-sp {
    display: block;
  }
  .header-top {
    width: 100%;
    min-height: 0;
    padding: 0;
    color: #fcfcfc;
    border-bottom: #fcfcfc solid 1px;
    background-color: #333;
  }
  .header-top ul {
    display: table;
    float: none;
    width: 100%;
    height: 44px;
  }
  .header-top ul li {
    font-size: 10px;
    line-height: 30px;
    display: table-cell;
    float: none;
    width: 33.33%;
    margin-left: 0;
    text-align: center;
  }
  .header-top ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    padding-top: 18px;
    color: #fcfcfc;
  }
  .header-top ul li a.entry {
    padding-left: 0;
  }
  .header-top ul li a.entry:before {
    position: absolute;
    top: 6px;
    left: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-left: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-entry_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-top ul li a.mypage {
    padding-left: 0;
  }
  .header-top ul li a.mypage:before {
    position: absolute;
    top: 6px;
    left: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-left: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-mypage_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-top ul li a.logout {
    padding-left: 0;
  }
  .header-top ul li a.logout:before {
    position: absolute;
    top: 6px;
    left: 50%;
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-top: 0;
    margin-left: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-logout_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-top ul li a.cart {
    padding-left: 0;
  }
  .header-top ul li a.cart:before {
    position: absolute;
    top: 6px;
    left: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-left: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header {
    display: table;
    width: 100%;
  }
  .header-bottom {
    position: relative;
    display: block;
    min-height: 47px;
    max-height: 100%;
    height: auto;
    padding: 0 0;
    text-align: center;
    vertical-align: middle;
    box-shadow: 1px 1px 8px rgba(0,0,0,.3);
  }
  .header-bottom .row {
    min-height: 47px;
    padding-top: 7px;
  }
  .header-bottom .logo {
    min-height: 30px;
    text-align: center;
  }
  .header-bottom .logo img {
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: top;
  }
  .header-bottom .logo h1 {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    max-width: calc(100% - 80px);
    min-height: 30px;
    margin-left: 40px;
  }
  .header-menu-sp {
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
    width: 28px;
  }
  .header-menu-sp img {
    width: 100%;
    height: auto;
  }
  .header-search-sp {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    width: 22px;
  }
  .header-search-sp img {
    width: 100%;
    height: auto;
  }
  .header-search {
    position: absolute;
    z-index: 999;
    top: 47px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .7);
  }
  .header-search.jq-show {
    display: block;
  }
  .header-search-form {
    position: relative;
    width: 72%;
    margin: 0 auto;
  }
  .header-search input[type=text] {
    font-size: 16px;
    line-height: 33px;
    display: inline-block;
    width: 100%;
    height: 33px;
    padding: 0 50px 0 12px;
    border: 1px solid #dcdcdc;
    border-radius: 17px;
    outline: 0 none;
    background-color: #f5f5f5;
  }
  .header-search-form-btn {
    line-height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    overflow: hidden;
    width: 45px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
        border-radius: 0 17px 17px 0;
    background: none;
    background-color: #e4e4e4;
    -webkit-appearance: none;
  }
  .search-btn {
    padding: 5px 8px;
    vertical-align: middle;
  }
}


/***********
 * footer
 ***********/

#footer {
  width: 100%;
}

.footer-top {
  width: 100%;
  padding: 40px 0;
  background-color: #d2d2d2;
}

.footer-logo {
  float: left;
  width: 340px;
}

.footer-logo img {
  width: auto;
  height:auto;
  max-width: 200px;
  max-height: 200px;
}

.footer-shoppingguide {
  float: right;
  width: 760px;
}

.footer-shoppingguide h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  display: inline-block;
  width: 186px;
  height: 32px;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1px;
  border: #000 solid 1px;
}

.footer-shoppingguide ul {
  width: 630px;
}

.footer-shoppingguide ul li {
  font-size: 14px;
  float: left;
  margin-right: 22px;
  margin-bottom: 10px;
}

.footer-shoppingguide ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer-bottom {
  line-height: 48px;
  width: 100%;
  height: 58px;
  background-color: #fcfcfc;
}

.footer-bottom2 {
  line-height: 48px;
  width: 100%;
  height: 48px;
  background-color: #f3f3f3;
}

.copyright {
  font-size: 14px;
  float: left;
  padding-top: 5px;
}

.sns {
  float: right;
  margin-top: 10px;
}

.sns li {
  display: inline-block;
  width: 25px;
  margin-left: 15px;
}

.sns li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  #footer {
    width: 100%;
  }
  .footer-top {
    width: 100%;
    padding: 30px 0 25px;
    background-color: #d2d2d2;
  }
  .footer-logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-shoppingguide {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-shoppingguide h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    width: 180px;
    height: 32px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    border: #000 solid 1px;
  }
  .footer-shoppingguide ul {
    width: 100%;
    text-align: left;
    border-top: #ededed solid 1px;
  }
  .footer-shoppingguide ul li {
    font-size: 13px;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: #ededed solid 1px;
  }
  .footer-shoppingguide ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 10px;
  }
  .footer-shoppingguide ul li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 9px;
    height: 14px;
    margin-top: -7px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav02_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-bottom {
    line-height: 1.4;
    width: 100%;
    height: auto;
    padding: 30px 0 20px;
    background-color: #fcfcfc;
  }
  .footer-bottom2 {
    line-height: 1.4;
    width: 100%;
    height: auto;
    padding: 30px 0 20px;
    background-color: #f3f3f3;
  }
  .copyright {
    font-size: 10px;
    float: none;
    text-align: center;
    word-break: break-word;
  }
  .sns {
    float: none;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .sns li {
    display: inline-block;
    width: 27px;
  }
  .sns li img {
    width: 100%;
    height: auto;
  }
}


/***********
 * main
 ***********/

.main-contents {
  float: right;
  width: 785px;
  padding-bottom: 50px; 
}

.main {
  float: right;
  width: 785px;
}

@media only screen and (max-width: 600px) {
  .main-contents {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .main {
    float: none;
    width: 100%;
  }
}


/* main-image */

#main-image {
  position: relative;
  width: 785px;
  text-align: center;
  background-color: #d9d9d9;
}

#main-image + div {
  border-top: none;
}

#main-image + div#login-error-message {
  border-top-width: 1px;
  border-top-style: solid;
}

#main-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 785px;
  height: auto;
  margin: 0 auto 40px;
}

.main-image-slider > ul {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  height: 336px;
}

.main-image-slider > ul > li {
  display: inline;
  float: left;
  overflow: hidden;
  width: 785px;
  height: 336px;
  list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-image-prev {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 999;
  font-size: 36px;
  margin-top: -18px;
}

.main-image-next {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 999;
  font-size: 36px;
  margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
  display: block;
  height: 100%;
}

.main-image-indicator {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 10px;
  left: 0;
}

.main-image-indicator ul {
  text-align: center;
}

.main-image-indicator ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  opacity: .6;
  border: #fff solid 1px;
  border-radius: 50%;
  background-color: none;
}

.main-image-indicator ul li.active {
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  #main-image {
    position: relative;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    background-color: #f5f5f5;
  }
  #main-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .main-image-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .main-image-slider > ul {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    height: 336px;
  }
  .main-image-slider > ul > li {
    display: inline;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 336px;
    list-style-type: none;
  }
  .main-image-indicator {
    position: absolute;
    z-index: 999;
    right: 5px;
    bottom: 5px;
  }
  .main-image-indicator ul {
    text-align: center;
  }
  .main-image-indicator ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: .6;
    border: #fff solid 1px;
    border-radius: 50%;
    background-color: none;
  }
  .main-image-indicator ul li.active {
    background-color: #fff;
  }
}


/* ttl */

.ttl {
  margin-bottom: 24px;
  text-align: center;
}

.ttl h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 6px;
  color: #333;
}

.ttl h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-left: -12px;
  content: '';
  background-color: #000;
}

.ttl h3 {
  font-size: 20px;
  font-weight: bold;
}

.ttl2 {
  margin-bottom: 46px;
  text-align: center;
}

.ttl2 h2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 2px;
}

.ttl2 h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-left: -12px;
  content: '';
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .ttl {
    margin-bottom: 16px;
    text-align: center;
  }
  .ttl h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  .ttl h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    content: '';
    background-color: #000;
  }
  .ttl h3 {
    font-size: 16px;
  }
  .ttl2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .ttl2 h2 {
    font-size: 20px;
    position: relative;
    padding-bottom: 2px;
  }
  .ttl2 h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    content: '';
    background-color: #000;
  }
}


/* top-news */

#top-news {
  padding-top: 36px;
}

@media only screen and (max-width: 600px) {
  #top-news {
    padding-top: 30px;
    border-top: #d0d0d0 solid 1px;
  }
}


/* news-list */

.news-list {
  margin-bottom: 20px;
}

.news-list dl {
  display: table;
  width: 100%;
}

.news-list dl dt {
  font-size: 14px;
  display: table-cell;
  width: 115px;
  padding: 10px 0;
}

.news-list dl dd {
  font-size: 14px;
  display: table-cell;
  padding: 10px 0;
}

.news-list dl dd a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .news-list {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .news-list dl {
    display: block;
    width: 100%;
  }
  .news-list dl dt {
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 4px;
    padding: 0 0 0 6px;
  }
  .news-list dl dd {
    font-size: 12px;
    display: block;
    margin-bottom: 18px;
    padding: 0;
  }
}


/* top-shop-message */

#top-shop-message1 {
  margin: 30px 0;
}

#top-shop-message2 {
  margin: 30px 0;
}

@media only screen and (max-width: 600px) {
  #top-shop-message1 {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  #top-shop-message2 {
    padding: 0 10px;
  }
}


/* pagetop */

.btn-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: all linear .2s;
  text-align: right;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  z-index: 101;
}

.btn-pagetop.is-show {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
  position: relative;
  display: block;
  width: 53px;
  height: 53px;
  cursor: pointer;
  border-radius: 27px;
  background-color: rgba(0,0,0,.8);
}

.btn-pagetop a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 23px;
  height: 12px;
  margin-top: -6px;
  margin-left: -12px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-pagetop.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/***********
 * module
 ***********/

.sp {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .sp {
    display: inline-block !important;
  }
}


/***********
 * login
 ***********/

.body-login .main {
  float: none;
  width: 785px;
  margin-right: auto;
  margin-left: auto;
}

.body-login .footer-logo {
  float: none;
  width: 100%;
  text-align: center;
}

/* login */

#login-error-message {
  font-size: 14px;
  margin: 30px 0 40px;
  padding: 8px 15px;
  text-align: left;
  color: #e6503f;
  border: #e6503f solid 1px;
}

#login-message {
  margin: 30px 0;
  text-align: center;
}

.login-tbl {
  width: 785px;
  margin: 15px auto;
}

.login-tbl th {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  width: 240px;
  padding: 12px 12px 12px 0;
  text-align: left;
  vertical-align: top;
}

.login-tbl td {
  padding: 12px 0;
  text-align: left;
}

.login-tbl td input[type=text],
.login-tbl td input[type=password] {
  line-height: 36px;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: #d0d0d0 solid 1px;
}

.login-btn {
  font-size: 15px;
  margin-bottom: 25px;
  text-align: center;
}

.login-btn a {
  font-size: 16px;
  font-weight: normal;
  line-height: 44px;
  position: relative;
  display: inline-block;
  width: 152px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #666;
}

.login-link{
  margin-bottom: 60px;
}

.login-link ul li {
  text-align: center;
}

.login-link ul li a {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .contents-login .main {
    width: 100%;
  }
  #login-error-message {
    font-size: 12px;
    margin: 20px 10px;
    padding: 10px;
    text-align: center;
  }
  #login-message {
    margin:30px 10px 0;
  }
  .login-tbl {
    display: block;
    width: calc(100% - 20px);
    margin: 20px 10px 20px;
  }
  .login-tbl tbody,
  .login-tbl tbody tr {
    display: block;
    width: 100%;
  }
  .login-tbl th {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 0 0 10px;
    text-align: left;
  }
  .login-tbl td {
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0 0 20px;
    vertical-align: top;
  }
  .login-btn a {
    width: calc(100% - 20px);
  }
  .login-link ul li {
    margin-top: 1em;
  }
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #666;}
.wysiwig-data a:hover{color: #f00;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}



/* ----- header ------ */
.header-bottom .logo img {
  max-width: 430px;
}
@media only screen and (max-width: 600px) {
  .header-bottom .logo img {
    max-width: 200px;
  }
}

/* ----- table ------ */
.login-tbl {
  width: 685px;
}
.login-tbl th {
  width: 140px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .login-tbl {
    width: calc(100% - 20px);
  }
  .login-tbl th {
    width: 100%;
  }
}

/* ----- footer ------ */
.footer-top {
  display: none;
}
.footer-bottom .row {
  text-align: center;
}
.copyright {
  float: none;
}
