@charset "utf-8";
/*
Theme Name: simworks-world5white-en
Template: simworks-world5white
Description: SimWorks Web Communications
Version: 0.1-20141110
Author: SimWorkers
Author URI: https://sim-works.com
*/

@import url('../simworks-world5white/style.css');

/* トップページ球体ペイント調整用 */
.top-originals-menu .img-list li {
    width: 25%;
}

/* wsshopifyの警告を消す */
div#wpshopify-root {
    display: none;
}

/* Buy Now 用 今後日本語にも適用 */
.shop-buy-now {
    background: #fff;
    width: 100%;
    padding: 20px;
    position: relative;
        margin-bottom: 20px;
}
.webshop-logo {
    position: absolute;
    top: 0;
    left: 0;
    background: #14437B;
    padding: 3px 10px 3px 16px;
    font-size: 11px;
}
.webshop-logo a {
    color: white;
    letter-spacing: .2em;
}
.products-info .shop-buy-now h3 {
    font-family: inherit;
    background: none;
    margin: 10px 0 20px;
}

/* コンタクト */
.container.contact {
    padding-top: 20px;
    padding-bottom: 100px;
    z-index: 2001;
    position: relative;
}


@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}
  
@media (max-width: 768px) {
}
  
/* Landscape phones and down */
@media (max-width: 480px) {
}
	
	
	
/* end end end */