@charset "utf-8";

/* ==================================================================

	news.css
	
=================================================================== */

/* ◇ title
-------------------------------- */	
.contents .accent{
    background-color: #f19dae; 
}
.contents .mainvisual h2 {
    background:url(../../images/news/title_icon.png) 0 50% no-repeat;
    color: #fff;
    text-shadow: none;
}
.contents .mainvisual h2 span {
    color: #fff;
    text-shadow: none;
}

/* --------------------------------
   □ newsList
-------------------------------- */ 
ul.newsList li {
    padding: 20px 0;
    border-bottom: 1px dotted #8f8f8f;
}
ul.newsList li:first-child {
    padding-top: 0;
}
ul.newsList li a {
    display: block;
    background: url(../../images/news/icon_arrow.png) 100% 50% no-repeat;
}
ul.newsList li dl dt {
    color: #333;
    font-size: 114%;
    margin-bottom: 5px;
}
ul.newsList li dl dt span {
    background: #8ec555;
    color: #fff;
    font-size: 95%;
    display: inline-block;
    margin-left: 10px;
    padding: 0 15px;
    border-radius: 15px;
}
ul.newsList li dl dd {
    color: #eb6795;
    font-size: 142%;
    font-weight: bold;
}

/* --------------------------------
   □ pager
-------------------------------- */ 
.pager {
	margin-top: 30px;
	text-align:center;
}
.pager ul {
    display: inline-block;
}
.pager li {
    display: inline-block;
    margin-right: 7px;
}
.pager li:last-child {
    margin-right: 0;
}
.pager li .page-numbers {
    display: block;
    border-radius: 50%;
    padding: 12px 18px;
    border: 1px solid #eb6795;
    color: #eb6795;
    background-color: #fff;
}
.pager li span.current {
    color: #fff;
    background-color: #eb6795;
}

/* --------------------------------
   □ newsDetail
-------------------------------- */ 
section.newsDetail h3 {
    margin-bottom: 20px;
}
section.newsDetail p.dateTxt {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
}
section.newsDetail .article {
    width: 80%;
    margin: 50px auto 0;
    line-height: 2;
}

section.newsDetail .article p {
    line-height: 2;
}
section.newsDetail .article p a{
	text-decoration:underline;
}
section.newsDetail .article p.img {
    margin-bottom: 30px;
}
section.newsDetail .article p.txt {
    font-size: 114%;
    margin-bottom: 30px;
}
section.newsDetail .article .return {
    background: #f9f7ed;
    box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
}
section.newsDetail .article .return .buttonStyle {
    text-align: center;
    margin-bottom: 0;
}
section.newsDetail .article .return .buttonStyle a {
    padding: 15px 0;
    width: 50%;
}

section.newsDetail .article p.txt .red {
    color: red;
}

section.newsDetail .article p.image img {
    max-width: 100%;
}
section.newsDetail .article p.buttonStyle.pdf {
    width: fit-content;
    margin: 20px auto 50px;
    text-align: center;
}


.ta_right{
    display: block;
    text-align: right;
}

@media only screen and
(max-width : 767px) {

    /* --------------------------------
       □ newsList
    -------------------------------- */ 
    ul.newsList li {
        padding: 4% 0;
    }
    ul.newsList li dl dt {
        color: #333;
        font-size: 100%;
        margin-bottom: 5px;
    }
    ul.newsList li dl dd {
        color: #eb6795;
        font-size: 120%;
        font-weight: bold;
    }

    /* --------------------------------
       □ pager
    -------------------------------- */ 
    .pager li .page-numbers {
        display: block;
        border-radius: 50%;
        padding: 9px 15px;
        border: 1px solid #eb6795;
        color: #eb6795;
        background-color: #fff;
    }

    /* --------------------------------
       □ newsDetail
    -------------------------------- */ 
    section.newsDetail h3 {
        margin-bottom: 4%;
        font-size: 140%;
    }
    section.newsDetail p.dateTxt {
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 15px;
    }
    section.newsDetail .article {
        width: auto;
        margin: 7% auto 0;
    }
    section.newsDetail .article p.img {
        margin-bottom: 7%;
    }
    section.newsDetail .article p.txt {
        font-size: 100%;
        margin-bottom: 7%;
        line-height: 1.8;
    }
    section.newsDetail .article .return {
        background: #f9f7ed;
        box-sizing: border-box;
        padding: 5% 0;
        width: 100%;
    }
    section.newsDetail .article .return .buttonStyle a {
        padding: 15px 0;
        width: 80%;
    }


}

	
