
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    background: transparent;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
    font-weight: normal;
    line-height: 1;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.wrap {
    width: 1025px;
    margin: 0 auto;
    padding: 2px 0 0;
}
a {
    color: #000;
    text-decoration: underline;
}
.header-block, .contents-block, .footer-block {
    margin: auto;
}
#header {
    max-width: 100%;
    min-width: 680px;

}
#header {
    width: 100%;
    margin-bottom: 17px;
}
#header .logo {
    width: 300px;
    float: left;
    margin-top: 10px;
}

#header .rightContent {
    width: 544px;
    float: right;
}

#header .cartbtn {
    float: right;
    position: relative;
    margin: 0 0 -3px 18px;
}

#header ul.utilityNavi {
    float: right;
    margin-top: 2px;
}
#header .searchBox {
    position: relative;
}
#header .searchBox input[type="image"] {
    position: absolute;
    top: 3px;
    right: 3px;
}
.clearfix {
    display: block;
}

#header ul.utilityNavi li {
    float: left;
    padding-left: 15px;
    list-style: none;
}

#header .deliv_text {
    clear: both;
    float: left;
}

#header .searchBox {
    position: relative;
}

#header .searchBox {
    float: right;
}

#header .searchBox input[type="text"] {
    width: 198px;
    height: 15px;
    border: solid 1px #d8d3d1;
    padding: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#header .telBox {
    clear: both;
    padding-top: 0px;
    text-align: right;
}
#headers {
    margin-bottom: 6px;
}

/* globalNavi
------------------------------------ */

#globalNavi {
    width: 100%;
    background: #e60012;
    z-index: 1000;
}

#globalNavi::after {
    content: " ";
    display: block;
    border-top: solid 1px #ffffff;
    border-bottom: solid 2px #ab9145;
}

#globalNavi .naviBox {
    position: relative;
}

#globalNavi .naviBox ul {
    width: 1025px;
    margin: 0 auto;
    background: url(/img/hd_globalNavi_line.gif) no-repeat left center;
}

#globalNavi .naviBox>ul>li {
    float: left;
    list-style: none;
}

#globalNavi .naviBox>ul>li>a {
    display: block;
    padding: 19px 28px;
    text-align: center;
    position: relative;
}

#globalNavi .naviBox>ul>li a::before {
    content: "";
    display: block;
    width: 1px;
    background: #edb6b4 none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
}

#globalNavi .naviBox>ul>li:first-child a::before {
    content: " ";
    display: block;
    width: 1px;
    background: #edb6b4 none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
}

#globalNavi .naviBox>ul>li:hover>a::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -6px;
    z-index: 10000;
    border-color: transparent transparent #efe4dc;
    border-style: solid;
    border-width: 0 7.5px 6px;
}

#globalNavi .naviBox>ul>li:first-child>a {
    padding: 19px 36px 19px 35px;
    margin-left: 1px;
}

#globalNavi .naviBox>ul>li:hover>a {
    background-color: rgba(0, 0, 0, 0.2);
}

#globalNavi .naviBox>ul>li>a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
}

#globalNavi li .openNavi {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 79px;
    left: 0;
    z-index: 1000;
    background: #efe4dc;
    box-shadow: 0 1px 3px 0 rgba(128, 76, 38, 0.4);
    padding: 10px 0;
    -webkit-transition: all .0s ease;
    transition: all .0s ease;
}

#globalNavi li .openNavi li {
    float: left;
    margin-left: 1px;
}

#globalNavi li .openNavi li:first-child {
    margin-left: 0;
}

#globalNavi li:hover>.openNavi {
    opacity: 1;
    visibility: visible;
}
#globalNavi .naviBox ul {
    width: 1025px;
    margin: 0 auto;
    background: url(/img/hd_globalNavi_line.gif) no-repeat left center;
    background-size: 1px 31px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer	{
    max-width: 100%;
    min-width: 1105px;
	clear:both;
	width:100%;
	padding:55px 0;
	border-top:2px solid #E60012;
}
#footer-inner	{
	padding:0 20px 65px;
	width:1025px;
	margin:0 auto
}
.guide li {
    list-style: none;
}
#ftLink	{
	width:720px;
	float:right;
}
#ftLink dl	{
	width:150px;
	float:left;
	display:inline;
	margin:0 30px 0 0;
	font-size:112%;
}
#ftLink dl dt	{
	padding:0 0 15px;
}
#ftLink dl dt a	{
	color:#E60012;
	font-weight:bold;
}
#ftLink dl dd ul li	{
    margin:0 0 8px;
    list-style: none;
}
#ftMember	{
	width:265px;
	float:left;
}
#ftBannerArea {
	width:265px;
	float:left;
}
#ftBannerArea li {
    margin-bottom:15px;
    list-style: none;
}
#ftLogo ul	{
	/*text-align:right;*/
	text-align:left;
	padding:70px 0 0;
}
#ftLogo ul li	{
	display:inline;
	color:#E60012;
	border-left:1px solid #E60012;
	padding:0 20px;
}
#ftLogo ul li.first	{
	border:none;
	padding:0 20px 0 0;
}
#ftLogo ul li a	{
	color:#E60012;
}
#ftLogo {
    clear: both;
    background: url(/img/ft_logo.gif) no-repeat left center;
    background: url(/img/ft_logo.gif) no-repeat right center;
    height: 120px;
}
p#copyright	{
	text-align:left;
	padding:12px 0 0;
}
#footer #copyright {
    /*padding: 10px 10px 10px 0px;*/
    font-size: 12px;
    text-align: left;
    color: #000;
    background: #fff0;
}
li.mb-15 {
    list-style: none;
}
div#side-right {
    float: right;
}
#footer {
    max-width: 100%;
    /* min-width: 680px; */
    margin-top: 40px;
    font-size: 12px;
    background: #fff;
}
.contents-block {
    float: right;
}
#form01 table input {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    height: auto;
    font-size: auto;
    line-height: auto;
    -moz-border-radius: 0;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
}

#form01 table select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb !important;
    padding: 6px;
    vertical-align: middle;
    background-image: initial;
}

#form01 table #address {
    width: 13em !important;
}
#form01 table #building {
    width: 12em !important;
}
#form01 table #mail {
    width: 20em !important;
}
#form01 table .other-ques {
    vertical-align: top;
    padding: 10px;
}
#form01 table #inquiry {
    width: 100% !important;
    background-image: none;
    padding: 0;
}

#form01 table input[name="zip"] {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

#form01 table input[type="text"] {
    border: solid 1px #dddddd;
    padding: 6px;
    border-radius: 3px;
    width: 20em;
}

#confirm-form01 dt {
    font-weight: normal;
    color: black;
}
#confirm-form01 dt i {
    font-weight: normal;
    color: #E70015;
    font-size: 11px;
    margin: 0;
    background: initial;
    padding: 0;
}