/*///////////////////////////////////////ABOUT/////////////*/
#works h2 {
	background: url("../images/works/ttl_bg_works.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.works_cat#works h2 {
	background: #fff;
	padding: 50px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 50px 0;
    height: auto;
}
.lower .works_cat#works .page_ttl .en {
	padding-top: 0;
}

.works_cat#works h3 {
	font-size: 20px;
    font-weight: 400;
    margin: 0 0 40px 0;
}
.works_cat#works h3 small{
	font-size: 14px;
}

/*///////////////////////////////////////WORKS/////////////*/
#works  {
	width: 100%;
    overflow: hidden;
}

#works .sec_inner {
	max-width:1180px;
	width: 100%;
	margin:0 auto;
}
#works .sec_inner .inner_left{
	width: 15%;
	float: left;
	margin-right: 5%;
}
#works .sec_inner .inner_right{
	width: 80%;
	float: right;
}
#works .sec_inner .nav{
	display:block;
	font-size:13px;
	margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
#works .sec_inner .nav li{
	display:block;
	position: relative;
	outline: none;
	padding:0 0 20px 0;
}
#works .sec_inner .furiture-cat {
    margin: 0 0 40px 0;
}

#works .sec_inner .furiture-cat ul li{
	font-size: 12px;
    display: block;
    margin: 0 0 20px 0;
}

#works .sec_inner .furiture-cat ul li a{
    /*padding:0 0 010px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;*/
    line-height: 1em;
}

/*#works .sec_inner .list {
	width: 80%;
	float: right;
}*/


#works .sec_inner .list li{
	width:32%;	
	float:left;
	margin-right:2%;
	margin-bottom:70px;
}
#works .sec_inner .list li:nth-child(3n){
	margin-right:0;
}
#works .sec_inner .list .img {
	position: relative;
	width:100%;
	height:185px;
	overflow: hidden;
	margin-bottom:20px;
}
#works .sec_inner .list .img a .icon-arrow_right:before {
	text-align:center;
	display:block;
	width:100%;
	font-size:30px;
	margin:70px 0 20px;
}
#works .sec_inner .list .img a .vd {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	color:#fff;
	font-size:12px;
	text-align:center;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	letter-spacing:0.2em;
}
#works .sec_inner .list .img a .vd .mont{
	letter-spacing: 0.2em;
	font-weight: bold;
}
#works .sec_inner .list .img img{
	width:100%;
	height:auto;
	-webkit-transition: .3s;
	transition: .3s;
}
#works .sec_inner .list .img img:nth-child(n+2){
	display:none;
}
#works .sec_inner .list .img:hover img{
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
#works .sec_inner .list .img:hover .vd {
	opacity: 1;
}
#works .sec_inner .list .ttl {
	display:block;
	font-size:14px;
	margin-bottom:15px;
}
#works .sec_inner .list .desc {
	font-size:12px;
	color:#999;
}
#works .sec_inner .list .desc span,
#works .sec_inner .list .desc small{
	display: inline-block;
	vertical-align: bottom;
}
#works .sec_inner .list .desc small{
	font-size:9px;
}


.pagenation {
	clear: both;
	width: 100%;
    margin-bottom: 80px;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.pagenation ul li {
	text-align: center;
    font-size: 13px;
    padding: 6px 10px;
    margin: 0 7px;
    display: inline-block;
    float: none;
    background: none;
}
.pagenation ul{
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.pagenation ul li .current{
	color: #aaa;
}
.pagenation ul li .prev {
	display:block;
	text-align:left;
	padding: 2px 0 2px 18px;
	background: url("../images/prev.png") center left no-repeat;
}
.pagenation ul li .next {
	display:block;
	text-align:right;
	padding: 2px 18px 2px 0;
	background: url("../images/next.png") center right no-repeat;
}
@media screen and (max-width:1280px){
#works .sec_inner {
	max-width: 1080px;
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
#works .sec_inner .list .img {
	height:165px;
}
}
@media screen and (max-width:1080px){
#works .sec_inner .works_cat_nav {
	width: 100%;
	float: none;
	margin-right: 0;
}
#works .sec_inner .furiture-cat ul li {
	display:inline-block;
	width:49%;	
}	
#works .sec_inner .list {
	width: 100%;
}
#works .sec_inner .inner_left{
	width: 100%;
	float: none;
	margin-right: 0%;
}
#works .sec_inner .inner_right{
	width: 100%;
	float: none;
}
#works .sec_inner .list li {
	display:inline-block;
	float:none;
	width:47%;
	margin-right:5%;
}
#works .sec_inner .list .img {
	height:auto;
}
#works .sec_inner .list li:nth-child(even){
	margin-right:0%;
}
#works .sec_inner .list li:nth-child(3n){
	margin-right:5%;
}
#works .sec_inner .list li:nth-child(6){
	margin-right:0% !important;
}
#works .sec_inner .list li:last-child {
	margin-right:0%;
}

#works .sec_inner .list .img a .icon-arrow_right:before {
	display:none;
}
#works .sec_inner .list .img a .vd {
	display:none;
}
#works .sec_inner .list .img:hover img{
	-webkit-transform:none;
			transform:none;
}
#works .sec_inner .list .img:hover .vd {
	opacity: 1;
}
.works_cat#works h2{
	margin-top: 60px;
}
}



@media screen and (max-width:850px){
#works .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
#works .sec_inner .works_cat_nav{
	width:100%;
	margin:0 auto 30px;
	float: none;
	box-sizing:border-box;
}
#works .sec_inner .list li {
	width:100% !important;
	float:none !important;
	margin-right:0 !important;
	margin-bottom:40px !important;
}
}

/*///////////////////////////////////////WORKS - single/////////////*/
.single #works .sec_inner {
	max-width:1080px;
}
.single #works h2 {
	margin-bottom:20px;
	background:none;
	line-height: 1.5em;
}

#works {
	width:100%;
	overflow:hidden;
}

#slides {
	width:100%;
	overflow:hidden;
	height:450px;
	margin-bottom:30px;
}

.breadcrumb {
	display:block;
	margin-bottom:40px;
}
.breadcrumb li{
	font-size:10px;
	float:left;
}
.breadcrumb li a{
	float:left;
}
.breadcrumb .terms a:first-child:after{
	content: ", ";
	margin-right: 3px;
}
.breadcrumb  .current {
	color:#cccccc;
}

.item {
	width:100%;
	margin-bottom:60px;
}
.item h2 {
	display:block;
	font-size:21px;
	font-weight:100;
	margin-bottom: 20px;
	background:none;
}
.item .price {
	display:block;
	vertical-align:bottom;
	font-size:18px;
	margin-bottom: 30px;
	color:#999999;
}
.item .price small{
    font-size: 12px;
}
.item  .desc {
	clear:both;
	width:100%;
	margin:0 0 30px 0;
	font-size: 13px;
	line-height:1.8em;
}
.item  .desc p{
	margin: 0 0 10px 0;
}
.item  .desc a{
	display: inline-block;
    margin-top: 5px;
    color: #0099ff;
}
.item  .buy {
	margin:0 0 45px 0;
}
.item .buy a {
    font-size: 14px;
	color: #fff;
    background: #000;
}
.item .buy a:hover {
    background: #333;
}
.item .left-box {
	width:30%;
	margin-right:5%;
}
.item .right-box {
	width:65%;
}
.item table {
	width:100%;
	font-size:11px;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
}
.item table caption{
	font-size:14px;
	text-align:left;
	margin-bottom:20px;
}
.item table th{
	width:30%;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-weight:100;
	color:#000;
	padding:12px 0;
	background:#f9f9f9;
}
.item table td{
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	padding:12px 0;
}
.item table th:last-child{
	border:0;
}



.pager {
	width:100%;
	font-size:13px;
	padding:20px 0;
	margin-bottom:40px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.pager .icon-arrow_right {
	font-size:10px;
	padding:0 5px;
}
.pager .prev a{
	display:block;
	text-align:left;
	width:10%;
	padding:2px 0 0 20px;
	float:left;
	margin-left:20px;
	background: url("../images/prev.png") center left no-repeat;
}
.pager .next a{
	display:block;
	text-align:right;
	padding:2px 20px 0 0 ;
	width:10%;
	float:right;
	margin-right:20px;
	background: url("../images/next.png") center right no-repeat;
}
.single #works .sec_inner .list {
	width: 100%;
	float: none;
}

@media screen and (max-width:1080px){
.item .left-box,
.item .right-box {
	width:100%;
	margin-right:0;
}
}
@media screen and (max-width:850px){
#slides {
	height:300px;
	margin-top: 60px;
	margin-bottom:0px;
}	
.breadcrumb {
	margin-bottom:20px;
}
.breadcrumb li{
	line-height:1.5em;
}

.item h2 {
	display:block;
	margin-bottom:10px;
	margin-top: 0px;
    text-align: left;
	padding:0;
}
.item .price {
	display:block;
	padding-left:0px;
	margin-top: 1.5em;
}
.item  .desc {
	margin:20px 0 30px 0;
}
.item .left-box {
	width:100%;
	margin-bottom:30px;
}
.item .right-box {
	width:100%;
}
.pager .prev a{
	width:20%;
	padding:2px 0 0 20px;
	margin-left:5px;
	background: url("../images/prev.png") center left no-repeat;
}
.pager .next a{
	padding:2px 20px 0 0 ;
	width:20%;
	margin-right:5px;
	background: url("../images/next.png") center right no-repeat;
}
}


