﻿@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
    *font-size: 100%;
}
/* Font

YUI 3.5.0pr1 (build 4342)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

-------------------------------------------------------------------------------*/

body {
    font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.75em;
    letter-spacing: 0.05em;
}

/* basic
-------------------------------------------------------------------------------*/

a {
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
    color: #3333CC;
}

a:visited {
    color: #802080;
}

a:hover {
    text-decoration: underline;
    color: #EB6100;
}

a:active {
    color: #EBC300;
}

a:focus {
    outline: none;
}

a img {
    vertical-align: top;
}

.opc a:hover img {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
}

.opc .current > a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.current > a {
    cursor: default;
}

.sprite {
    position: relative;
    display: block;
    overflow: hidden;
}

.sprite:hover {
    /zoom: 1;
}

.sprite img {
    position: absolute;
}

.normal {
    font-weight: normal!important;
}

.bold {
    font-weight: bold;
}

.fltL {
  float: left!important;
}

.fltR {
  float: right!important;
}

.clrml {
    margin-left: 0!important;
}

.clrmr {
    margin-right: 0!important;
}

.clrmb {
    margin-bottom: 0!important;
}

.clrmt {
    margin-top: 0!important;
}

.clrbt {
    clear: both!important;
}

.clrL {
    clear: left!important;
}

.clrR {
    clear: right!important;
}

.clrbd {
    border: none!important;
}

.alnR {
    text-align: right;
}

.block {
    display:block;
}

.whitespace {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

/* clearfix */

.clrfx:before, .clrfx:after {
    content:"";
    display:table;
}

.clrfx:after {
    clear:both;
}

.clrfx {
    zoom:1;
}

/* layout
-------------------------------------------------------------------------------*/

html {
    background: #f5ffff url(/store/kikuchi_akiko/2013/images/bg_body.png) no-repeat fixed 50% 12px;
}

#wrapper {
    width: 899px;
    margin: 0 auto;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
    background: #fffff5;
}

/* header
-------------------------------------------------------------------------------*/

#header {
    border-bottom: #000 1px solid;
}

#header .fltR {
    width: 499px;
}

#header .fltR li {
    float: left;
    border-right: #000 1px solid;
    overflow: hidden;
    width: 166px;
    height: 21px;
    text-align: center;
}

#header .fltR li.lastChild {
    border-right: none;
    margin-right: -6px;
}

#header .fltR li a img {
    padding-top: 4px;
}

#header .fltL {
    width: 400px;
}

/* index */

#index #header {
    height: 500px;
}

#index #header .fltR h1 {
    margin: 79px 0 47px;
}

#index #header .fltL {
    height: 500px;
    overflow: hidden;
    position: relative;
}

#index #header .fltL img {
    position: absolute;
    left: 0;
    top: 500px;
    z-index: 0;
}

#index #header .fltL .foreground {
    z-index: 1;
    top: 0;
}

#index #header .fltL .background {
    top: 0;
}

#index #header .fltR li a img {
    padding-top: 0;
}

/* nav
-------------------------------------------------------------------------------*/

#nav ul {
    padding: 8px 0 7px 42px;
}

#nav li {
    float: left;
    margin-left: 29px;
}

#nav li:first-child {
    margin-left: 0;
}

/* index */

#index #nav {
    text-align: center;
}

#index #nav ul {
    padding: 19px 0;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 841px;
}

/* footer
-------------------------------------------------------------------------------*/

#footer {
    text-align: center;
    padding-bottom: 29px;
}

#footer ul {
    margin: 9px 0 29px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

/* index */

#index #footer ul {
    margin: 19px 0 39px;
}

#index #footer li {
    float: left;
    margin-left: 121px;
    height: 133px;
}

#index #footer li:first-child {
    margin-left: 0;
}

#index #footer li.lastChild {
    margin-left: 115px;
}

/* recommend
-------------------------------------------------------------------------------*/

#recommend {
    text-align: center;
    border-bottom: #000 1px solid;
}

#recommend h3 {
    padding: 43px 0 39px 75px;
    text-align: left;
}

#recommend ul {
    margin-bottom: 22px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

#recommend li {
    float: left;
    margin-left: 74px;
    padding-bottom: 30px;
}

#recommend li:first-child,
#recommend li.clrbt {
    margin-left: 0;
}

/* profile
-------------------------------------------------------------------------------*/

#profile {
    overflow: hidden;
    height: 0;
    border-bottom: #000 1px solid;
    position: relative;
    padding-top: 15px;
    margin-top: -15px;
}

#profile div {
    background: #F5FFE1;
    padding: 20px 115px;
    border-top: #000 1px solid;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#profile.active div:before {
    content: url('/store/kikuchi_akiko/2013/images/bg_profile.png');
    top: 0;
    left: 109px;
    position: absolute;
}

#profile img {
    float: right;
}

#profile h3 {
    font-size: 16px;
    padding-bottom: 13px;
}


#profile h3 span {
    font-size: 14px;
}

#profile p {
    font-size: 12px;
    line-height: 22px;
}

/* products
-------------------------------------------------------------------------------*/

#products {
    padding: 45px 0 60px;
}

#products h3 {
    margin: 95px 0 -2px 45px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

#products dl {
    width: 299px;
    float: left;
    padding-top: 31px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

#products dt,
#products dd {
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}

#products dd ul {
    width: 180px;
    padding: 18px 0 0 16px;
    text-align: center;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

#products dd li {
    width: 73px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

#products dd ul.plural li {
    float: left;
    margin-right: 16px;
}

#products dd li span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 10px;
}

#products dd li span.price {
    display: block;
}

#products dd li span.stock {
    min-height: 14px;
    height: auto !important;
    height: 14px;
    color: #f00;
}

#products dd li a {
    display: block;
    margin: 4px 0 5px;
}

#products dd li a.sold {
    cursor: default;
}

#products dd.material {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    width: 123px!important;
    display: block;
    margin: 0 auto;
    padding-left: 57px;
}

#products dd.material h4 {
    margin: 19px 0 11px -44px;
}

#products dd.price p {
	font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    text-align: left;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

#products > ul {
    margin: 20px 0 0 397px;
}

#products > ul li {
    float: left;
    margin-left: 53px;
}

#products p.notice {
    font-size: 12px;
    padding: 14px 0 0 74px;
    clear: both;
}

/* index */

#index #products {
    padding: 39px 0 33px;
    border-bottom: #000 1px solid;
}

#index #products h3 {
    margin-top: 0;
}

#index #products dl + h3 {
    padding-top: 50px;
}

#index #products dd.price {
    padding-bottom: 19px;
}

/* dksm */

#dksm #products dd.material h4 {
    margin: 6px 0 11px -44px;
}

#dksm #products dd.price {
    padding-bottom: 19px;
}

#dksm #products p.notice {
    text-align: center;
    margin-bottom: -19px;
    padding: 24px 0 0;
}

/* lrc */

#lrc #products div {
    margin: -24px 0 0 34px;
}

/* mdf */

#mdf #products div {
    margin: -48px 0 0 34px;
}

/* wkm */

#wkm #products div {
    margin: -49px 0 0 34px;
}

/* notice
-------------------------------------------------------------------------------*/

#notice {
    border: #000 1px solid;
    width: 599px;
    margin: 73px auto 0;
}

#notice h4 {
    margin: -1px 0 0 -1px;
}

#notice table {
    margin: 29px 54px 7px;
}

#notice th,
#notice td {
    vertical-align: top;
    padding-bottom: 31px;
}

#notice th:before {
    content: "■";
    color: #583000;
    padding-right: 1px;
}

#notice th:after {
    content: "：";
    padding: 0 8px 0 3px;
}

#notice th {
    white-space: nowrap;
}

#notice td span {
    font-size: 12px;
    display: block;
}

/* disolve
-------------------------------------------------------------------------------*/

#dissolve .disp {
    width: 899px;
    height: 540px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

#dissolve .disp img {
    position: absolute;
    top: 540px;
    left: 0;
    z-index: 0;
}

#dissolve .disp .foreground {
    top: 0;
    z-index: 1;
}

#dissolve .disp .background {
    top: 0;
}

#dissolve .ctrl {
    width: 899px;
    height: 90px;
    overflow: hidden;
}

#dissolve .ctrl li {
    float: left;
    width: 150px;
    height: 90px;
    overflow: hidden;
}

#dissolve .ctrl li.lastChild {
    width: 149px;
}

#dissolve .ctrl li.current img {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
}

#dissolve .ctrl li a {
    display: none;
}

/* balloon
-------------------------------------------------------------------------------*/

.ballon {
    float: right!important;
    padding: 0 59px 19px 0!important;
    width: auto!important;
    margin-top: 55px;
}

.ballon dt {
    float: left;
    padding-right: 5px;
    text-align: left!important;
}

.ballon dd {
    float: left;
    background: url(/store/kikuchi_akiko/2013/images/bg_balloon_body.png) repeat-y;
    width: 430px;
    display: block;
    position: relative;
    min-height: 68px;
    height: auto !important;
    height: 68px;
    text-align: left!important;
    margin-top: 10px;
}

.ballon dd:before,
.ballon dd:after {
    display: block;
    position: absolute;
    width: 430px;
    height: 34px;
    left: 0;
}

.ballon dd:before {
    content: url(/store/kikuchi_akiko/2013/images/bg_balloon_header.png);
    top: 0;
}

.ballon dd:after {
    content: url(/store/kikuchi_akiko/2013/images/bg_balloon_footer.png);
    bottom: 0;
}

.ballon dd p {
    position: relative;
    z-index: 1;
    padding: 23px 14px 21px 46px;
    font-size: 13px;
}

/* dksm */

#dksm .ballon {
    margin-top: 0;
}

/* code
-------------------------------------------------------------------------------*/

#code {
    padding: 0 99px 60px;
    position: relative;
    min-height: 540px;
    height: auto !important;
    height: 540px;
    border-bottom: #000 1px solid;
}

#code .adjust01 {
    position: absolute;
    top: 0;
    right: 69px;
}

#code .adjust02 {
    position: absolute;
    top: 565px;
    right: 99px;
}

#code .point {
    width: 419px;
    border: #000 1px solid;
    margin: 0 0 43px -29px;
}

#code .point h4 {
    border-bottom: #000 1px solid;
    background: #583000;
    text-align: center;
}

#code .point p {
    padding: 27px 18px 30px 37px;
    font-size: 13px;
}

#code .credit {
    width: 430px;
    margin-left: -29px;
}

#code .credit h5 {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-top: 2em;
    font-weight: bold;
}

#code .credit h6 {
    font-size: 10px;
    letter-spacing: 0.15em;
    margin-top: 1em;
    font-weight: bold;
}

#code .credit h6:before {
    content: "＜"
}

#code .credit h6:after {
    content: "＞"
}

#code .credit p {
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1.75em;
}

#code .credit span {
    text-indent: 1em;
    display: block;
}

/* dksm */

#dksm #code {
    min-height: 1105px;
    height: auto !important;
    height: 1105px;
}

#dksm #code .adjust01 {
    right: 99px;
}

#dksm #code .point {
    margin: 0 0 70px -50px;
    width: 349px;
}

#dksm #code .credit {
    padding-top: 64px;
    margin-left: -50px;
}

/* staff
-------------------------------------------------------------------------------*/

#shop {
	font-size: 12px;
	line-height: 30px;
	padding: 25px 50px 50px;
	white-space: nowrap;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	position: relative;
}

#shop h3 {
	font-weight: bold;
}

#close {
	position: absolute;
	bottom: 10px;
	right: -2px;
}

/* shop
-------------------------------------------------------------------------------*/

#staff {
	font-size: 12px;
	line-height: 45px;
	padding: 50px 100px;
	white-space: nowrap;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	position: relative;
}
