@charset "UTF-8";

/*全体*/

* {
    margin: 0 auto;
    padding: none;
    font-family: みかちゃん-PS;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    background-color: rgb(230, 255, 244);
}

header {
    font-size: 3em;
}

div {
    vertical-align: top;
}

.adtop {
    width: 100%;
    height: auto;
}

.news {
    min-height: 150px;
}

.list {
    display: inline-block;
}

.about {
    display: inline-block;
}

.outlink {
    display: inline-block;
}

.other {
    display: inline-block;
}

.copyright {
    font-size: 1.25em;
}

.rirekihtml {
    width: 100%
}

.if {
    border: none;
    max-width: 100%;
    height: 200px;
}

iframe {
    border: none;
}

ul {
    padding: 0;
    position: relative;
}

ul li {
    color: white;
    background: #fff0f2;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-bottom: 2px solid white;
    list-style-type: none!important;
}

ul li:before {
    content: "●";
    position: absolute;
    left: 1em;
    color: rgb(66, 202, 195);
}