@charset "utf-8";
/******************************************************/

/* 上書き・個別用（PC用） */

/******************************************************/


/* 学科一覧 */
#container #contents .course_list {
    display: flex;
    flex-wrap: wrap
}
#container #contents .course_list > ul {
    width: 292px;
}


/* ここがスゴイ 色付きタイトルのみ部分 */
.fs120{
    font-size:120%;
}
.course08 .sub-right b {
    color: #f08e94;
}
.course12 .sub-right b {
    color: #cd86B7;
}
.course13 .sub-right b {
    color: #66c4cd;
}
.course14 .sub-right b {
    color: #c29763;
}

.course1402 .sub-right div#title h2, .course1502 .sub-right div#title h2, .course1602 .sub-right div#title h2{
    font-size: 1.5em;
    letter-spacing: 0;
}

/* 学科 左メニュー色付き */
.course15 .rnavi dd.here a {
	text-decoration: none;
	background: #e1476c !important;
}
.course16 .rnavi dd.here a {
	text-decoration: none;
	background: #ba243d !important;
}


/* 一級自動車工学研究科 */

div.course15 p.main-image {
	background: url(../images/24_course15_title.jpg) 0 0 no-repeat;
}

.course15 .sub-right div#title h2 {
	border-bottom: 4px solid #e1476c;
}

div.course15 div.sub-right h2{
    color: #788289 !important;
}

/* ICTライセンス学科 */

div.course16 p.main-image {
	background: url(../images/24_course16_title.jpg) 0 0 no-repeat;
}

.course16 .sub-right div#title h2 {
	border-bottom: 4px solid #ba243d;
}

div.course16 div.sub-right h2{
    color: #788289 !important;
}


/* 3年制カリキュラム */
.yearBox dl.yearBox01.pc {
    float: left;
    margin-right: 10px;
    width: 32%;
}
.yearBox dl.yearBox02.pc {
    float: left;
    margin-right: 10px;
    width: 32%;
}
.yearBox dl.yearBox03.pc {
    float: left;
    width: 32%;
}

.yearBox dl.yearBox01.smp {
    float: left;
    margin-right: 10px;
    width: 100%;
}
.yearBox dl.yearBox02.smp {
    float: left;
    margin-right: 10px;
    width: 100%;
    margin-top:10px;
}
.yearBox dl.yearBox03.smp {
    float: left;
    margin-right: 10px;
    width: 100%;
    margin-top:10px;
}

/* 学科紹介 イレギュラーサイズ変更 */
ul.block3 li.w240 {
    width: 240px;
}
ul.block3 li.w145 {
    width: 145px;
}

/* 進路指導課より */
.img2L {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}