@charset "utf-8";

.g_list {
margin: 10px 0;
width:570px;
background-image: url(/graduate/images/list_bk.gif);
background-position: top left;
background-repeat: no-repeat;
text-align: left;
clear: both;
}

*html body .g_list .g_img {
margin: 15px 8px;

}

.g_list .g_img {
background-image: url(/inc/images/common/bk_dot.gif) ;
margin: 15px 15px 0 15px;
padding: 0;
float: left;
}

.g_img img {
padding: 4px;
height: 110px;
width: 130px;
}

.g_list dl {
margin: 15px 0 0 5px;
float: left;
width: 390px;
}


.g_list dt {
font-size: 170%;
font-weight: normal;
padding: 10px 0 5px 0;
}

.g_list dt:first-letter {
color: #ea1a8f;
font-weight: normal;
}


.g_list dd {
font-size: 80%;
line-height: 120%;
}

.g_list dd p{
padding-bottom: 5px;
font-size: 150%;
line-height: 150%;
font-weight: bold;
}

.g_list .b_line {
border-bottom: dotted 1px #333333;
}

.g_list a,.g_list a:visited {
display: block;
color: #333;
}

.g_list a:hover {
color: #ea1a8f;
}

.g_list dl:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}