@charset "UTF-8";
.contact-form .input {
  display: flex;
  margin-bottom: 10px;
}
.contact-form .input label {
  width: 150px;
  font-weight: bold;
  line-height: 40px;
}
.contact-form .input .field input {
  width: 490px;
  height: 40px;
  color: white;
  background-color: #4c4c4c;
  margin: 0px;
  padding: 0px 10px;
  border-style: none;
}
.contact-form .input .field textarea {
  width: 490px;
  color: white;
  background-color: #4c4c4c;
  margin: 0px;
  padding: 10px;
  border-style: none;
}
.contact-form .button {
  margin-left: 150px;
}
.contact-form .button input[type=submit] {
  width: 158px;
  height: 40px;
  line-height: 40px;
  background-color: white;
  color: black;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-width: 0px;
  margin: 20px 8px 0px 0px;
}

.out-of-stock {
  display: none !important;
}

#index .add_container,
#single .add_container {
  position: relative;
  float: right;
  width: 100%;
  height: 40px;
}

#index .add_container .add_none,
#single .add_container .add_none {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

#index .add_container .add,
#single .add_container .add {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
}

body {
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
  line-height: 20px;
  background-color: #000000;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
a:active {
  color: #ffffff;
  text-decoration: none;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #808080;
  text-decoration: none;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

iframe.twitter-share-button {
  width: 96px !important;
  height: 20px !important;
}

#wrapper {
  width: 970px;
  margin: 0 auto;
}

p {
  margin: 0 0 16px 0;
}

input,
select,
textarea {
  font-family: Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
}

.price span {
	text-decoration: none;
}

/* HEADER, FOOTER
----------------------------------------------------------------------*/
header {
  position: relative;
  width: 970px;
  margin: 0 auto;
  line-height: 100%;
}
header .language-menu.ja a[data-language=en] {
  font-weight: normal;
}
header .language-menu.ja a[data-language=ja] {
  font-weight: bold;
}
header .language-menu.en a[data-language=en] {
  font-weight: bold;
}
header .language-menu.en a[data-language=ja] {
  font-weight: normal;
}

footer {
  position: relative;
  width: 970px;
  margin: 0 auto;
  line-height: 100%;
  clear: both;
}

.bottom-navigation {
  width: 100%;
  bottom: 0px;
  position: fixed;
  margin: auto 0;
  padding: 10px 0 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bottom-navigation footer {
  clear: both;
}
.bottom-navigation footer ul {
  display: inline-flex;
  float: left;
  border-bottom: none;
  padding: 0;
}
.bottom-navigation footer ul li {
  float: none;
}
.bottom-navigation footer .pagetop-button {
  float: right;
  padding: inherit;
  text-align: inherit;
  margin: 0;
}

h1 {
  position: relative;
  width: 970px;
  height: 120px;
  font-size: 24px;
}
h1 a {
  position: absolute;
  left: 0;
  bottom: 35px;
  display: block;
  width: 370px;
  height: 30px;
  text-indent: -9999px;
  text-decoration: none;
  background: url(../images/title.gif) no-repeat left top;
}
h1 a:hover {
  background-position: left bottom;
}

header .time {
  position: absolute;
  top: 50px;
  right: 0;
  line-height: 22px;
  text-align: right;
}
header .time b {
  font-size: 14px;
}
header ul {
  padding: 19px 0 0 0;
  border-top: 1px solid #8c8c8c;
}
header ul li.cart a {
  padding: 0 0 0 24px;
  background: url(../images/cart_s.gif) no-repeat left 2px;
}

footer ul {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #8c8c8c;
}

header ul li,
footer ul li {
  float: left;
  padding: 0 30px 0 0;
}

header ul li.cart {
  float: right;
  margin: 0;
  padding: 0;
}

footer ul li.copyright {
  float: right;
  margin: 0;
  padding: 0;
}
footer p {
  padding: 20px 0 30px 0;
  text-align: right;
}

/* CONTENT
----------------------------------------------------------------------*/
#content {
  width: 970px;
  margin: 0 auto;
}

nav {
  width: 970px;
  height: 40px;
  margin: 0 auto;
}
nav h2 {
  float: left;
  margin: 0;
}
nav h2 a {
  display: block;
  width: 303px;
  height: 40px;
  margin: 0 15px 0 0;
  color: #000000;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}
nav h2 a:hover {
  color: #ffffff;
  text-align: center;
  background-color: #8c8c8c;
}
nav h3 {
  display: none;
  margin: 40px 0 20px 0;
  line-height: 100%;
}
nav ul {
  padding: 25px 0 35px 0;
  border-bottom: 1px solid #8c8c8c;
}

header input {
  width: 220px;
  height: 40px;
  padding: 0 10px;
  color: #ffffff;
  line-height: 40px;
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  cursor: pointer;
}

nav select {
  float: left;
  width: 303px;
  height: 40px;
  margin: 0 0 0 15px;
  padding: 0 10px;
  color: #ffffff;
  line-height: 40px;
  border: none;
  background-color: #4c4c4c;
  cursor: pointer;
  border-radius: 3px;
}
nav select:hover {
  background-color: #8c8c8c;
}

header input#search {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 5px 0 15px;
  font-style: italic;
  background: #4c4c4c url(https://diverse.direct/wp/wp-content/uploads/search.png) no-repeat right 9px;
  border: none;
  cursor: auto;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.eList select {
  margin: 0 0 0 31px;
}
.eList ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.nfound {
  font-size: 24px;
  line-height: 100%;
  padding: 0 15px;
}

#index {
  float: right;
  width: 750px;
  margin: 0 -15px 40px 0;
  padding: 0 0 50px 0;
}

.large {
  float: none;
  width: 1000px !important;
  margin: 0 -15px 20px 0 !important;
}

.information {
  width: 720px;
  height: 80px;
  margin: 0 0 0 15px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
  line-height: 80px;
  border-top: 1px solid #8c8c8c;
}
.information a {
  color: #ffffff;
}

.header {
  position: relative;
  width: 970px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 60px;
  border-bottom: 1px solid #8c8c8c;
}
.header .right {
  right: 0;
  bottom: 20px;
}

/*

.header span { position: absolute; }
.header .left { left: 0; bottom: 20px; }

*/
.item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item-list .item {
  margin-bottom: 30px;
}
.item-list .item .image {
  width: 220px;
  position: relative;
  cursor: pointer;
}
.item-list .item .image .jacket {
  width: 220px;
  height: 220px;
}
.item-list .item .image:hover img {
  margin: -4px !important;
  overflow: hidden;
}
.item-list .item .image:hover .jacket {
  overflow: hidden;
  border: 4px solid #8c8c8c !important;
  width: 212px;
  height: 212px;
  display: block;
}
.item-list .item .image .badge-new {
  z-index: 8000;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  width: 76px;
  height: 76px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/new.png) no-repeat left top;
}

#index article {
  position: relative;
  float: left;
  width: 220px;
  margin: 0 15px 30px 15px;
}
#index article a.jacket {
  display: block;
  width: 220px;
  height: 220px;
  border: none;
  overflow: hidden;
}
#index article a.jacket:hover {
  width: 212px;
  height: 212px;
  border: 4px solid #8c8c8c;
  display: block;
}
#index article a.jacket:hover img {
  position: relative;
  top: -4px;
  left: -4px;
}
#index .jnew {
  z-index: 8000;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  width: 76px;
  height: 76px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/new.png) no-repeat left top;
}

.jnewhover {
  border: 4px solid #8c8c8c !important;
}

#index h4 {
  width: 220px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #8c8c8c;
  overflow: hidden;
}
#index .middle .sale :nth-child(1) {
  color: red;
  font-weight: bold;
}
#index .middle .sale :nth-child(2) {
  text-decoration: line-through;
}
#index .middle,
#index .link {
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
#index .xfd {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
}
#index .xfd-none {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: #ffffff url(themes/default/images/play_none.gif) no-repeat left bottom;
}
#index .xfd a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: #ffffff url(themes/default/images/play_s.gif) no-repeat left top;
}
#index .xfd a.stop {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: #ffffff url(themes/default/images/stop_s.gif) no-repeat left top;
}
#index .xfd a:hover {
  background-position: left bottom;
}
#index .add_container {
  position: relative;
  float: right;
  width: 100%;
  height: 40px;
}
#index .add_container .add_none {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
#index .add_container .add {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
}
#index .add {
  float: right;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
}
#index .add_none {
  float: right;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  color: #bbbbbb;
}
#index .add:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #808080;
}

/* SINGLE
----------------------------------------------------------------------*/
#single {
  width: 970px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
#single .xfd {
  position: relative;
  margin: 50px 0 0 0;
}
#single .xfd_none {
  position: relative;
  margin: 20px 0 0 0;
}
#single h2 {
  height: 80px;
  font-size: 20px;
  font-weight: normal;
  line-height: 80px;
}
#single h2 a {
  height: 80px;
  display: inline-block;
  padding: 0 0 0 50px;
}

.btn {
  position: absolute;
  right: -6px;
  bottom: 24px;
}

#single h2 a.play {
  background: url(themes/default/images/play.gif) no-repeat left center;
}
#single h2 a.stop {
  background: url(themes/default/images/stop.gif) no-repeat left center;
}

.xfd .controller {
  margin: 0;
  width: 970px;
  height: 80px;
  background: #111111;
}
.xfd .controller .track {
  width: 0%;
  height: 80px;
  background: #333333;
  cursor: pointer;
}
.xfd .controller .track .thumb {
  width: 0%;
  height: 80px;
  background: #ffffff;
}

#xfdVolumeController {
  position: fixed;
  z-index: 100;
  top: 19px;
  right: 25px;
  width: 135px;
  height: 16px;
  background: url("themes/default/images/xfd_vol_ctrl_white.png") no-repeat;
}
#xfdVolumeController .controller {
  margin: 6px 0 0 35px;
  width: 100px;
  height: 4px;
}
#xfdVolumeController .controller .track {
  width: 100%;
  height: 4px;
  background: #b2b2b2;
  cursor: pointer;
}
#xfdVolumeController .controller .track .thumb {
  width: 80%;
  height: 4px;
  background: #ffffff;
}

#single .attention {
  line-height: 80px;
  text-align: center;
  border-top: 1px solid #8c8c8c;
}
#single .shipment {
  padding-top: 24px;
  padding-bottom: 24px;
  /*line-height: 80px;*/
  text-align: center;
  border-top: 1px solid #8c8c8c;
}
#single .shipment strong {
  color: #ff0000;
}
#single .left,
#single .right {
  width: 470px;
}
#single .left ul {
  padding: 20px 0 18px 0;
  border-top: 1px solid #8c8c8c;
}
#single .left ul li {
  float: left;
  padding: 0 30px 0 0;
  line-height: 100%;
}
#single .left ul li a {
  color: #808080;
  cursor: pointer;
}
#single table {
  width: 470px;
}
#single table tr td {
  border-top: 1px solid #8c8c8c;
  height: 59px;
  line-height: 16px;
}
#single table tr td span {
  color: #808080;
  font-size: 10px;
}

.movie {
  padding: 30px 0 0 0;
}

#single .sw,
#single .cw,
#single .price {
  height: 52px;
  border-bottom: 1px solid #8c8c8c;
  line-height: 16px;
  margin-top: 35px;
}
#single .cw {
  float: left;
  width: 220px;
}
#single .price {
  float: right;
  width: 220px;
}
#single .price span {
  font-size: 14px;
}
#single .price .sale :nth-child(1) {
  color: red;
  font-weight: bold;
}
#single .price .sale :nth-child(2) {
  text-decoration: line-through;
}
#single dl {
  float: left;
  width: 220px;
  padding: 19px 0 0 0;
  line-height: 22px;
}
#single dl dt {
  float: left;
}
#single dl dd {
  text-align: right;
}
#single a.add {
  float: right;
  display: block;
  width: 200px;
  height: 40px;
  margin: -1px 0 0 0;
  padding: 0 0 0 20px;
  color: #000000;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background: #ffffff url(themes/default/images/cart.png) no-repeat 50px center;
}
#single a.add:hover {
  color: #ffffff;
  text-decoration: none;
  background: #808080 url(themes/default/images/cart_h.png) no-repeat 50px center;
}
#single .add_none {
  float: right;
  display: block;
  width: 220px;
  height: 40px;
  margin: -1px 0 0 0;
  font-size: 11px;
  color: #bbbbbb;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
}
#single a.selected {
  color: #ffffff !important;
  font-weight: bold;
}
#single a.selected:hover {
  text-decoration: none;
}
#single .hidden {
  display: none;
}

/* SINGLE OTHER PARTS
----------------------------------------------------------------------*/
.ticket_txt {
  padding: 19px 0 0 0;
  line-height: 22px;
}

.size_h {
  line-height: 59px;
}

table#tee_size {
  width: 470px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #8c8c8c;
}
table#tee_size tr th,
table#tee_size tr td {
  height: auto !important;
  padding: 10px 2px;
  border-right: 1px solid #aeaeae;
}

.exp {
  float: right;
  width: 220px;
  font-size: 10px;
  line-height: 60px;
  text-align: center;
}

#size_pulldown {
  float: right;
  width: 220px;
  height: 30px;
  margin: 0 0 10px 0;
}

/* [ADD] INFORMATION
----------------------------------------------------------------------*/
#information {
  margin: 60px 0 0 0;
}
#information .fr a {
  color: #e4ff00;
  text-decoration: none;
}
#information .fr a:visited {
  color: #e4ff00;
  text-decoration: none;
}
#information .fr a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#information .fr a:active {
  color: #e4ff00;
  text-decoration: none;
}
#information nav {
  float: left;
  width: 220px;
  margin: 0 0 80px 0;
  border-top: 1px solid #8c8c8c;
}
#information h2 {
  float: none !important;
  font-size: 14px;
  line-height: 79px;
}
#information h2 span {
  font-weight: normal;
}
#information nav ul {
  padding: 0;
  border-bottom: 0px;
}
#information .fr {
  float: right;
  width: 720px;
  margin: 0 0 40px 0;
}
#information .fr article {
  padding: 0 0 40px 0;
  border-top: 1px solid #8c8c8c;
}

#infoh {
  line-height: 60px;
}

/* BANNER
----------------------------------------------------------------------*/
#banner {
  width: 970px;
  margin: 15px 0 30px;
}
#banner img {
  width: 970px;
  /*height: 100px;*/
}
#banner .owl-controls {
  /*position: absolute;*/
  /*margin: -64px 0 0 0;*/
  top: 0;
  left: 0;
  margin: 0;
}
#banner .owl-buttons {
  /*position: relative;*/
}
#banner .owl-controls div {
  background-color: #000000;
}
#banner .owl-controls .owl-prev,
#banner .owl-controls .owl-next {
  border-radius: 0px;
  margin: 0;
}
#banner .owl-controls .owl-prev {
  position: absolute;
  top: 28px;
  left: 0px;
}
#banner .owl-controls .owl-next {
  position: absolute;
  top: 28px;
  right: 0px;
}
#banner .item {
  position: relative;
}
#banner .item a {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#banner .item a:hover {
  opacity: 0.5;
}

/* CART SYSTEM
----------------------------------------------------------------------*/
#cart {
  width: 970px;
  margin: 0 auto;
  padding: 90px 0 60px 0;
}
#cart .step_on {
  background-color: #8c8c8c;
}
#cart .infobox {
  color: #ff0000;
  font-weight: bold;
  line-height: 40px;
}
#cart .cart_emp {
  line-height: 80px;
  border-bottom: 1px solid #8c8c8c;
}
#cart .fl {
  width: 220px;
}
#cart .fr {
  width: 720px;
  border-top: 1px solid #8c8c8c;
}
#cart .fl ul li {
  height: 79px;
  line-height: 79px;
  text-align: center;
  border-top: 1px solid #8c8c8c;
}
#cart .fl a {
  display: block;
  width: 220px;
  height: 40px;
  color: #000000;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
}
#cart .fl a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #8c8c8c;
}
#cart p {
  margin: -5px 0 0 0;
}
#cart select {
  height: 30px;
}
#cart table {
  width: 720px;
  border-bottom: 1px solid #8c8c8c;
}
#cart table tr th {
  padding: 43px 0 17px 0;
  line-height: 20px;
  text-align: left;
}
#cart table tr td {
  border-top: 1px solid #8c8c8c;
}
#cart table tr td b {
  line-height: 39px;
}
#cart table tr .th1 {
  width: 500px;
}
#cart table tr .th2 {
  width: 80px;
}
#cart table tr .th3 {
  text-align: center;
}
#cart table tr .th4 {
  width: 80px;
  text-align: right;
}
#cart table tr .td3 {
  text-align: center;
}
#cart table tr .td4 {
  text-align: right;
}

.total {
  position: relative;
  height: 119px;
  border-bottom: 1px solid #8c8c8c;
}
.total dl {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 280px;
}
.total dl dt {
  float: left;
  width: 140px;
  font-weight: bold;
}
.total dl dd {
  float: left;
}
.total b,
.total span {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 16px;
  line-height: 100% !important;
}
.total b {
  left: 500px;
}

ul.pay li {
  width: 720px;
  height: 40px;
  margin: 0 0 10px 0;
}
ul.pay li a {
  display: block;
  position: relative;
  height: 40px;
  padding: 0 20px;
  color: #000000;
  line-height: 40px;
  text-align: right;
  background-color: #ffffff;
}
ul.pay li a span {
  position: absolute;
  left: 20px;
}
ul.pay li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #8c8c8c;
  background-position: right bottom;
}

.btn_step1_l,
.btn_step1_r {
  display: block;
  width: 100%;
  height: 40px !important;
  margin-left: 0 !important;
  padding: 0 20px !important;
  color: #000000 !important;
  line-height: 40px !important;
  text-align: left;
  background-color: #ffffff !important;
  cursor: pointer;
}

.btn_step1_p {
  display: block;
  width: 100%;
  height: 40px !important;
  margin-left: 0 !important;
  padding: 0 20px !important;
  color: #000000 !important;
  line-height: 40px !important;
  text-align: left;
  background-color: #ffffff !important;
  cursor: pointer;
  margin-top: 10px !important;
  background: url(themes/default/images/paypal.gif) no-repeat right top;
}

.btn_step1_l:hover,
.btn_step1_r:hover {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
}

.btn_step1_p:hover {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  background-position: right bottom;
}

.dest {
  margin: 45px 0 0 0;
  padding: 0 0 30px 0;
  border-top: 1px solid #8c8c8c;
}

table.input {
  margin: 45px 0 0 0;
  border: none !important;
}
table.input tr td {
  vertical-align: top;
  border: none !important;
}
table.input td.l {
  width: 110px;
  height: 60px;
  line-height: 40px;
  border-top: 1px solid #8c8c8c !important;
}

#cart input {
  height: 40px;
  margin: 0 0 0 30px;
  padding: 0 10px;
  color: #ffffff;
  line-height: 40px;
  background-color: #4c4c4c;
  border: none;
}
#cart select {
  height: 40px;
  margin: 0 0 0 30px;
  padding: 0 10px;
  color: #ffffff;
  line-height: 40px;
  background-color: #4c4c4c;
  border: none;
  margin: 0;
  padding: 0;
}

#re {
  float: right;
  width: 110px;
  margin: 40px 0 0 0 !important;
  color: #000000 !important;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff !important;
  cursor: pointer;
}
#re:hover {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
}

.input select {
  height: 40px !important;
  margin: 0 0 0 30px !important;
  /*
  padding: 0 25px 0 10px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
  background: url(images/select.gif) no-repeat right center;
  */
}

.ime_disabled {
  width: 110px;
}

.paymethod,
.other {
  border-top: 1px solid #8c8c8c;
}

.paymethod p {
  margin: 30px 0 45px 0 !important;
}

.other textarea {
  width: 706px;
  height: 206px;
  margin: 30px 0 25px 0;
  padding: 7px;
  color: #ffffff;
  background-color: #4c4c4c;
  border: none;
}

.paget {
  margin: 0 0 35px 0;
}
.paget dt {
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #8c8c8c;
}
.paget dd {
  float: right;
  width: 580px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 30px;
  border-bottom: 1px solid #8c8c8c;
}

#form .back {
  float: left;
  width: 220px;
  color: #000000;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}
#form .fix {
  float: right;
  width: 470px;
  color: #000000;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}
#form .buy {
  color: #ffffff;
  background-color: #ff5145;
}
#form input:hover {
  color: #ffffff;
  background-color: #8c8c8c;
}

/* PAGES
----------------------------------------------------------------------*/
#order img {
  margin: 40px 0;
}
#order h2 {
  padding: 30px 0 30px 0;
}

.opage {
  margin: 60px 0 0 0;
  padding-bottom: 20px;
}
.opage .fl {
  width: 220px;
}
.opage .fr {
  width: 720px;
  padding: 31px 0 41px 0;
}
.opage .fl,
.opage .fr {
  border-top: 1px solid #8c8c8c;
}
.opage h2 {
  font-size: 11px;
  padding: 30px 0 30px 0;
}

.o2 {
  border-top: 1px solid #8c8c8c;
}

.opage ul {
  width: 720px;
}
.opage ul li {
  float: left;
  line-height: 79px;
}
.opage dl {
  padding: 0 0 16px 0;
}
.opage dl dt {
  float: left !important;
  width: 50px !important;
}
.opage dl dd {
  margin: 0 0 0 50px;
}

#privacy h2,
#delivery h2,
#law h2 {
  font-size: 11px;
}

/* OTHER
----------------------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  min-height: 1%;
  display: inline-table;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  overflow: hidden;
}
#att {
	line-height:20px !important;
	padding:40px;
}

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

.clearfix {
  display: block;
}

/* End hide from IE-mac */

/*# sourceMappingURL=main.css.map */
