@charset "utf-8";
/* CSS Document */

/* ************************************************************** */
/* reset */
/* ************************************************************** */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
/* ************************************************************** */

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
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, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

nav ul,
ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

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 #000;
    cursor: help;
}

table {

}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* ************************************************************** */
/* font size */
/* ************************************************************** */
/*
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
*/
/*
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/*
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
 
/*
font-size
    
    77%  = 10px | 123.1% = 16px | 167% = 22px
    85%  = 11px | 131%   = 17px | 174% = 23px
    93%  = 12px | 138.5% = 18px | 184% = 24px
    100% = 13px | 146.5% = 19px | 192% = 25px
    108% = 14px | 153.9% = 20px | 197% = 26px
    116% = 15px | 161.6% = 21px |

*/
/* ************************************************************** */
 
body {
    font: 13px/1.231 "Lucida Grande",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',"MS PGothic",Osaka,sans-serif;
    /* for IE6/7 */
    *font-size: small; 
    /* for IE Quirks Mode */
    *font: x-small;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
    font: 99% "Lucida Grande",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',"MS PGothic",Osaka,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
    font-size: inherit;
    font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

html>/**/body {
    font-size/*\**/: small\9;
}

p, li, dt, dd, th, td , input, textarea, select, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}


/* ************************************************************** */
/* a */
/* ************************************************************** */

:focus{
    -moz-outline-style: none;
}

a {
    outline: none;
}

/* ************************************************************** */
/* border */
/* ************************************************************** */

img {
    border: none;
}

/* ************************************************************** */
/* icon */
/* ************************************************************** */

.vami {
    vertical-align: middle;
}

.error_status img {
    padding-right: 3px;
}

/* ************************************************************** */
/* image */
/* ************************************************************** */

img {
    max-width: 100%;
}

#main_img_href:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* ************************************************************** */
/* words */
/* ************************************************************** */

.en_version .item_name,
.product_price,
.priceb,
.optional_item,
.variation_desc,
.variation_label,
.variation_stock,
.order_label,
.according_options,
.error_status,
.return_policy {
    word-break: normal;
}

.model_number {
    word-break: break-all;
}

.item_name,
.model_number {
    display: block;
}

/* ************************************************************** */
/* position of only inner */
/* ************************************************************** */

.only_innner #container {
    margin: 0px auto;
    padding: 10px;
    width: 700px;
}

.only_innner .phone_device #container {
    padding: 10px 0px;
    width: 100%;
}

.only_innner .layout400 .error_box {
    width: 378px;   
}

.only_innner .layout300 .error_box {
    width: 278px;   
}

.only_innner .product_data,
.only_innner .btn_box,
.only_innner .error_box {
    margin: 5px auto 10px;
}

.shoptext {
    font-size: 123.1%;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 15px 20px 10px;
}

.itempage {
    padding: 10px;
    margin: 0px 20px;
    text-align: center;
}


/* ************************************************************** */
/* layout */
/* ************************************************************** */

/* Layout Width */
.layout140 {
    width: 140px;
    padding: 10px;
}

.layout250 {
    width: 250px;
    padding: 25px;
}

.layout300 {
    width: 300px;
    padding: 25px;
}

.layout400 {
    width: 400px;
    padding: 25px;
}

/* 140px */
.layout140 .photo_line {
    width: 140px;
}

/* 250px */
.layout250 .photo_line {
    width: 250px;
}

/* 300px */
.layout300 .photo_line {
    width: 300px;
}

/* 400px */
.layout400 .photo_line {
    width: 400px;
}

/* 250px for smartphone device */
.phone_device .layout250 {
    margin: 0px auto;
    padding: 10px;
}

/* ************************************************************** */
/* link mode */
/* ************************************************************** */

.link_mode .product_stock {
    padding-bottom: 2px;
}

/* ************************************************************** */
/* product text data */
/* ************************************************************** */

.product_text_data {
    padding-bottom: 5px;
}

.product_soldout .product_text_data,
.link_mode .product_text_data,
.product_text_data .product_stock {
    padding-bottom: 0px;
}

/* ************************************************************** */
/* input */
/* ************************************************************** */

input[type=submit],
input[type=button],
input[type=reset],
button,
.global_btn A ,
.btn_box A,
.btn_box input {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    cursor: pointer;
    border: none;
}

.btn_box input,
.btn_box A {
    border: none;   
}

.variation_item {
    padding-bottom: 5px;
}

.product_variation .bottompos {
    padding-bottom: 0;
}

.product_ordermade .bottompos {
    margin-bottom: 0;
}

#purchase_qty input {
    width: 50px;
}

/* hover */
.btn_box input:hover,
.btn_box A:hover {
    -moz-opacity:0.8;
    opacity:0.8;
    filter: alpha(opacity=80);
}

/* Input & Textarea */
.largesize {
    width: 95%;
}

.defaultsize {
    width: 75%;
}

/* Select */
select {
    max-width: 80%;
}

.layout140 select {
    max-width: 95%;
}

*html .layout140 select {
    width: 109px;
}

/* ************************************************************** */
/* float box */
/* ************************************************************** */

.float_box {
    width: 280px;
    margin: auto;
}

.layout250 .float_box {
    width: 150px;
}

.layout140 .float_box {
    width: 130px;
}

.float_box A {
    margin-left: auto;
    margin-right: auto;
}

*html .float_box {
    width: 300px;
}

*html .layout300 .float_box {
    width: 285px;
}

/* ************************************************************** */
/* position box */
/* ************************************************************** */

.posleft,
.posright {
    float: left;
}

.posleft {
    width: 150px;
    margin-right: 10px;
}

.posright {
    width: 120px;
}

.layout250 .posleft,
.layout250 .posright,
.layout140 .posleft,
.layout140 .posright {
    float: none;
    margin: auto;
}

.layout250 .posleft,
.layout140 .posleft {
    margin-bottom: 10px;
}

.layout140 .posleft {
    width: 130px;
}

/* ************************************************************** */
/* btn */
/* ************************************************************** */

/* Add Cart */
.cartaddinput {
    width: 150px;
    height: 40px;
    display: block;
    background-position: -5px bottom;
    background-repeat: repeat-x;
    font-weight: bold;
}

*html .addcartbtn {
    margin-right: 7px;
}

/* Detail */
.detailbtn A {
    width: 150px;
    height: 28px;
    padding-top: 12px;
    display: block;
    background-position: -5px bottom;
    background-repeat: repeat-x;
    font-weight: bold;
}

*html .detailbtn A {
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Inquiry */
.inquirybtn A {
    width: 120px;
    height: 23px;
    padding-top: 7px;
    margin-top: 5px;
    display: block;
    background-position: left bottom;
    background-repeat: repeat-x;
    font-weight: bold;
}

*html .inquirybtn A {
    height: 22px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.layout140 .cartaddinput,
.layout140 .inquiryinput,
.layout140 .detailbtn A {
    width: 130px;
}

.cartaddinput,
.editinput,
.inquirybtn A {
    overflow: hidden;
    white-space: nowrap;
}

/* ************************************************************** */
/* error */
/* ************************************************************** */

.error_box {
    padding: 10px;
    margin: 5px 0px 10px;
    border-radius: 5px; 
}

.error_status {
    display: block;
    padding: 3px 0px;
    font-size: 85%; 
}

.error_box .error_status {
    font-size: 93%; 
}

.excmark {
    display: none;
}

*html .error_box {
    width: 400px;
}

*html .layout300 .error_box {
    width: 300px;
}

*html .layout250 .error_box {
    width: 250px;
}

*html .layout140 .error_box {
    width: 140px;
}

/* ************************************************************** */
/* clear */
/* ************************************************************** */

.clear-both {
    clear: both;
    height: 1px;
}


/********************************************************************/
/* form elements */

select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea {
    font-size: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
textarea {
    padding: 5px 5px;
    border: #999999 solid 1px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.search .searchbox {
    padding: 2px 3px;
}

.search .searchbox:focus {
    padding: 10px 5px;
}

select {
    padding: 4px;
    height: 35px;
    line-height: 35px;
    border: #999999 1px solid;
    border-radius: 5px;
    vertical-align: middle;
}

.display_number select {
    padding: 2px 3px;
    height: auto;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 7px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    cursor: pointer;
}

input[type=submit],
input[type=button],
input[type=reset],
button {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    cursor: pointer;
    border: none;
}

.btn .searchinput {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}

.variation_box label {
    margin-bottom: 5px;
}
.variation_box label:last-child {
    margin-bottom: 0;
}

.order_checklist {
    line-height: 190%;
}

.order_checklist input
{
    margin-top: 0;
}

.en_version .btn input {
    min-width: 70px;
}

.en_version .btn .searchinput {
    min-width: inherit;
}

/* ************************************************************** */
/* subscription */
/* ************************************************************** */

.detail_section_subscription input[type="radio"] {
    margin-right: 2px;
	  margin-top: -3px;
    padding: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-sizing: content-box;
    cursor: pointer;
    vertical-align: middle;
    will-change: transform;
}

/* detail_section_subscription */
.detail_section_subscription {
	  padding-top: 10px;
	  padding-bottom: 10px;
}
.detail_section_subscription.subscription_sales_box {
	  padding-top: 0px;
}

/* price section */
.price_parent_section .product_sec .first_selling_price {
	  margin: 3px 0px;
}

/* label/day/desc */
.price_parent_section .sales_label,
.cycle_label,
.cycle_list_label,
.shipping_label,
.shipping_day,
.cycle_day {
    font-weight: 700;
}
.price_parent_section .sales_label,
.cycle_label {
	  font-size: 116%;
}
.cycle_list_label,
.shipping_label {
	  font-size: 108%;
}
.shipping_desc {
	  font-size: 93%;
}

/* subscription cycle */
#subscription_cycle {
	  padding: 10px 5px;
	  margin-top: 10px;
}

/* cycle list */
.cycle_label {
	  padding: 5px 5px 0px;
}
.cycle_list {
	  padding: 15px 5px 5px;
}
.cycle_list .cycle_list_select {
	  margin-top: 5px;
}
.cycle_list .cycle_list_select select {
	  margin-bottom: 3px;
}

/* shipping box */
.shipping_box {
	  padding: 10px 5px 0px;
}
.shipping_data_box {
	  padding: 5px;
}
.shipping_day {
	  margin-left: 5px;
}
.shipping_date,
.shipping_desc,
.cycle_day {
	  margin-top: 3px;
}

/* shipping box calendar */
.calendar_contents {
	  margin-top: 5px;
}
.data_table {
    width: 100%;
	  border-collapse: collapse;
}
.data_table .cell_header,
.data_table .cell_data {
    padding: 3px;
    border: 1px solid #CCC;
    vertical-align: middle;
	  color: #333333;
}
.data_table .cell_header {
    background-color: #F5F5F5;
	  font-size: 85%;
}
.data_table .cell_data {
    background-color: #FFFFFF;
	  width: calc(100% / 7);
	  height: 30px;
	  font-size: 93%;
    vertical-align: top;
}
.cal_month {
    margin-bottom: 5px;
    text-align: center;
	  font-weight: 700;
}
.cal_month .this_month {
	  padding: 0px 5px;
}
.cal_month span.prev_month,
.cal_month span.next_month {
    cursor: pointer;
}
.cal_month span.prev_month:hover,
.cal_month span.next_month:hover {
    opacity:0.5;
}
.sun .cal_day {
    color: #CC0000;
}
.sat .cal_day {
    color: #3399CC;
}
.calendar_data .today {
    font-weight: 700;
}
#calendar_toggle {
	  display: inline-block;
	  padding: 3px 0px;
	  font-size: 93%;
	  text-decoration: underline;
}
.delivery_date {
	  display: block;
	  font-size: 85%;
	  line-height: 100%;
}

.dispinlineblock {
	  display: inline-block;
}

/* layout140 */
.layout140 select {
	  font-size: 12px;
}
.layout140 .detail_section_subscription input[type="radio"] {
    margin-right: 0px;
	  margin-top: -3px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.layout140 #subscription_cycle {
	  padding: 10px 0px;
}
.layout140 .cycle_list {
	  padding-top: 10px;
}
.layout140 .shipping_box {
	  padding: 5px 5px 0px;
}
.layout140 .shipping_data_box {
	  padding: 5px 0px;
}
.layout140 .shipping_day {
	  display: block;
	  margin-left: 0px;
}
.layout140 .delivery_date {
	  text-align: center;
}
.layout140 .shipping_box .data_table .cell_data {
	  height: 25px;
	  padding: 0px 0px 0px 1px;
}
.layout140 .data_table .cell_header {
	  padding: 0px;
}