﻿.ItemList a {
    width: calc(33.3% - 40px);
    margin-right: 60px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.ItemList a:nth-child(3n) {
    margin-right: 0px;
}
.ItemList span {
    margin: 5px 0;
    display: block;
}
.ItemList i {
    width: calc(100% - 2px);
    padding-bottom: 69.85%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dedede;
}

.PageList a {
    padding: 5px;
    margin: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #ededed;
    color: #848283;
    font-size: 16px;
}
.PageList span {
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}
#PageListA,
.PageList a:hover {
    background-color: #0563a3;
    color: #ffffff;
}

.ItemBox img {
    width: auto;
    max-width: 100%;
}

.NewList a,
.Page2_Box2 > a {
    padding: 10px 0px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ababab;
    color: #514d4e;
}
.NewList a:hover,
.Page2_Box2 > a:hover {
    color: #0765a2;
}
.NewList a > span:nth-child(1),
.Page2_Box2 > a > span:nth-child(1) {
    width: calc(100% - 100px);
    font-size: 18px;
}
.NewList a > span:nth-child(2),
.Page2_Box2 > a > span:nth-child(2) {
    width: 100px;
    font-size: 16px;
}
.Page1_Box2 div.NewList a > span:nth-child(1) {
    font-size: 15px;
}
.Page1_Box2 div.NewList a > span:nth-child(1) {
    font-size: 14px;
}


.PageList1_Box img#BImg {
    width: auto;
    height: auto;
    max-width: 50%;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    border: 10px solid #c3c3c1;
}
.PageList1_List {
    width: calc(100% - 20px);
    height: 150px;
    padding: 10px;
    position: relative;
    background-color: #dfdfdd;
}
.PageList1_List > * {
    display: inline-block;
    vertical-align: middle;
}
.PageList1_List > p {
    width: 20px;
    height: 100%;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    cursor: pointer;
}
.PageList1_List > p:hover {
    background-color: #68aada;
    color: #ffffff;
}
.PageList1_List > div {
    width: calc(100% - 40px);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.PageList1_List_ImgBox {
    width: calc(25% - 44px);
    height: calc(100% - 14px);
    padding: 5px;
    margin: 0 15px;
    background-color: #ffffff;
    text-align: center;
    border: 2px solid #c3c3c1;
}
.PageList1_List img {
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.Page2_Box1 > div > p {
    width: 200px;
    height: 250px;
    margin-right: 10px;
    background-size: 100% 100%;
}
.Page2_Box1 > div > article {
    width: calc(100% - 270px);
    height: 190px;
    padding: 30px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.Page2_Box1 > div article > p {
    height: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #555555;
}
.Page2_Box1 > div article > p > span {
    padding: 0px 8px;
    background-color: #848283;
    border-radius: 20px;
    font-size: 12px;
    color: #ffffff;
}
.Page2_Box1 > div article p.SplitBlock {
    height: 5px;
    margin-bottom: 10px;
    display: block;
}
.Page2_Box1 > div article > h1 {
    padding: 2px 10px;
    position: relative;
    display: inline-block;
    background-color: #65abde;
    color: #ffffff;
    font-size: 16px;
}
.Page2_Box1 > div article > h1::after {
    content: " ";
    width: 1000%;
    top: -1px;
    left: calc(100% - 1px);
    position: absolute;
    display: block;
    border-bottom: 2px solid #a9a9a9;
}
.Page2_Box1 > div article > div {
    width: 100%;
    height: 80px;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    /*-webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);*/
}

.Page2_Box2 > div > div {
    padding: 10px 0px 0px 10px;
    margin: 10px 10px 0 0px;
    display: none;
    border-top: 1px solid #dddddd;
    overflow: hidden;
}
.Page2_Box2 > div.Open {
    border-bottom: 0px solid #ababab; 
    border-radius: 5px;
    border-bottom-right-radius: 25px;
    box-shadow: -10px -10px 10px -10px rgba(0, 0, 0, 0.25) inset;
}
.Page2_Box2 > div.Open > div {
    display: block;
}
.Page2_Box2 li {
    list-style: inherit;
}

@media screen and (max-width: 1100px) {
    .Page2_Box1 div > p {
        display: none;
    }
    .Page2_Box1 div > article {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 750px) {
    .ItemList a {
        width: calc(50% - 40px);
        margin: 20px;
    }
    .ItemList a:nth-child(3n) {
        margin: 20px;
    }

    .PageList1_Box img#BImg {
        max-width: calc(100% - 20px);
    }
}