﻿.TypeList {
    width: 100%;
    text-align: center;
}
.TypeList li {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}
.TypeList li ul {
    padding-top: 2px;
}
.TypeList li > a {
    width: calc(100% - 60px);
    padding: 10px 27px;
    margin: 0 3px;
    display: block;
    background-color: #e6e6e6;
    font-size: 18px;
    color: #333;
    text-align: center;
    transition: 0.3s;
}
.TypeList.ItemType li > a {
    background-color: #ffffff;
}
.TypeList li > a:hover,
.TypeList li:hover > a,
.TypeList li > a.TypeListLi,
#TypeListLi {
    background-color: #333333;
    color: #fff;
}
.TypeList ul {
    height: 0;
    left: 0px;
    position: absolute;
    display: none;
}
.TypeList li:hover > ul {
    display: block;
}





















#Item_Banner {
    padding-bottom: 26.04%;
    position: relative;
}
.ItemList {
    width: 100%;
}
.ItemList .Item {
    width: calc(25% - 3px);
    margin-bottom: 20px;
    margin-right: 4px;
    position: relative;
    background-color: #ffffff;
}
.ItemList .Item:nth-child(4n+4) {
    margin-right: 0px;
}
.ItemList .Item:hover {
    background-color: #333333;
}
.ItemList .Item .ImgBox {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.ItemList .Item .ImgBox img {
    width: 100%;
    max-width: none;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
}
.ItemList .Item .ImgBox:hover img {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
}
.ItemList .Item .MesBox {
    padding: 20px;
    border-color: #333333;
    color: #333333;
    transition: 0.3s;
}
.ItemList .Item:hover .MesBox {
    border-color: #ffffff;
    color: #ffffff;
}
.ItemList .Item .MesBox a {
    margin: 10px 10px 0 10px;
    padding: 14px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    color: inherit;
}
.ItemList .Item a.MaskBox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    opacity: 0;
}
.ItemList .Item:hover a.MaskBox {
    opacity: 1;
}
.ItemList .Item a.MaskBox img {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}






.ItemList.Partial .Item:hover {
    background-color: #ffffff;
}
.ItemList.Partial .Item:hover .MesBox {
    border-color: #333333;
    color: #333333;
}








.ItemList.Partial.ItemList_Case .Item > div {
    width: 100%;
}
.ItemList.Partial.ItemList_Case .Item:nth-child(odd) .MesBox {
    order: 3;
}
.ItemList.Partial.ItemList_Case .Item:nth-child(even) .MesBox {
    order: 1;
}
.ItemList.Partial.ItemList_Case .ImgBox {
    padding-bottom: 125%;
    order: 2;
}
.ItemList.Partial.ItemList_Case .MesBox {
    background-size: 100% 100%;
    background-image: url('/Image/Partial_List_Case_BG_1_0.jpg');
}











.ItemImage {
    max-width: 1125px;
}
.ItemImage > div {
    width: 80%;
    padding-bottom: 80%;
    margin-bottom: 0px;
}
.ItemImage ul {
    width: 16%;
    margin-left: 4%;
}
.ItemImage li {
    width: calc(100% - 10px);
    margin: 2px;
    padding-bottom: calc(100% - 10px);
    display: inline-block;
    vertical-align: middle;
    border: 3px solid rgba(0, 183, 255, 0.00);
}
#ItemImageLiChose {
    border: 3px solid rgba(0, 183, 255, 1.00);
}
.ItemImage > div,
.ItemImage li {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ItemText .SplitLine {
    border-top: 1px solid #d9dad1;
    border-bottom: 2px solid #ffffff;
}
.ItemImage #ItemImage_Video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.ItemImage #ItemImage_Video iframe {
    width: 100%;
    height: 100%;
}















.NewList.Flex {
    align-content: flex-start;
    align-items: stretch;
}
.NewList .Item {
    width: calc(33.33% - 10px);
    margin-right: 15px;
    background-color: #f2f2f2;
}
.NewList .Item:nth-child(3n + 3) {
    margin-right: 0;
}
.NewList .Item .ImgBox {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
}
.NewList .Item .ImgBox img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.NewList .Item .ImgBox p {
    padding: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    background-color: #f2f2f2;
    z-index: 2;
}
.NewList .Item .MesBox {
    width: calc(100% - 30px);
    padding: 30px 15px 50px 15px;
}
.NewList .Item .MesBox .SplitLine {
    margin: 25px 0;
    border: 0;
    border-bottom: 1px solid #cccccc;
    transition: 0.3s;
}
.NewList .Item:hover .MesBox .SplitLine {
    border-bottom: 1px solid #000000;
}



.Partial.NewList .Item {
    width: 100%;
    margin-right: 0;
    background-color: #ffffff;
}
.Partial.NewList .Item.Flex {
    flex-wrap: nowrap;
}
.Partial.NewList .Item .DateBox {
    min-width: 100px;
    margin-right: 50px;
}
.Partial.NewList .Item .ImgBox {
    width: 350px;
    min-width: 350px;
    padding-bottom: 227.5px;
    margin-right: 50px;
}
.Partial.NewList .Item .MesBox {
    width: auto;
    flex-grow: 1;
}
.Partial.NewList .Item .MesBox hr {
    border: 0;
}
.Partial.NewList .Item:hover .MesBox hr {
    border: 0;
}













.CaseList {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.CaseList .List {
    width: calc(33.33% - 10px);
    margin-right: 15px;
}
.CaseList .List:nth-child(3) {
    margin-right: 0px;
}
.CaseList .Item {
    padding: 20px;
    margin-bottom: 15px;
    display: block;
    background-color: #fff;
}
.CaseList .Item p {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    color: #000000;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.CaseList .Item img {
    width: 100%;
}









.PageBox {

}
.PageBox li {
    width: 20px;
    height: 20px;
    margin: 5px;
    position: relative;
    color: #cccccc;
    line-height: 20px;
    transition: 0.3s;
}
.PageBox a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    color: inherit;
}
#PageBoxLi, 
.PageBox li:hover,
.PageBox li.NextBtn {
    color: #333333;
}



.Partial_PageBox {
    white-space: nowrap;
}
.Partial_PageBox a {
    width: 5px;
    height: 5px;
    padding: 4px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid;
    border-color: rgba(51, 51, 51, 0.00);
}
.Partial_PageBox a::before {
    content: " ";
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: block;
    background-color: #333333;
    border-radius: 20px;
}
.Partial_PageBox a:hover {
    border-color: rgba(51, 51, 51, 0.50);
}
.Partial_PageBox a.Choose {
    border-color: rgba(51, 51, 51, 1.00);
}







@media screen and (max-width: 950px) {
    .ItemBox div.Size2_1 {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .TypeList {
        width: 100%;
    }
    .TypeList li {
        width: 50%;
    }
    .TypeList ul {
        display: none !important;
    }
    .TypeList_Item {
        width: 100%;
        margin: 0;
    }
    .TypeList_Item ul {
        display: none;
    }




    #Item_Banner {
        padding-bottom: 36.456%;
    }
    .ItemList .Item {
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .ItemList .Item:nth-child(2n+2) {
        margin-right: 0;
    }
    .ItemList .Item:nth-child(4n+4) {
        margin-right: 0;
    }




    .ItemImage ul {
        width: 100%;
        margin-left: 0;
    }
    .ItemImage > div {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 100%;
        order: 1;
    }
    .ItemImage li {
        width: calc(20% - 10px);
        margin: 2px;
        padding-bottom: calc(20% - 10px);
    }








    .NewList .Item {
        width: calc(100% - 0px);
        margin-right: 0;
    }

    .Partial.NewList .Item .DateBox {
        display: none;
    }
    .Partial.NewList .Item .ImgBox {
        width: 200px;
        min-width: 200px;
        padding-bottom: 130px;
        margin-right: 25px;
    }


    .CaseList .List {
        width: calc(100% - 0px);
        margin-right: 0;
    }
}