
body {
margin: 0;
background: #ffffff;
color: #000000;
}





div.wrap {
padding-left: 320px;
}

div.left {
position: fixed;
z-index: 1;
left: 0;
top: 0;
bottom: 0;
width: 320px;
overflow-x: hidden;
overflow-y: auto;
background: #e26f1a url(https://1net.jp/css/texture/checks_n.png) repeat left top;
color: #ffffff;
}

div.right {
margin: 0 auto;
}

@media only screen and (min-width: 768px) {
div.left {
animation: anim1-3 1s forwards;
}
}

@media only screen and (max-width: 767px) {
div.wrap {
padding-left: 0;
}
div.left {
position: static;
width: auto;
}
}





ul.crumb {
position: relative;
margin: 10px auto;
padding: 0;
list-style: none;
font-size: 0.8rem;
opacity: 0.5;
}
ul.crumb li {
display: inline-block;
margin: 0 10px 0 0;
padding: 0;
}
ul.crumb li:after {
display: inline-block;
content: "»";
margin-left: 10px;
}
ul.crumb li:last-of-type:after {
display: none;
}
ul.crumb a {
color: #000000;
}





#side_fix {
margin: 0 auto;
width: 300px;
}





#footer {
margin-top: 30px;
}




div#menu {
font-size: 0.8rem;
line-height: 1;
}

ul.menu, ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu li {
margin: 0;
padding: 0;
vertical-align: top;
}

ul.menu a {
display: block;
text-decoration: none;
color: #000000;
}

ul.menu span.sub {
display: block;
opacity: 0.5;
font-size: 0.7rem;
text-decoration: none;
}


@media only screen and (min-width: 768px) {
div#menu {
margin: 0 auto;
text-align: center;
}

ul.menu {
display: inline-table;
margin: 0 auto;
border-collapse: separate;
border-spacing: 5px 10px;
text-align: center;
}
ul.menu li {
position: relative;
display: table-cell;
padding: 10px 5px;
}

ul.menu li:before {
position: absolute;
display: block;
content: "";
left: 0;
bottom: 0;
width: 0;
height: 5px;

background-repeat: repeat-x;
background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
background-position: right bottom;
background-image:radial-gradient(0.2em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#333333,rgba(255,255,255,0));

transition: 0.2s;
}
ul.menu li.on:before, ul.menu li:hover:before {
width: 100%;
}

ul.menu li div.menu_dd {
position: relative;
}
ul.menu li:hover div.menu_dd:after {
position: absolute;
z-index: 3;
display: block;
content: "▲";
bottom: 100%;
margin-bottom: -0.6em;
left: 50%;
margin-left: -0.5em;
color: #ffffff;
}

ul.menu li div.menu_dd li:before {
display: none;
}
ul.menu li:hover div.menu_dd li:before {
display: block;
}

ul.menu li ul {
position: absolute;
display: block;
z-index: -1;
top: 100%;
left: 0;
}
ul.menu li:last-child ul, ul.menu li:nth-last-child(2) ul {
left: auto;
right: 0;
}
ul.menu li:hover ul {
padding: 10px;
z-index: 3;
background: #ffffff;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}

ul.menu li ul li {
display: block;
padding: 0;
}

ul.menu li ul a {
height: 0;
padding: 0 5px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s;
}
ul.menu li:hover ul a {
height: auto;
padding: 10px 5px;
overflow: visible;
}
}


@media only screen and (max-width: 767px) {
div#menu {
padding: 10px;
text-align: left;
}
ul.menu > li {
margin: 0 0 10px;
padding: 0;
}
ul.menu > li.on {
background-repeat: repeat-y;
background-size: 0.2em 0.6em,0.2em 1.6em,0.2em 3.4em,0.2em 3.6em;
background-position: left bottom;
background-image:radial-gradient(0.1em 0.2em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.1em 0.4em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.1em 0.7em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.1em 7.1em at center center,#333333,rgba(255,255,255,0));
}

ul.menu a {
padding: 10px 5px;
}
ul.menu ul li.on > a {
background-repeat: repeat-x;
background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
background-position: right bottom;
background-image:radial-gradient(0.2em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#333333,rgba(255,255,255,0));
}
ul.menu > li > a {
background-image: none;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu ul {
padding: 0 0 15px 15px;
}
ul.menu ul li {
display: inline-block;
padding: 0 0 5px 5px;
vertical-align: bottom;
}


body.menu3h span.menu3h {
display: inline-block;
margin: 10px 0;
padding: 10px 20px;

background-repeat: repeat-x;
background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
background-position: right bottom;
background-image:radial-gradient(0.2em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#333333,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#333333,rgba(255,255,255,0));
}
body.menu3h div#menu {
padding: 0;
}
body.menu3h ul.menu {
background: rgba(255, 255, 255, 0.95);
}
}






@media only screen and (min-width: 1021px) {
div.right {
width: 700px;
}
}


@media only screen and (max-width: 767px) {
ul.crumb {
margin: 10px;
}

#side_fix {
width: auto;
}
}
body{animation:none !important;}body:after{position:fixed;content:"";z-index:300;display:block;width:100%;left:0;top:0;animation:anim_onload1 2s;}@keyframes anim_onload1{0% {height:100%;background-color:rgba(0,0,0,1);}100% {height:100%;background-color:rgba(0,0,0,0);}}
span.effect_top, span.effect_btm, span.effect_l, span.effect_r {
position: absolute;
content: "";
border-width:0px;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2092%2092%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292px%22%20height%3D%2292px%22%3E%0A%3Cpath%20d%3D%22M%201%201%20L%207.5%201%20L%208.625%205%20L%2010.125%201%20L%2013.875%201%20L%2014.875%204%20L%2016.375%201%20L%2019.25%201%20L%2020.75%203%20L%2022.875%201%20L%2042%201%20L%2044.625%203%20L%2047.25%201%20L%2062.125%201%20L%2063.875%203%20L%2066.25%201%20L%2070%201%20L%2071.75%205%20L%2072.875%201%20L%2079.875%201%20L%2081.375%204%20L%2082.875%201%20L%2091%201%20L%2091%208%20L%2088%209.25%20L%2091%2010.625%20L%2091%2016.25%20L%2087%2018.625%20L%2091%2019.375%20L%2091%2031.875%20L%2089%2039.25%20L%2091%2044.25%20L%2091%2054.5%20L%2089%2056.625%20L%2091%2059%20L%2091%2065.625%20L%2087%2067.625%20L%2091%2069%20L%2091%2071.375%20L%2089%2072.5%20L%2091%2073.625%20L%2091%2077%20L%2087%2078.875%20L%2091%2080.125%20L%2091%2091%20L%2085.875%2091%20L%2084.875%2087%20L%2083.375%2091%20L%2066.875%2091%20L%2065.25%2088%20L%2063.5%2091%20L%2056%2091%20L%2054.375%2089%20L%2052.125%2091%20L%2033.375%2091%20L%2031.625%2089%20L%2029.875%2091%20L%2027%2091%20L%2024.875%2087%20L%2024.125%2091%20L%2019.5%2091%20L%2016.25%2088%20L%2015.5%2091%20L%2011.625%2091%20L%2010.25%2087%20L%208.625%2091%20L%201%2091%20L%201%2081.875%20L%205%2080.25%20L%201%2079.75%20L%201%2076.5%20L%203%2075.125%20L%201%2073.5%20L%201%2071.625%20L%203.125%2069.75%20L%201%2067%20L%201%2044.75%20L%205%2042.5%20L%201%2041.625%20L%201%2024.625%20L%204%2022%20L%201%2020.875%20L%201%2018.25%20L%203%2016.75%20L%201%2015%20L%201%2013%20L%205%2011.625%20L%201%2011%20L%201%201%20ZM%200%200%20L%200%2092%20L%2092%2092%20L%2092%200%20L%200%200%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 5/1/1px round;;
}
span.effect_top, span.effect_btm {
left: 0;
right: 0;
}
span.effect_l, span.effect_r {
top: 0;
bottom: 0;
}
span.effect_top {
top: 0;
border-top: 5px solid #ffffff;
}
span.effect_btm {
bottom: 0;
border-bottom: 5px solid #ffffff;
}
span.effect_l {
left: 0;
border-left: 5px solid #ffffff;
}
span.effect_r {
right: 0;
border-right: 5px solid #ffffff;
}
