@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
@import 'https://fonts.googleapis.com/css?family=Rokkitt:400,700';
body {
    color: #000;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
    letter-spacing: 0.1em;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #bbb;
}
#container {
    min-width: 1300px;
    border: 10px solid #3f6e3f;
    background-color: #cbd4cb;
    overflow: hidden;
    position: relative;
}
#container .inner {
    width: 1200px;
    margin: 0 auto;
}
#content {
    padding-top: 50px;
    width: 1200px;
    margin: 0 auto 135px;
    background: url(https://assets.toriaez.jp/thp2/pc/images/202/contents_bk_001.png) right 32px no-repeat, url(https://assets.toriaez.jp/thp2/pc/images/202/contents_bk_002.png) left bottom no-repeat;
}
#content:before {}
#main {
    width: 890px;
    float: left;
}
#side {
    width: 260px;
    float: right;
}
header {
    min-height: 84px;
    width: 586px;
    margin: 0 auto;
}
#page header {
    min-height: 100px;
}
header #siteTtl {
    font-size: 3.125em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
header #siteTtl a {
    text-decoration: none;
    color: #3f6e3f;
}
header .headNav {
    letter-spacing: -0.40em;
    z-index: 9999;
    position: absolute;
    right: 0px;
    min-width: 366px;
}
header .headNav.no-slide {
    top: 0px;
    min-width: 366px;
}
#page header .headNav {
    top: 0px;
    min-width: 366px;
}
header .headNav li {
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.28em;
    margin-left: 2px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}
header .headNav li a {
    background-color: #3f6e3f;
    width: 120px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    padding: 52px 0 15px;
    font-family: 'Rokkitt', serif;
    border-radius: 0 0 58px 58px;
}
header .headNav li a:hover {
    background-color: #5C8D5F !important;
}
header .headNav li.profileNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/202/ico-headNav_001.png) center 4px #3f6e3f no-repeat;
}
header .headNav li.accessNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/202/ico-headNav_002.png) center 5px #3f6e3f no-repeat;
}
header .headNav li.contactNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/202/ico-headNav_003.png) center 10px #3f6e3f no-repeat;
}
.mainSlideIn #siteTtl {
    font-size: 3.125em;
    position: absolute;
    padding: 0 120px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 9998;
    height: 430px;
    margin-top: 70px;
    overflow-y: hidden;
    text-align: center;
    margin-bottom: 70px;
}
.mainSlideIn #siteTtl a {
    text-decoration: none;
    color: #fff;
    word-break: break-all;
}
.mainSlideIn #siteTtl a img {
    max-width: 500px;
    height: auto;
}
nav {
    background: #003000;
    border-top: 2px solid #3f6e3f;
}
nav ul {
    letter-spacing: -0.40em;
    text-align: center;
    padding: 21px 0 7px;
}
nav ul li.parent {
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
}
nav ul li.parent:hover:before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 3px;
    background-color: #fff;
    bottom: 0;
    position: absolute;
    z-index: 1;
    right: 20px;
}
nav ul li.parent:last-child {
    border-right: none;
}
nav ul li.parent > a {
    color: #fff;
    text-decoration: none;
    padding: 0 26px 3px;
    display: block;
    font-size: 1.14em;
    font-weight: bold;
}
nav ul li.parent > a:hover {}
nav ul li.parent > a:hover:before {}
nav ul li.parent:hover:after {}
nav ul li.childIn:hover:after {
    height: calc(100% + 27px);
}
nav ul li.parent:hover > a {
    position: relative;
    z-index: 10;
    opacity: 1;
}
nav .child {
    position: absolute;
    letter-spacing: 0;
    left: -3px;
    min-width: 100%;
    width: 260px;
    text-align: left;
    padding: 0;
    display: none;
    z-index: 10;
    padding-top: 13px;
}
nav .child li {
    background: #003000;
}
nav .child li a {
    color: #fff;
    font-size: 1.14em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 7px 25px 7px 40px;
    position: relative;
}
nav .child li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    left: 24px;
    top: 15px;
}
nav .child li a:hover {
    opacity: 0.7;
}
nav .child li:first-child {
    padding-top: 13px;
}
nav .child li:last-child {
    padding-bottom: 13px;
}
#top nav {}
.mainSlideIn {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    margin-top: -84px;
    background-color: #003000;
    position: relative;
    z-index: 3;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
}
.index2 .mainSlideIn {
    background-color: initial;
    box-shadow: initial;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 35px;
}
.index2 header #siteTtl {
    margin-bottom: 30px;
}
.index2 header #siteTtl a {
    word-wrap: break-word;
}
.index2 header .headNav {
    top: 0px;
}
.index2 .bx-wrapper:before {
    display: none;
}
.index2 .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #000;
}
.index2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.index2 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #000;
    background: #000 !important;
}
.mainSlideIn:before {
    content: "";
    display: block;
    position: absolute;
    width: 1000px;
    height: 100%;
    background-color: #003000;
    top: 0;
    left: -1000px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
}
.index2 .mainSlideIn:before,
.index2 .mainSlideIn:after {
    display: none;
}
.mainSlideIn:after {
    content: "";
    display: block;
    position: absolute;
    width: 1000px;
    height: 100%;
    background-color: #003000;
    top: 0;
    right: -1000px;
    z-index: -1;
    /opacity: 0.8;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -3px 5px -3px rgba(0, 0, 0, 0.5) inset;
}
#mainSlide li {
    height: 500px !important;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#mainSlide li img {
    position: absolute;
    left: 0;
    width: 1200px;
    height: auto;
}
.bx-wrapper {
    margin-bottom: 0 !important;
}
.bx-wrapper .bx-viewport {
    overflow: visible !important;
    width: 1200px !important;
}
.bx-wrapper .main-container {
    overflow: hidden;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border: 1px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    margin: 0;
    top: 225px;
}
.bx-wrapper .bx-prev {
    background: url(https://assets.toriaez.jp/thp2/pc/images/201/btn-slider_001.png) center center no-repeat;
    background-size: 23px 42px;
    left: 70px;
    opacity: 0.4;
}
.bx-wrapper .bx-prev:hover {
    opacity: 1;
}
.bx-wrapper .bx-next {
    background: url(https://assets.toriaez.jp/thp2/pc/images/201/btn-slider_002.png) center center no-repeat;
    background-size: 23px 42px;
    right: 70px;
    opacity: 0.4;
}
.bx-wrapper .bx-next:hover {
    opacity: 1;
}
.bx-wrapper .bx-pager {
    z-index: 9999;
}
.bx-wrapper:before {
    content: "";
    display: block;
    z-index: 9998;
    position: absolute;
    width: 1200px;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(https://assets.toriaez.jp/thp2/pc/images/202/pattern_slide_001.png);
}
bx-controls-direction {
    z-index: 9999;
}
.mainImgIn {}
.mainImgIn .inner {
    display: table;
    width: 100%;
    padding: 45px 0 50px;
}
.mainImgIn .inner #mainImg {
    width: 365px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mainImgIn .inner #leadTxt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    font-weight: normal;
    line-height: 2;
    font-size: 1.28em;
}
#leadTxt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #3f6e3f url(https://assets.toriaez.jp/thp2/pc/images/202/lead_bk.png);
    font-weight: normal;
    background-size: 100%;
    padding: 60px 300px;
}
#main .contTtl {
    font-size: 2em;
    line-height: 1.3;
    padding: 10px 0;
    margin-bottom: 25px;
    display: inline-block;
    text-align: left;
}
#main div:last-child {
    margin-bottom: 0;
}
#news {
    background-color: #fff;
    text-align: center;
    border: 1px solid #3f6e3f;
    padding: 25px 44px 35px;
    margin-bottom: 50px;
}
#news .contTtl {
    color: #000;
    border-top: 2px solid #3f6e3f;
    border-bottom: 4px double #3f6e3f;
    display: inline-block;
    font-family: 'Rokkitt', serif;
    font-weight: bold;
}
#news ul {
    max-height: 156px;
    height: auto;
    overflow: scroll;
    line-height: 1.3;
    text-align: left;
    border: 1px solid #3f6e3f;
    overflow-x: hidden;
}
#news ul li {
    padding: 18px 20px 18px 164px;
    border-bottom: 1px dotted #3f6e3f;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news ul li::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    border-left: 1px dotted #3f6e3f;
    position: absolute;
    left: 135px;
    top: 0;
}
#news ul .day {
    display: block;
    width: 108px;
    position: absolute;
    left: 30px;
    font-family: 'Roboto', sans-serif;
}
#news dl dd {
    float: left;
    width: 782px;
    padding: 10px 0;
    border-top: 1px dotted #000;
}
.articleBox {
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #3f6e3f;
    padding: 25px 44px 35px;
    text-align: center;
}
.articleBox .contTtl {
    font-weight: normal;
    padding-bottom: 10px !important;
    margin-bottom: 25px;
    border-bottom: 2px solid #3f6e3f;
}
.articleIn .articleBox:last-child {}
.articleBox .txtArea {
    width: 454px;
    float: left;
    font-size: 1em;
    line-height: 1.5;
    text-align: left
}
.articleBox.noImg .txtArea {
    width: auto;
    float: none;
    text-align: left
}
.articleBox .txtArea strong {
    font-weight: bold;
}
.articleBox .txtArea p:last-child {
    margin-bottom: 0;
}
.articleBox .imgArea {
    width: 300px;
    float: right;
}
.articleBox .imgArea figure {
    margin-bottom: 25px;
}
.articleBox .imgArea figure:last-child {
    margin-bottom: 0;
}
.articleBox .imgArea figure figcaption {
    display: block;
    font-size: 0.85em;
    padding-top: 12px;
    line-height: 1.5;
}
#main .articleBox table {
    width: auto;
    font-size: 1em;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
    border: 1px solid #7fbcdb;
}
.articleBox table td,
.articleBox table th {
    text-align: left;
    padding: 10px 15px;
}
.contactBtn {
    margin: 0 auto;
    padding: 50px 215px 0;
    margin: 0 auto;
    padding: 50px 215px 50px;
    margin-bottom: 35px;
}
.contactBtn a {
    padding: 9px 0;
    display: block;
    background: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-family: 'Rokkitt', serif;
    font-size: 2.14em;
    box-shadow: 0px 0px 0px 2px #3f6e3f;
    -moz-box-shadow: 0px 0px 0px 2px #3f6e3f;
    -webkit-box-shadow: 0px 0px 0px 2px #3f6e3f;
    border: 4px double #3f6e3f;
}
.contactBtn a:hover {
    background-color: #cbd4cb !important;
}
#top #side {}
#side div:last-child,
#side h2:last-child {
    margin-bottom: 0;
}
#side .sideTtl {
    font-size: 1.571em;
    color: #000;
    padding: 0 0 20px 0px;
    line-height: 1.2;
    font-family: 'Rokkitt', serif;
    font-weight: bold;
    letter-spacing: 0.01em;
}
#side #sideCont .sideTtl:before {
    content: "";
    width: 58px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 5px 6px 0;
}
#side #sideCont .sideTtl:after {
    content: "";
    width: 57px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 0 6px 5px;
}
#side #sideCont .sideTtl {
    font-family: 'Rokkitt', serif;
    font-size: 1.571em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
#side #sideCont {
    line-height: 1;
    margin-bottom: 55px;
}
#side #sideCont ul {
    background: #fff;
    border: 1px solid #3f6e3f;
    padding: 0 10px;
    text-align: center;
}
#side #sideCont ul li {
    border-bottom: 1px dotted #3f6e3f;
    font-size: 1.28em;
    padding-bottom: 22px;
}
#side #sideCont ul li:last-child {
    border-bottom: none;
}
#side #sideCont ul li a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 27px 20px 5px;
    position: relative;
    line-height: 1;
}
#side #sideCont ul li a:hover {
    opacity: 1;
    color: #000;
    border-bottom: 2px solid #3f6e3f;
    margin-bottom: -2px;
}
#side #blog {
    line-height: 1.3;
    margin-bottom: 60px;
}
#side #blog .sideTtl:before {
    content: "";
    width: 87px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 5px 6px 0;
}
#side #blog .sideTtl:after {
    content: "";
    width: 87px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 0 6px 5px;
}
#side #blog dl {
    background: #fff;
    border: 1px solid #3f6e3f;
    padding: 0 10px;
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 12px;
}
#side #blog dl dt {
    margin-bottom: 5px;
    padding: 8px 10px 0 10px;
}
#side #blog dl dd {
    border-bottom: 1px dotted #3f6e3f;
    padding: 0 10px 8px;
}
#side #blog dl dd:last-child {
    border-bottom: none;
}
#side #blog dl dd a {}
#side #blog .btn {
    width: 130px;
    margin: 16px auto 0;
}
#side #blog .btn a {
    padding: 9px 0;
    display: block;
    background: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #000;
    box-shadow: 0px 0px 0px 2px #3f6e3f;
    -moz-box-shadow: 0px 0px 0px 2px #3f6e3f;
    -webkit-box-shadow: 0px 0px 0px 2px #3f6e3f;
    border: 4px double #3f6e3f;
}
#side #blog .btn a:hover {
    background-color: #cbd4cb !important;
}
#side #mobile {
    margin-bottom: 60px;
    border-bottom: 1px solid #7fbcdb;
}
#side #mobile .sideTtl:before {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 5px 6px 0;
}
#side #mobile .sideTtl:after {
    content: "";
    width: 41px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 0 6px 5px;
}
#page #side #mobile .sideTtl:before {
    content: "";
    width: 37px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 5px 6px 0;
}
#page #side #mobile .sideTtl:after {
    content: "";
    width: 37px;
    height: 1px;
    background-color: #3f6e3f;
    display: inline-block;
    margin: 0 0 6px 5px;
}
#side #mobile figure {
    background: #fff;
    border: 1px solid #3f6e3f;
    padding: 0 10px;
    text-align: center;
}
#side #mobile figure img {
    width: 80px;
    height: 80px;
    margin: 40px;
}
#side #mobile figure figcaption {
    border-top: 1px dotted #3f6e3f;
    text-align: left;
    line-height: 2;
    font-size: 11px;
    padding: 20px;
}
#pageTop {
    position: fixed;
    z-index: 1000;
    right: 18px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: none;
}
#pageTop a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 30px;
    background: url(https://assets.toriaez.jp/thp2/pc/images/202/ico-pageTop_001.png) center 21px no-repeat #fff;
}
#pageTop a:hover {
    background: url(https://assets.toriaez.jp/thp2/pc/images/202/ico-pageTop_002.png) center 21px no-repeat #3f6e3f;
    opacity: 1;
}
footer {
    background: #003000;
}
footer .copy {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    padding: 90px 0;
}
.freeArea {
    line-height: 2;
}
.pageTtl {
    padding: 70px 0;
    margin: 0 auto 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 60px 300px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #3f6e3f url(https://assets.toriaez.jp/thp2/pc/images/202/lead_bk.png);
    font-weight: normal;
    background-size: 100%;
}
.pageTtl h2 {
    font-size: 2em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    font-family: 'Rokkitt', serif;
}
#pnkz {
    letter-spacing: -0.40em;
    text-align: right;
    width: 1200px;
    margin: 0 auto 0px;
    font-size: 0.85em;
}
#pnkz li {
    letter-spacing: 0;
    display: inline-block;
}
#pnkz li:after {
    content: ">";
    margin: 0 10px;
}
#pnkz li:last-child:after {
    display: none;
}
#main.form table,
#main.profile table,
#main.map table {
    border-bottom: 1px solid #3f6e3f;
    width: 100%;
    font-size: 1.14em;
    margin-bottom: 70px;
}
#main.form table th,
#main.form table td,
#main.profile table th,
#main.profile table td,
#main.map table th,
#main.map table td {
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #3f6e3f;
    padding: 25px 20px;
}
#main.form table th,
#main.profile table th,
#main.map table th {
    font-weight: bold;
    padding-right: 0;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
    font-size: 1.14em;
    line-height: 1.87;
    margin-bottom: 70px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
    margin-bottom: 30px;
}
#main.form {}
#main.form .requiredMark {
    color: #ce0000;
}
#main.form table th {
    width: 270px;
}
#main.form table td {
    height: 80px;
}
#main.form .inputArea {
    background: #f1f1f1;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 2px;
    width: 520px;
    border: 1px solid #ddd;
}
#main.form .inputArea.short {
    width: 200px;
    display: inline-block;
}
#main.form .inputArea input {
    width: 100%;
}
#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
    outline: none;
}
#main.form .inputArea textarea {
    width: 100%;
    height: 190px;
    padding: 10px 0;
    line-height: 1.5;
}
#main.form table {
    border-bottom: none;
}
#main.form #submit td {
    text-align: center;
    letter-spacing: -0.40em;
    padding-top: 40px;
}
#main.form #submit input {
    display: inline-block;
    width: 240px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 18px 0;
    cursor: pointer;
    letter-spacing: 0.1em;
    margin: 0 10px;
    font-size: 1.12em;
    padding: 9px 0;
    background: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #000;
    box-shadow: 0px 0px 0px 2px #3f6e3f;
    -moz-box-shadow: 0px 0px 0px 2px #3f6e3f;
    -webkit-box-shadow: 0px 0px 0px 2px #3f6e3f;
    border: 4px double #3f6e3f;
}
#main.form #submit input.submitBtn {}
#main.form #submit input.resetBtn {}
#main.form #submit input:hover {
    background-color: #cbd4cb !important;
}
#main.map #frame {
    margin-bottom: 70px;
}
#main.map #frame iframe {
    width: 890px;
    height: 478px;
}
#side-area img {
    max-width: 100%;
}
#foot-area img {
    max-width: 100%;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul {
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}