﻿html, body {
  height: 100%;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

body {
  font-size: 11.5px;
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: #f1f0ec;  
}

body, input, button, textarea {
  font-family: meiryo, "ＭＳ Ｐゴシック", verdana, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

body#no-meiryo {
  line-height: 1.4em;
}

a {
  color: #990033;
  text-decoration: none;
}
a:visited {
  color: #660011;
}
a:hover {
  text-decoration: underline;
}
a.disabled {
  cursor: default;
}

a img {
  vertical-align: top;
}

img {
  border: none;
}

.space-below {
  margin-bottom: 1em;
}
.space-above {
  margin-top: 1em;
}

p {
  margin-top: 0;
}

ul, ol {
  margin-top: 0;
}

a[name] {
  color: inherit;
  text-decoration: none;
}

h1.image-title, h2.image-title, h3.image-title {
  margin-top: 0;
  text-indent: -9999px;
}

h1.page-title {
  margin-bottom: 0.5em;
}

/* HEADER
----------------------------------------------------------*/
#top-right-icon-container li {
  border-left: 1px solid;
}
#top-right-icon-container li:first-child {
  border-left: 0;
}
#top-right-icon-container a {
  margin: 0 5px;
}
.returning-user {
  font-size: 0.9em;
  height: 20px;
  text-align: right;
  margin-right: 5px;
}

#main-menu {
  *height: 72px;
  background: url(/content/images/main_menu_shadow.gif) no-repeat;
  padding-top: 11px;
  padding-left: 10px;
}
#main-menu-container li {
  margin-left: 2px;
}
#main-menu-container li:first-child {
  margin-left:0;
}

#main-menu-container li a {
  background: url(/content/images/main_menu.gif) no-repeat;
  display: block;
  width: 134px;
  height: 57px;
  text-indent: -9999px;
}
#main-menu-container li a.about {
  width: 133px;
  margin-left: 1px;
}
#main-menu-container li a:hover.about
, #main-menu-container li a.about.active {
  background-position: 0 -57px;
}
#main-menu-container li a.products {
  background-position: -134px 0;
}
#main-menu-container li a:hover.products
, #main-menu-container li a.products.active {
  background-position: -134px -57px;
}
#main-menu-container li a.stores {
  background-position: -268px 0;
}
#main-menu-container li a:hover.stores
, #main-menu-container li a.active.stores {
  background-position: -268px -57px;
}
#main-menu-container li a.care {
  background-position: -402px 0;
}
#main-menu-container li a:hover.care
, #main-menu-container li a.active.care {
  background-position: -402px -57px;
}
#main-menu-container li a.media {
  background-position: -536px 0;
}
#main-menu-container li a:hover.media
, #main-menu-container li a.media.active {
  background-position: -536px -57px;
}
#main-menu-container li a.faq {
  background-position: -670px 0;
}
#main-menu-container li a:hover.faq
, #main-menu-container li a.active.faq {
  background-position: -670px -57px;
}
#main-menu-container li a.ask {
  width: 133px;
  margin-right: 1px;
  background-position: -804px 0;
}
#main-menu-container li a:hover.ask
, #main-menu-container li a.active.ask {
  background-position: -804px -57px;
}

.payment-logos {
  float: right;
  *width: 330px;
}

/* MAIN
----------------------------------------------------------*/
#main-container {
  padding: 0 72px;
}

#breadcrumb {
  font-size: 0.95em;
}

.section .body {
  padding-left: 1em;
}
.section .body .sub-title{
  margin-bottom: 1em;
}
.section .image.float-left {
  margin-right: 2em;
}

.text-title {
  background-color: #efefef;
  border-left: solid 4px;
  font-size: 1.3em;
  padding: 0.3em 0 0.3em 0.5em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#header {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
}

.page-title {
  height: 24px;
  width: 500px;
  margin-bottom: 1em;
  background: url(/content/images/page_titles.gif) no-repeat;
  text-indent: -9999px;
}

.page-sub-title {
  background: url(/content/images/header_background.gif) no-repeat;
  color: #fff;
  font-size: 1.2em;
  padding: 0.3em 0;
  padding-left: 1.7em;
  margin-bottom: 0.5em;
}

/* TABLE
----------------------------------------------------------*/
table td label {
  font-weight: bold;
}

th {
  text-align: left;
}
th label {
  float: left;
}
th .mandatory {
  float: right;
}


/* LIST
----------------------------------------------------------*/
ul.align-left, ol.align-left {
  padding-left: 1.5em;
}

ul.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

ul.no-style.flat li {
  display: inline;
  float: left;
}

ul.no-padding, ol.no-padding {
  padding-left: 1.6em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #CCC;
}

fieldset p {
  margin: 2px 12px 10px 10px;
}

fieldset label {
  display: block;
}

fieldset label.inline {
  display: inline;
}

legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}

input[type="text"], input[type="password"] {
  width: 220px;
}

input[type="text"], input[type="password"], textarea {
  font-size: 1em;
  padding: 0.2em 0.3em;
}
select {
  padding: 0.1em 0.1em;
}

input[type="text"] {
  border: 1px solid #CCC;
}

input[type="password"] {
  border: 1px solid #CCC;
}

.quantity-box {
  width: 2em;
}

form .row {
  margin-bottom: 0.5em;
}

/* FOOTER
----------------------------------------------------------*/
#footer {
  text-align: center;
  background-color: #1B1401;
}

#common-footer {
  padding: 1em;
  font-size: 0.9em;  
  color: #a46a20;
  background-color: #1B1401;
  font-weight: bold;
  height: 56px;
}
#common-footer a {
  color: #fff;
}
#common-footer p.links {
  margin-bottom: 0.5em;
}
#common-footer p.links a {
  border-left: solid 1px #fff;
  padding: 0 0.7em 0 0.7em;
}
#common-footer .links a:first-child {
  border-left: none;
}
#common-footer .footer-content {
  position: relative;
}
#certificate-seal {
  position: absolute;
  right: 0;
  top: 10px;
  margin-left: 1em;
}
#copyright {
  margin-bottom: 0;
}


/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}

.error, .info {
  border: solid 1px #cccccc;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.error {
  color: #ff0000;
  background-color: #ffe6e6;
}
.info {
  color: #000;
  background-color: #ffffd6;
}

.field-validation-error {
  color: #ff0000;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

#header-block {
  position: relative;
  text-align: center;
  padding-top: 0.5em;
  font-weight: bold;
}
#header-block .right-block {
  position: absolute;
  right: 0;
  top: 1em;
  *width: 300px;
}
.right-block a {
  color: #000;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.red {
  color: #990000;
}
.normal-red {
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
.normal-font {
  font-weight: normal;
}
.fine-print {
  font-size: 0.85em;
}
.big-print {
  font-size: 1.1em;
}
.inline-block {
  display: inline-block;
}
.block-section {
  margin-bottom: 2em;
}
.standout, a.standout {
  color: #cc0000;
}
.standout.strong {
  font-weight: bold;
}

table.with-border, table.with-border th, table.with-border td {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}
table.with-border th, table.with-border td {
  padding: 0.4em 1em;
}
table.with-border th {
  background-color: #eee;
}

.button-container {
  margin-top: 1em;
  text-align:center;
}
.button-container span {
  float: left;
}
.button-container span.link {
  margin-top: 15px;
  margin-left: 10px;
}

#thank-you {
  text-align: center;
  font-weight: bold;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.block-separator {
  height: 1em;
}

.hidden {
  display: none;
}

.div-separator {
  height: 1em;
}

.strike {
  text-decoration: line-through;
}

#form-fields, #form-fields th, #form-fields td {
  border: solid 1px #c4c4c4;
  border-collapse: collapse;
}
#form-fields th, #form-fields td {
  padding: 0.8em 1em;
}
#form-fields th {
  background-color: #f6f5f0;
}

#get_address_from_postcode img {
  float: left;
  margin-left: 5px;
}

.error-page-title {
  font-weight: normal;
}

#thank-you-box {
  background:url(/content/images/thankyou_box.jpg) no-repeat;
  height: 205px;
  width: 469px;
  margin: 0 auto;
}
#thank-you-box div {
  padding: 25px 25px;
}

span.radio {
  cursor: default;
}