/* --------------------------------------------------
	お知らせ：属性表示用 2023/04/01修正
	3領域8メジャ域への再編に対応
-------------------------------------------------- */

dt.attrFacultynew:before {
    display: inline-block;
    content: "システム工学部";
    width: 140px;
    margin-right: 10px;
    padding: 3px 0;
    background-color: #A4586C;
    color: #fff;
	font-size: 1.2rem;
    text-align: center;
}

dt.attrNewase:before {
    display: inline-block;
    content: "応用理工学領域";
    width: 140px;
    margin-right: 10px;
    padding: 3px 0;
    background-color: #D7AC81;
    color: #fff;
	font-size: 1.2rem;
    text-align: center;
}

dt.attrNewed:before {
    display: inline-block;
    content: "環境デザイン学領域";
    width: 140px;
    margin-right: 10px;
    padding: 3px 0;
    background-color: #AAB492;
    color: #fff;
	font-size: 1.2rem;
    text-align: center;
}

dt.attrNewim:before {
    display: inline-block;
    content: "情報学領域";
    width: 140px;
    margin-right: 10px;
    padding: 3px 0;
    background-color: #A5A9C4;
    color: #fff;
	font-size: 1.2rem;
    text-align: center;
}

/* --------------------------------------------------
　　重要なお知らせ：属性表示用 2023/04/01修正
-------------------------------------------------- */

#newsys2023ImportantNews dl dt:before {
    display: inline-block;
    content: "重要";
    width: 140px;
    margin-right: 10px;
    padding: 3px 0;
    background-color: #964F59;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

#newsys2023ImportantNews h2:before {
    content: "\e604";
    display: inline-block;
    margin-right: 8px;
    font-family: 'ico_wu_theme';
    color: #964F59;
}

#contents #newsys2023ImportantNews h2 {
    color: #000;
    margin: 16px 0;
    padding: 20px 0 0;
    border-left: none;
    font-size: 1.6em;
}

#newsys2023ImportantNews dd {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #cbcbcb;
    line-height: 1.3;
}

#newsys2023ImportantNews dd a {
    display: inline-block;
    color: #005ac8;
    line-height: 1.3;
    font-size: 1.4rem;
/* 1.4rem：「亚洲通官网_现金网游戏-【娱乐平台】」と同じぐらいになる大きさ */
}

#newsys2023ImportantNews dt {
    margin-bottom: 15px;
    font-size: 1.4rem;
/* 1.4rem：「亚洲通官网_现金网游戏-【娱乐平台】」と同じぐらいになる大きさ */
}

#newsys2023ImportantNews .wrapper {
    padding: 19px;
    background: #fff;
    border: 1px solid #ddd;
}

#newsys2023ImportantNews dl .attributes,
#newsys2023ImportantNewst dl .unit {
    display: none;
}

#newsys2023ImportantNews .tabs {
    display: none;
}

#newsys2023ImportantNews dl dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}