/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/parts/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/parts/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(/img/parts/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	color: #007d0f;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear { clear: both; }
.SpNo { display: none; }


* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 30px;
	height: 150px;
	background: url(/img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 0;
	right: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	width: 100%;
	padding-bottom: 70px;
	background-image: url(/img/parts/header_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
div#Header h1 {
	width: 96%;
	margin: 0 auto;
	padding: 0.5em 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	font-size: 0.8em;
	color: #fff;
}
div#Header h2 {
	width: 100%;
	margin-top: 40px;
	background-color: rgba(0, 125, 15, 0.8);
}
div#Header h2 span {
	display: block;
	width: 90%;
	margin: 0 auto;
}
div#Header h2 a {
	display: block;
	max-height: 162px;
	padding-top: 29.34782608695652%;
	background: url(/img/parts/header_logo.png) no-repeat center center;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Global - HeaderNav---------------------------------------------------------------*/
div#Global {
	width: 100%;
	padding-bottom: 20px;
	background: url(/img/parts/shadow.png) repeat-x left bottom;
}
div#Global div#GlobalBG {
	background: rgb(71,161,82);
	background: -moz-linear-gradient(top, rgba(71,161,82,1) 0%, rgba(76,165,81,1) 50%, rgba(36,145,38,1) 50%, rgba(138,214,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(71,161,82,1) 0%,rgba(76,165,81,1) 50%,rgba(36,145,38,1) 50%,rgba(138,214,25,1) 100%);
	background: linear-gradient(to bottom, rgba(71,161,82,1) 0%,rgba(76,165,81,1) 50%,rgba(36,145,38,1) 50%,rgba(138,214,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a152', endColorstr='#8ad619',GradientType=0 );
	border-bottom: 6px solid #ff9c00;
}
div.GNav h2 { display: none; }
div.GNav ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	transition: opacity .3s;
}
div.GNav ul li {
	position: relative;
	width: 50%;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: opacity .3s;
	text-align: center;
}
div#Global ul li:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 34%;
	border-right: 3px solid #fff;
	content: "";
	top: 33%;
	right: 0;
}
div#Global ul li:nth-child(2n):after { border-right: 0 none; }
div#Global ul li a {
	display: block;
	position: relative;
	padding: 0.15em 0;
	transition: opacity .3s;
	text-shadow: 1px 1px 2px #007d0f;
	color: #fff;
	z-index: 5;
}
div#Global ul li a:hover {
	text-decoration: none;
	color: #ff0;
}

/*------------Logo - IsFixed------------------------------------------------------------*/
div.IsFixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
div.IsFixed div#InGlobal {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div.IsFixed h2 {
	display: block;
	width: 100%;
	padding: 0.15em 0;
	background: #007d0f;
}
div.IsFixed h2 a {
	display: block;
	width: 280px;
	height: 58px;
	margin: 0 auto;
	background: url(/img/pc/gmbtn00.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div.IsFixed ul {
	background: rgb(71,161,82);
	background: -moz-linear-gradient(top, rgba(71,161,82,1) 0%, rgba(76,165,81,1) 50%, rgba(36,145,38,1) 50%, rgba(138,214,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(71,161,82,1) 0%,rgba(76,165,81,1) 50%,rgba(36,145,38,1) 50%,rgba(138,214,25,1) 100%);
	background: linear-gradient(to bottom, rgba(71,161,82,1) 0%,rgba(76,165,81,1) 50%,rgba(36,145,38,1) 50%,rgba(138,214,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a152', endColorstr='#8ad619',GradientType=0 );
	border-top: 1px solid #fff;
}


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}

/*------------Title------------------------------------*/
div#Title {
	margin-bottom: 50px;
	text-align: center;
}
div#Title h2 {
	line-height: 1.15;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3em;
	font-weight: bolder;
	color: #007d0f;
}
div#Title p {
	line-height: 1.15;
	font-size: 0.93em;
	color: #7f8080;
}

/*------------Main------------------------------------*/
div#Main {
	width: 96%;
	margin: 0 auto;
}

/*------------TopNav------------------------------------*/
div.TopNav {
	width: 96%;
	margin: 0 auto 70px;
}
div.TopNav ul {
	width: 100%;
	margin-bottom: -2%;
	list-style: none;
	overflow: hidden;
}
div.TopNav ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #555;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	float: left;
	transition: opacity .3s;
}
div.TopNav ul li:nth-child(2n) { margin-right: 0; }
div.TopNav ul li a {
	display: block;
	position: relative;
	padding: 0.3em 1.5em;
	background: url(/img/parts/btn_arrow.png) no-repeat 1em center;
	line-height: 1.2;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.06em;
	color: #fff;
	transition: opacity .3s;
}
div.TopNav ul li:hover,
div.TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 100%;
	margin: -180px auto 80px;
	padding: 180px 0 80px;
	border-bottom: 1px dashed #bfbfbf;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox h3 {
	margin-bottom: 30px;
	padding-bottom: 0.4em;
	background: url(/img/parts/title_line01.png) no-repeat center bottom;
	line-height: 1.2;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bolder;
	font-size: 2.33em;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding: 0 0.5em 0.3em;
	background: url(/img/parts/title_line02.png) no-repeat right bottom;
	line-height: 1.2;
	font-size: 1.6em;
	color: #007d0f;
}
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th,
div.InBox table tr td { display: block; }
div.InBox table tr th {
	width: auto;
	padding: 5px 10px;
	background: #e9e9e9;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	width: auto;
	padding: 10px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.Inner {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 80px;
	font-size: 0.8em;
}
div#Footer address {
	padding: 0.2em 0 64px;
	text-align: center;
}

/*------------FooterMenu------------------------*/
div#FooterMenu { width: 100%; }
div#FooterMenu table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	white-space: nowrap;
}
div#FooterMenu table tr td {
	display: block;
	width: auto;
	padding: 0 10px 10px;
	float: left;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
div#FooterMenu table tr td .FTSp01 { margin-top: 1.5em; }
div#FooterMenu table tr td ul { list-style: none; }
div#FooterMenu table tr td ul li ul { margin-left: 0.8em; }
div#FooterMenu table tr td ul li a:before { content: "\0025a0"; }
div#FooterMenu table tr td ul li ul li a:before { content: "\00ff5c"; }
div#FooterMenu table tr td ul li a:hover { text-decoration: none; }

/*------------FooterLogo------------------------*/
div#FooterLogo {
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	background: #007d0f;
}
div#FooterLogo h2 {
	width: 96%;
	margin: 0 auto;
}
div#FooterLogo h2 a {
	display: block;
	max-height: 83px;
	padding-top: 24.12790697674419%;
	background: url(/img/parts/footer_logo.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterLogo dl {
	width: 206px;
	margin: 0 auto;
}
div#FooterLogo dl dt { display: none; }
div#FooterLogo dl dd span,
div#FooterLogo dl dd a {
	display: block;
	height: 22px;
	background: url(/img/parts/footer_tel.png) no-repeat center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------FooterAddTxt------------------------*/
div#FooterAddTxt {
	width: 100%;
	margin-top: 0.4em;
	text-align: center;
}
div#FooterAddTxt dl dd { margin-right: 1em; }
div#FooterAddTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterAddTxt dl * { display: inline; }
div#FooterAddTxt br { display: none; }


/*------------商品案内 - HOME---------------------------------------------------------------*/
div#NewProduct p + p { margin-top: 0.8em; }
div#NewProduct .gallery { margin-top: 0.8em; }
div#prodHome {}
div#prodHome ul {
	width: 100%;
	margin: 30px auto 0;
	list-style: none;
	overflow: hidden;
}
div#prodHome ul > li {
	width: 100%;
	margin-bottom: 40px;
}
div#prodHome ul > li:nth-last-of-type(1) { margin-bottom: 0; }
div#prodHome ul li div {
	position: relative;
	transition: opacity .3s;
}
div#prodHome ul li div a {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity .3s;
}
div#prodHome ul li div span {
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	bottom: 0;
	z-index: 1;
}
div#prodHome ul li#ProdBtn01 div span { background-image: url(/img/pc/top/product_t01.png); }
div#prodHome ul li#ProdBtn02 div span { background-image: url(/img/pc/top/product_t02.png); }
div#prodHome ul li#ProdBtn03 div span { background-image: url(/img/pc/top/product_t03.png); }
div#prodHome ul li#ProdBtn04 div span { background-image: url(/img/pc/top/product_t04.png); }
div#prodHome ul li div:hover,
div#prodHome ul li div a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	text-decoration: none;
}
div#prodHome ul li ol {
	list-style: none;
	margin-top: 5px;
	padding-top: 17px;
	background: url(/img/pc/top/product_arrow.png) no-repeat center top;
	overflow: hidden;
}
div#prodHome ul li ol li {
	margin-right: 1.5em;
	float: left;
	font-size: 0.86em;
}
div#prodHome ul li ol li:after {
	margin-left: 0.8em;
	content: "\00ff0f";
}
div#prodHome ul li ol li:nth-last-of-type(1):after {
	margin-left: 0;
	content: "";
}


/*------------商品案内 - Category---------------------------------------------------------------*/
div#product {}
div#product ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#product ul li {
	width: 100%;
	margin-bottom: 40px;
}
div#product ul > li:nth-last-of-type(1) { margin-bottom: 0; }
div#product ul li div.prodPho {
	display: block;
	position: relative;
}
div#product ul li div.prodPho strong {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/parts/new.png) no-repeat right top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	bottom: 0;
	z-index: 1;
}
div#product ul li table tr th {}
div.prodBtn {
	width: 80%;
	margin: 15px auto 0;
	background: rgb(101,102,102);
	background: -moz-linear-gradient(top, rgba(101,102,102,1) 0%, rgba(86,86,86,1) 50%, rgba(118,118,118,1) 50%, rgba(106,106,106,1) 100%);
	background: -webkit-linear-gradient(top, rgba(101,102,102,1) 0%,rgba(86,86,86,1) 50%,rgba(118,118,118,1) 50%,rgba(106,106,106,1) 100%);
	background: linear-gradient(to bottom, rgba(101,102,102,1) 0%,rgba(86,86,86,1) 50%,rgba(118,118,118,1) 50%,rgba(106,106,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656666', endColorstr='#6a6a6a',GradientType=0 );
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: opacity .3s;
}
div.prodBtn a {
	display: block;
	position: relative;
	padding: 0.3em 1.5em;
	background: url(/img/parts/btn_arrow.png) no-repeat 0.5em center;
	line-height: 1.2;
	text-align: center;
	font-size: 0.93em;
	color: #fff;
	transition: opacity .3s;
}
div.prodBtn:hover,
div.prodBtn a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}



/*------------新着情報---------------------------------------------------------------*/
div#news {}
div#news strong { font-weight: bold; }
div#news .DayText p {
	margin-bottom: 1em;
	font-weight: bolder;
	color: #007d0f;
}
div.Pho {}
div.Txt { margin-top: 20px; }
div#news p + p,
div#news p + .gallery { margin-top: 1em; }

ul.BtnList {
	width: 100%;
	margin-top: 1em;
	list-style: none;
	overflow: hidden;
}
div#news .gallery + ul.BtnList { margin-top: 0; }
ul.BtnList li {
	display: inline-block;
	margin-right: 0.6em;
	background: rgb(101,102,102);
	background: -moz-linear-gradient(top, rgba(101,102,102,1) 0%, rgba(86,86,86,1) 50%, rgba(118,118,118,1) 50%, rgba(106,106,106,1) 100%);
	background: -webkit-linear-gradient(top, rgba(101,102,102,1) 0%,rgba(86,86,86,1) 50%,rgba(118,118,118,1) 50%,rgba(106,106,106,1) 100%);
	background: linear-gradient(to bottom, rgba(101,102,102,1) 0%,rgba(86,86,86,1) 50%,rgba(118,118,118,1) 50%,rgba(106,106,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656666', endColorstr='#6a6a6a',GradientType=0 );
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: opacity .3s;
}
ul.BtnList li:nth-last-of-type(1) { margin-right: 0; }
ul.BtnList li a {
	display: block;
	position: relative;
	padding: 0.3em 1.5em;
	background: url(/img/parts/btn_arrow.png) no-repeat 0.5em center;
	line-height: 1.2;
	text-align: center;
	font-size: 0.93em;
	color: #fff;
	transition: opacity .3s;
}
ul.BtnList li:hover,
ul.BtnList li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}


/*------------ページリンク共通のスタイル(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: transparent;
	border: 1px solid #007d0f;
	line-height: 1.2;
	color: #007d0f;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #007d0f;
	background: #007d0f;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}
div.pagination  span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: transparent;
	line-height: 1.2;
	font-weight: bold;
	color: #2a2b2b;
}
div.pagination  span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: transparent;
	line-height: 1.2;
	font-weight: bold;
	color: #2a2b2b;
}


/*------------ページリンク共通のスタイル(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	margin: 30px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a { color: #007d0f; }


/*------------404のスタイル---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 150%;
}


/*------------NoTxt---------------------------------------------------------------*/
.NoTxt {
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.33em;
	font-weight: bolder;
	color: #ffbd00;
}


/*------------記事内画像位置処理のスタイル---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }


/*------------ギャラリー---------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
	vertical-align: bottom;
}
.gallery-caption { /** キャプション **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}