@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 {
    border-collapse: collapse;
}

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;
    /*font: 13px/1.231 'Lucida Grande','Hiragino Kaku Gothic Pro','游ゴシック','Yu Gothic','YuGothic','Meiryo',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;
    -ms-interpolation-mode: bicubic;
}

/* ************************************************************** */
/* img */
/* ************************************************************** */

img {
    max-width: 100%;
}

#photo img {
    height: auto;
    margin: 0 auto;
    display: block;
}

.common_icon .icon_track,
.common_icon .icon_new,
.common_icon .icon_pickup,
.common_icon .icon_rank,
.icon_garitto,
.icon_global,
.vami {
    vertical-align: middle;
}

.imgalpha {
    opacity:0.2;
    filter: alpha(opacity=20);
}

.imgalpha_deep {
    opacity:0.4;
    filter: alpha(opacity=40);
}

.category_toggle {
    cursor: pointer;
}

.data_table .item_photo img {
    max-width: none;
}

.txt_article img {
    height: auto;
}

.flash .object_flash,
.flash .embed_flash {
    width: 100%;
    height: auto;
}

/* ************************************************************** */
/* text */
/* ************************************************************** */

.indentation {
    text-indent: 1em;
}

.double_indentation {
    text-indent: 2em;
}

.timezone {
    display: none;
}

.text_center {
    text-align: center;
}

.ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ************************************************************** */
/* form */
/* ************************************************************** */

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 {
    max-width: 100%;
    padding: 4px;
    height: 30px;
    line-height: 30px;
    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: 5px;
    /*transform: scale(1.5);*/
    /*-webkit-transform: scale(1.5);*/
    /*-moz-transform: scale(1.5);*/
}

input[type="radio"],
input[type="checkbox"],
input[type="radio"] + label[for],
input[type="checkbox"] + label[for] {
    cursor: pointer;
}

.order_checklist label {
    cursor: pointer;
}

input[type=submit],
input[type=button],
input[type=reset],
button,
.global_btn A {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    cursor: pointer;
    border: none;
}

.global_btn input {
    padding: 0;
}

.btn .searchinput {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"],
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;
}

.check_label,
.cell_data label,
.all_for_sale .cell_data label,
.all_for_sale .soldout input[type="radio"] {
    cursor: pointer;
}

.soldout label,
.soldout input[type="radio"] {
    cursor: default;
}

.form_header input[type="radio"],
.cell_box input[type="radio"] {
    vertical-align: top;
}

.en_version .btn input {
    min-width: 70px;
}

.en_version .btn .searchinput {
    min-width: inherit;
}

/* required input */
/*
.edit_form .required_row input,
.edit_form .required_row select,
.edit_form .required_row textarea {
    background-color: #FFFFEE;
}
*/

/* ************************************************************** */
/* form table */
/* ************************************************************** */

.global_info .form_table .cell_header,
.global_info .form_table .cell_data {
    width: auto;
}

/* ************************************************************** */
/* float */
/* ************************************************************** */

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.nonefloat {
    float: none;
}

/* ************************************************************** */
/* display */
/* ************************************************************** */

.dispblock {
    display: block;
}

.dispinline {
    display: inline;
}

.dispinlineblock {
    display: inline-block;
}

/* ************************************************************** */
/* clear fix */
/* ************************************************************** */

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

.clearfix{
    display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix{
    height: 1%; } 

.clearfix{
     display:block;
}

/* End Hack */

/*.widemode .alllist_contents .clearfix,
.widemode .categorylist_contents .clearfix,
.widemode .grouplist_contents .clearfix,
.widemode .searchlist_contents .clearfix,*/
.widemode #maincol2 .page_contents,
.widemode #maincol2 .ajax_contents .clearfix {
    width: 100%;
    overflow: hidden; 
}

/* ************************************************************** */
/* word-break */
/* ************************************************************** */

body {
    word-break: break-all;
}

.model_number {
    word-break: break-all;
    display: inline-block;
}

/* ************************************************************** */
/* english */
/* ************************************************************** */

body .en_version {
    word-break: normal;
}

/* ************************************************************** */
/* container */
/* ************************************************************** */

#inner_container {
    position: relative;
}

/* ************************************************************** */
/* header menu */
/* ************************************************************** */

#globalnavi {
    position: relative;
    z-index: 90;
}

.pre_load_nav {
    height: 50px;
    overflow: hidden;
}

#globalnavi .toggle_button {
    width: 45px;
    min-height: 50px;
}

#globalnavi .nav_link {
    min-height: 50px;
}

#globalnavi .sub_menu .nav_link {
    min-height: 0;
}

.overplus_hidden .overplus_nav {
    visibility: hidden;
    position: absolute;
    top: 0;
}

ul.dropdown {
    position: relative;
}

ul.dropdown li {
    position: relative;
}

/* main category */
ul.dropdown ul.sub_menu,
ul.dropdown ul.sub_menu ul {
    visibility: hidden;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
}

ul.dropdown ul.sub_menu {
    margin-left: -30px;
    padding: 0 30px 30px 30px;
}

ul.dropdown .reversed_action ul.sub_menu {
    padding-right: 0;
}

ul.dropdown ul.sub_menu ul {
    margin-left: 0;
    margin-top: -10px;
    padding: 10px 30px 30px 0;
}

.click_dropdown ul.dropdown ul.sub_menu ul {
    margin-top: 0;
    padding: 0;
}

ul.dropdown .reversed_action ul.sub_menu,
ul.dropdown .reversed_action ul.sub_menu ul {
    right: 0;
    left: auto;
}

ul.dropdown li.hover > ul {
    visibility: visible;
}

/* sub category */
ul.dropdown ul.sub_menu ul {
    position: absolute;
    left: 100%;
    top: 0;
}

ul.dropdown .reversed_action ul.sub_menu ul {
    right: 100%;
    margin-top: 0;
    padding: 0 0 30px 30px;
}

.click_dropdown ul.dropdown .reversed_action ul.sub_menu ul {
    padding: 0;
}

#close_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* ************************************************************** */
/* side menu */
/* ************************************************************** */

#globalnavi ul.dropdown ul.sub_menu li.dropdown_close A,
#globalnavi ul.dropdown ul.sub_menu li.dropdown_close A:hover,
.side_category_popup .hover li.dropdown_close A,
.side_category_popup .hover li.dropdown_close A:hover {
    background-image: none;
    padding: 5px 15px 0 15px;
    text-align: center;
}

/* ************************************************************** */
/* popup */
/* ************************************************************** */

.popup_page #container {
    min-width: 820px;
}

.close_btn {
    cursor: pointer;
}

.cartcontentsarea .close_btn_box {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.layout_dropdown .close_btn_box {
    position: absolute;
    right: -10px;
    bottom: -10px;
}

#header_global_site .layout_dropdown .close_btn_box {
    left: -10px;
    bottom: -10px;
}

.reverse_position .site_list_dropdown .close_btn_box {
    right: -10px;
    top: -10px;
}

/* ************************************************************** */
/* z-index */
/* ************************************************************** */

#header_top {
    z-index: 99;
}

#header_bottom {
    z-index: 98;
}

#header .cartbtn {
    z-index: 99;
}

#header .cartcontentsarea {
    z-index: 99;
}

.cartbtn {
    z-index: 85;
}

.layout_dropdown {
    z-index: 85;
}

.layout_dropdown .site_list_title A {
    z-index: 3;
}

.cartcontentsarea {
    z-index: 85;
}

#header .cartbtn {
    z-index: 99;
}

.side_category_popup .hover .parentcategory a,
.side_category_popup .hover .sub_category_box {
    z-index: 120;
}

.has_wide_slide #header {
    z-index: 83;
}

/* ************************************************************** */
/* blank space */
/* ************************************************************** */

.margin_space_all {
    margin: 10px;
}

.margin_space_tb {
    margin: 10px 0;
}

.margin_space_t {
    margin-top: 10px;
}

.margin_space_b {
    margin-bottom: 10px;
}

/* ************************************************************** */
/* phone site link */
/* ************************************************************** */

.touch_phone_site_link,
.touch_phone_site_link {
    visibility: hidden;
}

.touch_phone_site_link a,
.touch_phone_site_link a {
    visibility: visible;
}

/* ************************************************************** */
/* list */
/* ************************************************************** */

.empty_msg_box {
    padding: 50px;
    text-align: center;
}

.sort {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.ajax_item .loading {
    width: 100%;
    height: 120px;
    background-position: center center;
}

.ajax_item .no_item {
    padding: 20px 10px;
    text-align: center;
}

.item_list .global_photo img,
.other_photo .global_photo img {
    vertical-align: middle;
}

.item_box .more_item {
    text-align: right;
}

.item_box .more_item a {
    display: inline-block;
}

.main_box .item_list .list_item_cell,
.page_box .item_list .list_item_cell,
.main_wide_box .item_list .list_item_cell {
    position: relative;
}

.main_box .item_list .add_cart,
.page_box .item_list .add_cart,
.main_wide_box .item_list .add_cart {
    height: 50px;
    margin-top: 0;
}

.main_box .item_list .itemlist_cartbutton,
.page_box .item_list .itemlist_cartbutton,
.main_wide_box .item_list .itemlist_cartbutton,
.main_box .item_list .selectoptioninput,
.page_box .item_list .selectoptioninput,
.main_wide_box .item_list .selectoptioninput {
    margin-left: -65px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.add_cart .cartinput,
.add_cart .selectoptioninput {
    margin-bottom: 15px;
}

.text_data .add_cart .cartinput,
.text_data .add_cart .selectoptioninput {
    margin-bottom: 0;
}

.emphasis_ranking .item_list {
    margin-top: 30px;
}

a .result_emphasis {
    background-color: transparent;
}

/* ************************************************************** */
/* title */
/* ************************************************************** */

.page_title,
.section_title {
    position: relative;
}

.page_title_right_edge,
.section_title_right_edge {
    position: absolute;
    top: 5px;
    right: 5px;
}

/* ************************************************************** */
/* pager */
/* ************************************************************** */

.to_prev_page .arrow,
.to_new_page .arrow {
    margin-right: 3px;
}

.to_next_page .arrow,
.to_old_page .arrow {
    margin-left: 3px;
}

/* ************************************************************** */
/* footer */
/* ************************************************************** */

.column_layout {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.column_layout .footer_navi_left,
.column_layout .footer_navi_center,
.column_layout .footer_navi_right {
    height: 100%;
}

.column_layout .footer_navi:first-child {
    padding-top: 10px;
}

.column_layout .footer_navi:last-child {
    padding-bottom: 10px;
}

/* ************************************************************** */
/* spec */
/* ************************************************************** */

.detail_spec dd {
    display: table;
}

.detail_spec dd .spec_data {
    display: table-cell;
}

/* ************************************************************** */
/* garitto */
/* ************************************************************** */

#garitto,
#b_garitto {
    padding-bottom: 0;
}

.garitto_page_body {
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
}

/* ************************************************************** */
/* bbs */
/* ************************************************************** */

#bbs_postlist .toggle,
#bbs_postlist .res {
    width: 30px;
}

#bbs_postlist .title {
    white-space: normal;
    word-wrap: normal;
}

#bbs_postlist .url {
    width: 40px;
}

#bbs_postlist .btn {
    width: 60px;
}

.bbs_open_close_btn {
    cursor: pointer;
}

/* ************************************************************** */
/* help */
/* ************************************************************** */

.help_spec_data .box_padding {
    padding-left: 0;
    padding-right: 0;
}

/* ************************************************************** */
/* cart */
/* ************************************************************** */

.cart_point strong,
.cart_point_notice strong {
    display: inline-block;
}

.conversion_image {
    position: absolute;
}

.void_box .toggle_box {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.cart_quantity_zero {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.preview_note {
    font-size: 85%;
}

/* ************************************************************** */
/* settlement banner */
/* ************************************************************** */

.cart_settlement_banner {
    width: 440px;
    min-height: 165px;
    margin: 20px auto;
    padding: 5px 5px 15px 5px;
    background-color: #FF3300;
    border: 4px solid #FFFFFF;
    text-align: center;
}

/* ************************************************************** */
/* non-non_approved banner */
/* ************************************************************** */

#non_approved {
    width: 100%;
    background-image: url(img/all/approved_bg.png);
    border-top: 3px solid #D90000;
    border-bottom: 3px solid #D90000;
}

.non_approved_title,
.non_approved_desc {
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    background-repeat: no-repeat;
}

.non_approved_title {
    margin-left: 5px;
    padding: 15px 15px 15px 40px;
    background-image: url(img/all/icon_approved.png);
    background-position: left 12px;
    font-size: 123.1%;
}

/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
/*-----------------------------------------------------------*/
    .non_approved_title {
        background-image: url(img/all/icon_approved_x2.png);
        background-size: 25px 21px;
    }
/*-----------------------------------------------------------*/
}

.non_approved_desc {
    padding: 15px 120px 13px 0;
    background-image: url(img/all/approved_ocnk.png);
    background-position: right 15px;
    font-size: 93%;
}

.en_version .non_approved_desc {
    background-image: url(img/all/approved_ocnk_en.png);
}

/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
/*-----------------------------------------------------------*/
    .non_approved_desc {
        background-image: url(img/all/approved_ocnk_x2.png);
        background-size: 110px 20px;
    }

    .en_version .non_approved_desc {
        background-image: url(img/all/approved_ocnk_en_x2.png);
    }
/*-----------------------------------------------------------*/
}

.non_approved_desc_text {
    margin-top: 2px;
    padding: 0 5px;
}

/* ************************************************************** */
/* global site link */
/* ************************************************************** */

#header_global_site .site_list_dropdown {
    left: auto;
    right: 0;
}

/* ************************************************************** */
/* font size setting */
/* ************************************************************** */

/* button */
.set_font_normal,
.set_font_large {
    cursor: pointer;
}

.font_setting .nav_on {
    cursor: default;
}

/* large size */
.large_font #header_bottom,
.large_font .cartcontentsarea,
.large_font #globalnavi .sub_menu A,
.large_font #contents_top,
.large_font #contents,
.large_font #contents_bottom,
.large_font #wide_contents,
.large_font #footer {
    font-size: 131%;
    line-height: 160%;
}

.large_font .common_icon {
    line-height: 120%;
}

.large_font .xxsmallsize {
    width: 45px;
}

/* ************************************************************** */
/* slide show */
/* ************************************************************** */

.swipe_list {
    width: 100%;
    position: relative;
}

.swipe_list .item_image_box {
    display: block;
    text-align: center;
}

.swipe_list .list_item_table {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.swipe_list .list_item_row {
    width: 5000px;
}

.item_box .swipe_list li {
    border: none;
}

.swipe_list .list_item_cell {
    float: left;
}

.swipe_list .item_image_box img {
    max-width: 100%;
    height: auto;
}

.swipe_list .pointer_next,
.swipe_list .pointer_prev {
    display: inline-block;
    vertical-align: middle;
}

.main_photo_slide .item_image_box {
    position: relative; /* for Chrome of Android */
}

.main_photo_slide .thumbnail .thumbnail_image_link {
    display: block;
}

.main_photo_slide .thumbnail .thumbnail_image_box {
    display: block;
    text-align: center;
    vertical-align: middle;
}

.thumbnail_image_box .thumbnail_btn {
    vertical-align: middle;
}

.th60 li .thumbnail_image_box {
    width: 55px;
}

.th50 .thumbnail_image_link {
    height: 44px;
}

.th60 .thumbnail_image_link {
    height: 54px;
}

.th80 .thumbnail_image_link {
    height: 74px;
}

.th120 .thumbnail_image_link {
    height: 114px;
}

#photo .pointer_box,
.detail_item_photo .detail_top_pointer .pointer_box {
    display: none;
}

.detail_item_photo .detail_top_pointer .pointer_box {
    padding: 0;
}

.pointer_next_box .pointer_next,
.pointer_prev_box .pointer_prev {
    margin: 0;
}

.swipe_list .item_data {
    margin: 0 auto;
}

.use_thumbnail_pointer .global_photo {
    margin-bottom: 0;
}

#maincol1 .swipe_list .layout120 .item_data,
#maincol1 .swipe_list .layout160 .item_data,
#maincol1 .swipe_list .layout200 .item_data,
#maincol2 .swipe_list .layout120 .item_data,
#maincol2 .swipe_list .layout160 .item_data,
#maincol2 .swipe_list .layout200 .item_data,
#wide_contents .swipe_list .layout120 .item_data,
#wide_contents .swipe_list .layout160 .item_data {
    width: auto;
}

/* for compatibility */
.list_item_photo {
    padding: 0 5px;
}

/* ************************************************************** */
/* annotation of top image */
/* ************************************************************** */

.swipe_list .list_item_cell {
    position: relative;
}
.swipe_list .image_annotation {
    padding: 15px;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
}

/* ************************************************************** */
/* full screen background gallery */
/* ************************************************************** */

.bg_images {
    visibility: hidden;
}

.bg_full .bg_images {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

.bg_full .bg_images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    z-index: -99;
    display: inline-block;
}

.bg_full #photo {
    margin: 0;
}

.bg_full .bg_images .bg_pattern {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -98;
}

/* for Android 4.X default browser (* larger than the width of a browser, exists width bug.) */
.bg_full .bg_images img {
    background-color: #FFFFFF;
}

/* ************************************************************** */
/* WebKit hack */
/* ************************************************************** */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* for font size bug of Android Chrome */
    div {
        max-height: 999999px;
    }
}

/* ************************************************************** */
/* IE7 hack */
/* ************************************************************** */

*+html .item_data .global_photo {
    display: inline;
}

*+html .item_box .item_data {
    text-align: center;
}

*+html .item_box .item_data h3,
*+html .item_box .item_data p,
*+html .item_box .item_data div {
    text-align: left;
}

*+html #search .searchform {
    height: 12px;
}

/* ************************************************************** */
/* for IE8 */
/* ************************************************************** */

.ie8 .search_date {
    width: 180px;
}

.ie8 .form_status {
    display: inline;
}

/* ************************************************************** */
/* for IE9 */
/* ************************************************************** */

.shadow {
    border-collapse: separate;
}

/* ************************************************************** */
/* safari Chrome hack */
/* ************************************************************** */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #search .searchform {
        height: 25px;
    }
}

