@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height:110%;
    background-color:#FFF;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

img {
    border:0 none;
    vertical-align: bottom;
    
}

ul, ol, li {
    list-style: none outside none;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

h1.large, h2.large, h3.large, h4.large, h5.large h6.large, p.large, span.large, div.large {
    font-size:16px;
    line-height:1.3em;
}

h1.medium, h2.medium, h3.medium, h4.medium, h5.medium h6.medium, p.medium, span.medium, div.medium {
    font-size:15px;
    line-height:1.3em;
    font-weight:normal;
}

h1.small, h2.small, h3.small, h4.small, h5.small h6.small, p.small, span.small, div.small {
    font-size:13px;
    line-height:1.5em;
    font-weight:normal;
}

h2.item_title, h2.series_title, h2.cross_sales_title {
    padding:10px 0 5px 14px;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

#mainWrapper {
    background-color:#F7F7F7;
}

#contentWrapper {
    background-color:#F7F7F7;
    padding:50px 0 4px;
    position:relative;
    z-index:200;
}

#contentWrapper img, #contentWrapper input[type='image'] {
    height: auto;
    max-width: 100%;
}

#contentWrapper table {
    width: 100%;
}

.sideMenuNonAndroid {
    -webkit-transform:translate3d(0px,0,0);
    -moz-transform:translate3d(0px,0,0);
    transform:translate3d(0px,0,0);
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:300ms;
    -moz-transition-duration:300ms;
    transition-duration:300ms;
    -webkit-transition-timing-function:ease;
    -moz-transition-timing-function:ease;
    transition-timing-function:ease;
}

.sideMenuAndroid {
    left:0;
}

.sideMenuNonAndroid.sideMenuOpen {
    -webkit-transform:translate3d(-265px,0,0);
    -moz-transform:translate3d(-265px,0,0);
    transform:translate3d(-265px,0,0);
}

.sideMenuAndroid.sideMenuOpen {
    left:-265px;
}

#sideMenu {
    display:none;
    position:fixed!important;
    top:50px;
    right:0;
    padding-bottom:50px;
    height:100%;
    z-index:100;
    width:265px;
    background:#EEE;
    /*overflow-x:none;
    overflow-y:scroll;*/
    /*-webkit-box-flex: 1;*/
    overflow:scroll;
    -webkit-overflow-scrolling:touch;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#sideMenu .search {

    background-image: url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/d778c891b6536384e242bd580f285035.png');
    background-size: 265px 85px;
    background-repeat: no-repeat;
    background-position: left;
}

#sideMenu .search_radio_box {
    padding: 15px 0 10px;
    font-size:12px;
}

#sideMenu .search_radio_box .search_radio_btn {
    display:none;

}

#sideMenu .search_radio_box .search_radio_btn + label {
    cursor: pointer;
    background-image: url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/2b004fbb0ecb520e1d442ce30141929c.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 25px;
}

#sideMenu .search_radio_box .search_radio_btn:checked + label {
    cursor: pointer;
    background-image: url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/840c7ccc6d506b5fe22f4aa25d7fc0dd.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left;
}

#sideMenu .searchform {
    margin-left: 18px;
}

#sideMenu .searchform .searchfield {
    vertical-align: top;
    width: 187px;
    height: 30px;
    border: solid 1px #dededf;
    font-size: 12px;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}

#sideMenu .searchform .searchsubmit {
    width: 45px;
    height: 30px;
    margin-left: -5px;
    border-radius: 0;
    -webkit-appearance: none;
}

#sideMenu .sidebar_nav li img {
    width:100%;
    height:auto;
}

h2.product_title {
    margin-bottom:10px;
}

.red {
    color:#FF0000;
}

.blue, a.blue {
    color:#046EB8;
}

.info3 {
    margin-right:10px;
}

.blocka {
    width:30%;
    font-weight:bold;
    border:1px solid #CCCCCC;
    background-color:#EEEEEE;
    padding:3px 5px;
}

.blockb {
    border:1px solid #CCCCCC;
    padding:3px 5px;
}

td.blocka2 {
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    font-weight:700;
    padding:3px 10px;
    width:100%;
    max-width:100%;
}

td.blocka3 {
    padding:3px 10px;
    vertical-align:middle;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
}

table.blockd {
    border:1px solid #CCCCCC;
    border-collapse: collapse;
}

.article-wrap {
    padding:0 4px;
    margin-top:4px;
}

.article-row {
    margin-bottom:4px;
}

.article-tile {
    background:#FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.article-tile .main-image {
    width:100%;
    height:auto;
}

.small-tile {
    width:49.5%;
    float:left;
    min-height:200px;
}

.last-tile {
    float:right;
}

.big-tile {
    float:none;
}

.xl-tile {
    float:none;
}

.outer-wrap {
    position:relative;
    height:100%;
}

.outer-wrap h3 {
    font-weight:700;
    font-size:11px;
}

.outer-wrap p {
    font-size:13px;
    line-height:1.6em;
}

.outer-wrap .main-image {
    margin-bottom:5px;
}

.outer-wrap .category-icon {
    margin-bottom:5px;
}

.inner-wrap {
    padding:10px;
}

.top-left-icon {
    position:absolute;
    width:36px;
    height:50px;
    top:0;
    left:20px;
}

.clear {
    clear:both;
}

.clearfix {
    zoom:1;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

* html .clearfix {
    display:block;
}

#logo_img {
    padding: 0;
    /*margin-bottom:4px;*/
}

#logo_img img {
    width: 100%;
}

.nav_bar {
    background-color:#FFF;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:300;
}

.nav_bar .btn {
    position: relative;
    width:20%;
    float:left;
    /*margin-right:0.5%;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.circle-badge {
    display: block;
    position: absolute;
    top: 3px;
    right: 15%;
    border-radius: 50%;
    border: 2px solid #F7F7F7;
    background-color: #F39800;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
}

.rounded-badge {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    border-radius: 22px;
    border: 2px solid #F7F7F7;
    background-color: #F39800;
    color: #fff;
    width: 25px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
}

/*.nav_bar .btn:last-child, .nav_bar .last {*/
  /*margin-right:0;*/
/*}*/

.nav_bar .btn img {
    width:100%;
    height:auto;
}

#popup {
    position: fixed;
    padding: 0 14px;
    bottom: 14px;
    z-index: 9999;
}

#popup-inner-wrapper {
    position: relative;
}

#popup-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.popup-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}

.category_top {
    background-color:#FFF;
    margin:0 auto 4px;
    width:97.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fs_image_outer_wrap {
    padding:10px;
}

.fs_image_outer_wrap .has_sub_image {
    margin-bottom:10px;
}

.fs_image_inner_wrap {
    text-align:center;
}

.fs_image_inner_wrap img {
    display:inline;
}

.fs_related_outer_wrap {
    padding:0 10px 10px;
}

.fs_related_inner_wrap {
    font-size:11px;
}

.fs_related_contents {
    width:50%;
    height:auto;
}

.fs_related_contents_wrap a {
    text-decoration:underline;
}

#freepage {
    /*max-width:100%;
    overflow:hidden;
    padding:0 4px;*/
}

#freepage, #freepage table, #freepage tr, #freepage td, #freepage p, #freepage div, #freepage ul, #freepage li, #freepage span {
    font-size:11px;
}

.subcategory {
    padding:0 4px;
}

.subcategory a img {
    width:100%;
    height:auto;
}

#cmsearch select, #cmsearch input {
    font-size: 16px;
    line-height: 1.4;
    border-radius: 0;
}

#cmsearch .search-wrap {
    background-color:#EFEEED;
    height:120px;
}

#cmsearch .search {
    padding: 15px;
}

#cmsearch .search_radio_box {
    padding: 5px 0 15px;
}

#cmsearch .search_radio_box .search_radio_btn {
    display:none;
}

#cmsearch .search_radio_box .search_radio_btn + label {
    cursor:pointer;
    background-image: url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/2b004fbb0ecb520e1d442ce30141929c.png');
    background-size:20px 20px;
    background-repeat: no-repeat;
    background-position: left;
    padding:5px 25px;
}

#cmsearch .search_radio_box .search_radio_btn:checked + label {
    cursor:pointer;
    background-image: url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/840c7ccc6d506b5fe22f4aa25d7fc0dd.png');
    background-size:20px 20px;
    background-repeat: no-repeat;
    background-position: left;
}

#cmsearch .search .searchfield {
    vertical-align: top;
    width: 83%;
    height: 30px;
    border: solid 1px #dededf;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}

#cmsearch .search .cmsearchsubmit {
    width: 45px;
    height: 30px;
    margin-left: -5px;
    border-radius: 0;
    -webkit-appearance: none;
}

.foot_wrap {
    background: none repeat scroll 0 0 #717071;
    padding: 20px 10px 10px;
}

.foot_wrap .footer-nav {
    text-align: center;
    margin-bottom: 20px;
}

.foot_wrap .footer-nav a,
.foot_wrap .footer-nav span {
    color: #DCDDDD;
    font-size: 9px;
}

.foot_wrap .copyright_footer,
.foot_wrap .copyright_footer a {
    color: #DCDDDD;
    font-size:9px;
}

.copyright_footer .copyright {
    float:left;
}

.copyright_footer .footer_links {
    float:right;
}

.cntr_cntnt_outer {
    margin:4px auto 20px;
    background-color:#fff;
    width:97.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cntr_cntnt_inner {
    padding:40px 0;
}

.cntr_cntnt_inner .item .imgcont {
    text-align:center;
    background-color:#eee;
    padding:20px 0;
}

.cntr_cntnt_inner .title {
    margin-bottom:18px;
}

.cntr_cntnt_inner p {
    margin-bottom:5px;
}

.latest-news {
    margin-bottom:4px;
    margin-top:4px;
    padding:4px 0 4px 14px;
    background-color:#FFFFFF;
}

.latest-news a {
    text-decoration:underline;
}

.breadcrumbs {
    padding:10px 10px 10px 14px;
}

.breadcrumbs .inner {
}

.breadcrumbs .inner, .breadcrumbs span, .breadcrumbs a {
    color:#7E7E7E;
    font-weight:normal;
}

.main_cntr_cntnt_outer {
    background-color:#fff;
    margin:0 auto 4px;
    width:97.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main_cntr_cntnt_inner {
    background-color:#fff;
    padding:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main_cntr_cntnt_inner .imgcont {
    text-align:center;
}

.main_cntr_cntnt_inner h3 {
    margin-bottom:30px;
}

.main_cntr_cntnt_inner .more {
    margin:30px 0 0;
    float:right;
}

.main_cntr_cntnt_inner_fullwidth {
    padding:10px;
}

.full_cntr_cntnt_outer {
    background-color:#FFF;
    margin:0 auto 4px;
    width:97.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.full_cntr_cntnt_inner {
    padding:15px;
}

.four_clm_outer {
    background-color:#F7F7F7;
    width:97.5%;
    margin:0 auto 5px;
}

.four_clm_inner {
    margin-bottom:4px;
}

.four_clm_outer .indent_text, .four_clm_inner .indent_text {
    margin-left:5px;
}

.four_clm_inner .item {
    width:49.5%;
    float:left;
    /*min-height:230px;*/
    min-height:180px;
    background-color:#fff;
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.four_clm_inner .imgcont {
    padding:10px;
}

.four_clm_inner .imgcont img {
    display:inline;
    width:100%;
    height:auto;
}

.four_clm_inner .item:last-child, .four_clm_inner .last {
    margin:0;
    float:right;
}

.four_clm_inner .item .title {
    font-size:11px;
    line-height:1.4em;
    padding:0 10px;
}

.four_clm_inner .item .name {
    font-size:11px;
    line-height:1.4em;
    padding:0 10px;
    word-wrap:break-word;
}

.four_clm_inner .item .price {
    font-size:11px;
    position:static;
    text-align:right;
    bottom:5px;
    right:10px;
}

.readmore {
    display:block;
    text-align:right;
}

.two_clm_outer {
    background-color:#F7F7F7;
    border-radius: 4px 4px 4px 4px;
    margin: 0 auto;
    padding:0;
    width: 97.5%;
}

.two_clm_inner {
    background-color:#F7F7F7;
    margin-bottom:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.two_clm_inner_narrow {
    margin-bottom:0;
    background-color:#FFF;
}

.two_clm_inner .item {
    width:49.5%;
    float:left;
    background-color:#FFF;
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.two_clm_inner .imgcont {
    padding:10px;
}

.two_clm_inner .item .name {
    font-size:11px;
    line-height:1.4em;
    padding:0 10px;
}

.two_clm_inner .nomargin {
    width:50%;
}

.two_clm_inner .nomargin .imgcont {
    padding:5px 5px 5px 10px;
}

.two_clm_inner .last.nomargin .imgcont {
    padding:5px 10px 5px 5px;
}

.two_clm_inner .nomargin .name {
    padding:0 10px;
}

.two_clm_inner .noframe {
    padding:0;
}

.two_clm_inner .imgcont img {
    display:inline;
    width:100%;
    height:auto;
}

.two_clm_inner .last {
    margin:0;
    float:right;
}

ul.link_list {
    margin-bottom:10px;
}

ul.link_list li {
    line-height:1.8em;
}

.indent {
    padding-left:10px;
}

.white-bg {
    background-color:#FFF;
}

.vpad5 {
    padding:5px 0;
}

.mbtm10 {
    margin-bottom:10px;
}

.img-children-as-inline img {
    display:inline;
}

h2.category-item-sel {
    padding:20px 0 10px;
    font-weight:normal;
    font-size:13px;
}

.cg_freespace_01, .cg_freespace_01 a, .cg_freespace_01 p {
    font-size:11px;
    line-height:1.6em;
}

.cg_freespace_01 a {
    text-decoration:underline;
}

.fb-like-box {
    width:100% !important;
    margin:0 auto;
    overflow:hidden;
    max-width:100%;
}

.twitter-timeline {
    width:100% !important;
}

#back-to-top-btn {
    position:fixed;
    bottom:40px;
    right:10px;
    filter: alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
    z-index: 9000;
}

#back-to-top-btn img {
    width:40px;
    height:40px;
}

.back-to-top-link {
    display:block;
    height:40px;
    background-color:#F7F7F7;
    background-image:url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/c332c70f28f777141d107c0122cd2cce.png');
    background-position:center center;
    background-size:10px 12px;
    background-repeat:no-repeat;
}

.back-to-category {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.back-to-category-link {
    display:block;
    background-image:url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/3e8f7240cb068ff1fbf70d08bc92bf0d.png');
    background-position:left center;
    background-size:27px 17px;
    background-repeat:no-repeat;
    padding:10px 10px 10px 40px;
}

.light-grey-bg {
    background-color:#EEE;
}

.grey, .grey a {
    color:#7e7e7e;
}

.grey-bg {
    background-color:#F7F7F7;
}

.bold, h2.bold {
    font-weight:700;
}

.contact_info_outer_wrap {
    padding:13px 0;
    border-bottom:1px solid #EEE;
}

.contact_info_inner_wrap {
    width:92%;
    margin:0 auto;

}

.contact_info_inner_wrap .title {
    margin-bottom:4px;
}

.contact_info_line {
    padding-bottom:0;
}

.contact_info_line .truck {
    background-image:url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/bfdfa63623521e2ced0e52315b12e016.png');
    background-position:left center;
    background-repeat:no-repeat;
    background-size:14px 10px;
    padding-left:18px;
}

.contact_info_line .mail {
    background-image:url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/bc1136e52f99aea4fca578d28a1c80df.png');
    background-position:left center;
    background-size:10px 8px;
    background-repeat:no-repeat;
    padding-left:14px;
}

.contact_info_line .telephone {
    background-image:url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/a97dbc2216d534ae14f77db4b88b5a7a.png');
    background-position:left center;
    background-size:11px 8px;
    background-repeat:no-repeat;
    padding-left:15px;
    margin-left:20px;
}

/*ul.product_section li{
    background:url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/colorme/icon_arrow_l2.png') no-repeat center right;
    -webkit-background-size: 38px 28px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

ul.product_section li a:after{
    content: '';
    display: block;
    clear: both;
}

ul.product_section a {
    display:block;
    text-decoration:none;
    color:#333;
    line-height:1.2;
    width:100%;
    height:100%;
}

ul.product_section li:last-child {
    border: none;
}*/

.product_pict {
    width: 25%;
    min-height: 80px;
    float: left;
}

.product_pict img{
    width:80px;
}

.product_summary {
    width: 60%;
    min-height: 80px;
    float: left;
    padding-left: 15px;
}

.product_name{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product_ttl p:last-child{
    margin-bottom: 5px;
}

.product_ttl{
    font-size:10px;
    font-weight:normal;
    line-height:1.2;
}

.product_price_regular{
    font-size:16px;
    font-weight:normal;
    text-decoration: line-through;
    color:#FF0000;
}

.product_price {
    font-weight:700;
    margin-bottom:8px;
}

.product_price_discount{
    font-size:16px;
    font-weight:bold;
    color:#FF0000;
}

.product_price_soldout {
    font-size:12px;
    font-weight:bold;
    color:#fff;
    background:#ff0000;
    padding:3px 5px;
    width:70px;
    text-align:center;
}

#product_detail form .product_price_soldout {
    width:auto;
    margin-bottom:5px;
}

#product_list .pagenavi{
    padding:10px;
    text-align:center;
}

#product_list{
    border:none;
}

#product_list h2.sttl{
    background:none;
    padding:10px;
    color:#333;
    font-size:14px;
    text-shadow: none;
}

#product_list ul.link_list li:first-child{
    border-top:1px solid #ccc;
}

#product_list ul.product_section li:first-child{
    border-top:1px solid #ccc;
}

#product_list ul.product_section li:last-child{
    border-bottom:1px solid #ccc;
}

#product_list div.wrap div.sort_wrap{
    padding:10px;
    border-bottom:1px solid #ccc;
    padding:10px 10px 20px;
}

#product_detail header {
    text-align:center;
    padding:10px 0;
}

#product_detail header #swipe_image {
    display:inline;
}

#product_detail .dtl_tbl{
    width:100%;
    border-spacing:2px;
    margin-bottom:10px;
}

#product_detail .dtl_tbl th {
    background:#ddd;
    text-align:left;
    padding:5px;
    width:30%;
    font-weight:normal;
}

#product_detail .dtl_tbl td{
    padding:5px;
    width:60%;
}

#product_detail article {
    /*margin-bottom:10px;*/
}

#product_detail .description img, #product_detail .description iframe {
    max-width:100% !important;
}

#product_detail .description object, #product_detail .description embed {
    max-width:100% !important;
    width:100% !important;
    height:auto;
}

#product_detail .description {
    line-height:1.8em;
    font-size:15px;
}

#product_detail .description table {
    line-height:1.8em;
    font-size:12px;
}

#product_detail .description a,
#product_detail .description a:link,
#product_detail .description a:visited,
#product_detail .description a:hover,
#product_detail .description a:active {
    text-decoration:underline;
}

#product_detail .description .fontlarge {
    font-size:15px !important;
}

#product_detail article aside{
    text-align:center;
}

#product_detail article aside li{
    float:left;
    margin-bottom:10px;
    text-align:center;
    width:22%;
    margin-right:4%;
}

#product_detail article aside li.last {
    margin-right:0;
}

#product_detail .shipping_details_outer {
    background-color:#EEE;
    margin-bottom:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#product_detail .shipping_details_inner {
    padding:10px;
}

#product_detail .amount {
    float:left;
    width:40%;
    overflow:hidden;
}

#product_detail .buy {
    float:right;
    width:60%;
    overflow:hidden;
}

#product_detail .buy .add_to_cart {
    margin-bottom:5px;
    display:block;
}

#product_detail_category .link_list a,
#product_detail_category .link_list a:link,
#product_detail_category .link_list a:active,
#product_detail_category .link_list a:hover,
#product_detail_category .link_list a:visited {
    text-decoration:underline;
}

.almeherb {
    background:transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_almeherb.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.antipot {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_antipot.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.bkparatissi {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_bkparatissi.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.dansk {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_dansk.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.flower {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_flower.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.gift {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_gift.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.monamie {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_monamie.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.plus {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_plus.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.redecker {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_redecker.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.sinamon {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/h2_icon_sinamon.jpg') no-repeat left center;
    padding:12px 0 0 54px;
    min-height:34px;
    margin-bottom:10px;
    display:block;
}

.lineOrange {
    border-left: solid #E19A57 6px;
    padding-left:0.4em;
    margin-bottom: 10px;
    display:block;
}

.lineBlue {
    border-left: solid #7abeec 6px;
    padding-left:0.4em;
    margin-bottom: 10px;
    display:block;
}

.lineGray {
    border-left: solid #F3F3F3 6px;
    padding-left:0.4em;
    margin-bottom: 10px;
    display:block;
}

.titleIconBook {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/book.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconCheck {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/check.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconFlower {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/flower.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconFood {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/food.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconFoot {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/foot.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconHouse {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/house.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconLupe {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/lupe.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconTag {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/tag.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconCamera {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/camera.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconClean {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/clean.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconComment {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/comment.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconFlower2 {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/flower2.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconHanger {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/hanger.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconLeaf {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/leaf.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconNotepen {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/notepen.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}

.titleIconList {
    background: transparent url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-production/blog/uploads/tinymce/list.png') no-repeat left center;
    padding:12px 0 0 43px;
    min-height:34px;
    margin-bottom:10px;
    background-size:35px 35px;
    display:block;
}


.bigTitle {
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;
}

.mediumTitle {
    /**/
}

.smallTitle {
    font-size:12px;
    font-weight:normal;
    margin-bottom:10px;
}

.dottedLine {
    border:0;
    border-bottom:1px dashed #000;
}

.boldLine {
    border:0;
    border-bottom:2px solid #000;
}

.boldDottedLine {
    border:0;
    border-bottom:2px dashed #000;
}

.socialbuttons ul {
    margin-bottom:10px;
}

.socialbuttons ul li {
    display:inline;
}

.socialbutton {
    float:left;
    display:block;
}

.fblikebutton, .fb_iframe_widget_lift {
    width:105px !important;
    height:20px;
    overflow:hidden;
}

.twitter-share-button {
    width:100px !important;
    overflow:hidden;
}

.gplusbutton, .gplusbutton > div {
    width:70px !important;
    overflow:hidden;
}

#shop-logo {
    text-align: center;
}

#shop-logo img {
    width:120px;
    height:120px;
    margin: 0 auto;
    border: 0;
}

#message {
    padding:20px 0px 20px 10px;
    text-align: center;
}

.tab_link{
    padding:20px 0px 20px 5px;
    position: relative;
    margin: -15px 0px 35px 0px;
}

.tab_link div.navi-tab{
    position: absolute;
    left : 10px;
    padding: 12px 20px;
    font-size: 16px;
    float: left;
    font-weight:bold;
    background: #f7f6f6;
    letter-spacing: 0.15em;
    border: #eaebea 1px solid;
    border-radius: 5px 5px 0 0 ;
    -webkit-border-radius: 5px 5px 0 0 ;
    -moz-border-radius: 5px 5px 0 0 ;
    -ms-border-radius: 5px 5px 0 0 ;
    -o-border-radius: 5px 5px 0 0 ;
    z-index: 3;
}

.tab_link div.navi-tab:not(:first-child){
    left : 106px;
}

.tab_link div.navi-tab:not(.active){
    z-index: 1;
}

.tab_link div a:link,
.tab_link div a:hover,
.tab_link div a:visited,
.tab_link div a:active {
    color:#6e6e6e;
}

.tab_link div a{
    padding-bottom: 5px;
}

.tab_link div a:hover{
    text-decoration: none;
}

.tab_link div.active{
    color: #f39800;
    background: #fff;
    border-bottom: none;
}

.tab_link .tab-border-bottom{
    position: absolute;
    top: 61px;
    height: 10px;
    width:97.5%;
    background: #fff;
    margin: 0 auto 5px;
    z-index: 2;
    border-top: #eaebea 1px solid;
}

#searchbox .tab_link{
    margin: -15px 0px 30px 0px;
}

#searchbox .tab_link div.navi-tab{
    position: absolute;
    left : 10px;
    padding: 12px 15px;
    font-size: 14px;
    float: left;
    font-weight:bold;
    background: #f7f6f6;
    letter-spacing: 0.15em;
    border: #eaebea 1px solid;
    border-radius: 5px 5px 0 0 ;
    -webkit-border-radius: 5px 5px 0 0 ;
    -moz-border-radius: 5px 5px 0 0 ;
    -ms-border-radius: 5px 5px 0 0 ;
    -o-border-radius: 5px 5px 0 0 ;
    z-index: 3;
}

#searchbox .tab_link div.navi-tab:not(:first-child){
    left : 138px;
}

#searchbox .tab_link div.navi-tab:not(.active){
    z-index: 1;
}

#searchbox .tab_link div a{
    padding-bottom: 5px;
}

#searchbox .tab_link div a:hover{
    text-decoration: none;
}

#searchbox .tab_link div.active{
    color: #f39800;
    background: #fff;
    border-bottom: none;
}

#searchbox .tab_link .tab-border-bottom{
    margin: 0 auto;
}

#searchbox .searchbox_form {
    margin-left: 5px;
}

#searchbox .searchbox_form .searchfield {
    vertical-align: top;
    font-size: 14px;
    width: 83%;
    height: 30px;
    margin-bottom: 10px;
    border: solid 1px #dededf;
    border-radius: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-appearance: none;
}

#searchbox .searchbox_form .searchsubmit {
    width: 45px;
    height: 30px;
    margin-left: -5px;
    border-radius: 0;
    -webkit-appearance: none;
}

.article-title {
    color: #717071;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 10px;
}

.article-title-social {
    height: 0;
    padding-top: 5%;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/896145ed762f2fbe7baf7dfb1a9073d4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    background-position: center center;
    margin: 40px 0 10px;
}

.socialbuttons-inner {
    padding: 10px 6%;
}

.follow-socialbuttons-inner a:hover {
    text-decoration:none;
}

.social-button {
    width: 20%;
    margin: 0px 2.5% 20px;
}

.follow-socialbuttons-inner {
    padding: 10px 5% 2%;
    text-align: center;
}

.follow-socialbuttons-inner img {
    display: inline-block;
}

.social-button-facebook,
.social-button-instagram,
.social-button-line {
    width: 13%;
    height: auto;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    margin-right: 3.5%;
}

.social-button-twitter {
    width: 15%;
    height: auto;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    margin-right: 3.5%;
}

.social-button-newsletter {
    width: 15%;
    height: auto;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    margin-right: 0;
}

/*.social-btn-image {
    max-width: 100%;
    width: 100%;
    height: auto;
}*/

/*.follow-socialbuttons-inner .social-button {
    float:left;
}*/

/* category list */
.product-category-container {
    width: 97.5%;
    height: auto;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.product-category {
    width: 49.5%;
    height: 100%;
    padding-top: 14%;
    display: block;
    background-size: 100%;
    background-image: url('https://s3-ap-northeast-1.amazonaws.com/kurashicom-images/shop/2016-07-26/93d9d1400cb4c8635c846620f42d4de2.png');
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-bottom: 4px;
}

#product-category-dishes { background-position: 0 0%; }
#product-category-kitchen { background-position: 0 9.090909%; }
#product-category-nichiyouhin { background-position: 0 18.252%; }
#product-category-fabric { background-position: 0 27.3%; }
#product-category-poster { background-position: 0 36.4%; }
#product-category-interior { background-position: 0 45.45%; }
#product-category-fashion { background-position: 0 54.5%; }
#product-category-kago { background-position: 0 63.6%; }
#product-category-tableware { background-position: 0 72.7%; }
#product-category-kidsitem { background-position: 0 81.8%; }
#product-category-foods { background-position: 0 90.7%; }
#product-category-books { background-position: 0 99.8%; }

/* footer journal banner */
.footer_line_outer_wrap {
    padding: 10px 0;
}
.footer_line_inner_wrap {
    width: 92%;
    height: auto;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}
.footer_line_inner_wrap a {
    display: block;
}
.footer_line_inner_wrap a img {
    width: 100%;
    height: auto;
}
