/*
Theme Name:田中伊雅仏具店
Theme URL:
Author:田中伊雅仏具店
Version:1.0
*/

/* アドミンバー調整 */
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}


/* 納入実績 */
.works.worksDetail .works04 { background: url(common/images/works/04/bg_title.jpg) no-repeat;}
.works.worksDetail .works05 { background: url(common/images/works/05/bg_title.jpg) no-repeat;}
.works.worksDetail .works06 { background: url(common/images/works/06/bg_title.jpg) no-repeat;}
.works.worksDetail .works07 { background: url(common/images/works/07/bg_title.jpg) no-repeat;}
.works.worksDetail .works08 { background: url(common/images/works/08/bg_title.jpg) no-repeat;}
.works.worksDetail .works09 { background: url(common/images/works/09/bg_title.jpg) no-repeat;}

/* 商品カタログ表 */
table{letter-spacing:0.1em;border-collapse:collapse;width:100%;border-width:0 0 1px 0;border-spacing:0;border-color:#666;}
table tr {border:1px solid #666;border-width:0;}
table tr:nth-child(2n) {background: rgba(255, 255, 255, 0.5);}
table td {padding:10px;border-width:0 1px;}

.col3 table tr td:first-child{width:25%;}
.col3 table tr td:nth-child(2){width:50%;}
.col3 table tr td:nth-child(3){width:25%;}

.col4 table tr td:first-child{width:25%;}
.col4 table tr td:nth-child(2){width:25%;}
.col4 table tr td:nth-child(3){width:25%;font-size: 80%;}
.col4 table tr td:nth-child(4){width:25%;}

@media screen and (max-width: 680px) {
table td {display:block;border-width:0 0 1px 0;border-color:#ddd;}
table td:last-child {border-width:0;}
table tr{border-color:#666;border-width:0 1px 1px 1px;}
.col3 table tr td:first-child, 
.col3 table tr td:nth-child(2), 
.col3 table tr td:nth-child(3), 
.col4 table tr td:first-child, 
.col4 table tr td:nth-child(2), 
.col4 table tr td:nth-child(3), 
.col4 table tr td:nth-child(4)
{width:100%;}
}

/*スマホメニュー*/
@media screen and (max-width: 768px) {
  .menuArea nav ul.sub-menu {
    display: block;
    width: 100%;
    margin:10px auto 50px;
    padding: 0 30px;
    list-style: none;
  }
}

/*photoswipe*/
.pswp__img--placeholder{display: none !important;}


