/*
===================================================================================
    for Desktop
===================================================================================
*/
@media screen and (min-width: 769px) {

    /*
-----------------------------------------------------------
    Column Page
-----------------------------------------------------------
*/
    #clmnContent {
        width: 940px;
        margin: 0 auto;
    }

    #clmnContent h1 {
        font-size: 2rem;
    }

    #clmnContent h2 {
        font-size: 1.625rem;
    }

    #clmnContent h3 {
        font-size: 1.25rem;
    }

    #clmnContent .clmnMetaArea {
        display: grid;
        grid-template-columns: 120px auto;
        grid-template-rows: repeat(3, auto);
        font-size: 1.125rem;
        margin: 30px 0;
    }

    #clmnContent .clmnMetaArea .clmnOnlySP {
        display: none;
    }

    #clmnContent .clmnMetaArea .clmnDate {
        grid-row: 1;
        grid-column: 1;
    }

    #clmnContent .clmnMetaArea .clmnCategory {
        grid-row: 1;
        grid-column: 2;
    }

    #clmnContent .clmnMetaArea .clmnCategory a {
        text-decoration: none;
        color: #008DAB;
        margin-right: 20px;
        white-space: nowrap;
    }

    #clmnContent .clmnMetaArea .clmnCategory a:hover {
        text-decoration: underline;
    }

    #clmnContent .clmnMetaArea h1 {
        grid-row: 2;
        grid-column: 1 / 3;
        margin-top: 20px;
    }

    #clmnContent .clmnMetaArea .clmnTag {
        grid-row: 3;
        grid-column: 1 / 3;
        margin-top: 15px;
        min-height: 50px;
    }

    #clmnContent .clmnMetaArea .clmnTag a {
        margin-right: 20px;
        white-space: nowrap;
        text-decoration: none;
        color: #202020;

    }

    #clmnContent .clmnMetaArea .clmnTag a:hover {
        text-decoration: underline;
    }

    /*
    Column post - Related items
-----------------------------------------------------------
*/
    #clmnRelatedList {
        width: 960px;
        margin: 0 auto;
    }

    #clmnRelatedList h2 {
        font-size: 1.625rem;
        text-align: center;
    }

    #clmnRelatedList .clmnInner01 {
        margin: 30px 0;
    }

    #clmnRelatedList .clmnInner01 span {
        display: block;
        border-bottom: solid 1px #404040;
        margin-bottom: 20px;
    }


    #clmnRelatedList #clmnListItems ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    #clmnRelatedList #clmnListItems .clmnListItem {
        display: block;
        width: calc(100%/3);
    }

    #clmnRelatedList #clmnListItems .clmnItem01 {
        margin-right: 5%;
    }

    #clmnRelatedList #clmnListItems .clmnItem02 {
        margin: 0 2.5%;
    }

    #clmnRelatedList #clmnListItems .clmnItem03 {
        margin-left: 5%;
    }

    #clmnRelatedList #clmnListItems .clmnAnchor {
        display: block;
        text-decoration: none;
        color: #333;
    }

    #clmnRelatedList #clmnListItems .clmnImg {
        width: 100%;
        height: 171px;
        min-height: initial;
    }

    #clmnRelatedList #clmnListItems .clmnImg img {
        width: 100%;
        max-height: 171px;
    }

    #clmnRelatedList #clmnListItems .clmnMeta {
        margin-top: 20px;
        width: initial;
        margin-left: initial;
    }

    #clmnRelatedList #clmnListItems .clmnCategory {
        display: inline-block;
        padding: 3px 5px;
        width: auto;
        min-width: 105px;
        font-size: .875rem;
        border: solid 1px #000;
        text-align: center;
    }

    #clmnRelatedList #clmnListItems .clmnMeta h3 {
        font-size: 1.25rem;
        margin: 30px 0;
        min-height: 5rem;
    }

    #clmnRelatedList  #clmnListItems .clmnAnchor h3:hover {
        text-decoration: underline;
    }

    #clmnRelatedList #clmnListItems .clmnMeta .clmnDate {
        font-size: 1rem;
    }

    #clmnRelatedList #clmnListItems .clmnTag {
        display: inline-block;
        margin: 10px 0;
        line-height: 1.25rem;
        margin: 10px 0 30px;
    }

    #clmnRelatedList #clmnListItems .clmnTag a {
        font-size: 1rem;
        margin-right: 15px;
        white-space: nowrap;
        color: #333;
        text-decoration: none;
    }

    #clmnRelatedList #clmnListItems .clmnTag a:hover {
        text-decoration: underline;
    }

    #clmnContentList .clmnMoreBtn,
    #clmnRelatedList .clmnHomeBtn {
        width: 100%;
        align-items: center;
        margin: 30px 0;
    }

    /*
-----------------------------------------------------------
    Column List Page
-----------------------------------------------------------
*/
    #clmnContentList {
        width: 960px;
        margin: 0 auto;
    }

    #clmnContentList h1 {
        font-size: 1.75rem;
        margin: 30px 0 55px;
    }

    #clmnContentList h2 {
        font-size: 1.25rem;
        font-weight: bold;
    }

    #clmnListItems ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    #clmnListItems li {
        list-style: none;
    }

    #clmnContentList .clmnMetaArea {
        display: block;
        margin: 20px 0 50px 0;
    }

    #clmnContentList .clmnMetaArea h2 {
        width: 12%;
        color: #000;
    }

    #clmnContentList .clmnMetaArea .clmnOnlySP {
        display: none;
    }

    #clmnContentList .clmnMetaArea .clmnInner01 span,
    #clmnContentList .clmnMetaArea .clmnInner01 a {
        display: inline-block;
        padding: 5px 25px;
        border: 1px solid #008DAB;
        border-radius: 5px;
        min-width: 110px;
        color: #686D70;
        text-decoration: none;
        white-space: nowrap;
        margin-right: 10px;
        line-height: 1.5rem;
        text-align: center;
        margin-bottom: 10px;
    }

    #clmnContentList .clmnMetaArea .clmnInner01 a:hover {
        background-color: #008DAB;
        color: #FFF;
        transition: background-image 0.3s,
            background-color 0.3s,
            border-color 0.3s,
            color 0.3s,
            opacity 0.3s,
            width 0.3s,
            padding 0.3s;
        font-weight: bold;
    }


    #clmnContentList .clmnMetaArea .clmnCategory .clmnHereNow,
    #clmnContentList .clmnMetaArea .clmnArchive .clmnHereNow {
        background-color: #008DAB;
        color: #FFF !important;
        font-weight: bold;
    }

    #clmnContentList .clmnMetaArea .clmnInner01 {
        display: inline-block;
        width: 88%;
        font-size: .875rem;
    }

    #clmnContentList .clmnMetaArea .clmnCategory {
        display: flex;
        margin-bottom: 20px;
        line-height: 2rem;
        align-items: baseline;
    }


    #clmnContentList .clmnMetaArea .clmnArchive {
        display: flex;
        margin-bottom: 20px;
        line-height: 2rem;
        align-items: baseline;
    }

    #clmnContentList .clmnMetaArea .clmnTag a {
        color: #686D70;
        font-size: 1.125rem;
        white-space: nowrap;
        line-height: 1.5rem;
        margin-right: 15px;
    }

    #clmnContentList .clmnMetaArea .clmnTag a.clmnHereNow {
        display: inline-block;
        font-weight: bold;
        font-size: 1.25rem;
        border-bottom: solid 2px #333;
    }

    /*
    Column List - 1st
-----------------------------------------------------------
*/
    #clmnListItems .clmnListItem:first-child a.clmnAnchor {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
    }

    #clmnListItems .clmnListItem:first-child .clmnImg {
        width: 60%;
        min-height: 324px;
    }

    #clmnListItems .clmnListItem:first-child .clmnImg img {
        width: 100%;
        max-height: 324px;
    }

    #clmnListItems .clmnListItem:first-child .clmnMeta {
        width: 40%;
        margin-left: 30px;
    }

    #clmnListItems .clmnListItem:first-child .clmnMeta h3 {
        font-size: 1.875rem;
        margin: 30px 0;
    }

    #clmnListItems .clmnListItem:first-child .clmnAnchor h3:hover {
        text-decoration: underline;
    }

    #clmnListItems .clmnListItem:first-child .clmnMeta .clmnCategory {
        display: inline-block;
        padding: 3px 5px;
        width: auto;
        min-width: 120px;
        font-size: 1rem;
        border: solid 1px #000;
        text-align: center;
    }

    #clmnListItems .clmnListItem:first-child .clmnMeta .clmnDate {
        grid-column: 2;
        grid-row: 4;
        font-size: 1.25rem;
    }

    #clmnListItems .clmnListItem:first-child .clmnItem .clmnTag {
        margin-top: 10px;
        display: inline-block;
        line-height: 1.375rem;
        margin-left: 61%;
    }

    #clmnListItems .clmnListItem:first-child .clmnItem .clmnTag a {
        font-size: 1.25rem;
        margin-right: 15px;
        white-space: nowrap;
        color: #333;
    }

    /*
    Column List - 2nd, 3rd
-----------------------------------------------------------
*/

    #clmnContentList #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) {
        display: block;
        width: 50%;
        margin-top: 75px;
    }

    #clmnListItems .clmnListItem:nth-child(2) .clmnItem {
        margin-right: 5%;
    }

    #clmnListItems .clmnListItem:nth-child(3) .clmnItem {
        margin-left: 5%;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) a.clmnAnchor {
        display: block;
        text-decoration: none;
        color: #333;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnImg {
        min-height: 256px;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnImg img {
        max-width: 100%;
        max-height: 256px;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnMeta {
        margin-top: 20px;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnCategory {
        display: inline-block;
        padding: 3px 5px;
        width: auto;
        min-width: 120px;
        font-size: 1rem;
        border: solid 1px #000;
        text-align: center;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnMeta h3 {
        font-size: 1.5rem;
        margin: 30px 0;
        min-height: 6rem;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnAnchor h3:hover {
        text-decoration: underline;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnInner04 .clmnDate {
        font-size: 1.125rem;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnTag {
        display: inline-block;
        margin-top: 20px;
        line-height: 1.375rem;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnTag a {
        font-size: 1.125rem;
        margin-right: 15px;
        white-space: nowrap;
        color: #333;
        text-decoration: none;
    }

    #clmnListItems .clmnListItem:nth-child(n+2):nth-child(-n+3) .clmnTag a:hover {
        text-decoration: underline;
    }

    /*
    Column List - after 4th
-----------------------------------------------------------
*/
    #clmnListItems .clmnListItem:nth-child(n+4) {
        display: block;
        width: calc(100%/3);
        margin-top: 45px;
    }

    #clmnListItems .clmnListItem:nth-child(3n+4) .clmnItem {
        margin-right: 5%;
    }

    #clmnListItems .clmnListItem:nth-child(3n+5) .clmnItem {
        margin: 0 2.5%;
    }

    #clmnListItems .clmnListItem:nth-child(3n+6) .clmnItem {
        margin-left: 5%;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) a.clmnAnchor {
        display: block;
        text-decoration: none;
        color: #333;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnImg {
        height: 171px;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnImg img {
        max-width: 100%;
        max-height: 171px;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnMeta {
        margin-top: 20px;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnCategory {
        display: inline-block;
        padding: 3px 5px;
        width: auto;
        min-width: 105px;
        font-size: .875rem;
        border: solid 1px #000;
        text-align: center;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnMeta h3 {
        font-size: 1.25rem;
        margin: 30px 0;
        min-height: 5rem;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnAnchor h3:hover {
        text-decoration: underline;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnMeta .clmnDate {
        font-size: 1rem;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnTag {
        display: inline-block;
        margin: 10px 0;
        line-height: 1.25rem;
        margin-top: 10px;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnTag a {
        font-size: 1rem;
        margin-right: 15px;
        white-space: nowrap;
        color: #333;
        text-decoration: none;
    }

    #clmnListItems .clmnListItem:nth-child(n+4) .clmnTag a:hover {
        text-decoration: underline;
    }

    /*  10アイテム以降はJSでfadeIn  */
    #clmnListItems .clmnListItem:nth-child(n+10) {
        display: none;
    }

}

/*
===================================================================================
    for Smart Phone
===================================================================================
*/
@media screen and (max-width: 768px) {

    #clmnContentList {
        display: block;
        width: 100%;
    }

    #clmnListItems a,
    #clmnContentList a {
        color: #000;
        text-decoration: none;
    }

    #clmnContentList h1 {
        margin: 30px 0 0 5%;
        font-size: 1.75rem;
    }

    #clmnContentList .clmnMetaArea {
        display: block;
        margin: 20px 5%;
    }

    #clmnContentList .clmnMetaArea h2 {
        width: 28%;
        font-family: Times New Roman, serif;
        font-size: 1.25rem;
        font-weight: bold;
    }

    #clmnContentList .clmnMetaArea .clmnCategory {
        display: flex;
        margin-bottom: 20px;
        line-height: 2rem;
        align-items: baseline;
    }


    #clmnContentList .clmnMetaArea .clmnArchive {
        display: flex;
        margin-bottom: 20px;
        line-height: 2rem;
        align-items: baseline;
    }

    #clmnContentList .clmnMetaArea .clmnOnlySP {
        display: block;
    }

    #clmnContentList .clmnMetaArea .clmnCollapseSP {
        display: none;
    }

    #clmnContentList .clmnMetaArea .clmnCollapseSP .clmnHereNow {
        display: none;
    }

    #clmnContentList .clmnMetaArea .clmnCategory .clmnHereNow,
    #clmnContentList .clmnMetaArea .clmnArchive .clmnHereNow {
        background-color: #008DAB;
        color: #FFF !important;
        font-weight: bold;
    }

    #clmnContentList .clmnMetaArea .clmnOnlySP .clmnHereNow {
        display: block;
        position: relative;
        width: 100%;
        color: #686D70;
        text-decoration: none;
        white-space: nowrap;
        line-height: 1.5rem;
        text-align: center;
        padding: 3px 0;
        margin-right: 10px;
        margin-bottom: -1px;
    }

    #clmnContentList .clmnMetaArea .clmnOnlySP .clmnHereNow .clmnIcon {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        content: '';
        width: 1.375rem;
        height: 1.375rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    #clmnContentList .clmnMetaArea .clmnOnlySP .clmnHereNow .clmnIconExpandMore {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M15.88 9.29L12 13.17L8.12 9.29a.996.996 0 1 0-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.39-1.42 0z'/%3E%3C/svg%3E");
    }

    #clmnContentList .clmnMetaArea .clmnOnlySP .clmnHereNow .clmnIconExpandLess {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M11.29 8.71L6.7 13.3a.996.996 0 1 0 1.41 1.41L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0z'/%3E%3C/svg%3E");
    }

    #clmnContentList .clmnMetaArea .clmnTag a {
        color: #686D70;
        font-size: .875rem;
        white-space: nowrap;
        line-height: 1.5rem;
        margin-right: 15px;
    }

    #clmnContentList .clmnMetaArea .clmnTag a.clmnHereNow {
        padding: 0;
        display: inline-block;
        font-weight: bold;
        font-size: 1rem;
        border-bottom: solid 2px #333;
    }

    #clmnContentList .clmnMetaArea .clmnInner01 {
        display: block;
        width: 72%;
        font-size: .875rem;
    }

    #clmnContentList .clmnMetaArea .clmnCategory .clmnInner01,
    #clmnContentList .clmnMetaArea .clmnArchive .clmnInner01 {
        border: 1px solid #008DAB;
        border-radius: 5px;
    }

    #clmnContentList .clmnMetaArea .clmnInner01 a {
        display: block;
        padding: 0;
        width: 100%;
        border-top: 1px dotted #333;
        padding: 3px 0;
        color: #686D70;
        text-decoration: none;
        white-space: normal;
        margin-right: 10px;
        line-height: 1.5rem;
        text-align: center;
        margin-bottom: -1px;
    }

    #clmnListItems ul {
        display: block;
    }

    #clmnListItems .clmnListItem {
        margin: 0 5%;
    }

    #clmnListItems .clmnListItem .clmnBorder {
        width: 90%;
        display: block;
        margin: 10px auto 0 auto;
        border-top: dotted 1px #707070;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child a.clmnAnchor {
        display: block;
        text-decoration: none;
        color: #333;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnImg {
        width: 100%;
        min-height: initial;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnImg img {
        width: 100%;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnMeta {
        width: 100%;
        margin: 0 auto;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnMeta .clmnCategory {
        display: inline-block;
        padding: 5px 10px;
        font-size: 1rem;
        border: solid 1px #000;
        text-align: center;
        margin-top: 10px;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnMeta h3 {
        font-size: 1.125rem;
        margin: 10px 0;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnMeta .clmnDate {
        font-size: 1rem;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnItem .clmnTag {
        margin: 10px 0 20px 0;
        display: inline-block;
        line-height: 1.375rem;
    }

    #clmnContentList #clmnListItems .clmnListItem:first-child .clmnItem .clmnTag a {
        font-size: .875rem;
        margin-right: 10px;
        white-space: nowrap;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnItem .clmnAnchor,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnItem .clmnAnchor {
        display: flex;
        width: 100%;
        align-items: center;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnImg,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnImg {
        width: 30%;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnImg img,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnImg img {
        width: 100%;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnMeta,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnMeta {
        width: 70%;
        margin-left: 15px;
        color: #000;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnMeta .clmnCategory,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnMeta .clmnCategory {
        display: inline-block;
        padding: 5px 10px;
        font-size: .75rem;
        border: solid 1px #000;
        text-align: center;
        margin-top: 10px;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnMeta h3,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnMeta h3 {
        font-size: 1rem;
        margin: 10px 0;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnMeta .clmnDate,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnMeta .clmnDate {
        font-size: .75rem;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnTag,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnTag {
        padding-left: 30%;
        margin-left: 15px;
    }

    #clmnRelatedList .clmnListItem:first-child .clmnTag a,
    #clmnListItems .clmnListItem:nth-child(n+2) .clmnTag a {
        font-size: .75rem;
        margin-right: 5px;
        white-space: nowrap;
    }

    #clmnContentList .clmnMoreBtn,
    #clmnRelatedList .clmnHomeBtn {
        position: relative;
        width: 100%;
        align-items: center;
        margin: 30px 0;
    }

    /*  10アイテム以降はJSでfadeIn  */
    #clmnListItems .clmnListItem:nth-child(n+10) {
        display: none;
    }


    #clmnContent {
        width: 100%;
        margin: 0 auto;
    }

    #clmnContent h1 {
        font-size: 1.25rem;
    }

    #clmnContent h2 {
        font-size: 1.625rem;
    }

    #clmnContent h3 {
        font-size: 1.25rem;
    }

    #clmnContent .clmnMetaArea {
        display: grid;
        grid-template-columns: 100px auto;
        grid-template-rows: repeat(3, auto);
        font-size: 1rem;
        margin: 30px 5% 0;
    }

    #clmnRelatedList ul,
    #clmnListItems ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    #clmnRelatedList li,
    #clmnListItems li {
        list-style: none;
    }

    #clmnContent .clmnMetaArea .clmnDate {
        grid-row: 1;
        grid-column: 1;
    }

    #clmnContent .clmnMetaArea .clmnCategory {
        grid-row: 1;
        grid-column: 2;
    }

    #clmnContent .clmnMetaArea .clmnCategory a {
        text-decoration: none;
        color: #008DAB;
        margin-right: 20px;
        white-space: nowrap;
    }

    #clmnContent .clmnMetaArea .clmnCategory a:hover {
        text-decoration: underline;
    }

    #clmnContent .clmnMetaArea h1 {
        grid-row: 2;
        grid-column: 1 / 3;
        margin-top: 20px;
    }

    #clmnContent .clmnMetaArea .clmnTag {
        grid-row: 3;
        grid-column: 1 / 3;
        margin-top: 15px;
    }

    #clmnContent .clmnMetaArea .clmnTag a {
        margin-right: 20px;
        white-space: nowrap;
        text-decoration: none;
        color: #202020;

    }


    #clmnRelatedList {
        width: 100%;
        margin: 0 auto;
    }

    #clmnRelatedList h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    #clmnRelatedList .clmnInner01 {
        margin: 30px 5%;
    }

    #clmnRelatedList .clmnInner01 span {
        display: block;
        border-bottom: solid 1px #404040;
        margin-bottom: 20px;
    }

}