
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: #e2f8fd;
color: #000000;
}

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;
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: right;
}

ul.menu {
display: inline-table;
margin: 0 0 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,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#ffff66,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,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.1em 0.4em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.1em 0.7em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.1em 7.1em at center center,#ffff66,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,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#ffff66,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,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#ffff66,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#ffff66,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 (max-width: 767px) {
ul.crumb {
margin: 10px;
}

#side_fix {
width: auto;
}
}

span.effect_top, span.effect_btm {
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%20194%20194%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22194px%22%20height%3D%22194px%22%3E%0A%3Cpath%20d%3D%22M%202%202%20C%2010.2318%202.9847%2018.5881%203.6946%2026.8843%203.2051%20C%2031.9313%202.9073%2036.9467%202.2072%2042%202%20C%2048.5977%201.7294%2055.0814%203.3258%2061.6574%203.525%20C%2067.9019%203.7142%2074.0834%202.5631%2080.3117%202.3451%20L%2087.146%202.2453%20C%2093.9675%202.0683%20100.7643%201.4011%20107.5914%201.3727%20C%20114.2665%201.3449%20120.7874%203.2355%20127.4625%203.2355%20C%20133.0289%203.2355%20138.5535%202.0908%20144.1261%202.4983%20C%20152.768%203.1301%20161.3991%204.1912%20170.0794%203.7845%20C%20177.4122%203.441%20184.6333%201.7583%20192%202%20C%20191.4536%2020.3252%20191.119%2038.6666%20191.3872%2057%20C%20191.4812%2063.4233%20191.9133%2069.8601%20191.5575%2076.2852%20C%20191.2867%2081.1749%20190.1166%2086.0234%20190.4476%2090.9403%20C%20190.7689%2095.713%20191.5053%20100.4446%20191.8737%20105.213%20C%20192.3388%20111.2325%20191.4854%20117.2478%20191.4854%20123.2678%20C%20191.4854%20128.1106%20192.6039%20132.8767%20192.6039%20137.7196%20C%20192.6039%20145.3332%20190.4514%20152.7561%20190.342%20160.3631%20C%20190.1899%20170.9378%20191.9319%20181.4304%20192%20192%20C%20185.3383%20192.3084%20178.6602%20192.331%20172%20191.9708%20C%20166.194%20191.6568%20160.5658%20189.7475%20154.7259%20189.8315%20C%20148.7467%20189.9174%20142.985%20191.9792%20137%20192%20C%20131.2949%20192.0198%20125.5902%20191.551%20119.897%20191.2863%20C%20114.3361%20191.0278%20108.8001%20191.9347%20103.2563%20192.1893%20C%2097.3604%20192.46%2091.5873%20190.8258%2085.7082%20190.7236%20C%2078.8649%20190.6046%2072.1163%20192.0375%2065.2854%20192.1933%20C%2058.5671%20192.3466%2051.8802%20191.3974%2045.1898%20190.9511%20C%2039.9647%20190.6025%2034.7397%20191.3893%2029.5224%20191.5438%20C%2020.3532%20191.8155%2011.1743%20192.0182%202%20192%20C%201.9613%20185.7536%201.4834%20179.4958%201.8643%20173.2609%20C%202.1783%20168.1229%203.6901%20163.2174%203.7826%20158.0035%20C%203.9393%20149.1817%201.6947%20141.077%202%20132%20C%202.2808%20123.6521%205.2725%20115.7432%203.8904%20107.2966%20C%203.2589%20103.4368%202.9514%2099.6495%202.8046%2095.7194%20C%202.571%2089.4659%203.6179%2083.2597%203.2267%2077%20C%202.5903%2066.8157%203.7792%2056.7594%203.4146%2046.599%20C%202.881%2031.7293%202.1265%2016.8801%202%202%20ZM%200%200%20L%200%20194%20L%20194%20194%20L%20194%200%20L%200%200%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 5/1/1px round;;
left: 0;
right: 0;
}
span.effect_top {
top: 0;
border-top: 5px solid #ffffff;
}
span.effect_btm {
bottom: 0;
border-bottom: 5px solid #ffffff;
}
