@charset "UTF-8";
/* CSS Document */


/* お知らせ共通
--------------------------------------------------------- */
.t_topics img{
	width: 100%;
}
.t_topics > div{
	padding: 0 5vw;
	margin-bottom: 120px;
}
.t_topics > div h4{
	text-align: center;
	color: #136;
	font-size: 1.8em;
	border-bottom: 2px solid #136;
	padding-bottom: 0.2em;
	margin-bottom: 0;
}
@media screen and (min-width: 1140px),print{
	.t_topics img{
		width: 50%;
	}
	.t_topics > div{
		max-width: 720px;
		margin: 0 auto;
	}
}


/* お知らせ一覧
--------------------------------------------------------- */
.t_topics dl a dt{
    margin: 0;
    padding-top: 1em;
    font-weight: normal;
    line-height: 1.2;
}
.t_topics dl a dt span{
    padding: 0.2em .5em;
    background: #666;
    color: #fff;
    font-size: 0.9em;
}
.t_topics dl a dd{
    padding: 0.3em 0 1em;
    margin-left: 0;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1140px),print{
	 .t_topics dl a dt{
        margin: 0;
        padding: 1em 0;
        float: left;
        width: 16em;
        border: none;
    }
	 .t_topics dl a dd{
        margin: 0 0 0;
        padding: 0.8em 0 1em 16em;
    }
}


/* お知らせ記事
--------------------------------------------------------- */
.t_topics > div > p{
	text-align: center;
	color: #136;
	font-size: 0.8em;
	margin: 0.2em 0 40px 0;
}
.t_topics > div p{
	 line-height: 2;
}

.t_topics .t_topics_text a{
	display: inline-block;
	background: none;
	background-size: none;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #03c;
	border: none;
    border-bottom: 1px solid #03c;
}
.t_topics .t_topics_text p a[href$=".pdf"]::before,
.t_topics .t_topics_text p a[href$='.xls']::before,
.t_topics .t_topics_text p a[href$='.xlsx']::before,
.t_topics .t_topics_text p a[href$='.doc']::before,
.t_topics .t_topics_text p a[href$='.docx']::before,
.t_topics .t_topics_text p a[href$='.jpg']::before,
.t_topics .t_topics_text p a[href$='.gif']::before,
.t_topics .t_topics_text p a[href$='.png']::before,
.t_topics .t_topics_text p a[href$='.bmp']::before,
.t_topics .t_topics_text p a[href$='.jpeg']::before{
	content: "";
    display: inline-block;
	background: none;
	width: 0;
    height: 0;
}
.t_topics p a{
	display: block;
	background: #fff url(../common/img/yajirusi01.png) no-repeat right 10px center;
	background-size: 8px 14px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 18px auto;
	padding: 1em 1.5em 1em 1em;
}
.t_topics p a[href$=".pdf"]::before{
	content: "";
    display: inline-block;
	background: url(../common/img/icon_pdf.png) no-repeat 0 0 / 16px auto;
	width: 24px;
    height: 16px;
}

/*エクセルアイコンボタン*/
.t_topics p a[href$='.xls']::before,
.t_topics p a[href$='.xlsx']::before{
	content: "";
    display: inline-block;
	background: url(../common/img/icon_xls.gif) no-repeat 0 0 / 16px auto;
	width: 24px;
    height: 16px;
}

/*ワードアイコンボタン*/
.t_topics p a[href$='.doc']::before,
.t_topics p a[href$='.docx']::before{
	content: "";
    display: inline-block;
	background: url(../common/img/icon_doc.gif) no-repeat 0 0 / 16px auto;
	width: 24px;
    height: 16px;
}

/*画像アイコンボタン*/
.t_topics p a[href$='.jpg']::before,
.t_topics p a[href$='.gif']::before,
.t_topics p a[href$='.png']::before,
.t_topics p a[href$='.bmp']::before,
.t_topics p a[href$='.jpeg']::before{
	content: "";
    display: inline-block;
	background: url(../common/img/icon_pic.gif) no-repeat 0 0 / 16px auto;
	width: 24px;
    height: 16px;
}

.t_topics img{
	max-width: 100%;
	height: auto !important;
	margin: 0;
}
@media screen and (min-width: 1140px),print{
	.t_topics_img{
		text-align: center;
	}
}






















