@charset "UTF-8";

/* CSS Document */
/*----------------------------------------------------------

新着情報css

----------------------------------------------------------*/
/*ページタイトル
-----------------------------*/
.news--list__wrap a, .news--detail__wrap a {
    color: #0085D5;
    text-decoration: none;
}


/*新着情報一覧（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

}

/*新着記事詳細
-----------------------------*/
.news--detail__wrap{
    width: 800px;
    margin: 0px auto;
/*    padding-bottom: 150px;*/
}
.news--detail__wrap img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}
.news--detail__wrap p{
    line-height: 1.8em;
    /*padding-bottom: 1em;*/
}
.news--detail__wrap h3{
    border-bottom: 1px solid #0069AA;
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}
.news--detail__wrap h3 span{
    font-size: 12px;
    display: block;
}

/*新着記事詳細（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
    .news--detail__wrap{
        /*width: calc(100% - 40px);*/
	 margin: 0 auto 0;
    }

}



/*添付ファイル
-----------------------------*/
.tenpu{
    border-top: 1px solid #DDDDDD;
    margin: 0;
    padding: 20px 0;
    list-style-type: none;
}

.tenpu a{
    color: #0085D5;
    line-height: 1.8em;
}

.news--detail__wrap a[href$=".pdf"]:before {
    content:" ";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/icons/pdf.gif) no-repeat;
    background-size: cover;
    margin-right: 10px;
}
a[href$=".doc"]:before {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icons/doc.gif) no-repeat;
    background-size: cover;
    margin-right: 10px;
}
a[href$=".xlsx"]:before,a[href$=".xls"]:before {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icons/xls.gif) no-repeat;
    background-size: cover;
    margin-right: 10px;
}
a[href$='.txt'] :before {
	    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icons/txt.gif) no-repeat;
    background-size: cover;
    margin-right: 10px;
		padding-left: 20px;
	}
a[href$='.zip']:before,
a[href$='.rar']:before,
a[href$='.lzh']:before {
	    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icons/zip.gif) no-repeat;
    background-size: cover;
    margin-right: 10px;
		padding-left: 20px;
	}
a[href$='.jpg']:before,
a[href$='.gif']:before,
a[href$='.png']:before,
a[href$='.bmp']:before,
a[href$='.jpeg']{ 
	    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icons/pic.gif) no-repeat;
    background-size: cover;
    margin-right: 10px;
		padding-left: 20px;
	}
/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {}



/*ボタン色調整
-----------------------------*/

 a.btn{
	width: 303px;
	margin: 0 auto 100px;
	     background-color: #eee;
}
.btn::before {
    border-left: 10px solid #eee;
}
.btn::after {
    border-left: 10px solid #eee;
}
/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {}


