@charset "UTF-8";
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.item ul.col2:before,
.item .info:before,
.detail .list:before,
.detail .list .info:before,
.detail .tag ul:before,
.detail .table .selectList:before,
.detail .itemBlock .header:before,
.detail .itemBlock .inner:before,
.detail .itemBlock .selectList:before,
.closet .list2 .inner:before,
.returnBox .list .inner:before,
.favoriteList .header:before,
.favoriteList .list .inner:before,
.order .list .inner:before,
.item ul.col2:after, .item .info:after, .detail .list:after, .detail .list .info:after, .detail .tag ul:after, .detail .table .selectList:after, .detail .itemBlock .header:after, .detail .itemBlock .inner:after, .detail .itemBlock .selectList:after, .closet .list2 .inner:after, .returnBox .list .inner:after, .favoriteList .header:after, .favoriteList .list .inner:after, .order .list .inner:after, .paymentBox .payList:after, .mailTemplate .fukidashi .appList:after {
  content: '';
  display: table;
}

.item ul.col2:after, .item .info:after, .detail .list:after, .detail .list .info:after, .detail .tag ul:after, .detail .table .selectList:after, .detail .itemBlock .header:after, .detail .itemBlock .inner:after, .detail .itemBlock .selectList:after, .closet .list2 .inner:after, .returnBox .list .inner:after, .favoriteList .header:after, .favoriteList .list .inner:after, .order .list .inner:after, .paymentBox .payList:after, .mailTemplate .fukidashi .appList:after {
  clear: both;
}

.item .photo img, .detail .photo .main img, .detail .photo .thumbnail ul li img, .detail .list .photo img, .detail .itemBlock .inner .photo img, .closet .list2 .photo img, .returnBox .list .photo img, .favoriteList .list .photo img, .order .list .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  height: 100%;
}

html.open {
  overflow: hidden;
  height: auto;
}

body {
  height: 100%;
  color: #333;
  background-color: rgba(245, 245, 245, 1);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.login {
  background-color: #f1e900;
}

body.search {
  background-color: #fff;
}

body.payment {
  background-color: #fff;
}

body.static {
  background-color: #f5f5f5;
}

body.open {
  overflow: hidden;
}

body.orderComplete {
  background-color: #fff;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
}

p {
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl, dd {
  margin: 0;
}

small {
  font-size: 100%;
}

em {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

button {
  -webkit-tap-highlight-color: transparent;
}

button:focus {
  outline: none;
}

#container {
  position: relative;
  height: 100%;
}

#container .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s, width 0.1s 0.5s, height 0.1s 0.5s;
          transition: opacity 0.4s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 200;
}

#container .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}

#header {
  background-color: #f1e900;
  border-bottom: 1px solid #cacaca;
  height: 45px;
  box-sizing: border-box;
  position: relative;
}

.static #header {
  background-color: #333;
  border-bottom-color: #333;
}

.static #header .title {
  color: #fff;
}

.timeline #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#header .menu {
  position: absolute;
  top: 14px;
  left: 8px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#header .menu img {
  width: 16px;
  vertical-align: top;
}

#header .back {
  position: absolute;
  top: 14px;
  left: 6px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#header .back img {
  width: 16px;
  vertical-align: top;
}

#header .title {
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
}

#header .title img {
  width: 109px;
}

#header .share {
  position: absolute;
  top: 14px;
  right: 36px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#header .share img {
  width: 16px;
  vertical-align: top;
}

#header .search {
  position: absolute;
  top: 14px;
  right: 8px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#header .search img {
  width: 16px;
  vertical-align: top;
}

#header .close {
  position: absolute;
  top: 14px;
  right: 8px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#header .close img {
  width: 18px;
  vertical-align: top;
}

#menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  height: 100%;
  background-color: #9a9a9a;
  z-index: 300;
  -webkit-transform: translate3d(-260px, 0, 0);
          transform: translate3d(-260px, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
          transition: transform 0.25s ease;
}

#menu.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#menu .about {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transform: translateY(-115%);
      -ms-transform: translateY(-115%);
          transform: translateY(-115%);
}

#menu .about .logo {
  margin-top: 40px;
}

#menu .about .logo img {
  width: 191px;
}

#menu ul {
  position: absolute;
  bottom: 0;
  background-color: #333;
  width: 100%;
}

#menu li {
  float: left;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  box-sizing: border-box;
  width: 50%;
  font-size: 11px;
  text-align: center;
}

#menu li.payment a {
  background-image: url(../images/ico_menu_01.png);
  color: #fff;
}

#menu li.coming2 {
  border-right: none;
}

#menu li.coming2 span {
  background-image: url(../images/ico_menu_02.png);
  color: #999;
}

#menu li.faq a {
  background-image: url(../images/ico_menu_03.png);
  color: #fff;
}

#menu li.coming3 {
  border-right: none;
}

#menu li.coming3 span {
  background-image: url(../images/ico_menu_04.png);
  color: #999;
}

#menu li a, #menu li span {
  display: block;
  padding: 55px 0 15px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 50% 15px;
  text-decoration: none;
}

#menu li.agreement {
  float: none;
  clear: both;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

#menu li.agreement a {
  padding: 0;
  color: #fff;
}

.timeline #main {
  padding-top: 45px;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 0.25s 0.1s;
          transition: transform 0.25s 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#footer.hidden {
  -webkit-transform: translate3d(0, 54px, 0);
          transform: translate3d(0, 54px, 0);
}

#footer ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 54px;
}

#footer li {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-size: 9px;
}

#footer li.ft1 a {
  background-image: url(../images/ico_footer_01.png);
}

#footer li.ft2 span {
  background-image: url(../images/ico_footer_02.png);
}

#footer li.ft3 a {
  background-image: url(../images/ico_footer_03.png);
}

#footer li.ft4 a {
  background-image: url(../images/ico_footer_04.png);
}

#footer li.ft5 a {
  background-image: url(../images/ico_footer_05.png);
}

#footer a {
  display: block;
  padding-top: 30px;
  color: #fff;
  background-position: 50% 2px;
  background-repeat: no-repeat;
  background-size: 28px 24px;
}

#footer span {
  display: block;
  padding-top: 30px;
  color: #999;
  background-position: 50% 2px;
  background-repeat: no-repeat;
  background-size: 40px 24px;
}

.loading {
  position: relative;
  margin: 60px auto;
  width: 40px;
  height: 40px;
  border: 2px solid #838383;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
          animation: spin 0.75s infinite linear;
}

.check {
  position: relative;
  display: block;
}

.check .checkFlag {
  display: none;
}

.check .checkFlag:checked ~ .checkCheckbox:before {
  border-color: #e5b65c;
}

.check .checkCheckbox {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.check .checkCheckbox:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 8px;
  margin: -6px 0 0 -3px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkList li {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #e6e6e6;
}

.checkboxWrap {
  position: relative;
}

input[type="checkbox"].checkbox {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 95%;
  height: 100%;
}

input[type="checkbox"].checkbox + label {
  display: block;
  background-image: url(../images/checkbox_off.png);
  background-size: 23px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 0 36px;
  font-size: 13px;
}

input[type="checkbox"].checkbox:checked + label {
  background-image: url(../images/checkbox_on.png);
}

.select {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 1px solid #d6d6d6;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}

.select.err {
  background-color: #fff2fb;
}

.select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 130%;
  padding: 0 30px 0 8px;
  height: 34px;
  line-height: 34px;
  border-radius: 0;
  border: none;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: border-box;
  font-size: 13px;
}

.select.half {
  width: 74%;
  padding: 0 4% 0 2%;
  box-sizing: border-box;
  margin-right: 5px;
}

.select.half + .text {
  display: inline-block;
  margin-right: 10px;
}

.selectWrap {
  width: 100%;
  display: table;
}

.selectWrap .selectCell {
  width: 50%;
  display: table-cell;
}

.radio input[type="radio"] {
  opacity: 0;
  width: 100%;
  height: 0;
  padding: 0;
  display: none;
}

.radio input[type="radio"] + label {
  display: block;
  background: url(../images/radio_off.png) no-repeat 0 center;
  background-size: 23px;
  padding: 5px 20px 5px 30px;
  color: #555;
  text-decoration: none;
  margin-top: 0;
  font-size: 13px;
}

.radio input[type="radio"].err + label {
  background: url(../images/radio_err.png) no-repeat 0 center;
  background-size: 23px;
}

.radio input[type="radio"]:checked + label {
  background: url(../images/radio_on.png) no-repeat 0 center;
  background-size: 23px;
}

.textBox input[type="text"] {
  padding: 10px 5px;
  border: 1px solid #d6d6d6;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 0;
  font-size: 13px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

.textBox input[type="text"].err {
  background-color: #fff2fb;
}

.heading01 {
  padding: 10px 7px;
  background-color: #333;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}

.heading02 {
  padding: 3px 10px;
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
}

.hdgRequire {
  font-weight: normal;
  color: #ff00ac;
  font-size: 11px;
  margin-left: 5px;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.login .title {
  text-align: center;
}

.login .title h1 {
  font-size: 20px;
}

.login .title h1 img {
  display: block;
  margin: 30px auto 0;
  width: 191px;
}

.login .title p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.login .form {
  margin: 40px auto 0;
  width: 80%;
}

.login .form .input li {
  margin-top: 10px;
}

.login .form .input input[type="text"],
.login .form .input input[type="email"],
.login .form .input input[type="password"] {
  background-color: #fffc9c;
  border: none;
  padding: 8px 10px;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
}

.login .form .input input[type="text"]::-moz-placeholder,
.login .form .input input[type="email"]::-moz-placeholder,
.login .form .input input[type="password"]::-moz-placeholder {
  color: #999;
}

.login .form .input input[type="text"]::-webkit-input-placeholder,
.login .form .input input[type="email"]::-webkit-input-placeholder,
.login .form .input input[type="password"]::-webkit-input-placeholder {
  color: #999;
}

.login .form .input input[type="text"]:-ms-input-placeholder,
.login .form .input input[type="email"]:-ms-input-placeholder,
.login .form .input input[type="password"]:-ms-input-placeholder {
  color: #999;
}

.login .form .btn {
  margin-top: 20px;
}

.login .form .btn button {
  border-radius: 3px;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 1px;
  background-color: #000;
}

.login .form .btn span {
  padding-left: 24px;
  background: url(../images/ico_login.png) no-repeat 0 50%;
  background-size: 15px 15px;
}

.login .errorTxt {
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #fc6666;
}

.item {
  overflow: hidden;
}

.item .switch {
  position: fixed;
  z-index: 10;
  top: 58px;
  left: 0;
  background-color: transparent;
  border: none;
  padding: 0 0 0 12px;
  width: 46px;
  height: 36px;
  border-radius: 0 20px 20px 0;
  background-color: rgba(102, 102, 102, 0.5);
  box-sizing: border-box;
  text-align: left;
}

.item .switch .grid {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
}

.item .switch .grid:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  color: #fff;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  box-shadow: 10px 0;
}

.item .switch .grid:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  color: #fff;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  box-shadow: -10px 0;
}

.item .switch.transform .grid {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item .switch.transform .grid:before {
  width: 18px;
  height: 7px;
  box-shadow: none;
}

.item .switch.transform .grid:after {
  width: 18px;
  height: 7px;
  box-shadow: none;
}

.item ul.col2 li {
  float: left;
  width: 50%;
}

.item ul.col2 li:nth-child(odd) {
  padding-right: 3px;
}

.item ul.col2 li:nth-child(even) {
  padding-left: 3px;
}

.item li {
  padding: 6px 6px 0;
  box-sizing: border-box;
}

.item .photo {
  padding: 6px 6px 0;
  background-color: #fff;
}

.item .info {
  padding: 6px;
  background-color: #fff;
}

.item .info .view {
  float: right;
  font-size: 10px;
  padding-left: 20px;
  position: relative;
  background: url(../images/ico_view_01.png) no-repeat 0 50%;
  background-size: 16px 7px;
}

.detail .photo .thumbnail {
  overflow: hidden;
}

.detail .photo .thumbnail ul {
  width: 100%;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.detail .photo .thumbnail ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 10px 0;
  width: 67px;
}

.detail .photo .thumbnail ul li .colorName {
  margin-top: 5px;
  font-size: 10px;
  text-align: center;
}

.detail .number {
  padding: 10px 10px 20px;
  background-color: #fff;
}

.detail .number dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #e3e3e3;
}

.detail .number dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4px 0;
  border-left: 1px solid #e3e3e3;
  color: #a7a7a7;
  font-size: 10px;
  width: 30%;
}

.detail .number dt span {
  display: inline-block;
  padding-left: 34px;
  background-size: 30px 19px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  min-height: 19px;
  line-height: 19px;
}

.detail .number dt:first-of-type span {
  background-image: url(../images/ico_view_02.png);
}

.detail .number dt:last-of-type {
  width: 50%;
  color: #a7a7a7;
}

.detail .number dt:last-of-type span {
  background-image: url(../images/ico_box.png);
}

.detail .number dd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4px 0;
  font-size: 11px;
  color: #666;
}

.detail .number .btn {
  margin: 20px 0 0;
}

.detail .number .favorite {
  margin-right: 0;
}

.detail .list {
  margin: 5px 0 15px;
}

.detail .list li {
  padding: 6px 6px 0;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.detail .list li:nth-child(odd) {
  padding-right: 3px;
}

.detail .list li:nth-child(even) {
  padding-left: 3px;
}

.detail .list .photo {
  padding: 6px 6px 0;
  background-color: #fff;
}

.detail .list .info {
  padding: 6px;
  background-color: #fff;
}

.detail .list .info .view {
  float: right;
  font-size: 10px;
  padding-left: 20px;
  position: relative;
  background: url(../images/ico_view_01.png) no-repeat 0 50%;
  background-size: 16px 7px;
}

.detail .tag {
  padding: 0 0 20px 10px;
  background-color: #fff;
}

.detail .tag ul {
  padding-top: 10px;
}

.detail .tag li {
  float: left;
  margin: 5px 5px 0 0;
  font-size: 11px;
}

.detail .tag a {
  display: block;
  padding: 1px 6px;
  color: #666;
  background-color: #f2f2f2;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.detail .btn {
  margin: 20px 10px 0;
  background-color: #f1e900;
  border-radius: 3px;
}

.detail .btn a {
  display: block;
  padding: 14px 0;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.detail .btn img {
  position: relative;
  top: -1px;
  width: 95px;
}

.detail .favorite {
  margin: 10px 10px 0 auto;
  background-color: #363636;
  border-radius: 3px;
  width: 50%;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.detail .favorite span {
  padding-left: 17px;
  background: url(../images/ico_favorite.png) no-repeat 0 50%;
  background-size: 11px 10px;
}

.detail .favorite.disabled {
  background-color: #ccc;
}

.detail .link {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

.detail .link a {
  display: inline-block;
  padding-left: 14px;
  background: url(../images/ico_arrow.png) no-repeat 0 50%;
  background-size: 12px 12px;
}

.detail .sizeDetail {
  padding: 0 10px;
}

.detail .sizeDetail dt {
  margin-top: 8px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #999;
  background-color: #eaeaea;
}

.detail .sizeDetail dd {
  margin-top: 3px;
  font-size: 10px;
}

.detail .caption {
  margin: 15px 10px 0;
  font-size: 11px;
}

.detail .table {
  margin: 10px 10px 0;
}

.detail .table table {
  width: 100%;
}

.detail .table thead th {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.detail .table tbody td {
  padding-top: 6px;
}

.detail .table .selectList li {
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.detail .table .selectList li.color {
  width: 60%;
}

.detail .table .selectList li.size {
  width: 40%;
}

.detail .table .stock {
  width: 35px;
}

.detail .table .stock span {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #d6d6d6;
}

.detail .itemBlock {
  padding-bottom: 20px;
  background-color: #fff;
}

.detail .itemBlock h3 {
  margin: 10px 10px 0;
  padding-bottom: 10px;
  font-size: 11px;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 1px;
}

.detail .itemBlock h4 {
  margin: 15px 10px 0;
  font-size: 11px;
  font-weight: normal;
}

.detail .itemBlock .header {
  margin-top: 15px;
}

.detail .itemBlock .header .category {
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.detail .itemBlock .header h3 {
  float: right;
  margin: 0;
  padding: 0;
  font-weight: normal;
  border-bottom: none;
}

.detail .itemBlock .block {
  margin: 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}

.detail .itemBlock .inner {
  margin-top: 8px;
}

.detail .itemBlock .inner .photo {
  float: left;
  width: 70px;
  margin-right: 5px;
}

.detail .itemBlock .inner .text {
  overflow: hidden;
}

.detail .itemBlock .selectList li {
  float: left;
  padding-left: 5px;
  box-sizing: border-box;
}

.detail .itemBlock .selectList li.color {
  width: 65%;
}

.detail .itemBlock .selectList li.size {
  width: 35%;
}

.detail .itemBlock .selectList .select select {
  padding: 0 30px 0 12px;
  height: 30px;
  line-height: 30px;
}

.detail .itemBlock .stock {
  margin-top: 5px;
  font-size: 11px;
  text-align: right;
}

.detail .itemBlock .stock span {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d6d6d6;
  font-size: 13px;
}

.closet {
  padding-bottom: 60px;
}

.closet section {
  margin: 0 10px;
}

.closet h2 {
  margin-top: 15px;
  font-size: 13px;
}

.closet .msg {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

.closet .msg em {
  font-weight: bold;
}

.closet .list2 {
  margin-top: 10px;
}

.closet .list2 li {
  margin-top: 5px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

.closet .list2 li.disabled {
  background-color: #c0c0c0;
}

.closet .list2 li.disabled .order {
  background-color: #b6b6b6;
  color: #fff;
}

.closet .list2 li.disabled .trash {
  background-image: url(../images/ico_trash_d.png);
}

.closet .list2 li.onOrder {
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  border-left: 1.5px solid #333;
}

.closet .list2 li.onOrder .order {
  top: 22px;
  background-color: #666;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}

.closet .list2 li.onOrder .order span {
  padding-top: 25px;
  background: url(../images/ico_order.png) no-repeat 50% 0;
  background-size: 15px 15px;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}

.closet .list2 .status {
  padding-left: 4px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #333;
}

.closet .list2 .inner {
  padding: 5px 40px 5px 5px;
}

.closet .list2 .photo {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.closet .list2 .info {
  overflow: hidden;
}

.closet .list2 .name {
  margin-top: 2px;
  font-size: 13px;
  font-weight: bold;
}

.closet .list2 .colorSize {
  margin-top: 2px;
  font-size: 12px;
}

.closet .list2 .trash {
  position: absolute;
  right: 43px;
  bottom: 8px;
  width: 19px;
  height: 19px;
  background: url(../images/ico_trash.png) no-repeat;
  background-size: 19px 19px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.closet .list2 .order {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: auto;
  text-align: center;
  background-color: #f1e900;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
}

.closet .list2 .order span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.closet .list2 .days {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
}

.closet .list2 .days em {
  font-weight: bold;
}

.closet .text {
  margin-top: 10px;
  color: #4d4d4d;
  font-size: 11px;
}

.closet .text em {
  font-weight: bold;
  font-size: 12px;
}

.closet .notice {
  margin-top: 10px;
  color: #666;
  font-size: 10px;
}

.closet .notice em {
  color: #fc6666;
  font-weight: bold;
}

.closet .btn {
  padding: 10px 10px 0;
}

.closet .btn p {
  margin-top: 10px;
  font-size: 12px;
}

.closet .btn p em {
  font-weight: bold;
}

.closet .btn li {
  margin-top: 10px;
}

.closet .btn li.next button, .closet .btn li.next a {
  padding: 12px;
  background-color: #363636;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.closet .btn li.prev button, .closet .btn li.prev a {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 13px;
}

.closet .btn button, .closet .btn a {
  display: block;
  border-radius: 3px;
  border: none;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
}

.returnBox .choice {
  margin: 0 10px;
  padding-bottom: 22px;
}

.returnBox h2 {
  padding-top: 10px;
  font-size: 13px;
}

.returnBox .text {
  margin-top: 3px;
  font-size: 11px;
}

.returnBox .text a {
  text-decoration: underline;
  color: #fc6666;
}

.returnBox .list li {
  margin-top: 10px;
  display: table;
  width: 100%;
}

.returnBox .list .checkbox {
  display: table-cell;
  vertical-align: middle;
  background-color: #ccc;
  text-align: center;
  width: 30px;
}

.returnBox .list .checkbox.checked {
  background-color: #e5b65c;
}

.returnBox .list .inner {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
}

.returnBox .list .photo {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.returnBox .list .info {
  overflow: hidden;
}

.returnBox .list .name {
  margin-top: 2px;
  font-size: 13px;
  font-weight: bold;
}

.returnBox .list .colorSize {
  margin-top: 5px;
  font-size: 12px;
}

.returnBox .address {
  padding: 10px 10px 0;
  background-color: #fff;
}

.returnBox .address table {
  margin-top: 10px;
  width: 100%;
}

.returnBox .address th {
  padding: 4px 0;
  font-size: 12px;
  vertical-align: top;
  width: 25%;
  text-align: left;
}

.returnBox .address td {
  padding: 4px 0;
  font-size: 13px;
  vertical-align: top;
}

.returnBox .btn {
  padding: 10px 10px 60px;
  background-color: #fff;
}

.returnBox .btn p {
  margin-top: 10px;
  font-size: 12px;
}

.returnBox .btn p em {
  font-weight: bold;
}

.returnBox .btn li {
  margin-top: 10px;
}

.returnBox .btn li.next button, .returnBox .btn li.next a {
  padding: 12px;
  background-color: #363636;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.returnBox .btn li.prev button, .returnBox .btn li.prev a {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 13px;
}

.returnBox .btn button, .returnBox .btn a {
  display: block;
  border-radius: 3px;
  border: none;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
}

.favoriteList {
  margin: 0 10px;
  padding-bottom: 60px;
}

.favoriteList .header {
  margin: 15px 0 10px;
}

.favoriteList .header .tab {
  float: left;
  width: 70%;
  display: table;
  table-layout: fixed;
}

.favoriteList .header .tab li {
  font-size: 11px;
  display: table-cell;
  text-align: center;
  font-weight: bold;
}

.favoriteList .header .tab li:first-child a {
  border-radius: 3px 0 0 3px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.favoriteList .header .tab li:last-child a {
  border-radius: 0 3px 3px 0;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.favoriteList .header .tab li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc !important;
  box-sizing: border-box;
}

.favoriteList .header .tab li a.selected {
  color: #333;
  background-color: #fff;
}

.favoriteList .header .toggleBtn {
  float: right;
  height: 30px;
  line-height: 30px;
  width: 25%;
  font-size: 11px;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  font-weight: bold;
}

.favoriteList .list li {
  margin-top: 5px;
  display: table;
  width: 100%;
}

.favoriteList .list .checkbox {
  display: table-cell;
  vertical-align: middle;
  background-color: #ccc;
  text-align: center;
  width: 30px;
}

.favoriteList .list .checkbox.checked {
  background-color: #e5b65c;
}

.favoriteList .list .inner {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
}

.favoriteList .list .photo {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.favoriteList .list .info {
  overflow: hidden;
}

.favoriteList .list .name {
  margin-top: 2px;
  font-size: 13px;
  font-weight: bold;
}

.favoriteList .list .colorSize {
  margin-top: 5px;
  font-size: 12px;
}

.favoriteList .address {
  padding: 10px 10px 0;
  background-color: #fff;
}

.favoriteList .address table {
  margin-top: 10px;
  width: 100%;
}

.favoriteList .address th {
  padding: 4px 0;
  font-size: 12px;
  vertical-align: top;
  width: 25%;
  text-align: left;
}

.favoriteList .address td {
  padding: 4px 0;
  font-size: 13px;
  vertical-align: top;
}

.favoriteList .btn {
  margin-top: 25px;
}

.favoriteList .btn p {
  margin-top: 10px;
  font-size: 12px;
}

.favoriteList .btn p em {
  font-weight: bold;
}

.favoriteList .btn li {
  margin-top: 10px;
}

.favoriteList .btn li.next button, .favoriteList .btn li.next a {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 13px;
}

.favoriteList .btn li.delete button, .favoriteList .btn li.delete a {
  padding: 8px;
  background-color: #363636;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.favoriteList .btn button, .favoriteList .btn a {
  display: block;
  border-radius: 3px;
  border: none;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
}

.order .choice {
  margin: 0 10px;
  padding-bottom: 22px;
}

.order h2 {
  padding-top: 10px;
  font-size: 13px;
}

.order .errorTxt {
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
  color: #fc6666;
}

.order .text {
  margin-top: 10px;
  font-size: 11px;
}

.order .text a {
  text-decoration: underline;
  color: #fc6666;
}

.order .list li {
  margin-top: 10px;
  display: table;
  width: 100%;
}

.order .list .checkbox {
  display: table-cell;
  vertical-align: middle;
  background-color: #ccc;
  text-align: center;
  width: 30px;
}

.order .list .checkbox.checked {
  background-color: #e5b65c;
}

.order .list .inner {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
}

.order .list .photo {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.order .list .info {
  overflow: hidden;
}

.order .list .name {
  margin-top: 2px;
  font-size: 13px;
  font-weight: bold;
}

.order .list .colorSize {
  margin-top: 5px;
  font-size: 12px;
}

.order .list .stock {
  margin-top: 5px;
  font-size: 12px;
}

.order .address {
  padding: 10px 10px 0;
  background-color: #fff;
}

.order .address table {
  margin-top: 10px;
  width: 100%;
}

.order .address th {
  padding: 4px 0;
  font-size: 12px;
  vertical-align: top;
  width: 25%;
  text-align: left;
}

.order .address td {
  padding: 4px 0;
  font-size: 13px;
  vertical-align: top;
}

.order .complete {
  padding: 10px 10px 0;
  background-color: #fff;
}

.order .complete h2 {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.order .complete .text {
  margin-top: 30px;
}

.order .btn {
  padding: 10px 10px 60px;
  background-color: #fff;
}

.order .btn p {
  margin-top: 10px;
  font-size: 12px;
}

.order .btn p em {
  font-weight: bold;
}

.order .btn li {
  margin-top: 10px;
}

.order .btn li.next button, .order .btn li.next a {
  padding: 12px;
  background-color: #363636;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.order .btn li.prev button, .order .btn li.prev a {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 13px;
}

.order .btn button, .order .btn a {
  display: block;
  border-radius: 3px;
  border: none;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
}

.searchList {
  position: relative;
  overflow-x: hidden;
}

.searchList li {
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.searchList a {
  display: block;
  padding: 12px 10px;
  background-color: #fff;
}

.searchList .secondLevel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.searchList .secondLevel.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.error {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.error h1 {
  background: url(../images/ico_error.png) no-repeat 50% 0;
  background-size: 98px 87px;
  padding-top: 100px;
  font-size: 25px;
  text-align: center;
}

.error p {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

.faq .section {
  margin: 20px 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  color: #fff;
}

.faq .section:last-child {
  border-bottom: none;
}

.faq a {
  color: #fff;
  text-decoration: underline;
}

.faq .heading {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .heading img {
  padding-right: 10px;
  width: 30px;
  min-width: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.faq p {
  margin-top: 10px;
  font-size: 13px;
}

.faq p em {
  font-weight: bold;
}

.faq .notice {
  margin-top: 5px;
  font-size: 12px;
  color: #ccc;
}

.faq .notice li {
  margin-top: 5px;
}

.faq dl {
  font-size: 13px;
}

.faq dl dt {
  margin-top: 10px;
  font-weight: bold;
}

.faq dl dd {
  margin-left: 1em;
}

.faq .link {
  text-align: right;
}

.faq .caution {
  font-size: 14px;
  font-weight: bold;
}

.faq .img img {
  width: 100%;
}

.faq .faqTitle {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 20px 10px 0;
}

.agreement {
  margin: 0 10px;
  padding-bottom: 20px;
  color: #333;
}

.agreement h2 {
  margin-top: 15px;
  font-size: 14px;
}

.agreement h3 {
  margin-top: 20px;
  font-size: 12px;
}

.agreement p {
  margin-top: 10px;
  font-size: 12px;
}

.agreement li {
  font-size: 12px;
}

.agreement .numList li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.6em;
}

.agreement .numList .num {
  position: absolute;
  top: 0;
  left: 0;
}

.agreement .numList .numList li {
  margin-top: 5px;
  padding-left: 2.2em;
}

.agreement .tableList {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
}

.agreement .tableList th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}

.agreement .tableList td {
  padding: 6px;
  background-color: white;
  border: 1px solid #b9b9b9;
  color: #333;
}

.paymentBox em {
  font-weight: bold;
  text-decoration: none;
}

.paymentBox .textInner {
  padding: 15px 10px;
}

.paymentBox .textInner .note {
  font-size: 11px;
  margin-top: 5px;
}

.paymentBox .textInner .text {
  font-size: 13px;
}

.paymentBox .textInner + .btnArea {
  margin-top: -15px;
}

.paymentBox .textInner.bBorder {
  border-bottom: 1px solid #e6e6e6;
}

.paymentBox .hdgText {
  font-size: 12px;
  color: #4d4d4d;
}

.paymentBox .textArea {
  margin-top: 10px;
}

.paymentBox .cautionText {
  font-size: 10px;
  color: #999999;
  margin-top: 20px;
}

.paymentBox .errorListArea {
  background-color: #fff2fb;
  padding: 10px;
}

.paymentBox .errorListArea ul li {
  font-size: 12px;
  color: #ff00ac;
}

.paymentBox .confirmList {
  margin: 10px 0 0 10px;
}

.paymentBox .confirmList li {
  margin-top: 10px;
  font-size: 13px;
}

.paymentBox .payList {
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 0 10px;
}

.paymentBox .payList dt {
  width: 90px;
  font-weight: bold;
  float: left;
  padding-top: 10px;
}

.paymentBox .payList dd {
  padding-top: 10px;
}

.paymentBox .inputTextWrap {
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  display: table;
}

.paymentBox .inputTextWrap .inputTextCell {
  width: 50%;
  display: table-cell;
}

.paymentBox .inputTextWrap input[type="text"] {
  padding: 10px 2%;
  border: 1px solid #d6d6d6;
  width: 72%;
  box-sizing: border-box;
  margin: 0 8px 0 2%;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

.paymentBox .inputTextWrap input[type="text"].err {
  background-color: #fff2fb;
}

.paymentBox .btnArea {
  padding: 10px 10px 20px;
  background-color: #fff;
}

.paymentBox .btnArea p {
  margin-top: 10px;
  font-size: 12px;
}

.paymentBox .btnArea p em {
  font-weight: bold;
}

.paymentBox .btnArea li {
  margin-top: 10px;
}

.paymentBox .btnArea li.next button, .paymentBox .btnArea li.next a {
  padding: 12px 0;
  background-color: #363636;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.paymentBox .btnArea li.prev button, .paymentBox .btnArea li.prev a {
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 13px;
}

.paymentBox .btnArea li.decide button, .paymentBox .btnArea li.decide a {
  padding: 12px 0;
  background-color: #f1e900;
  font-size: 15px;
  font-weight: bold;
}

.paymentBox .btnArea button, .paymentBox .btnArea a {
  display: block;
  border-radius: 3px;
  border: none;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
}

.paymentBox .tborder {
  border-top: 1px solid #d6d6d6;
  margin-top: 10px;
  padding-top: 10px;
}

.paymentBox .formArea.slideWrap {
  display: none;
  padding: 15px 0 0 0;
}

.paymentBox .formArea .formTitle {
  font-size: 12px;
  margin: 15px 0 10px 0;
}

.paymentBox .formArea .formTitle:first-child {
  margin: 0 0 10px 0;
}

.paymentBox .link {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

.paymentBox .link a {
  width: auto;
  display: inline-block;
  padding-left: 14px;
  background: url(../images/ico_arrow.png) no-repeat 0 50%;
  background-size: 12px 12px;
}

#main.mailTemplate {
  background-color: #f0f000;
  height: 92%;
}

#main2.mailTemplate {
  height: 100%;
  position: relative;
  background: rgb(255,255,255);
}

.mailTemplate .fukidashiWrap {
  padding: 15px 15px 0;
}

.mailTemplate .fukidashiWrap2 {
  padding: 15px;
}

.mailTemplate .fukidashi {
  font-size: 13px;
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
  padding: 24px 30px;
  box-sizing: border-box;
}

.mailTemplate .fukidashi .textWrap {
  border-bottom: 1px solid #000;
  padding: 0 0 60px 0;
}

.mailTemplate .fukidashi .appList {
  background-image: url(../images/app_download.png);
  background-repeat: no-repeat;
  background-size: 68px 14px;
  background-position: right center;
  padding: 0 0 0 0;
  margin-top: 20px;
  margin-right: 10px;
}

.mailTemplate .fukidashi .appList li {
  float: left;
  margin-right: 10px;
}

.mailTemplate .fukidashi a {
  text-decoration: underline;
  color: #ff2d8c;
}

.mailTemplate .fukidashi .downArrow {
  background-image: url(../images/downArrow_01.png);
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: left top;
  padding: 0 0 0 13px;
  margin-top: 25px;
}

.mailTemplate .bottomImg {
  width: 100%;
}

.mailTemplate .bottomImg.arrow {
  margin-top: -6px;
}

.mailTemplate .bottomImg.lisu {
  padding-bottom: 20px;
}
.mailTemplate .bottomImg.lisu.sideways {
  margin-bottom: calc(8% + 20px);
}

.mailTemplate .bottomImg img {
  width: 100%;
}

.fukidashi {
margin-top: 25px;
}

.textBold{
  font-weight: bold;
  padding-bottom: 20px;
}

.yamato{
  text-align: center;
  white-space: nowrap;
  margin-top: 20px;
}

.yamato span{
  display: inline-block;
}

.yamato1{
  text-align: left;
  font-size: 10px;
}

.yamato2{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

#footer.mailtemp {
  font-size: 12px;
  position: relative;
  padding: 20px 20px;
  box-sizing: border-box;
  height: 8%;
  width: 100%;
  color: #fff;
  background-color: #000;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#footer.mailtemp.sideways {
  position:fixed
}

#footer.mailtemp a {
  display: inline-block;
  color: #f0f000;
  text-decoration: underline;
  padding-top: 0px;
  line-height: 1.8;
}


.mailtemp {
  text-align: center;
}
.text{
  color: rgb(0,0,0);
  text-align: center;
  font-size: 18px;
  padding: 0 50px 10px;
}
.message {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}


.passage .btn {
  margin: 30px 20px;
}
.passage .btn.small {
  margin: 30px 50px;
}
.passage .btn a {
  display: block;
  padding: 18px 0;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.btnB a {
  color: rgba(255, 255, 255, 0.7);
}
.btnB {
  background-color: rgb(61, 61, 61);
}

.btnW a {
    color: rgba(61, 61, 61, 0.7);
}
.btnW {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(61, 61, 61 ,0.7);
}

#main2 ul{
    margin: 0 50px;
    font-size: 90%;
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;

}
#main2 li{
    list-style-position: inside;
    padding-top: 8px;
    padding-bottom: 8px;
}
#main2 li+li{
    border-top:#ccc 1px solid;
}