@charset "utf-8";
/* ===================================================================
CSS information

 file name  :link.css
 author     :PCBrain
 style info :link
=================================================================== */

#pageTitle{
    background: url(../img/link/h1_bg.png) no-repeat center center;
}

#link #main dl{
	margin:10px 0 0;
}


#link #main dd{
	margin-bottom:5px;
	border-bottom:dotted 1px #666666;
	padding:0 25px 5px;
}


#link #main dt{
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
    padding-left: 25px;
    font-weight:bold;
}

#link #main dt:before,
#link #main dt:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#link #main dt:before{
width: 18px;
height: 18px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #4394d5;
}
#link #main dt:after{
left: 5px;
width: 4px;
height: 4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}