
body {
margin: 0;
background: #ffffdd url(https://bizweb.jp/css/texture/knit3_p.png) repeat left top;
color: #000000;
}





div.top {
position: relative;
}

div#menu {
background: #14e4f0 url(https://bizweb.jp/css/texture/squarem_n.png) repeat left top;
color: #000000;
}
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;
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
ul.menu li.on > a {
text-decoration: underline;
}

ul.menu span.sub {
display: block;
margin: 2px 5px 0;
opacity: 0.5;
font-size: 0.7rem;
text-decoration: none;
text-shadow: none;
}


@media only screen and (min-width: 768px) {
div#menu {
position: absolute;
z-index: 1;

left: 0;
right: 0;
bottom: 0;
background: rgba(20, 228, 240, 0.7) url(https://bizweb.jp/css/texture/squarem_n.png) repeat left top;
text-align: center;

animation: fadein 1s 0.5s forwards;
opacity: 0;
}
body.nophoto div#menu {
position: relative;
}

div.menu {
padding: 15px 0;
}

ul.menu {
display: table;
margin: 0 auto;
}

ul.menu > li {
display: table-cell;
border-left: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: -2px 0 0 -1px rgba(255, 255, 255, 0.3);
}
ul.menu > li:first-of-type {
border-left: none;
box-shadow: none;
}

ul.menu a {
padding: 10px;
}
ul.menu li.on > a, ul.menu a:hover {
text-decoration: underline;
}

ul.menu div.menu_dd {
position: relative;
}

ul.menu li ul {
position: absolute;
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 {
z-index: 2;
padding: 10px;
background: #14e4f0 url(https://bizweb.jp/css/texture/squarem_n.png) repeat left top;
}

ul.menu li ul a {
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s;
}
ul.menu li:hover ul a {
height: auto;
padding: 10px;
overflow: visible;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.3);
}
}


@media only screen and (max-width: 767px) {
div#menu {
position: relative;
text-align: left;
}
ul.menu > li {
padding: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.3);
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu ul {
margin-top: 10px;
margin-left: 10px;
}
ul.menu ul li {
display: inline-block;
}
ul.menu ul a {
display: inline-block;
padding: 5px;
}


body.menu3h span.menu3h {
display: inline-block;
padding: 15px 20px;
}
body.menu3h ul.menu {
background: rgba(20, 228, 240, 0.95) url(https://bizweb.jp/css/texture/squarem_n.png) repeat left top;
}
}





div#photo {
background: #23b8fd url(https://bizweb.jp/css/texture/grids_n.png) repeat left top;
color: #000000;
}





ul.crumb {
position: relative;
margin: 20px auto;
padding: 0;
list-style: none;
font-size: 0.8rem;
color: #000000;
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;
}





div.contents {
display: grid;
grid-template-columns: auto 1fr auto;
margin: 0 auto;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}





#footer {
min-height: 30px;
margin-top: 30px;
background: #23b8fd url(https://bizweb.jp/css/texture/grids_n.png) repeat left top;
color: #000000;
}





@media only screen and (min-width: 1021px) {
ul.menu {
width: 1000px;
}

ul.crumb {
width: 980px;
}

div.contents {
width: 1000px;
}


body.liq #contents div.lb, div#header div.lb, div#photo div.lb, div.footer div.lb, body.liq #contents div.block > div.row, div#header div.block > div.row, div#photo div.block > div.row, div.footer div.block > div.row {
width: 1000px;
margin: 0 auto;
}
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
ul.menu {
width: 100%;
}

ul.crumb {
margin: 20px 10px;
}
}


@media only screen and (max-width: 767px) {
div.top {
position: static;
}

ul.crumb {
margin: 20px 10px;
}

div.contents {
display: block;
}
#side_l #side, #side_r #side {
margin: 0;
}
}


body.liq div.contents {
display: block;
width: auto;
}

span.effect_top, span.effect_btm {
position: absolute;
content: "";
left: 0;
right: 0;
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%23ffffdd%22%2F%3E%0A%3C%2Fsvg%3E') 5/1/1px round;;
}
span.effect_top {
top: 0;
border-top: 5px solid #14e4f0;
}
span.effect_btm {
bottom: 0;
border-bottom: 5px solid #14e4f0;
}
span.effect_top2 {
display: none;
}

span.effect_top3 {
border-width:0px;border-top:4px solid #14e4f0;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%2090%2090%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290px%22%20height%3D%2290px%22%3E%0A%3Cpath%20d%3D%22M%200%200%20L%206.5%200%20L%207.625%204%20L%209.125%200%20L%2012.875%200%20L%2013.875%203%20L%2015.375%200%20L%2018.25%200%20L%2019.75%202%20L%2021.875%200%20L%2041%200%20L%2043.625%202%20L%2046.25%200%20L%2061.125%200%20L%2062.875%202%20L%2065.25%200%20L%2069%200%20L%2070.75%204%20L%2071.875%200%20L%2078.875%200%20L%2080.375%203%20L%2081.875%200%20L%2090%200%20L%2090%207%20L%2087%208.25%20L%2090%209.625%20L%2090%2015.25%20L%2086%2017.625%20L%2090%2018.375%20L%2090%2030.875%20L%2088%2038.25%20L%2090%2043.25%20L%2090%2053.5%20L%2088%2055.625%20L%2090%2058%20L%2090%2064.625%20L%2086%2066.625%20L%2090%2068%20L%2090%2070.375%20L%2088%2071.5%20L%2090%2072.625%20L%2090%2076%20L%2086%2077.875%20L%2090%2079.125%20L%2090%2090%20L%2084.875%2090%20L%2083.875%2086%20L%2082.375%2090%20L%2065.875%2090%20L%2064.25%2087%20L%2062.5%2090%20L%2055%2090%20L%2053.375%2088%20L%2051.125%2090%20L%2032.375%2090%20L%2030.625%2088%20L%2028.875%2090%20L%2026%2090%20L%2023.875%2086%20L%2023.125%2090%20L%2018.5%2090%20L%2015.25%2087%20L%2014.5%2090%20L%2010.625%2090%20L%209.25%2086%20L%207.625%2090%20L%200%2090%20L%200%2080.875%20L%204%2079.25%20L%200%2078.75%20L%200%2075.5%20L%202%2074.125%20L%200%2072.5%20L%200%2070.625%20L%202.125%2068.75%20L%200%2066%20L%200%2043.75%20L%204%2041.5%20L%200%2040.625%20L%200%2023.625%20L%203%2021%20L%200%2019.875%20L%200%2017.25%20L%202%2015.75%20L%200%2014%20L%200%2012%20L%204%2010.625%20L%200%2010%20L%200%200%20Z%22%20fill%3D%22%2314e4f0%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}


@media only screen and (max-width: 767px) {
span.effect_top3 {
border-width:0px;border-top:4px solid #14e4f0;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%2090%2090%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290px%22%20height%3D%2290px%22%3E%0A%3Cpath%20d%3D%22M%200%200%20L%206.5%200%20L%207.625%204%20L%209.125%200%20L%2012.875%200%20L%2013.875%203%20L%2015.375%200%20L%2018.25%200%20L%2019.75%202%20L%2021.875%200%20L%2041%200%20L%2043.625%202%20L%2046.25%200%20L%2061.125%200%20L%2062.875%202%20L%2065.25%200%20L%2069%200%20L%2070.75%204%20L%2071.875%200%20L%2078.875%200%20L%2080.375%203%20L%2081.875%200%20L%2090%200%20L%2090%207%20L%2087%208.25%20L%2090%209.625%20L%2090%2015.25%20L%2086%2017.625%20L%2090%2018.375%20L%2090%2030.875%20L%2088%2038.25%20L%2090%2043.25%20L%2090%2053.5%20L%2088%2055.625%20L%2090%2058%20L%2090%2064.625%20L%2086%2066.625%20L%2090%2068%20L%2090%2070.375%20L%2088%2071.5%20L%2090%2072.625%20L%2090%2076%20L%2086%2077.875%20L%2090%2079.125%20L%2090%2090%20L%2084.875%2090%20L%2083.875%2086%20L%2082.375%2090%20L%2065.875%2090%20L%2064.25%2087%20L%2062.5%2090%20L%2055%2090%20L%2053.375%2088%20L%2051.125%2090%20L%2032.375%2090%20L%2030.625%2088%20L%2028.875%2090%20L%2026%2090%20L%2023.875%2086%20L%2023.125%2090%20L%2018.5%2090%20L%2015.25%2087%20L%2014.5%2090%20L%2010.625%2090%20L%209.25%2086%20L%207.625%2090%20L%200%2090%20L%200%2080.875%20L%204%2079.25%20L%200%2078.75%20L%200%2075.5%20L%202%2074.125%20L%200%2072.5%20L%200%2070.625%20L%202.125%2068.75%20L%200%2066%20L%200%2043.75%20L%204%2041.5%20L%200%2040.625%20L%200%2023.625%20L%203%2021%20L%200%2019.875%20L%200%2017.25%20L%202%2015.75%20L%200%2014%20L%200%2012%20L%204%2010.625%20L%200%2010%20L%200%200%20Z%22%20fill%3D%22%2314e4f0%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}
}


@media only screen and (min-width: 768px) {
ul.menu li:hover ul {
border-width:0px;border:4px solid #14e4f0;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%2090%2090%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290px%22%20height%3D%2290px%22%3E%0A%3Cpath%20d%3D%22M%200%200%20L%206.5%200%20L%207.625%204%20L%209.125%200%20L%2012.875%200%20L%2013.875%203%20L%2015.375%200%20L%2018.25%200%20L%2019.75%202%20L%2021.875%200%20L%2041%200%20L%2043.625%202%20L%2046.25%200%20L%2061.125%200%20L%2062.875%202%20L%2065.25%200%20L%2069%200%20L%2070.75%204%20L%2071.875%200%20L%2078.875%200%20L%2080.375%203%20L%2081.875%200%20L%2090%200%20L%2090%207%20L%2087%208.25%20L%2090%209.625%20L%2090%2015.25%20L%2086%2017.625%20L%2090%2018.375%20L%2090%2030.875%20L%2088%2038.25%20L%2090%2043.25%20L%2090%2053.5%20L%2088%2055.625%20L%2090%2058%20L%2090%2064.625%20L%2086%2066.625%20L%2090%2068%20L%2090%2070.375%20L%2088%2071.5%20L%2090%2072.625%20L%2090%2076%20L%2086%2077.875%20L%2090%2079.125%20L%2090%2090%20L%2084.875%2090%20L%2083.875%2086%20L%2082.375%2090%20L%2065.875%2090%20L%2064.25%2087%20L%2062.5%2090%20L%2055%2090%20L%2053.375%2088%20L%2051.125%2090%20L%2032.375%2090%20L%2030.625%2088%20L%2028.875%2090%20L%2026%2090%20L%2023.875%2086%20L%2023.125%2090%20L%2018.5%2090%20L%2015.25%2087%20L%2014.5%2090%20L%2010.625%2090%20L%209.25%2086%20L%207.625%2090%20L%200%2090%20L%200%2080.875%20L%204%2079.25%20L%200%2078.75%20L%200%2075.5%20L%202%2074.125%20L%200%2072.5%20L%200%2070.625%20L%202.125%2068.75%20L%200%2066%20L%200%2043.75%20L%204%2041.5%20L%200%2040.625%20L%200%2023.625%20L%203%2021%20L%200%2019.875%20L%200%2017.25%20L%202%2015.75%20L%200%2014%20L%200%2012%20L%204%2010.625%20L%200%2010%20L%200%200%20Z%22%20fill%3D%22%2314e4f0%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}
}

@media only screen and (max-width: 767px) {
body.menu3h ul.menu {
border-width:0px;border-bottom:4px solid #14e4f0;border-left:4px solid #14e4f0;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%2090%2090%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290px%22%20height%3D%2290px%22%3E%0A%3Cpath%20d%3D%22M%200%200%20L%206.5%200%20L%207.625%204%20L%209.125%200%20L%2012.875%200%20L%2013.875%203%20L%2015.375%200%20L%2018.25%200%20L%2019.75%202%20L%2021.875%200%20L%2041%200%20L%2043.625%202%20L%2046.25%200%20L%2061.125%200%20L%2062.875%202%20L%2065.25%200%20L%2069%200%20L%2070.75%204%20L%2071.875%200%20L%2078.875%200%20L%2080.375%203%20L%2081.875%200%20L%2090%200%20L%2090%207%20L%2087%208.25%20L%2090%209.625%20L%2090%2015.25%20L%2086%2017.625%20L%2090%2018.375%20L%2090%2030.875%20L%2088%2038.25%20L%2090%2043.25%20L%2090%2053.5%20L%2088%2055.625%20L%2090%2058%20L%2090%2064.625%20L%2086%2066.625%20L%2090%2068%20L%2090%2070.375%20L%2088%2071.5%20L%2090%2072.625%20L%2090%2076%20L%2086%2077.875%20L%2090%2079.125%20L%2090%2090%20L%2084.875%2090%20L%2083.875%2086%20L%2082.375%2090%20L%2065.875%2090%20L%2064.25%2087%20L%2062.5%2090%20L%2055%2090%20L%2053.375%2088%20L%2051.125%2090%20L%2032.375%2090%20L%2030.625%2088%20L%2028.875%2090%20L%2026%2090%20L%2023.875%2086%20L%2023.125%2090%20L%2018.5%2090%20L%2015.25%2087%20L%2014.5%2090%20L%2010.625%2090%20L%209.25%2086%20L%207.625%2090%20L%200%2090%20L%200%2080.875%20L%204%2079.25%20L%200%2078.75%20L%200%2075.5%20L%202%2074.125%20L%200%2072.5%20L%200%2070.625%20L%202.125%2068.75%20L%200%2066%20L%200%2043.75%20L%204%2041.5%20L%200%2040.625%20L%200%2023.625%20L%203%2021%20L%200%2019.875%20L%200%2017.25%20L%202%2015.75%20L%200%2014%20L%200%2012%20L%204%2010.625%20L%200%2010%20L%200%200%20Z%22%20fill%3D%22%2314e4f0%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}
}

#footer {
border-width:0px;border-top:4px solid #23b8fd;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%2090%2090%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290px%22%20height%3D%2290px%22%3E%0A%3Cpath%20d%3D%22M%200%200%20L%206.5%200%20L%207.625%204%20L%209.125%200%20L%2012.875%200%20L%2013.875%203%20L%2015.375%200%20L%2018.25%200%20L%2019.75%202%20L%2021.875%200%20L%2041%200%20L%2043.625%202%20L%2046.25%200%20L%2061.125%200%20L%2062.875%202%20L%2065.25%200%20L%2069%200%20L%2070.75%204%20L%2071.875%200%20L%2078.875%200%20L%2080.375%203%20L%2081.875%200%20L%2090%200%20L%2090%207%20L%2087%208.25%20L%2090%209.625%20L%2090%2015.25%20L%2086%2017.625%20L%2090%2018.375%20L%2090%2030.875%20L%2088%2038.25%20L%2090%2043.25%20L%2090%2053.5%20L%2088%2055.625%20L%2090%2058%20L%2090%2064.625%20L%2086%2066.625%20L%2090%2068%20L%2090%2070.375%20L%2088%2071.5%20L%2090%2072.625%20L%2090%2076%20L%2086%2077.875%20L%2090%2079.125%20L%2090%2090%20L%2084.875%2090%20L%2083.875%2086%20L%2082.375%2090%20L%2065.875%2090%20L%2064.25%2087%20L%2062.5%2090%20L%2055%2090%20L%2053.375%2088%20L%2051.125%2090%20L%2032.375%2090%20L%2030.625%2088%20L%2028.875%2090%20L%2026%2090%20L%2023.875%2086%20L%2023.125%2090%20L%2018.5%2090%20L%2015.25%2087%20L%2014.5%2090%20L%2010.625%2090%20L%209.25%2086%20L%207.625%2090%20L%200%2090%20L%200%2080.875%20L%204%2079.25%20L%200%2078.75%20L%200%2075.5%20L%202%2074.125%20L%200%2072.5%20L%200%2070.625%20L%202.125%2068.75%20L%200%2066%20L%200%2043.75%20L%204%2041.5%20L%200%2040.625%20L%200%2023.625%20L%203%2021%20L%200%2019.875%20L%200%2017.25%20L%202%2015.75%20L%200%2014%20L%200%2012%20L%204%2010.625%20L%200%2010%20L%200%200%20Z%22%20fill%3D%22%2323b8fd%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}
