* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html {
	height: 100%;
	width: 100%;
}
img {
   vertical-align:bottom
}
/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
 
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

.b-m10 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.b-m15 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }
.b-m20 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
.b-m25 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; }
.b-m15cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; clear: both; }
.b-m20cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; clear: both; }
.b-m25cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; clear: both; }
.b-m30cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 30px; margin-left: 0px; clear: both; }
.b-m35cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 35px; margin-left: 0px; clear: both; }
.b-m40cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 40px; margin-left: 0px; clear: both; }
.b-m45cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 45px; margin-left: 0px; clear: both; }
.b-m70cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 70px; margin-left: 0px; clear: both; }

.tac { text-align: center; }


header { height: 40px; width: auto; background-color: #FFF; clear: both; min-width:980px; max-width:1400px; margin-left:auto; margin-right:auto; }
header h1 { font-size: 0.6em; line-height: 40px; font-weight: normal; color: #999; padding-left: 20px; float: left; height: 40px; width: 500px; }
header .telnum { float: right; height: 40px; width: 402px; margin-right: 20px; }
header .telnum ul li { float: left; height: 40px; width: 121px; list-style-image: none; list-style-type: none; }
header .telnum ul li a.hrm { display: block; height: 40px; width: 120px; border-right-width: 1px; border-right-style: dotted; border-right-color: #D6D6D6; font-size: 0.7em; line-height: 40px; text-decoration: none; text-align: center; font-weight: bold; color: #333; }
header .telnum ul li a.hrm:hover { display: block; height: 40px; width: 120px; border-right-width: 1px; border-right-style: dotted; border-right-color: #D6D6D6; font-size: 0.7em; line-height: 40px; text-decoration: none; text-align: center; font-weight: bold; color: #FFF; background: #45484d; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */

background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

 }
.telnum ul li.hrtel { font-size: 20px; line-height: 40px; background-image: url(../img/header/icon-tel.png); background-repeat: no-repeat; background-position: left top; color: #333; height: 40px; width: 128px; padding-left: 32px; font-family: 'Ruda', sans-serif; font-weight: 700; letter-spacing: -1px; }

footer { width: auto; min-width: 980px; margin-left: auto; margin-right: auto; max-width: 1400px; background-color: #000; border-top-width: 1px; border-top-style: solid; border-top-color: #333; height: auto; padding-top: 25px; padding-bottom: 25px; 
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer div { -webkit-box-flex: 1; flex: 1; width:100%; }
footer ul { padding-left:20px; }
footer ul li { font-size: 70%; line-height: 2em; float: left; list-style-image: none; list-style-type: none; }
footer ul li a { color: #FFF; text-decoration: none; padding-right: 5px; padding-left: 5px; }
footer ul li a:hover { color: #FFF; text-decoration: underline; padding-right: 5px; padding-left: 5px; }
footer p { color: #FFF; font-size: 70%; line-height: 2em; text-align: right; margin-right: 20px; }

#stocklist{
	width:1400px;}
	
#stocklist .reco0m1{
	float:left;}
#stocklist .reco0m2{
	float:left;}


	#gm iframe{
	vertical-align: bottom;

}

.map-wrap iframe{
		vertical-align: bottom;
}