body {
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	font-weight: 500;
	font-style: normal;
	color:#333;
	letter-spacing:0.2em;
	line-height:1.6;
}

a:hover {
	text-decoration: none;
}

ul {
    list-style: none;
}

.mt-0 {
	margin-top:0;
}

.mt-10 {
	margin-top:10px;
}

.mt-20 {
	margin-top:20px;
}

.mt-30 {
	margin-top:30px;
}

.mb-10 {
	margin-bottom:10px;
}

.mb-20 {
	margin-bottom:20px;
}

.mb-30 {
	margin-bottom:30px;
}

.mb-40 {
	margin-bottom:40px;
}

.mb-50 {
	margin-bottom:50px;
}

.br-30 {
	border-radius:30px;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { 
	width: 100%;
	margin-bottom: 20px !important;
	overflow: hidden;
}
 
.gallery br {
	display: none;
} 
 
.gallery-item {
	float: left;
	margin-bottom: 0 !important;
}
.gallery-icon {
	text-align: center;
}
 
.gallery-icon img {
	width:100%;
	height:262px;/**すべての画像の縦横比が同じならautoでもOK**/
	object-fit:cover;/**画像の縦横比が違うなら記述**/
	margin-bottom: 10px !important;
}
 
.gallery-caption {
	color: #222;
	font-size: 13px;
	font-style:normal;
	margin: 0 0 0;
	text-align: center;
	height:50px;
}
 
.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%;
}

p.pc-banner1 {
	position:fixed;
	top:8px;
	right:340px;
	z-index: 9999;
}

p.pc-banner2 {
	position:fixed;
	top:0;
	right:185px;
	z-index: 9999;
}

p.pc-banner3 {
	position:fixed;
	top:0;
	right:30px;
	z-index: 9999;
}

p.pc-banner2 a img,p.pc-banner3 a img {
	transition:0.5s;
}

p.pc-banner2 a:hover img,p.pc-banner3 a:hover img {
	opacity:0.7;
}

.onepress-menu {
    margin-top:45px;
}

.onepress-menu a {
    font-size: 16px;
}

.onepress-menu ul li a {
    color: #000;
}

.site-header {
	background-color:rgba(255,255,255,0);
	box-shadow:none;
	line-height: 60px;
}

section.cb-top {
	padding:80px 0;
}

section.mainvisual {
	margin-top:-105px;
	background:url(https://kataokamaterial.com/wp-content/uploads/2025/09/slider-back.jpg) no-repeat center center;
	background-size:cover;
	height: 100vh;
	padding:0;
}

div.swiper {
 position:relative;
}

.swiper--wrapper {
	width: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	text-align:right;
}

.swiper-slide img {
	margin-top:200px;
	margin-right:50px;
	width:500px;
}

div.slider-text {
	position:absolute;
	top:200px;
	left:100px;
}

p.slider-text1 {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	font-size:30px;
	margin-bottom:20px;
	text-shadow: 0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
}

h1.slider-text2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	font-size:52px;
	color:#ff9c00;
	letter-spacing:0.1em;
	line-height:1.6;
	text-shadow: 0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
}

section.service {
	padding:80px 0 0;
	background:#ffc815 url(https://kataokamaterial.com/wp-content/uploads/2025/09/y-back.jpg) no-repeat right top;
}

h2.h2-top {
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}

h2.h2-top2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	font-size:35px;
	font-weight:700;
	margin-bottom:50px;
}

h2.h2-top img {
	margin-top:-6px;
	margin-right:15px;
	width:40px;
}

p.h2-en {
	font-size:70px;
	line-height:1.0;
	font-weight:500;
	margin-bottom:80px;
}

p.h2-en-y {
	color:#ffc815;
	font-size:70px;
	line-height:1.0;
	font-weight:500;
	margin-bottom:80px;
}

h3.h3-top {
	font-size:30px;
	font-weight:700;
	margin-bottom:40px;
}

h3.h3-top2 {
	font-size:30px;
	font-weight:700;
	margin-bottom:40px;
	text-align:center;
}

p.textsize1 {
	font-size:16px;
	margin-bottom:40px;
}

p.Btn-wrap {
  text-align:left;
}

a.Btn{
  background:#fff;
  display: inline-block;
	padding: 17px 60px;
  text-align: center;
  color: #000;
  font-size: 16px;
  transition: 1.0s;
	border-radius:50px;
}

a.Btn:hover{
  background:#000;
  color: #fff;
}

p.Btn-wrap2 {
	text-align:center;
}

a.Btn2{
  background:#ffc815;
  display: inline-block;
  padding: 20px 60px;
  text-align: center;
  color: #000;
  font-size: 16px;
  transition: 1.0s;
	border-radius:50px;
}

a.Btn2:hover{
  background:#000;
  color: #fff;
}

p.Btn-wrap3 {
  text-align:left;
}

a.Btn3{
  background:#ffc815;
  display: inline-block;
  padding: 20px 60px;
  text-align: center;
  color: #000;
  font-size: 16px;
  transition: 1.0s;
	border-radius:50px;
}

a.Btn3:hover{
  background:#000;
  color: #fff;
}

div.service-col1 {
	padding:50px;
}

div.service-col2 {
	padding:0 20px 0 0;
}

div.service-col3 {
	padding:0 0 0 20px;
}

img.service-img1 {
	border-radius:0 30px 30px 0;
}

img.service-img2 {
	border-radius:30px 0 0 30px;
}

div.service-row {
	margin-bottom:80px;
}

section.strengths {
	background:#fffbe9;
}

img.strengths-img {
	border-radius:30px;
	margin-bottom:20px;
}

h3.h3-top3-num1 {
	background:url(https://kataokamaterial.com/wp-content/uploads/2025/09/strength-h3back.png) no-repeat center center;
	background-size:contain;
	padding:60px 0 20px;
	
}

h3.h3-top3-num2 {
	background:url(https://kataokamaterial.com/wp-content/uploads/2025/09/strength-h3back2.png) no-repeat center center;
	background-size:contain;
	padding:60px 0 20px;
}

h3.h3-top3-num3 {
	background:url(https://kataokamaterial.com/wp-content/uploads/2025/09/strength-h3back3.png) no-repeat center center;
	background-size:contain;
	padding:60px 0 20px;
}

img.buy-img {
	border-radius:30px;
}

div.buy-col {
	margin-bottom:30px;
}

section.sales {
	background:#fffbe9;
}

section.company {
	background:#ffc815 url(https://kataokamaterial.com/wp-content/uploads/2025/09/y-back.jpg) no-repeat right top;
}

div.company-row {
	margin-bottom:30px;
}

section.recruit {
	background:#ffc815;
	padding:0 0 80px;
}

img.recruit-img {
	border-radius:0 30px 30px 0;
}

div.recruit-col1 {
	padding:0 20px 0 0;
}

div.recruit-col2 {
	padding:50px;
}

section.blog {
	background:#fffbe9;
}

div.blog-col {
	padding:0 20px;
}

p.blog-image img {
	border-radius:30px;
}

p.blog-title a {
	color:#000;
	font-size:16px;
	font-weight:600;
}

ul.news {
	padding:0;
}

ul.news li {
	padding:30px 0;
	border-bottom:1px solid #000;
	font-size:16px;
}

ul.news li a {
	color:#000;
}

ul.news li a:hover {
	color:#ffc815;
}

p.textcolor-w {
	color:#fff;
}

section.contact {
	background:#000 url(https://kataokamaterial.com/wp-content/uploads/2025/09/contact-back.jpg) no-repeat right 33% top;
	background-size:cover;
	padding:80px 0;
}

p.footer-tel {
	font-size:39px;
	font-weight:900;
	color:#fff;
	margin-bottom:0;
}

p.footer-fax {
	font-size:24px;
	font-weight:900;
	color:#fff;
	margin-bottom:10px;
}

p.contactbtn-box a img {
	margin-right:15px;
	margin-bottom:20px;
	width:200px;
}

section.footer-companyinfo {
	background:#ffc815 url(https://kataokamaterial.com/wp-content/uploads/2025/09/y-back.jpg) no-repeat right top;
	border-bottom:2px solid #000;
	padding:80px 0 20px;
}

p.footer-logo {
	text-align:center;
	margin-bottom:30px;
}

p.footer-logo img {
	width:300px;
}

p.footer-companyinfo-text {
	text-align:center;
	font-size:13px;
	letter-spacing:0;
}

img.footer-companyinfo-img {
	border-radius:30px;
	margin-bottom:10px;
}

p.facebook-btn {
	text-align:center;
}

p.facebook-btn img {
	width:248px;
}

.footer-widgets {
    background: #ffc815;
}

.sidebar .widget a {
	color: #000;
    font-size: 15px;
}

.sidebar .widget a:hover {
	color: #000;
}

.site-footer .site-info {
    background: #ffc815;
}

p.copyrights {
	color:#000;
}

div.bottomfix {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:2;
}

div.bottomfix div.bottomfix-col {
    padding:0 3px;
}

.page-header.page--cover:before {
    background: rgba(0, 0, 0, 0);
}

.page-header.page--cover .entry-title {
	color: #000;
}

.page-header.page--cover .entry-tagline {
    color: #000;
}

.page-header.page--cover {
    padding: 5% 0px;
}

section.cb-page {
	padding:50px 0;
}

p.page-text1 {
	font-size:20px;
	text-align:center;
	line-height:1.8;
	margin-bottom:20px;
}

p.page-text2 {
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}

p.page-text3 {
	font-size:32px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
}

.entry-content h2 {
	font-weight:700px;
	text-align:center;
	border-bottom:4px solid #FFC815;
	padding-bottom:20px;
	margin-bottom:50px;
}

.entry-content h3 {
	font-size:24px;
	font-weight:700px;
	margin-top:40px;
	margin-bottom:20px;
}

.entry-content h3:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 28px;
	background-image: url("https://kataokamaterial.com/wp-content/uploads/2025/09/h2-icon2.png");
	background-size: 40px;
	background-repeat:no-repeat;
	vertical-align: middle;
	padding-right:50px;
}

.gallery-item img {
	border-radius:30px;
}

.tab01 {
  width: 100%;
  margin: 0 auto 50px;
}
/*タブのスタイル*/
.tab_menu {
	width: calc(100%/2);
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #000;
	border-radius:20px 20px 0 0;
	border-bottom: 3px solid #ffc815;
	background-color: #ebebeb;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_menu:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_menu"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_contents {
	font-size:16px;
	display: none;
	padding: 40px;
	clear: both;
	overflow: hidden;
	transition: .5s opacity;
}
/*選択されているタブを表示*/
#menu01:checked ~ #menu01,
#menu02:checked ~ #menu02,
#menu03:checked ~ #menu03 {
	display: block;
}
/*選択されているタブのスタイル*/
.tab01 input:checked + .tab_menu {
	background-color: #ffc815;
	color: #000;
}

div.question {
	cursor: pointer;
	font-size:18px;
	margin-bottom:15px;
	color: #000;
	border-radius:10px;
	padding:20px 50px 20px 30px;
	background: #ffc815;
}

div.question span {
	float:right;
	margin-right: -30px;
}

div.question:hover {
	text-decoration: none;
}
div.answer {
	display: none;
	background: #fff;
	margin-left: 1em;
	padding: 15px 30px;
	color: #000;
	font-size:16px;
	margin-bottom:15px;
	border-radius:10px;
}

.gallery-caption {
	font-size: 16px;
}

table th,table td {
    font-size: 16px;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 15px;
    vertical-align: middle;
}

table th {
    background:#ffc815;
	text-align:center;
}

p.daihyo-katagaki {
	font-size:14px;
	text-align:right;
	margin-bottom:10px;
}

p.daihyo-name {
	font-size:22px;
	text-align:right;
}

div.access-container {
	margin-bottom:70px;
}

div.access-map {
	margin-top:20px;
}

div.buyitems-col {
	margin-bottom:30px;
}

p.buyitems-category {
	background:#FFC815;
	padding:3px 20px;
	border-radius:20px;
	display:inline-block;
	margin-bottom:5px;
}

p.buyitems-category a {
	color:#000;
	font-size:12px;
}

p.buyitems-image img {
	border-radius:30px;
}

p.buyitems-title {
	margin-bottom:5px;	
}

p.buyitems-title a {
	font-size:18px;
	color:#000;
	font-weight:700;
}

p.buyitems-linkbutton {
	text-align:right;
}

body.post-type-archive-buy_items .page-header {
	display:none;
}

.page-header2 {
	background: url(https://kataokamaterial.com/wp-content/uploads/2025/09/header-img.jpg) no-repeat center center;
	background-size:cover;
    padding: 5% 0px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.page-header3 {
	background: url(https://kataokamaterial.com/wp-content/uploads/2025/09/header-img-sell.jpg) no-repeat center center;
	background-size:cover;
    padding: 5% 0px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.page-header2 h1 {
    margin-bottom:0;
	font-size:40px !important;
	font-weight:700;
	line-height: 1.0;
}

.page-header3 h1 {
    margin-bottom:0;
	font-size:40px !important;
	font-weight:700;
	line-height: 1.0;
}

div.entry-tagline p {
	color: #000;
	font-size:20px;
	font-style:italic;
	font-weight: 300;
}

.page-header {
    background: #FFC815;
}

table.form-table th p,table.form-table td p {
	margin:0;
	padding:0;
}

label {
	margin-bottom:0;
}

span.as {
background:red;
padding:3px 5px;
color:#fff;
font-size:10px;
border-radius:20px;
margin-left:5px;
}

.btn_send {
    text-align: center;
}

.wpcf7-spinner {
    display: block;
}

input[type=submit] {
	font-size:16px;
	border-radius:50px;
	color:#000;
	padding:20px 40px;
}

.wpcf7-form {
text-transform: none;
}

input.wpcf7-previous {
	background-color: #F2F2F2;
	color:#000;
	font-size:16px;
	border-radius:50px;
	border:1px solid #000;
	padding:13px 40px;
	margin-bottom:15px;
	transition:0.5s;
}

input.wpcf7-previous:hover {
	background-color: #000;
	color:#fff;
}

.p-box {
	font-size:14px;
	height: 200px; 
	border: 1px solid #000;
	overflow-y: scroll;
	padding:0 30px 30px;
}

h4 {
	font-size:17px;
	margin-top:30px;
	margin-bottom:15px;
}

div.accept-btn {
	font-size:16px;
	text-align:center;
	margin-top:30px;
	margin-left:-10px;
	margin-bottom:30px;
}

p.form-text {
	font-size:14px;
	text-align:center;
}

table.form-table {
		width:100%;
}

textarea:not(.editor-post-title__input),input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
width:100%;
line-height:2;
}

#itempage h3 {
    color: #000;
    background-color: #fff;
    padding: 3px 5px;
}

div.loopimg {
	display:none;
}

div.itemimg img {
	width:100%;
	object-fit:cover;
	border-radius:30px;
}

div.itemimg-top img {
	width:100%;
	height:262px;
	object-fit:cover;
	border-radius:30px;
}

header.sell-entry-header h2.entry-title {
	font-size:24px;
	font-weight:700;
}

#itempage .field {
	padding:10px 0;
}

div.zaiko_status {
	display:none;
}

div.usccart_navi li.usccart_cart {
    background-image: url(https://kataokamaterial.com/wp-content/uploads/2025/09/carttab_back.jpg);
    background-repeat: repeat-x;
}

div.usccart_navi li.usccart_customer {
    background-image: url(https://kataokamaterial.com/wp-content/uploads/2025/09/carttab_back.jpg);
    background-repeat: repeat-x;
}

div.usccart_navi li.usccart_delivery {
    background-image: url(https://kataokamaterial.com/wp-content/uploads/2025/09/carttab_back.jpg);
    background-repeat: repeat-x;
}

div.usccart_navi li.usccart_confirm {
    background-image: url(https://kataokamaterial.com/wp-content/uploads/2025/09/carttab_back.jpg);
    background-repeat: repeat-x;
}

#inside-cart .no_cart {
	color: #000;
}

#inside-cart .send {
    border-top-color: #000;
}

#customer-info .send {
    border-top-color: #000;
}


#delivery-info .send {
    border-top-color: #000;
}

#info-confirm .send {
    border-top-color: #000;
}

#customer-info h5 {
    color: #fff;
    background: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom:1px solid #000;
}

#confirm_table h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    color: #000;
    margin: 0px;
    padding: 10px 0 10px;
}

#confirm_table th,#confirm_table td {
    font-size: 16px;
    color: #000;
	padding:15px;
}

body.blog .page-header {
    display: none;
}

body.category .page-header {
    display: none;
}

span.tax {
	font-size:12px;
}

ul.post-categories {
	margin:0;
	padding:0;
}

ul.post-categories li {
	background: #FFC815;
    padding: 3px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

ul.post-categories li a {
	color:#000;
	font-size: 12px;
}

p.sellitems-title {
	margin-top: 5px;
    margin-bottom: 5px;
}

p.sellitems-title a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.entry-header .entry-title {
    font-weight: 700;
}

blockquote p {
    font-style: normal;
}

.swiper-slide2 {
    width: 100%;
    height: 100%;
    text-align: left;
}

.swiper-slide2 img {
    margin-top: 0;
    margin-right: 0
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 30%);
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
























@media screen and (max-width:1400px) {
.swiper-slide img {
	width:400px;
}
	
	.onepress-menu a {
    font-size: 14px;
}
}


@media screen and (min-width:1141px) {
	div.smp-slider {
	display:none;	
	}
	
	.site-logo-div img {
    margin-top:20px;
}
}


@media screen and (max-width:1140px) {
	
.onepress-menu {
    margin-top:30px;
}

.site-header {
	line-height: 60px;
}
	
p.pc-banner1 {
	top:8px;
	right:410px;
	width:140px;
}

p.pc-banner2 {
	top:0;
	right:255px;
}

p.pc-banner3 {
	top:0;
	right:100px;
}
	
div.pc-slider {
	display:none;	
	}
	
	.swiper-slide {
    text-align: center;
}
	
	.swiper-slide img {
	margin-top:470px;
	margin-right:0;
	width:600px;
}
	
	.swiper-slide2 img {
        margin-top: 0;
        margin-right: 0;
        width: 100%;
    }
	
	.swiper-slide2 {
    text-align: left;
}
	
	.site-header {
        line-height: 60px;
        height: 60px;
    }
	
	.site-branding .site-logo-div {
    line-height: 60px;
}

}


@media (max-width: 991px) {
.gallery-icon img {
	width:100%;
	height:200px;
	object-fit:cover;
}
	
	p.pc-banner1 {
	top:8px;
	right:400px;
}

p.pc-banner2 {
	top:0;
	right:245px;
}

p.pc-banner3 {
	top:0;
	right:90px;
}
}

@media (min-width: 769px) {
	
.order-md-first {
    -webkit-box-ordinal-group: 0;
        order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        order: 12;
  }
	
	div.bottomfix {
    display:none;
}
	
	br.pc-none {
		display:none;
	}
	
	table.form-table th {
		width:30%;
	}

}

@media (max-width: 768px) {
.gallery-icon img {
	width:100%;
	height:150px;
	object-fit:cover;
}
	
	section.mainvisual {
		margin-bottom:50px;
	}
	
	section.mainvisual {
	margin-top:0px;
	height: 70vh;
}
	
	div.swiper {
		padding:0 20px;
	}
	
	.swiper-slide {
	text-align:center;
}
	
	.swiper-slide2 {
    text-align: left;
}
	
	.swiper-slide img {
	margin-top:400px;
	width:400px;
}
	
	.swiper-slide2 img {
	margin-top:0;
	width:100%;
}
	
	div.slider-text {
	position:absolute;
	top:15px;
	left:0;
	right:0;
	text-align:center;
}
	
	p.slider-text1 {
	font-size:20px;
}

	h1.slider-text2 {
	font-size:36px;
}
	
	p.pc-banner1 {
	display:none;
}

p.pc-banner2 {
	display:none;
}
	
p.pc-banner3 {
	display:none;
}
	
	h2.h2-top {
    font-size: 20px;
}
	
	p.h2-en {
    font-size: 45px;
	margin-bottom: 40px;
}
	
	div.service-col1 {
    padding: 20px;
}
	
	h3.h3-top {
    font-size: 24px;
}
	
	p.h2-en-y {
    font-size: 45px;
}
	
	div.recruit-col2 {
    padding: 20px;
}
	
	h2.h2-top2 {
    font-size: 28px;
}
	
	p.footer-tel {
    font-size: 28px;
}
	
	p.footer-fax {
    font-size: 18px;
}
	
	p.footer-logo img {
    width: 200px;
}
	
	div.buy-row {
	padding:0 10px;
	}
	
	div.buy-col {
    padding:0 10px;
	margin-bottom: 20px;
}
	
	div.companyinfo-row {
	padding:0 10px;
	}
	
	div.companyinfo-col {
    padding:0 10px;
	margin-bottom: 20px;
}
	
	div.buyitems-row {
	padding:0 10px;
	}
	
	div.buyitems-col {
	padding:0 10px;	
	}
	
	.page-header.page--cover .entry-title {
	font-size:20px;
}

	.page-header.page--cover .entry-tagline {
    font-size:14px;
}
	
	.site-logo-div img {
    height: 38px;
    width: auto;
}
	
	.page-header2 h1 {
	font-size:20px !important;
}

div.entry-tagline p {
	font-size:14px;
}
	
	table.form-table th, table.form-table td {
        display: block;
        width: 100%;
    }
	
	header.sell-entry-header h2.entry-title {
	margin-top:20px;
}
	
	.page-header3 h1 {
		font-size: 20px !important;
}

}

@media (max-width: 640px) {

.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
	width: 48%;
	max-width: 48%;
	margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
	width: 31.33333%;
	max-width: 31.33333%;
	margin: 0 1%;
}

}

@media (max-width: 500px) {
.swiper-slide img {
	margin-top:400px;
	width:400px;
}
	
	.swiper-slide2 {
    text-align: left;
}
	
	.swiper-slide2 img {
	margin-top:0;
	width:100%;
}

}






