/*
Theme Name: SIMPLE HOUSE 2018-2
Theme URI: http://www.simplehouse.co.jp/
Author: LLK.inc
Author URI: 
Description: Template for simplehouse
Version: 1.0
License: (C) 2015 SIMPLE HOUSE
License URI: http://www.simplehouse.co.jp/
Tags: 
Text Domain: simplehouse
*/


/* 20160223追加分 */
#pamphlet-book .content-text span{
	color: #ff9900;
}

#for-media{
	text-align: center;
	padding-bottom: 50px;
}

#for-media h2{
	padding-bottom: 20px;
	font-size: 14px;
}

#for-media p{
	font-size: 14px;
	line-height: 1.5;
}

/* 202104追加分 */
@media screen and (max-width: 720px) {
.thumb_trib{
	width: 96%;
	margin: 7px;
}
}
@media screen and (min-width: 721px) {
.thumb_trib{
	width: 31%;
	margin: 10px;
	float: left;
}
}
.thumb_trib img{
	width: 100%;
}

#products-list ul h3{
	word-break: break-all;
}

.new-hero.tribalrug-hero .hero-image {
    background: url(images/tribalrug/hero.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 720px) {
div.row.mt-6{
	width: 100%!important;
}
.new-hero.tribalrug-hero {
    height: 150px!important;
} 
.new-hero.tribalrug-hero .hero-image {
    background: url(images/tribalrug/hero.jpg) no-repeat center center!important;
}
}

.artgabbeh-bnr.tri > div.product {
      background: url(images/tribalrug/bnr_tribalrug02.jpg) no-repeat!important;
      background-size: cover; }

.tribalrug-bnr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 120px; }

.list .menu-tab{
  	margin: 0px;
  	width: 25%;
  	padding: 8px 30px;
  	text-align: center;
  	position: relative;
}
.list .menu-tab ul{
  	display: none;
}
.list .menu-tab:hover ul{
  	display: block;
}
.list .menu-tab-div{
  	display: inline;
}

.list .menu-tab ul{
	margin-top: -25px; 
	left: 70px;
  	position: absolute;
  	text-align: left;
  	padding: 5px;
  	background-color: #333;
}
.list .menu-tab .menu-item{
 	list-style: none;
}
.list .menu-tab .menu-item a{
	color: #fff;
}