@charset "utf-8";
@font-face {
	font-family: 'nex_icons';
	src:
		url('/fonts/nex_icons.ttf?hak6or') format('truetype'),
		url('/fonts/nex_icons.woff?hak6or') format('woff'),
		url('/fonts/nex_icons.svg?hak6or#nex_icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Warehouse
---------------------------------*/
#main section.wareDetail div.clm:first-of-type {
    margin-top: 10px !important;
}
@media screen and (max-width: 960px){
#main section.wareDetail div.clm:first-child {
    margin-top: 10px;
}
}

.warehouseMap{
    border: 0;
    margin-top: 20px;
}
@media screen and (max-width: 600px) {
.warehouseMap{
    height: 320px;
}
}/*@media*/

@media screen and (max-width: 600px) {
section{
    margin-top: 38px;
}
}/*@media*/

h2.h2DesignA1 {
    margin: 22px 0 0;
}
h4.h4DesignA1{
    line-height: 1.4;
    margin-top: 6px !important;
}
@media screen and (max-width: 960px){
    h4.h4DesignA1{
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 600px){
    h4.h4DesignA1{
        margin-top: 0px !important;
    }
}

.tabArea a{
    width: 50%;
}
.tabDesignA1 .tabArea li.select{
    padding: 15px 0;
}
a[class^="btnDesign"], a[class*=" btnDesign"]{
    width: auto;
}
h5{
    font-size: 16rem;
    margin-top: 20px;
    line-height: 1.4;
}
@media screen and (max-width: 960px){
    h5{
        font-size: 14rem;
    }
}
.clm .clmW30 img{
    margin-top: 14px;
}
@media screen and (max-width: 600px){    
    .clm .clmW70{
        margin-top: 0!important;
    }
}
.mapWrap #map {
width: 100%;
}
.gm-style-iw-d p:nth-child(2){
    text-align: center;
}
.gm-style-iw-d p img{
    max-width: 60%;
}
p.adressWer,p.phoneWer{
    margin-top: 8px !important;
}
/*p.adressWer img{
    vertical-align: middle;
    width: 90%;
    margin: 0;
}
@media screen and (max-width: 600px){
    p.adressWer img{
        width: 50%;
        display: inline-block;
    }   
}*/
p.adressWer{
	font-family: 'nex_icons' !important;
	speak: none;
    position: relative;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.3;
	vertical-align: text-top;
	-webkit-transition: .15s;
	transition: .15s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
@media screen and (max-width: 600px){
    p.adressWer{
        margin-left: 20px;
    }
}
p.adressWer::before{
    content: "\e90a";
    color: #003d79;
    position: absolute;
    left: -26px;
    top: -1px;
    font-size: 22px;
}
.at::before {
  content: '@';
}