
body {
margin: 0;
background: #ffffff;
color: #000000;
}

div.bar {
position: relative;
display: block;
height: 5px;
margin: 0;
padding: 15px 0 0;
background: #000000 url(https://eyado.net/css/texture/squarel_d.png) repeat left top;
overflow: none;
}

div.top {
display: flex;
justify-content: space-between;
align-items: center;
margin: 20px auto;
}
div#header {
width: 300px;
}





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 li.on > a {
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
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) {
body.nomenu div#header, body.noheader div#menu {
margin: 0 auto;
}

html.ie10 div#menu {
display: table-cell;
}

ul.menu {
display: table;
border-spacing: 5px 0;
margin: 0 0 0 auto;
text-align: center;
}

ul.menu > li {
display: table-cell;
border-bottom: 2px solid transparent;
transition: 0.3s ease-in-out;
}
ul.menu > li.on, ul.menu > li:hover {
border-bottom: 2px solid #0792f0;
}

ul.menu a {
padding: 15px 5px;
}
ul.menu li div.menu_dd {
position: relative;
}

ul.menu li ul {
position: absolute;
top: 100%;
left: 0;
margin-top: 5px;
}
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;
background: #ffffff;
border-right: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
}

ul.menu li ul li a {
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
transition: padding 0.3s, background-color 1s;
text-align: left;
}
ul.menu li:hover ul li a {
height: auto;
padding: 10px;
overflow: visible;
border-top: 1px solid #eeeeee;
}
ul.menu ul li a:hover {
background-color: #eeeeee;
}
}


@media only screen and (max-width: 767px) {
div#menu {
margin: 5px;
text-align: left;
}

ul.menu > li {
padding: 10px;
border-left: 2px solid transparent;
}
ul.menu > li.on {
border-left: 2px solid #0792f0;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu li ul {
margin-top: 5px;
margin-bottom: 10px;
margin-left: 10px;
}
ul.menu li ul li {
display: inline-block;
padding: 0;
}
ul.menu li ul li a {
display: inline-block;
padding: 5px;
}


body.menu3h span.menu3h {
display: inline-block;
padding: 10px 20px;
border-bottom: 2px solid #0792f0;
}
body.menu3h ul.menu {
background: rgba(255, 255, 255, 0.95);
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}






div#photo {
position: relative;
margin: 10px 0;
padding: 30px 0;
background: #000000 url(https://eyado.net/css/texture/squarel_d.png) repeat left top;
color: #ffffff;
}
div.photo {
clear: both;
margin: 0 auto;
}

ul.crumb {
margin: 10px auto;
padding: 0 10px;
list-style: none;
box-sizing: border-box;
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;
}






div.contents {
display: grid;
grid-template-columns: auto 1fr auto;
margin: 10px auto;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}






#footer {
position: relative;
min-height: 20px;
margin-top: 30px;
background: #0792f0 url(https://eyado.net/css/texture/stone_n.png) repeat left top;
color: #000000;
}





@media only screen and (min-width: 1081px) {
div.photo {
margin: 0 30px;
}
}

@media only screen and (max-width: 1080px) and (min-width: 1041px) {
div.photo {
width: 1000px;
margin: 0 auto;
}
}

@media only screen and (max-width: 1040px) and (min-width: 768px) {
div.top {
margin: 20px 10px;
}

div.photo {
margin: 0 10px;
}

ul.crumb {
margin: 0 10px;
}

div.contents {
margin: 10px;
}
}


@media only screen and (max-width: 767px) {
div.top {
display: block;
}
div#header {
margin: 0 auto;
}

div.photo {
margin: 0 10px;
}

div.contents {
display: block;
}
#side_l #side, #side_r #side {
margin: 0;
}
}


body.liq div.contents {
display: block;
width: auto;
}

div.bar {
border-width:0px;border-bottom:4px solid #000000;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%2031%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%2231px%22%3E%0A%3Cpath%20d%3D%22M%2025.615%203.09%20C%2025.0899%203.1272%2024.5676%203.174%2024.045%203.225%20L%2023.8125%202.125%20C%2023.6421%201.7841%2023.6353%200.7603%2023.4375%200.5625%20C%2023.361%200.486%2023.1524%202.6458%2023.105%203.32%20L%2022.205%203.415%20C%2022.0462%202.7261%2021.6845%201.4405%2021.625%201.5%20C%2021.4375%201.6875%2021.2428%202.9592%2021.19%203.52%20C%2020.5505%203.583%2019.9173%203.6382%2019.29%203.68%20C%2019.3503%202.7401%2019.5362%20-0.0806%2018.75%200.3125%20C%2018.5544%200.4103%2017.784%202.953%2017.83%203.745%20L%2017.5047%203.7499%20L%2016.47%203.745%20C%2016.9247%202.6684%2014.9978%202.4333%2015.655%203.725%20L%2014.75%203.69%20C%2014.7393%203.0945%2014.6915%201.4335%2014.625%201.5%20C%2014.4216%201.7034%2014.0174%203.181%2013.92%203.645%20L%2012.77%203.57%20C%2012.6695%202.6494%2012.4177%200.1052%2012.25%20-0.0625%20C%2012.1688%20-0.1437%2011.7904%202.5091%2011.705%203.495%20L%2010.585%203.41%20C%2010.7631%202.4645%209.0537%202.1405%209.65%203.335%20L%208.23%203.225%20C%208.3041%202.3164%208.7788%20-0.0144%208%200.375%20C%207.8227%200.4637%207.1599%202.1547%207.13%203.15%20L%206.06%203.085%20L%205.8125%202.125%20C%205.6421%201.7841%205.6353%200.7603%205.4375%200.5625%20C%205.3688%200.4938%205.2115%202.2101%205.15%203.045%20L%204.245%203.015%20C%204.096%202.5649%203.875%201.8125%203.875%201.8125%20C%203.875%201.8125%203.7426%202.5225%203.63%203.005%20L%203%203%20L%203%203.325%20L%202.6735%203.3265%20C%202.6735%203.8077%202.6857%204.2904%202.7085%204.7715%20C%201.8393%204.5953%201.7195%206.1033%202.7635%205.7115%20C%202.8007%206.2366%202.8475%206.7589%202.8985%207.2815%20L%201.7985%207.514%20C%201.4576%207.6845%200.4338%207.6912%200.236%207.889%20C%200.1595%207.9655%202.3193%208.1741%202.9935%208.2215%20L%203.0885%209.1215%20C%202.3996%209.2803%201.114%209.642%201.1735%209.7015%20C%201.361%209.889%202.6326%2010.0837%203.1935%2010.1365%20C%203.2565%2010.776%203.3117%2011.4093%203.3535%2012.0365%20C%202.4136%2011.9762%20-0.3306%2011.9013%200.0625%2012.6875%20C%200.1603%2012.8831%202.6265%2013.5426%203.4185%2013.4965%20L%203.4234%2013.8218%20L%203.4185%2014.8565%20C%202.3419%2014.4018%202.1068%2016.3287%203.3985%2015.6715%20L%203.3635%2016.5765%20C%202.768%2016.5872%201.107%2016.635%201.1735%2016.7015%20C%201.3769%2016.9049%202.8545%2017.3091%203.3185%2017.4065%20L%203.2435%2018.5565%20C%202.3229%2018.6571%200.2927%2018.8323%200.125%2019%20C%200.0438%2019.0812%202.1826%2019.5361%203.1685%2019.6215%20L%203.0835%2020.7415%20C%202.138%2020.5634%201.8139%2022.2728%203.0085%2021.6765%20L%202.8985%2023.0965%20C%201.9899%2023.0224%20-0.2644%2022.7837%200.125%2023.5625%20C%200.2137%2023.7398%201.8282%2024.1666%202.8235%2024.1965%20L%202.7585%2025.2665%20L%201.7985%2025.514%20C%201.4576%2025.6845%200.4338%2025.6912%200.236%2025.889%20C%200.1673%2025.9577%201.8836%2026.115%202.7185%2026.1765%20L%202.6885%2027.0815%20C%202.2383%2027.2305%201.486%2027.4515%201.486%2027.4515%20C%201.486%2027.4515%202.196%2027.5839%202.6785%2027.6965%20L%202.6735%2028.3265%20L%203%2028.325%20L%203%2028.653%20C%203.4812%2028.653%203.9638%2028.6409%204.445%2028.618%20C%204.2688%2029.4872%205.7768%2029.607%205.385%2028.563%20C%205.9101%2028.5258%206.4324%2028.479%206.955%2028.428%20L%207.1875%2029.528%20C%207.3579%2029.8689%207.3647%2030.6772%207.5625%2030.875%20C%207.639%2030.9515%207.8476%2029.0072%207.895%2028.333%20L%208.795%2028.238%20C%208.9538%2028.9269%209.3155%2030.2125%209.375%2030.153%20C%209.5625%2029.9655%209.7572%2028.6939%209.81%2028.133%20C%2010.4495%2028.07%2011.0827%2028.0148%2011.71%2027.973%20C%2011.6497%2028.9129%2011.0888%2031.2056%2011.875%2030.8125%20C%2012.0706%2030.7147%2013.216%2028.7%2013.17%2027.908%20L%2013.4953%2027.9032%20L%2014.53%2027.908%20C%2014.0753%2028.9846%2016.0022%2029.2197%2015.345%2027.928%20L%2016.25%2027.963%20C%2016.2607%2028.5585%2016.3085%2030.2195%2016.375%2030.153%20C%2016.5784%2029.9496%2016.9826%2028.472%2017.08%2028.008%20L%2018.23%2028.083%20C%2018.3305%2029.0036%2018.3948%2030.6448%2018.5625%2030.8125%20C%2018.6437%2030.8937%2019.2096%2029.1439%2019.295%2028.158%20L%2020.415%2028.243%20C%2020.2369%2029.1886%2021.9463%2029.5126%2021.35%2028.318%20L%2022.77%2028.428%20C%2022.6959%2029.3366%2022.2212%2031.2644%2023%2030.875%20C%2023.1773%2030.7863%2023.8401%2029.4984%2023.87%2028.503%20L%2024.94%2028.568%20L%2025.1875%2029.528%20C%2025.3579%2029.8689%2025.3647%2030.6772%2025.5625%2030.875%20C%2025.6312%2030.9437%2025.7885%2029.4429%2025.85%2028.608%20L%2026.755%2028.638%20C%2026.904%2029.0882%2027.125%2029.8405%2027.125%2029.8405%20C%2027.125%2029.8405%2027.2574%2029.1306%2027.37%2028.648%20L%2028%2028.653%20L%2028%2028.325%20L%2028.3265%2028.3265%20C%2028.3265%2027.8454%2028.3143%2027.3627%2028.2915%2026.8815%20C%2029.1607%2027.0577%2029.2805%2025.5497%2028.2365%2025.9415%20C%2028.1993%2025.4164%2028.1525%2024.8941%2028.1015%2024.3715%20L%2029.2015%2024.139%20C%2029.5424%2023.9686%2030.5662%2023.9618%2030.764%2023.764%20C%2030.8405%2023.6875%2028.6807%2023.4789%2028.0065%2023.4315%20L%2027.9115%2022.5315%20C%2028.6004%2022.3727%2029.886%2022.011%2029.8265%2021.9515%20C%2029.639%2021.764%2028.3674%2021.5693%2027.8065%2021.5165%20C%2027.7435%2020.877%2027.6883%2020.2438%2027.6465%2019.6165%20C%2028.5864%2019.6768%2031.2056%2019.8487%2030.8125%2019.0625%20C%2030.7147%2018.8669%2028.3735%2018.1105%2027.5815%2018.1565%20L%2027.5766%2017.8312%20L%2027.5815%2016.7965%20C%2028.6581%2017.2512%2028.8932%2015.3243%2027.6015%2015.9815%20L%2027.6365%2015.0765%20C%2028.232%2015.0658%2029.893%2015.018%2029.8265%2014.9515%20C%2029.6231%2014.7481%2028.1455%2014.3439%2027.6815%2014.2465%20L%2027.7565%2013.0965%20C%2028.6771%2012.996%2030.5198%2012.9177%2030.6875%2012.75%20C%2030.7687%2012.6688%2028.8174%2012.1169%2027.8315%2012.0315%20L%2027.9165%2010.9115%20C%2028.862%2011.0896%2029.1861%209.3802%2027.9915%209.9765%20L%2028.1015%208.5565%20C%2029.0101%208.6306%2031.0769%209.2788%2030.6875%208.5%20C%2030.5988%208.3227%2029.1718%207.4864%2028.1765%207.4565%20L%2028.2415%206.3865%20L%2029.2015%206.139%20C%2029.5424%205.9686%2030.5662%205.9618%2030.764%205.764%20C%2030.8327%205.6953%2029.1164%205.5381%2028.2815%205.4765%20L%2028.3115%204.5715%20C%2028.7617%204.4225%2029.514%204.2015%2029.514%204.2015%20C%2029.514%204.2015%2028.804%204.0691%2028.3215%203.9565%20L%2028.3265%203.3265%20L%2028%203.325%20L%2028%203%20C%2027.5188%203%2027.0362%203.0122%2026.555%203.035%20C%2026.7312%202.1658%2025.2232%202.046%2025.615%203.09%20Z%22%20fill%3D%22%23000000%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}

div#photo {
margin: 20px 0;
border-width:0px;border-top:4px solid #000000;border-bottom:4px solid #000000;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%2031%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%2231px%22%3E%0A%3Cpath%20d%3D%22M%2025.615%203.09%20C%2025.0899%203.1272%2024.5676%203.174%2024.045%203.225%20L%2023.8125%202.125%20C%2023.6421%201.7841%2023.6353%200.7603%2023.4375%200.5625%20C%2023.361%200.486%2023.1524%202.6458%2023.105%203.32%20L%2022.205%203.415%20C%2022.0462%202.7261%2021.6845%201.4405%2021.625%201.5%20C%2021.4375%201.6875%2021.2428%202.9592%2021.19%203.52%20C%2020.5505%203.583%2019.9173%203.6382%2019.29%203.68%20C%2019.3503%202.7401%2019.5362%20-0.0806%2018.75%200.3125%20C%2018.5544%200.4103%2017.784%202.953%2017.83%203.745%20L%2017.5047%203.7499%20L%2016.47%203.745%20C%2016.9247%202.6684%2014.9978%202.4333%2015.655%203.725%20L%2014.75%203.69%20C%2014.7393%203.0945%2014.6915%201.4335%2014.625%201.5%20C%2014.4216%201.7034%2014.0174%203.181%2013.92%203.645%20L%2012.77%203.57%20C%2012.6695%202.6494%2012.4177%200.1052%2012.25%20-0.0625%20C%2012.1688%20-0.1437%2011.7904%202.5091%2011.705%203.495%20L%2010.585%203.41%20C%2010.7631%202.4645%209.0537%202.1405%209.65%203.335%20L%208.23%203.225%20C%208.3041%202.3164%208.7788%20-0.0144%208%200.375%20C%207.8227%200.4637%207.1599%202.1547%207.13%203.15%20L%206.06%203.085%20L%205.8125%202.125%20C%205.6421%201.7841%205.6353%200.7603%205.4375%200.5625%20C%205.3688%200.4938%205.2115%202.2101%205.15%203.045%20L%204.245%203.015%20C%204.096%202.5649%203.875%201.8125%203.875%201.8125%20C%203.875%201.8125%203.7426%202.5225%203.63%203.005%20L%203%203%20L%203%203.325%20L%202.6735%203.3265%20C%202.6735%203.8077%202.6857%204.2904%202.7085%204.7715%20C%201.8393%204.5953%201.7195%206.1033%202.7635%205.7115%20C%202.8007%206.2366%202.8475%206.7589%202.8985%207.2815%20L%201.7985%207.514%20C%201.4576%207.6845%200.4338%207.6912%200.236%207.889%20C%200.1595%207.9655%202.3193%208.1741%202.9935%208.2215%20L%203.0885%209.1215%20C%202.3996%209.2803%201.114%209.642%201.1735%209.7015%20C%201.361%209.889%202.6326%2010.0837%203.1935%2010.1365%20C%203.2565%2010.776%203.3117%2011.4093%203.3535%2012.0365%20C%202.4136%2011.9762%20-0.3306%2011.9013%200.0625%2012.6875%20C%200.1603%2012.8831%202.6265%2013.5426%203.4185%2013.4965%20L%203.4234%2013.8218%20L%203.4185%2014.8565%20C%202.3419%2014.4018%202.1068%2016.3287%203.3985%2015.6715%20L%203.3635%2016.5765%20C%202.768%2016.5872%201.107%2016.635%201.1735%2016.7015%20C%201.3769%2016.9049%202.8545%2017.3091%203.3185%2017.4065%20L%203.2435%2018.5565%20C%202.3229%2018.6571%200.2927%2018.8323%200.125%2019%20C%200.0438%2019.0812%202.1826%2019.5361%203.1685%2019.6215%20L%203.0835%2020.7415%20C%202.138%2020.5634%201.8139%2022.2728%203.0085%2021.6765%20L%202.8985%2023.0965%20C%201.9899%2023.0224%20-0.2644%2022.7837%200.125%2023.5625%20C%200.2137%2023.7398%201.8282%2024.1666%202.8235%2024.1965%20L%202.7585%2025.2665%20L%201.7985%2025.514%20C%201.4576%2025.6845%200.4338%2025.6912%200.236%2025.889%20C%200.1673%2025.9577%201.8836%2026.115%202.7185%2026.1765%20L%202.6885%2027.0815%20C%202.2383%2027.2305%201.486%2027.4515%201.486%2027.4515%20C%201.486%2027.4515%202.196%2027.5839%202.6785%2027.6965%20L%202.6735%2028.3265%20L%203%2028.325%20L%203%2028.653%20C%203.4812%2028.653%203.9638%2028.6409%204.445%2028.618%20C%204.2688%2029.4872%205.7768%2029.607%205.385%2028.563%20C%205.9101%2028.5258%206.4324%2028.479%206.955%2028.428%20L%207.1875%2029.528%20C%207.3579%2029.8689%207.3647%2030.6772%207.5625%2030.875%20C%207.639%2030.9515%207.8476%2029.0072%207.895%2028.333%20L%208.795%2028.238%20C%208.9538%2028.9269%209.3155%2030.2125%209.375%2030.153%20C%209.5625%2029.9655%209.7572%2028.6939%209.81%2028.133%20C%2010.4495%2028.07%2011.0827%2028.0148%2011.71%2027.973%20C%2011.6497%2028.9129%2011.0888%2031.2056%2011.875%2030.8125%20C%2012.0706%2030.7147%2013.216%2028.7%2013.17%2027.908%20L%2013.4953%2027.9032%20L%2014.53%2027.908%20C%2014.0753%2028.9846%2016.0022%2029.2197%2015.345%2027.928%20L%2016.25%2027.963%20C%2016.2607%2028.5585%2016.3085%2030.2195%2016.375%2030.153%20C%2016.5784%2029.9496%2016.9826%2028.472%2017.08%2028.008%20L%2018.23%2028.083%20C%2018.3305%2029.0036%2018.3948%2030.6448%2018.5625%2030.8125%20C%2018.6437%2030.8937%2019.2096%2029.1439%2019.295%2028.158%20L%2020.415%2028.243%20C%2020.2369%2029.1886%2021.9463%2029.5126%2021.35%2028.318%20L%2022.77%2028.428%20C%2022.6959%2029.3366%2022.2212%2031.2644%2023%2030.875%20C%2023.1773%2030.7863%2023.8401%2029.4984%2023.87%2028.503%20L%2024.94%2028.568%20L%2025.1875%2029.528%20C%2025.3579%2029.8689%2025.3647%2030.6772%2025.5625%2030.875%20C%2025.6312%2030.9437%2025.7885%2029.4429%2025.85%2028.608%20L%2026.755%2028.638%20C%2026.904%2029.0882%2027.125%2029.8405%2027.125%2029.8405%20C%2027.125%2029.8405%2027.2574%2029.1306%2027.37%2028.648%20L%2028%2028.653%20L%2028%2028.325%20L%2028.3265%2028.3265%20C%2028.3265%2027.8454%2028.3143%2027.3627%2028.2915%2026.8815%20C%2029.1607%2027.0577%2029.2805%2025.5497%2028.2365%2025.9415%20C%2028.1993%2025.4164%2028.1525%2024.8941%2028.1015%2024.3715%20L%2029.2015%2024.139%20C%2029.5424%2023.9686%2030.5662%2023.9618%2030.764%2023.764%20C%2030.8405%2023.6875%2028.6807%2023.4789%2028.0065%2023.4315%20L%2027.9115%2022.5315%20C%2028.6004%2022.3727%2029.886%2022.011%2029.8265%2021.9515%20C%2029.639%2021.764%2028.3674%2021.5693%2027.8065%2021.5165%20C%2027.7435%2020.877%2027.6883%2020.2438%2027.6465%2019.6165%20C%2028.5864%2019.6768%2031.2056%2019.8487%2030.8125%2019.0625%20C%2030.7147%2018.8669%2028.3735%2018.1105%2027.5815%2018.1565%20L%2027.5766%2017.8312%20L%2027.5815%2016.7965%20C%2028.6581%2017.2512%2028.8932%2015.3243%2027.6015%2015.9815%20L%2027.6365%2015.0765%20C%2028.232%2015.0658%2029.893%2015.018%2029.8265%2014.9515%20C%2029.6231%2014.7481%2028.1455%2014.3439%2027.6815%2014.2465%20L%2027.7565%2013.0965%20C%2028.6771%2012.996%2030.5198%2012.9177%2030.6875%2012.75%20C%2030.7687%2012.6688%2028.8174%2012.1169%2027.8315%2012.0315%20L%2027.9165%2010.9115%20C%2028.862%2011.0896%2029.1861%209.3802%2027.9915%209.9765%20L%2028.1015%208.5565%20C%2029.0101%208.6306%2031.0769%209.2788%2030.6875%208.5%20C%2030.5988%208.3227%2029.1718%207.4864%2028.1765%207.4565%20L%2028.2415%206.3865%20L%2029.2015%206.139%20C%2029.5424%205.9686%2030.5662%205.9618%2030.764%205.764%20C%2030.8327%205.6953%2029.1164%205.5381%2028.2815%205.4765%20L%2028.3115%204.5715%20C%2028.7617%204.4225%2029.514%204.2015%2029.514%204.2015%20C%2029.514%204.2015%2028.804%204.0691%2028.3215%203.9565%20L%2028.3265%203.3265%20L%2028%203.325%20L%2028%203%20C%2027.5188%203%2027.0362%203.0122%2026.555%203.035%20C%2026.7312%202.1658%2025.2232%202.046%2025.615%203.09%20Z%22%20fill%3D%22%23000000%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}
div.photo {
-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0 2px;box-shadow:rgba(255, 255, 255, 0.2) 0 0 2px;
}

#footer {
border-width:0px;border-top:4px solid #0792f0;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%2031%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%2231px%22%3E%0A%3Cpath%20d%3D%22M%2025.615%203.09%20C%2025.0899%203.1272%2024.5676%203.174%2024.045%203.225%20L%2023.8125%202.125%20C%2023.6421%201.7841%2023.6353%200.7603%2023.4375%200.5625%20C%2023.361%200.486%2023.1524%202.6458%2023.105%203.32%20L%2022.205%203.415%20C%2022.0462%202.7261%2021.6845%201.4405%2021.625%201.5%20C%2021.4375%201.6875%2021.2428%202.9592%2021.19%203.52%20C%2020.5505%203.583%2019.9173%203.6382%2019.29%203.68%20C%2019.3503%202.7401%2019.5362%20-0.0806%2018.75%200.3125%20C%2018.5544%200.4103%2017.784%202.953%2017.83%203.745%20L%2017.5047%203.7499%20L%2016.47%203.745%20C%2016.9247%202.6684%2014.9978%202.4333%2015.655%203.725%20L%2014.75%203.69%20C%2014.7393%203.0945%2014.6915%201.4335%2014.625%201.5%20C%2014.4216%201.7034%2014.0174%203.181%2013.92%203.645%20L%2012.77%203.57%20C%2012.6695%202.6494%2012.4177%200.1052%2012.25%20-0.0625%20C%2012.1688%20-0.1437%2011.7904%202.5091%2011.705%203.495%20L%2010.585%203.41%20C%2010.7631%202.4645%209.0537%202.1405%209.65%203.335%20L%208.23%203.225%20C%208.3041%202.3164%208.7788%20-0.0144%208%200.375%20C%207.8227%200.4637%207.1599%202.1547%207.13%203.15%20L%206.06%203.085%20L%205.8125%202.125%20C%205.6421%201.7841%205.6353%200.7603%205.4375%200.5625%20C%205.3688%200.4938%205.2115%202.2101%205.15%203.045%20L%204.245%203.015%20C%204.096%202.5649%203.875%201.8125%203.875%201.8125%20C%203.875%201.8125%203.7426%202.5225%203.63%203.005%20L%203%203%20L%203%203.325%20L%202.6735%203.3265%20C%202.6735%203.8077%202.6857%204.2904%202.7085%204.7715%20C%201.8393%204.5953%201.7195%206.1033%202.7635%205.7115%20C%202.8007%206.2366%202.8475%206.7589%202.8985%207.2815%20L%201.7985%207.514%20C%201.4576%207.6845%200.4338%207.6912%200.236%207.889%20C%200.1595%207.9655%202.3193%208.1741%202.9935%208.2215%20L%203.0885%209.1215%20C%202.3996%209.2803%201.114%209.642%201.1735%209.7015%20C%201.361%209.889%202.6326%2010.0837%203.1935%2010.1365%20C%203.2565%2010.776%203.3117%2011.4093%203.3535%2012.0365%20C%202.4136%2011.9762%20-0.3306%2011.9013%200.0625%2012.6875%20C%200.1603%2012.8831%202.6265%2013.5426%203.4185%2013.4965%20L%203.4234%2013.8218%20L%203.4185%2014.8565%20C%202.3419%2014.4018%202.1068%2016.3287%203.3985%2015.6715%20L%203.3635%2016.5765%20C%202.768%2016.5872%201.107%2016.635%201.1735%2016.7015%20C%201.3769%2016.9049%202.8545%2017.3091%203.3185%2017.4065%20L%203.2435%2018.5565%20C%202.3229%2018.6571%200.2927%2018.8323%200.125%2019%20C%200.0438%2019.0812%202.1826%2019.5361%203.1685%2019.6215%20L%203.0835%2020.7415%20C%202.138%2020.5634%201.8139%2022.2728%203.0085%2021.6765%20L%202.8985%2023.0965%20C%201.9899%2023.0224%20-0.2644%2022.7837%200.125%2023.5625%20C%200.2137%2023.7398%201.8282%2024.1666%202.8235%2024.1965%20L%202.7585%2025.2665%20L%201.7985%2025.514%20C%201.4576%2025.6845%200.4338%2025.6912%200.236%2025.889%20C%200.1673%2025.9577%201.8836%2026.115%202.7185%2026.1765%20L%202.6885%2027.0815%20C%202.2383%2027.2305%201.486%2027.4515%201.486%2027.4515%20C%201.486%2027.4515%202.196%2027.5839%202.6785%2027.6965%20L%202.6735%2028.3265%20L%203%2028.325%20L%203%2028.653%20C%203.4812%2028.653%203.9638%2028.6409%204.445%2028.618%20C%204.2688%2029.4872%205.7768%2029.607%205.385%2028.563%20C%205.9101%2028.5258%206.4324%2028.479%206.955%2028.428%20L%207.1875%2029.528%20C%207.3579%2029.8689%207.3647%2030.6772%207.5625%2030.875%20C%207.639%2030.9515%207.8476%2029.0072%207.895%2028.333%20L%208.795%2028.238%20C%208.9538%2028.9269%209.3155%2030.2125%209.375%2030.153%20C%209.5625%2029.9655%209.7572%2028.6939%209.81%2028.133%20C%2010.4495%2028.07%2011.0827%2028.0148%2011.71%2027.973%20C%2011.6497%2028.9129%2011.0888%2031.2056%2011.875%2030.8125%20C%2012.0706%2030.7147%2013.216%2028.7%2013.17%2027.908%20L%2013.4953%2027.9032%20L%2014.53%2027.908%20C%2014.0753%2028.9846%2016.0022%2029.2197%2015.345%2027.928%20L%2016.25%2027.963%20C%2016.2607%2028.5585%2016.3085%2030.2195%2016.375%2030.153%20C%2016.5784%2029.9496%2016.9826%2028.472%2017.08%2028.008%20L%2018.23%2028.083%20C%2018.3305%2029.0036%2018.3948%2030.6448%2018.5625%2030.8125%20C%2018.6437%2030.8937%2019.2096%2029.1439%2019.295%2028.158%20L%2020.415%2028.243%20C%2020.2369%2029.1886%2021.9463%2029.5126%2021.35%2028.318%20L%2022.77%2028.428%20C%2022.6959%2029.3366%2022.2212%2031.2644%2023%2030.875%20C%2023.1773%2030.7863%2023.8401%2029.4984%2023.87%2028.503%20L%2024.94%2028.568%20L%2025.1875%2029.528%20C%2025.3579%2029.8689%2025.3647%2030.6772%2025.5625%2030.875%20C%2025.6312%2030.9437%2025.7885%2029.4429%2025.85%2028.608%20L%2026.755%2028.638%20C%2026.904%2029.0882%2027.125%2029.8405%2027.125%2029.8405%20C%2027.125%2029.8405%2027.2574%2029.1306%2027.37%2028.648%20L%2028%2028.653%20L%2028%2028.325%20L%2028.3265%2028.3265%20C%2028.3265%2027.8454%2028.3143%2027.3627%2028.2915%2026.8815%20C%2029.1607%2027.0577%2029.2805%2025.5497%2028.2365%2025.9415%20C%2028.1993%2025.4164%2028.1525%2024.8941%2028.1015%2024.3715%20L%2029.2015%2024.139%20C%2029.5424%2023.9686%2030.5662%2023.9618%2030.764%2023.764%20C%2030.8405%2023.6875%2028.6807%2023.4789%2028.0065%2023.4315%20L%2027.9115%2022.5315%20C%2028.6004%2022.3727%2029.886%2022.011%2029.8265%2021.9515%20C%2029.639%2021.764%2028.3674%2021.5693%2027.8065%2021.5165%20C%2027.7435%2020.877%2027.6883%2020.2438%2027.6465%2019.6165%20C%2028.5864%2019.6768%2031.2056%2019.8487%2030.8125%2019.0625%20C%2030.7147%2018.8669%2028.3735%2018.1105%2027.5815%2018.1565%20L%2027.5766%2017.8312%20L%2027.5815%2016.7965%20C%2028.6581%2017.2512%2028.8932%2015.3243%2027.6015%2015.9815%20L%2027.6365%2015.0765%20C%2028.232%2015.0658%2029.893%2015.018%2029.8265%2014.9515%20C%2029.6231%2014.7481%2028.1455%2014.3439%2027.6815%2014.2465%20L%2027.7565%2013.0965%20C%2028.6771%2012.996%2030.5198%2012.9177%2030.6875%2012.75%20C%2030.7687%2012.6688%2028.8174%2012.1169%2027.8315%2012.0315%20L%2027.9165%2010.9115%20C%2028.862%2011.0896%2029.1861%209.3802%2027.9915%209.9765%20L%2028.1015%208.5565%20C%2029.0101%208.6306%2031.0769%209.2788%2030.6875%208.5%20C%2030.5988%208.3227%2029.1718%207.4864%2028.1765%207.4565%20L%2028.2415%206.3865%20L%2029.2015%206.139%20C%2029.5424%205.9686%2030.5662%205.9618%2030.764%205.764%20C%2030.8327%205.6953%2029.1164%205.5381%2028.2815%205.4765%20L%2028.3115%204.5715%20C%2028.7617%204.4225%2029.514%204.2015%2029.514%204.2015%20C%2029.514%204.2015%2028.804%204.0691%2028.3215%203.9565%20L%2028.3265%203.3265%20L%2028%203.325%20L%2028%203%20C%2027.5188%203%2027.0362%203.0122%2026.555%203.035%20C%2026.7312%202.1658%2025.2232%202.046%2025.615%203.09%20Z%22%20fill%3D%22%230792f0%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}
