﻿@charset "UTF-8";
/*―――――――――――――all―――――――――――――
――――――――――――――――――――――――――――――――*/

h1 {
    margin-bottom: 20px;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
    line-height: 1.3;
}

h2:before {
    content: "";
    padding: 2px 5px 0 6px;
    border-left: 5px solid #277DC5;
    vertical-align: middle;
}

h3,
h4 {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
}

h4 {
    margin: 8px 0 5px;
    text-align: center;
    text-decoration: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.clr {
    clear: both !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fr_object {
    margin: 0.2em 0 5px 15px;
}

.fl_object {
    margin: 0 0 15px 10px;
}

/*各種装飾*/

.last {
    border-bottom: none !important;
}

.claim {
    float: right;
    /*margin: 1.5em 0 0 1em;*/
}

/*facultyの「資料請求」アイコン*/

.shadow {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.shadow02 {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.wb {
    word-break: break-all;
}

p.capt {
    padding-top: 5px;
    font-size: 1em !important;
}

img.border {
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

/*examカード挿し込み装飾*/

.wrapper {
    padding: 5px;
    /*margin: 20px;*/
    width: 200px;
    position: relative;
    overflow: hidden;
    float: left;
}

.card {
    width: 200px;
    height: 100px;
    text-align: center;
    box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.3);
}

.card a {
    display: block;
    color: #000;
}

.cut_t,
.cut_b {
    position: absolute;
    width: 70px;
    height: 75px;
    background: #FFF;
    box-shadow: 0px 1px 2px 1px rgba(127, 127, 127, 0.8);
}

.cut_t {
    transform: rotate(-45deg);
    top: -50px;
    left: -50px;
}

.cut_b {
    transform: rotate(45deg);
    bottom: -50px;
    right: -50px;
}

/* リンクリストアイコン
---------------------------------------------------------*/

.link00 li,
.link01 a,
.link02 a,
.link03 a,
.link04 a {
    padding-left: 1.4em;
    background-repeat: no-repeat;
    background-position: left center;
}

.link01 a,
.link02 a {
    padding-left: 0.9em;
}

/*リンクなしサークル*/

ul.link00 li {
    background-image: url(../images/ico_circle.gif);
    background-position: 0.2em 0.6em;
    margin: 0.3em 0;
}

/*右向きトライアングル*/

.link01 a {
    background-image: url(../images/ico_triangle_rihgt.png);
}

/*上向きトライアングル*/

.link02 a {
    background-image: url(../images/ico_triangle_up.png);
}

/*左向き矢印*/

.link03 a {
    background-image: url(../images/ico_arrow_left.jpg);
}

/*右向き矢印*/

.link04 a {
    background-image: url(../images/ico_arrow_rihgt.jpg);
}

div.head_01 h3:first-letter {
    font-size: 1.6em;
    color: #7172ac;
}

/*div.head_01 h3*/

span.marker {
    background: linear-gradient(transparent 80%, #ffdfbd 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整*/
    padding: 0 2px 0px;
}


/*―――――――――――――index―――――――――――――
――――――――――――――――――――――――――――――――*/

#index .aset a {
    display: block;
}

#index h2 {
    margin-bottom: 20px;
    border-bottom: none;
    text-align: center;
}

#index h2:before {
    content: none;
    padding: 0;
    border-left: none;
}

#top,
#banner,
#index #pick {
    margin-bottom: 30px;
}

#index #exam {
    margin-bottom: 50px;
}

/*
#column_2 dt a,#index .aset dt {
    text-decoration: underline;
}
*/

#banner {
    text-align: center;
}

.col {
    width: 320px;
    margin: 0 auto 10px;
}

.col.aset {
    margin-right: 20px;
}

.col_content {
    width: 95%;
    margin: 0 auto;
}

.col_content div {
    display: table-cell;
}

.col_img {
    width: 100px;
    padding-right: 3%;
}

.col_txt {
    width: 72%;
    vertical-align: top;
}

/*IE*/

@media all and (-ms-high-contrast:none) {
    .col_txt/*指定のclassやid*/
        {
        width: 70%;
    }
}

/* for Microsoft Edge */

@supports (-ms-ime-align:auto) {
    .col_txt {
        width: 70%;
    }
}

.col_content dt,
.col_content dd {
    line-height: 1.2;
}

.col_content dt {
    margin-bottom: 5px;
}

.col_content dd,
.col_content ul.nation li {
    font-size: 1.1em;
}

.col_content ul.nation {
    border-top: 2px dotted #267DC5;
    margin-top: 20px;
    padding-top: 25px;
}

.col_content ul.nation li,
.pick_content ul li {
    display: inline-block;
    float: left;
    /*    max-width: 170px;*/
    font-size: 0.9em;
}

.col_content ul.nation li {
    width: 130px;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 1.2em;
    font-weight: bold;
}

.col_content dt,
.col_content ul.news li span {
    font-size: 1.2em;
}

div.student dl dt {
    font-size: 1.3em;
}

ul.news {
    margin-left: 5px;
}

@media all and (-ms-high-contrast:none) {
    ul.news li {
        margin-bottom: 2px;
    }
}

div.pick_content ul li {
    width: 25%;
}

div.pick_univ {
    width: 100%;
    margin: 0 auto;
}

div.pick_univ h3 {
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
}

/*
div.pick_univ img{
    width: 170px;
    height: 130px;
}
*/

div.pick_univ p {
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    height: 34px;
}

#index #pick .aset a {
    display: block;
    margin: 0 10px 25px;
    padding: 14px 10px 10px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/*---nyushi--*/

#index table.nyushi_index {
    width: 100%;
    margin: 0 auto;
}

#index table.nyushi_index a {
    display: block;
    padding-left: 12px;
    background-image: url(../../common/images/ico_triangle_rihgt.png);
    background-repeat: no-repeat;
    background-position: left center;
}

/*--20230830追加--*/
#index table.nyushi_index a.new::after {
  content: 'New!';           /* 最後に入れたい任意の文字を入力 */
  font-size: 11px;           /* 文字サイズを11pxに指定 */
  font-weight: bold;         /* 太文字に指定 */
  display: inline-block;     /* line-heightの背景にも色を入れるため */
  color: #fff;               /* 文字色を白に指定 */
  line-height: 1.3;          /* 行間を指定 */
  background: #F00;          /* 背景色を赤に指定 */
  border-radius: 15px;       /* 楕円形にするため角丸 */
  padding: 0 5px;            /* 上下左右に少し余白 */
  margin-left: 10px;         /* これを指定すれば上寄せや下寄せが可能 */
  vertical-align: top;  /* これを指定すれば上寄せや下寄せが可能 */
}

#index .nyushi_anchor {
    margin-bottom: 40px;
}

/*―――――――――――――about―――――――――――――
――――――――――――――――――――――――――――――――*/

#about h2 {
    margin: 25px 0 16px;
    font-size: 1.2em;
}

#about p {
    margin-bottom: 16px;
    line-height: 1.6;
}

#about p.link03 {
    margin-top: 20px;
    text-align: right;
}

#about dl {
    padding-bottom: 12px;
    border-bottom: 1px solid #c4c4c4;
}

#about dl dt {
    font-size: 1.2em;
    margin: 8px 0;
}

#about .ad dl {
    border-bottom: none;
    margin-bottom: 10px;
}

/*#about .ad dl,*/

#about .ad dt,
#about .ad dd {
    padding: 4px 10px;
    line-height: 1.6;
}

#about .ad dt {
    background: #FFF1F0;
    border: 1px solid #29d0d1;
    margin: 0;
}

#about .ad dd {
    border: 1px solid #29d0d1;
    border-top: none;
}

#about .ad ul.link00 {
    border-bottom: 1px dotted #999999;
    /*padding-bottom: 16px;*/
}

/*―――――――――――――pr―――――――――――――
――――――――――――――――――――――――――――――――*/

#content .contentpr {
    margin-bottom: 15px;
}

#content .contentpr h3 {
    margin: 20px 0;
}

.pr span {
    display: none;
}

#content h3.pr {
    width: 660px;
    height: 36px;
    background: url(/images/ind05_tit_pc.jpg) no-repeat;
}

#content .contentpr .box-s {
    padding: 15px;
    border: 1px solid #D1D1D1;
}



/*―――――――――――――exam―――――――――――――
――――――――――――――――――――――――――――――――*/

.exam_content .em_txt p {
    text-indent: 1em;
}

.exam_content h3 {
    margin: 20px auto 15px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #ccc;
}

.exam_content ul li {
    display: inline-block;
    width: 33%;
    margin-bottom: 20px;
}

.exam_content .article dl {
    padding: 5px;
}

.exam_content .article dl dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3px;
}

.exam_content .article dl dd {
    text-align: left;
}

.exam_content .article dl dd::after {
    display: block;
    content: "…続きを読む";
    text-align: right;
    margin-right: 10px;
}

.exam_content ol.list_num {
    width: 90%;
    margin: 15px auto;
    font-size: 1.1em;
    border: solid 1px #277DC5;
    padding: 1em;
}

.exam_content ol.list_num li {
    list-style-type: decimal;
    margin: .3em 0 .3em 1.2em;
    line-height: 1.5;
    font-weight: bold;
}

.exam_content ul.list_num {
    width: 90%;
    margin: 15px auto;
    font-size: 1.1em;
    border: solid 1px #277DC5;
    padding: 1em;
}

.exam_content ul.list_num li {
    list-style-type: unset;
    margin: .3em 0 .3em 1.2em;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    width: 90%;
    display: list-item;
    list-style: disc;
}


/*―――――――――――――univ―――――――――――――
――――――――――――――――――――――――――――――――*/

.univ_content ul {
    text-align: right;
}

.univ_content ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.1em;
}

.univ_content .link03 a,
.univ_content .link04 a {
    padding-left: 1.2em;
}

/*―――――――――――――gokaku―――――――――――――
――――――――――――――――――――――――――――――――*/

table.gokaku td:nth-child(n+2) {
    text-align: center;
}

table.gokaku th {
    text-align: center;
}

tr.total td {
    background: #fff1f0;
    font-weight: bold;
    text-align: center !important;
}

/*―――――――――――――nyushi―――――――――――――
――――――――――――――――――――――――――――――――*/

.nyushi_content h3 {
    margin: 20px auto 15px;
    font-size: 1.2em;
}

.nyushi_content table th {
    text-align: center;
}

.nyushi_anchor table {
    border: 1px solid #277DC5;
    box-sizing: border-box;
}

.nyushi_anchor table td {
    border-bottom: 1px dotted #277DC5;
    /*border-right: 1px solid #29d0d1;*/
    box-sizing: border-box;
    padding: 8px 15px;
}

.nyushi_anchor table a {
    display: block;
    padding-left: 12px;
    background-image: url(../../common/images/ico_triangle_down.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.nyushi_anchor .tcol {
    /*background: #F8FBF8;*/
}



/*―――――――――――――student――――――――――――
――――――――――――――――――――――――――――――――*/

.student_txt p {
    margin-bottom: 16px;
}

.student_img {
    float: right;
    width: 200px;
    padding: 10px;
    border: 1px solid #277DC5;
    margin: 0 0 15px 15px;
}

.student_img dl {
    text-align: center;
}

.box_img {
    margin-bottom: 5px;
}

/*―――――――――――――professor―――――――――――――
―――――――――――――――2023/12/07 asano ――――――――*/

.professor_img {
    float: right;
    width: 150px;
    padding: 10px;
    border: 1px solid #277DC5;
    margin: 0 0 15px 15px;
}

.professor_img dl {
    text-align: center;
}

/*―――――――――――――faculty―――――――――――――
――――――――――――――――――――――――――――――――*/

#faculty h1 {
    display: inline-block;
    padding: 0;
    font-size: 1.6em;
}

#faculty h3 {
    margin: 10px 0 3px;
}

#faculty .fac_article {
    margin-bottom: 30px;
}

#faculty .fac_article_inner {
    padding: 0 10px;
}

#faculty .fac_article ol.list li,
#faculty .fac_article ul.list li {
    list-style-type: unset;
    margin: .3em 0 .3em 1.2em;
    line-height: 1.5;
}

div.fac_img_list li {
    display: inline-block;
    float: left;
    width: 33.3%;
}

div.fac_img_list li div {
    max-width: 210px;
    margin: 0 auto;
}

div.fac_txt_list {
    border: solid 1px #277DC5;
    padding: 0.1em 0.5em;
}

.box_info {
    padding: 15px;
    margin: 20px auto;
    border: 2px solid #277DC5;
    background: -webkit-linear-gradient( #F8FBF8 10%, #FFF);
    background: -o-linear-gradient( #F8FBF8 10%, #FFF);
    background: linear-gradient(#F8FBF8 10%, #FFF);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    */
}

.box_info .info_txt {
    width: 70%;
}

.info_txt li {
    padding: 5px 0;
    border-bottom: dotted 1px #333;
    font-size: 1.2em;
}

.info_txt li span {
    display: inline-block;
    width: 3.4em;
}

.box_info .info_img {
    width: 30%;
    text-align: right;
}

    /*―――――――――――――policy―――――――――――――
――――――――――――――――――――――――――――――――*/
	.privasy_mark {
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}

.privasy_mark p {
  margin-right: 20px;
  padding-top: 0;
  margin-bottom: 0 !important;
}

.privasy_mark img {
  width: 80px;
  height: 80px;
  padding: 10px;
  background-color: #fff;
}


/*―――――――――――――サイドメニュー―――――――――――――
――――――――――――――――――――――――――――――――*/

#side {
    float: right;
    width: 210px;
}

.box-side {
    margin: 2px 0 15px;
}

.box-side2 {
    margin: 2px 0 15px;
}

.box-pr {
    margin-bottom: 15px;
}

h3.univ span {
    display: none;
}

h3.pickup span {
    display: none;
}

#side h3.univ a {
    width: 210px;
    height: 30px;
    background: url(../images/side_tit_univ.jpg) no-repeat;
    display: block;
    margin-bottom: 10px;
}

#side h3.pickup {
    width: 210px;
    height: 30px;
    background: url(../images/side_tit_pickup.jpg) no-repeat;
    margin-bottom: 20px;
}

#side p {
    line-height: 1.4;
}

.pb5 {
    padding-bottom: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.bordr-d {
    background: url(../images/for_brdd_bg.gif) repeat-x bottom;
}

#side ul.mkLink02 {
    margin: 0;
    list-style: none;
}

#side ul.mkLink02 li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    background: none;
}

#side ul.mkLink02 li a {
    padding-left: 16px;
    background: transparent url(../images/ico_triangle_rihgt.png) no-repeat left center;
    min-height: 10px;
    height: auto !important;
    height: 10px;
}

ul.pkLink {
    margin: 0;
    list-style: none;
}

ul.pkLink li.start {
    margin-top: 0;
    padding-top: 0;
    background: none;
}

ul.pkLink li {
    clear: both;
    margin-top: 5px;
    padding-top: 5px;
    background: url(../images/for_brdd_bg.gif) repeat-x top;
}

ul.pkLink .frobject {
    margin-left: 10px;
}

img.frobject {
    margin-top: 0.2rem;
}

.frobject,
.flobject {
    line-height: 1;
    margin-bottom: 5px;

}

.frobject {
    margin-left: 15px;
}

.fright {
    float: right;
}

.box-img {
    border: 1px solid #CCCCCC;
}

.box-side .side_bnr,
.box-side .side_bnr a {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.t-left {
    text-align: left;
}



/*―――――――――――――SP―――――――――――――
――――――――――――――――――――――――――――――――*/

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

    /*―――――――――――――all―――――――――――――
――――――――――――――――――――――――――――――――*/
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .fl,
    .fr {
        float: none;
    }
    .fr_object,
    .fl_object {
        margin: 0 0 10px;
        text-align: center;
    }

    /*―――――――――――――index―――――――――――――
――――――――――――――――――――――――――――――――*/
    #index .sp,
    #column_2,
    #banner,
    #pick,
    #exam {
        margin: 0 auto;
    }
    #column_2,
    #banner,
    #pick,
    #exam {
        width: 100%;
    }
    #pick {
        text-align: center;
    }
    .col,
    .col_content,
    .pick_content dl {
        width: 100%;
    }
    div.student dl dt,
    .col_content dt,
    .col_content ul.nation li,
    .col_content ul.news li span {
        font-size: 1.2em;
    }
    .col_img {
        width: 22%;
    }
    .col_txt {
        font-size: 0.9em;
    }
    .col_content ul.nation {
        margin-top: 10px;
        padding-top: 15px;
    }
    .col_content ul.nation li {
        width: 32%;
    }
    .col_content dd,
    .col_content ul.nation li {
        font-size: 1em;
    }
    ul.news {
        font-size: 0.9em;
    }
    div.pick_content ul li {
        width: 100%;
    }
    #index #pick .aset a {
        margin: 0 0 30px;
        padding: 15px 10px;
    }
    div.pick_univ p {
        line-height: 1.3 !important;
        text-align: center;
        height: auto;
    }

    /*―――――――――――――student――――――――――――
――――――――――――――――――――――――――――――――*/
    .student_img {
        float: none;
        width: auto;
        padding: 15px 0;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .student_img p.capt {
        line-height: 1.4 !important;
    }



    /*―――――――――――――univ―――――――――――――
――――――――――――――――――――――――――――――――*/
    .univ_content {
        width: 100%;
        margin: 0 auto;
    }
    .univ_content ul {
        text-align: unset;
    }
    p.link02 {
        margin: 20px 0;
    }


    /*―――――――――――――gokaku―――――――――――――
――――――――――――――――――――――――――――――――*/
    table.gokaku td:nth-child(n+2) {
        text-align: center;
    }
    .univ_content .link03 a,
    .univ_content .link04 a {
        padding-left: 1em;
    }
    .univ_content ul li {
        margin: 0 0 15px 0px;
        width: 32%;
        text-align: center;
    }
    /*―――――――――――――pr―――――――――――――
――――――――――――――――――――――――――――――――*/
    #content h3.pr {
        width: 100%;
        min-height: 36px;
        background: url(/images/ind05_tit_sp.jpg) no-repeat;
        background-size: 100% auto;
        padding-bottom: 20px;
    }
    #content .contentpr h3 {
        margin-bottom: 0;
    }
    #content .contentpr .box-s {
        border: none;
    }
    .contentpr table td {
        display: block;
        padding: 5px;
        text-align: center !important;
        width: auto;
    }

    /*―――――――――――――nyushi―――――――――――――
――――――――――――――――――――――――――――――――*/
    .nyushi_anchor table td {
        display: block;
        width: 100%;
        text-align: center;
    }
    .nyushi_anchor table td.bb_none {
        border-bottom: 1px solid #277DC5;
    }

    /*―――――――――――――faculty―――――――――――――
――――――――――――――――――――――――――――――――*/
    .faculty_content,
    .box_info .info_txt,
    .box_info .info_img {
        width: 100%;
    }
    #faculty .fac_article_inner {
        padding: 0 5px;
    }
    #faculty h1,
    .box_info .info_img {
        display: block;
        text-align: center;
    }
    #faculty div.head_01 h3 {
        margin-bottom: 7px;
        line-height: 1.4;
    }
    .info_txt li span {
        font-weight: bold;
    }
    div.fac_img_list li {
        display: block;
        float: none;
        width: 100%;
    }
    div.fac_img_list li div {
        max-width: 100%;
        text-align: center;
    }

    /*―――――――――――――exam―――――――――――――
――――――――――――――――――――――――――――――――*/
    .exam_content {
        width: 100%;
    }
    .exam_content ul li {
        width: 100%;
    }
    .exam_content div.article {
        margin-bottom: 20px;
    }
    .exam_content .article dl dd::after {
        padding-top: 5px;
    }
	
	/*―――――――――――――サイドメニュー―――――――――――――
――――――――――――――――――――――――――――――――*/
    #side {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 20px auto 0;
    }
    #side h3.univ a {
        width: 100%;
        min-height: 30px;
        background: url(../images/side_tit_univ_sp.jpg) no-repeat;
        background-size: 100% auto;
    }
    .box-pr {
        text-align: center;
    }
    #side h3.pickup {
        width: 100%;
        min-height: 30px;
        background: url(../images/side_tit_pickup_sp.jpg) no-repeat;
        background-size: 100% auto;
    }
    .box-side {
        background: #ffffff none repeat scroll 0 0;
        border: none;
        margin-bottom: 15px;
        margin-top: 5px;
        padding: 8px;
    }
    /*挿し込み装飾*/
    .wrapper {
        width: 90%;
        margin: 6% 0 0 3%;
    }
    .card {
        width: 100%;
        height: auto;
        text-align: center;
        box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.2);
    }
}

/*追加*/

.clfix {
    display: block;
}

.font-l {
    font-size: 120% !important;
}

/*--20230830追加--*/
.font-l a.new::after {
  content: 'New!';           /* 最後に入れたい任意の文字を入力 */
  font-size: 11px;           /* 文字サイズを11pxに指定 */
  font-weight: bold;         /* 太文字に指定 */
  display: inline-block;     /* line-heightの背景にも色を入れるため */
  color: #fff;               /* 文字色を白に指定 */
  line-height: 1.3;          /* 行間を指定 */
  background: #F00;          /* 背景色を赤に指定 */
  border-radius: 15px;       /* 楕円形にするため角丸 */
  padding: 0 5px;            /* 上下左右に少し余白 */
  margin-left: 10px;         /* これを指定すれば上寄せや下寄せが可能 */
  vertical-align: top;  /* これを指定すれば上寄せや下寄せが可能 */
}

.box-s {
    border: 1px solid #D1D1D1;
}

.p15 {
    padding: 15px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

td.none {
    border-bottom: none !important;
}

@media screen and (max-width: 600px) {
    td.none {
        border-bottom: 1px dotted #277DC5 !important;
    }
    .pb30 {
        padding-bottom: 0px !important;
    }
}


/*--20191016追加--*/

span.announce {
    display: inline-block;
    background: #f5f5f5;
    border: 2px solid #76b5c5;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

/*--20191115追加--*/

.list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list3 li {
    width: 30%;
}

@media screen and (max-width: 600px) {
    .list3 li {
        width: 100%;
    }
}


/*--20191226追加--*/

#exam table {
    margin-bottom: 1.0em;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#exam table tr {
    border: 1px solid #29d0d1;
}

#exam table th {
    text-align: center;
    background-color: #FFF1F0;
    font-weight: bold;
    padding: 5px 12px;
    font-size: 110%;
    line-height: 1.6;
    border: 1px solid #29d0d1;
}

#exam table td {
    padding: 5px 12px;
    font-size: 110%;
    line-height: 1.6;
    border: 1px solid #29d0d1;
}


