@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html{
    background:#ECECFB;
}

body {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    background:#FFFFFF;
    border:1px solid;
    border-color:#CCCCCC;
    color:#666666;
    font-size:12px;
    font-family:'Noto Sans JP',sans-serif;
    line-height: 1.6;
    letter-spacing: 0;
}

.header{
    padding:5px 5px 0px 5px;
}

.header_title{
    width:600px;
    float:left;
}

.cartbox{
    margin-top:2px;
    width:140px;
    float:left;
    text-align:right;
    font-size:14px;
}

.searchbox{
    padding-top:20px;
    padding-right:10px;
    width:250px;
    float:right;
    text-align:right;
}
/**************************************/
#gnav {
    width: 1024px;
    height:71px;
    margin: 0px;
    padding: 0px;
    background: url(images/navi_base.jpg) 0 0 no-repeat;

}

#menu {
    margin: 0px 19px 0px 19px;
    padding:0px;
    z-index:1;
}

#menu > li {
    float: left;
    position: relative;
    width: 140px;
    height: 71px;
    list-style-type:none;
}

#menu > li > a {
    list-style-type:none;
    display: block;
    height: 100%;
    background: url(images/navi.jpg) 0 0 no-repeat;
    text-indent: -5000px;
}

#menu > li.menu00 > a { width:19px; }
#menu > li.menu01 > a { background-position: -19px 0; }
#menu > li.menu02 > a { background-position: -160px 0; }
#menu > li.menu03 > a { background-position: -300px 0; }
#menu > li.menu04 > a { background-position: -440px 0; }
#menu > li.menu05 > a { background-position: -580px 0; }
#menu > li.menu06 > a { background-position: -720px 0; }
#menu > li.menu07 > a { background-position: -860px 0; }
#menu > li.menu08 > a { width:19px; }

#menu > li.menu00 > a { width:19px; }
#menu > li.menu01 > a:hover { background-position: -19px -71px; }
#menu > li.menu02 > a:hover { background-position: -160px -71px; }
#menu > li.menu03 > a:hover { background-position: -300px -71px; }
#menu > li.menu04 > a:hover { background-position: -440px -71px; }
#menu > li.menu05 > a:hover { background-position: -580px -71px; }
#menu > li.menu06 > a:hover { background-position: -720px -71px; }
#menu > li.menu07 > a:hover { background-position: -860px -71px; }
#menu > li.menu08 > a { width:19px; }

#menu li:hover .submenu {
    left: 0;
}

.submenu {
    position: absolute;
    width: 140px;
    top: 61px;
    left: -5000px;
    border-top: 0px;
    z-index: 500;
    margin:0px;
    padding:0px;
    padding-top: 10px;

}

#menu ul li {
    list-style-type:none;
}

.submenu li {
    list-style-position: inside;
    list-style-type:none;
    border-top: none;
    background: #3F3939;
    color: #FFFFFF;
    display: block;

}

.submenu li a {
    display: block;
    height:15px;
    padding: 5px;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}

.submenu li a:hover {
    padding: 5px;
    background: #DE5310;

}

.contents{
    padding:10px;
    height:100%;
    background:#f0f0f0;
    overflow:auto;
}

.contents_top{
    display:flex;
    padding:6px;
    background:#FFFFFF;
    overflow:auto;
    min-height: calc(100vh - 280px);
}

.contents_fix{
    padding:10px;
    background:#f0f0f0;
    overflow:auto;
}

.contents_left{
    float:left;
}

.contents_right{
    margin-left:10px;
}

.info{
    margin-top:10px;
    margin-left:10px;
    padding:0px 6px;
    width:370px;
    height:150px;
    background:#FFFFFF;
    overflow:scroll;
    overflow-x:hidden;
}

.download {
    margin:10px 5px 5px 10px;
    padding:5px;
    width:370px;
}
.dlimg{margin:0 3px 6px 0;width:20px;border:0;vertical-align:top;}

.cart_left{
    width:600px;
/*    padding:20px 20px 20px 40px;*/
    height:360px;
    overflow:auto;
    overflow-x:hidden;
    float:left;
    border-color:#CCCCCC;
}

.cart_right{
    padding:10px;
    width:200px;
    height:360px;
    margin:0px 30px 5px 0px;
    background:#FFFFFF;
    border:1px solid;
    float:right;
    border-color:#CCCCCC;
}


.mapdescription{
    width:300px;
    height:330px;
    border:1px solid;
    border-color:#CCCCCC;
    padding-left:10px;
    margin-right:10px;
    float:left;
}

.map{
    height:200px;
}

a { text-decoration:none; }
a:link    { color:#777777; }
a:visited { color:#777777; }
a:hover   { color:#DE5310; }
a:active  { color:#DE5310; }

td {
    text-align:left;
    padding:3px;
    height:22px;
}
th {
    text-align:left;
    padding:3px;
    background:#EEEEEE;
}


h2 {
    font-size:14px;
    color:#DE5310;
    border-style:solid;
    border-color:#777777;
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:1px;
}
h3 {
    margin:0px;
    color:#DE5310;
}

.search_result {
    float:left;
}

#desc{
    position:relative;
    display:block;
    width:50px;
}

cite{
    font-style:normal;
    font-size:1em;
    background:#ff0000;
    opacity: 0.85;
    filter:alpha(opacity=85);/* IE�p */
    color:#ffffff;
    position:absolute;
    bottom:0px;
    left:0px;
    width:50px;
    height:15px;
    text-align:center;
}

.tabs {
  width: 370px;
  float: none;
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  z-index: 2;
  display: block;
  position: relative;
  padding: 8px;
  margin-right:3px;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  background: #DDDDDD;
  cursor: pointer;
  top: 0px;
  left:0px;
  width:50px;
  text-align:center;
  transition: all 0.2s ease-in-out;
  border-left: solid 1px #DDDDDD;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;

}
.tabs label:hover {
  background: #FFFFFF;
}
.tabs .tab-content {
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  padding: 9px;
  position: absolute;
  top: 35px;
  left: 0px;
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 8px;
  background: #FFFFFF;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

.footer{
    height:100px;
}

.banner{
    margin: 6px auto;
    text-align:center;
}

.footer_copy{
    margin-top:0px;
    text-align:center;
    font-size: 10px;
    background:#FFFFFF;
}

.footernavi{
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(#fff, #ddd);
    height:80px;
}

.footernavi_left{
    margin:6px;
}
.footernavi_right{
    margin:8px;
    font-size:13px;
    text-align:end;
}
