@charset "UTF-8";
/* ==================================================
[Style]
	 0. Reset
	 1. General
	 2. Container
	 3. Header
	 4. Menu
	 5. Breadcrumb
	 6. Content
	 7. Footer
	
	
	
	
	
	99. Media Print
================================================== */
/* --------------------------------------------------
	 0. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 1. General
-------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, Helvetica, Verdana, Arial, sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: 1.53846;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background: transparent url(../img/bg.png) repeat left top;
}

a:link, a:visited {
  color: #5d483f;
  text-decoration: none;
}
a:hover, a:active {
  color: #ea5959;
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

em, dl {
  font-style: normal;
}

sup, sub {
  font-size: 9px;
  line-height: 1.15385;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
  background-color: transparent;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}
table th {
  font-weight: bold;
}
table.border {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.border caption,
table.border th,
table.border td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.border th {
  white-space: nowrap;
  color: #5d483f;
  background-color: #f9f6eb;
}
table.border th.left, table.border td.left {
  text-align: left !important;
}
table.border th.center, table.border td.center {
  text-align: center !important;
}
table.border th.right, table.border td.right {
  text-align: right !important;
}

.ime-on {
  ime-mode: active;
}

.ime-off {
  ime-mode: inactive;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  margin: 5px;
  padding: 6px;
  color: #333;
  border: 1px solid #ae9387;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="text"].left {
  text-align: left;
}
input[type="text"].center {
  text-align: center;
}
input[type="text"].right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  cursor: pointer;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

.input-mini {
  width: 80px;
}

.input-small {
  width: 120px;
}

.input-medium {
  width: 160px;
}

.input-large {
  width: 220px;
}

.input-xlarge {
  width: 280px;
}

.input-xxlarge {
  width: 360px;
}

.input-xxxlarge {
  width: 480px;
}

.input-max {
  width: 95%;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

.align-left {
  text-align: left;
}

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

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

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

/* --------------------------------------------------
	 2. Container
-------------------------------------------------- */
#container {
  clear: both;
  position: relative;
}

/* --------------------------------------------------
	 3. Header
-------------------------------------------------- */
#header {
  clear: both;
  position: relative;
  overflow: hidden;
  height: 240px;
  background-color: #fff;
}
#header h1 {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -490px;
  width: 180px;
  height: 240px;
  background-color: #fff;
}
#header h1 a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 180px;
  height: 240px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent url(../img/header/logo_s.png) no-repeat center center;
}
#header h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#header section.gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 240px;
}
#header section.gallery ul {
  position: absolute;
  left: 50%;
  top: 0;
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  height: 240px;
}
#header section.gallery ul li {
  position: relative;
  float: left;
  width: 180px;
  height: 240px;
}
#header section.gallery ul li a {
  display: block;
  width: 180px;
  height: 240px;
  background: transparent url(../img/ajax-loader.gif) no-repeat center center;
}
#header section.gallery ul li a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  bottom: 0;
}
#header section.gallery ul li a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 180px;
  height: 240px;
}
#header section.gallery ul li a span {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  padding: 10px;
  width: 180px;
  height: 80px;
  left: 0;
  bottom: -80px;
  color: #fff;
  font-size: 11px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#CC000000', endColorstr='#CC000000');
  background-color: rgba(0, 0, 0, 0.8);
}

/* --------------------------------------------------
	 4. Menu
-------------------------------------------------- */
#menu {
  clear: both;
  position: relative;
  z-index: 1000;
}
#menu:after {
  content: " ";
  display: block;
  width: 100%;
  height: 10px;
  background: transparent url(../img/header/menu-shadow.png) repeat-x left top;
  z-index: 1000;
}
#menu > .inner {
  background-color: #fff;
}
#menu ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 980px;
}
#menu ul li {
  float: left;
  width: 119px;
}
#menu ul li a,
#menu ul li span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 119px;
  height: 70px;
}
#menu ul li.home a {
  background: transparent url(../img/header/menu.png) no-repeat left top;
}
#menu ul li.home a:hover {
  background: transparent url(../img/header/menu.png) no-repeat left -70px;
}
#menu ul li.home span {
  background: transparent url(../img/header/menu.png) no-repeat left -140px;
}
#menu ul li.concept a {
  background: transparent url(../img/header/menu.png) no-repeat -119px top;
}
#menu ul li.concept a:hover {
  background: transparent url(../img/header/menu.png) no-repeat -119px -70px;
}
#menu ul li.concept span {
  background: transparent url(../img/header/menu.png) no-repeat -119px -140px;
}
#menu ul li.information {
  width: 126px;
}
#menu ul li.information a {
  width: 126px;
  background: transparent url(../img/header/menu.png) no-repeat -238px top;
}
#menu ul li.information a:hover {
  background: transparent url(../img/header/menu.png) no-repeat -238px -70px;
}
#menu ul li.information span {
  width: 126px;
  background: transparent url(../img/header/menu.png) no-repeat -238px -140px;
}
#menu ul li.shop a {
  background: transparent url(../img/header/menu.png) no-repeat -364px top;
}
#menu ul li.shop a:hover {
  background: transparent url(../img/header/menu.png) no-repeat -364px -70px;
}
#menu ul li.shop span {
  background: transparent url(../img/header/menu.png) no-repeat -364px -140px;
}
#menu ul li.style a {
  background: transparent url(../img/header/menu.png) no-repeat -483px top;
}
#menu ul li.style a:hover {
  background: transparent url(../img/header/menu.png) no-repeat -483px -70px;
}
#menu ul li.style span {
  background: transparent url(../img/header/menu.png) no-repeat -483px -140px;
}
#menu ul li.media a {
  background: transparent url(../img/header/menu.png) no-repeat -602px top;
}
#menu ul li.media a:hover {
  background: transparent url(../img/header/menu.png) no-repeat -602px -70px;
}
#menu ul li.media span {
  background: transparent url(../img/header/menu.png) no-repeat -602px -140px;
}
#menu ul li.recruit a {
  background: transparent url(../img/header/menu.png) no-repeat -721px top;
}
#menu ul li.recruit a:hover {
  background: transparent url(../img/header/menu.png) no-repeat -721px -70px;
}
#menu ul li.recruit span {
  background: transparent url(../img/header/menu.png) no-repeat -721px -140px;
}
#menu ul li.contact {
  width: 130px;
}
#menu ul li.contact a {
  width: 130px;
  background: transparent url(../img/header/menu.png) no-repeat -840px top;
}
#menu ul li.contact a:hover {
  background: transparent url(../img/header/menu.png) no-repeat -840px -70px;
}
#menu ul li.contact span {
  width: 130px;
  background: transparent url(../img/header/menu.png) no-repeat -840px -140px;
}

/* --------------------------------------------------
	 5. Breadcrumb
-------------------------------------------------- */
#breadcrumb {
  clear: both;
  position: relative;
  margin: 10px auto 0;
  width: 980px;
}
#breadcrumb ul {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
#breadcrumb ul li {
  float: left;
}
#breadcrumb ul li.active {
  font-weight: bold;
}
#breadcrumb ul li a {
  text-decoration: underline;
}
#breadcrumb ul li a:hover {
  text-decoration: none;
}
#breadcrumb ul li .divider {
  padding: 0 10px;
}

/* --------------------------------------------------
	 6. Content
-------------------------------------------------- */
#content {
  clear: both;
}
#content > .inner {
  position: relative;
  margin: 0 auto;
  padding: 15px 0 50px;
  width: 1080px;
}
#content > .inner > section.frame:before {
  content: " ";
  display: block;
  width: 1080px;
  height: 130px;
  background: transparent url(../img/parts/frame-header.png) no-repeat left top;
}
#content > .inner > section.frame:after {
  content: " ";
  display: block;
  width: 1080px;
  height: 60px;
  background: transparent url(../img/parts/frame-footer.png) no-repeat left top;
}
#content > .inner > section.frame > .inner {
  *zoom: 1;
  position: relative;
  padding: 40px 55px 0;
  background: transparent url(../img/parts/frame-body.png) repeat-y left top;
}
#content > .inner > section.frame > .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#content > .inner > section.error h1 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: -80px;
  background: transparent url(../img/error/title.png) no-repeat center top;
}
#content > .inner > section.error h2 {
  margin-bottom: 10px;
}
#content > .inner .paginator ul {
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px;
  text-align: center;
}
#content > .inner .paginator ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 2px;
}
#content > .inner .paginator ul li a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: table-cell;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #5d483f;
  background-color: #fff;
}
#content > .inner .paginator ul li a:hover {
  color: #fff;
  background-color: #5d483f;
}
#content > .inner .paginator ul li.active a {
  color: #fff;
  background-color: #5d483f;
}
#content > .inner .paginator ul li.first a, #content > .inner .paginator ul li.prev a, #content > .inner .paginator ul li.next a, #content > .inner .paginator ul li.last a {
  font-size: 15px;
}

/* --------------------------------------------------
	 7. Footer
-------------------------------------------------- */
#footer {
  clear: both;
  padding-top: 150px;
}
#footer .inner {
  position: relative;
  margin: 0 auto;
  width: 980px;
}
#footer div.nav {
  height: 210px;
  background: transparent url(../img/footer/bg.png) repeat-x left top;
}
#footer div.nav div.pagetop {
  position: absolute;
  margin-left: -30px;
  left: 50%;
  top: -100px;
}
#footer div.nav div.pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 60px;
  height: 60px;
  background: transparent url(../img/footer/pagetop.png) no-repeat left top;
}
#footer div.nav div.pagetop a:hover {
  background: transparent url(../img/footer/pagetop.png) no-repeat left -60px;
}
#footer div.nav .social-button {
  position: absolute;
  right: -50px;
  top: -100px;
}
#footer div.nav .social-button > ul > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px;
  vertical-align: top;
}
#footer div.nav .social-button > ul > li.twitter {
  vertical-align: bottom;
}
#footer div.nav h3 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 390px;
  height: 210px;
  background: transparent url(../img/footer/logo.png) no-repeat left center;
}
#footer div.nav nav {
  position: absolute;
  right: 0;
  top: 60px;
  overflow: hidden;
  *zoom: 1;
}
#footer div.nav nav li {
  float: left;
  margin: 5px 0 5px 20px;
}
#footer div.nav nav li.home, #footer div.nav nav li.style, #footer div.nav nav li.contact {
  clear: both;
  width: 66px;
}
#footer div.nav nav li.concept, #footer div.nav nav li.nail, #footer div.nav nav li.sitemap {
  width: 70px;
}
#footer div.nav nav li.information, #footer div.nav nav li.media, #footer div.nav nav li.privacy {
  width: 109px;
}
#footer div.nav nav li.shop, #footer div.nav nav li.recruit {
  width: 63px;
}
#footer div.nav nav li a,
#footer div.nav nav li span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  height: 20px;
}
#footer div.nav nav li.home a {
  width: 55px;
  background: transparent url(../img/footer/nav.png) no-repeat left -20px;
}
#footer div.nav nav li.home a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat left top;
}
#footer div.nav nav li.home span {
  width: 55px;
  background: transparent url(../img/footer/nav.png) no-repeat left -40px;
}
#footer div.nav nav li.concept a {
  width: 70px;
  background: transparent url(../img/footer/nav.png) no-repeat -63px -20px;
}
#footer div.nav nav li.concept a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -63px top;
}
#footer div.nav nav li.concept span {
  width: 70px;
  background: transparent url(../img/footer/nav.png) no-repeat -63px -40px;
}
#footer div.nav nav li.information a {
  width: 92px;
  background: transparent url(../img/footer/nav.png) no-repeat -141px -20px;
}
#footer div.nav nav li.information a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -141px top;
}
#footer div.nav nav li.information span {
  width: 92px;
  background: transparent url(../img/footer/nav.png) no-repeat -141px -40px;
}
#footer div.nav nav li.shop a {
  width: 50px;
  background: transparent url(../img/footer/nav.png) no-repeat -242px -20px;
}
#footer div.nav nav li.shop a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -242px top;
}
#footer div.nav nav li.shop span {
  width: 50px;
  background: transparent url(../img/footer/nav.png) no-repeat -242px -40px;
}
#footer div.nav nav li.style a {
  width: 49px;
  background: transparent url(../img/footer/nav.png) no-repeat -301px -20px;
}
#footer div.nav nav li.style a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -301px top;
}
#footer div.nav nav li.style span {
  width: 49px;
  background: transparent url(../img/footer/nav.png) no-repeat -301px -40px;
}
#footer div.nav nav li.nail a {
  width: 43px;
  background: transparent url(../img/footer/nav.png) no-repeat -359px -20px;
}
#footer div.nav nav li.nail a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -359px top;
}
#footer div.nav nav li.nail span {
  width: 43px;
  background: transparent url(../img/footer/nav.png) no-repeat -359px -40px;
}
#footer div.nav nav li.media a {
  width: 56px;
  background: transparent url(../img/footer/nav.png) no-repeat -410px -20px;
}
#footer div.nav nav li.media a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -410px top;
}
#footer div.nav nav li.media span {
  width: 56px;
  background: transparent url(../img/footer/nav.png) no-repeat -410px -40px;
}
#footer div.nav nav li.recruit a {
  width: 63px;
  background: transparent url(../img/footer/nav.png) no-repeat -474px -20px;
}
#footer div.nav nav li.recruit a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -474px top;
}
#footer div.nav nav li.recruit span {
  width: 63px;
  background: transparent url(../img/footer/nav.png) no-repeat -474px -40px;
}
#footer div.nav nav li.contact a {
  width: 66px;
  background: transparent url(../img/footer/nav.png) no-repeat -547px -20px;
}
#footer div.nav nav li.contact a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -547px top;
}
#footer div.nav nav li.contact span {
  width: 66px;
  background: transparent url(../img/footer/nav.png) no-repeat -547px -40px;
}
#footer div.nav nav li.sitemap a {
  width: 69px;
  background: transparent url(../img/footer/nav.png) no-repeat -622px -20px;
}
#footer div.nav nav li.sitemap a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -622px top;
}
#footer div.nav nav li.sitemap span {
  width: 69px;
  background: transparent url(../img/footer/nav.png) no-repeat -622px -40px;
}
#footer div.nav nav li.privacy a {
  width: 109px;
  background: transparent url(../img/footer/nav.png) no-repeat -699px -20px;
}
#footer div.nav nav li.privacy a:hover {
  background: transparent url(../img/footer/nav.png) no-repeat -699px top;
}
#footer div.nav nav li.privacy span {
  width: 109px;
  background: transparent url(../img/footer/nav.png) no-repeat -699px -40px;
}
#footer div.copyright {
  padding: 15px 0;
  text-align: right;
  color: #fff;
  font-size: 11px;
  background-color: #3d2d26;
}

/* --------------------------------------------------
	99. Media Print
-------------------------------------------------- */
@media print {
  #footer {
    display: none;
  }

  .no-print {
    display: none;
  }
}
