@charset "UTF-8";

h3{margin: 0 0 20px;}
.hover h3{color: #000;}
#contents{margin: 0;}

/* kv
-----------------------------------*/
#kv{
    background: url(../images/ir/kv_bg.png) no-repeat center top;
    margin: 0;
}
#kv h2{
    margin: 0;
    padding: 0;
}

/* ir topics
-----------------------------------*/
#irTopics{
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 30px;
    margin: 0 0 30px;
}
#irTopics dl{display: table;}
#irTopics dl dt{
    display: table-cell;
    width: 80px;
}
#irTopics dl dd{display: table-cell;}

/* ir news
-----------------------------------*/

#irNews{
    position: relative;
    float: left;
    width: 480px;
    padding: 21px 20px 0 0;
    margin: 0 0 50px;
}
#irNews h3{margin: 0 0 36px;}
#irNews .more{
    position: absolute;
    right: 40px;
    top: 21px;
    padding: 0px;
}
#irNews .more2{
    position: absolute;
    right: 40px;
    top: 21px;
    padding: 0px;
}
#irNews .more2{
	clear:both;
	margin-top:10px;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#irNews .more2 a{
    display: block;
    border: 1px solid #dfdfdf;
    padding: 1px 0 3px;
}
#irNews .more2 a:hover{
    background: #ffaa93;
    border: 1px solid #ffaa93;
    color: #fff !important;
}


/*.hover #irNews a:hover .more{color: #ffaa93}*/
#irNews dl{margin: 0 0 20px;}
.hover #irNews a:hover dt{color: #000;}
.hover #irNews a:hover dd{color: #ffaa93}
#irNews dl dt{
    float: left;
    font-size: 16px;
    width: 110px;
}
#irNews dl dd{
    float: left;
}
.irIcn{
    display: block;
    background: #7f7f7f;
    width: 46px;
    margin: 0 0 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}


/* latest document
-----------------------------------*/
#latestDoc{
    float: left;
    width: 228px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px 10px 14px;
    margin: 0 20px 0 0;
}
#latestDoc ul li{
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
#latestDoc ul li a{
    display: block;
    background: url(../images/common/ic_pdf.png) no-repeat right 10px top 50%;
    padding: 17px 10px;
}
#latestDoc ul li.dl{
    border: none;
    margin: 10px 0 0;
}
#latestDoc ul li.dl a{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
}


/* stock
-----------------------------------*/
#stock{
    float: left;
    width: 220px;
}
#stock ul{border-bottom: 1px solid #e5e5e5;}
#stock ul li{
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
#stock ul li a{
    display: block;
    padding: 17px 10px;
}
#stock ul li a.blank{
    background: url(../images/common/ic_blank.png) no-repeat right 10px top 50%;
    background-size: 11px;
}


/* message
-----------------------------------*/
#message{
    float: left;
    width: 480px;
    margin: 0 30px 0 0;
}
#message p{
    background: url(../images/common/ic_arrow.png) no-repeat left 50%;
    padding: 4px 0 4px 14px;
    margin: 0 0 0 14px;
}


/* hilight
-----------------------------------*/
#hilight{
    float: left;
    width: 250px;
    margin: 0 20px 0 0;
}
#hilight ul{margin: 0 0 0 14px;}
#hilight ul li a{
    display:  block;
    background: url(../images/common/ic_arrow.png) no-repeat left 50%;
    padding: 4px 0 4px 14px;
}


/* library
-----------------------------------*/
#library{
    float: left;
    width: 220px;
}
#library ul{margin: 0 0 0 14px;}
#library ul li a{
    display:  block;
    background: url(../images/common/ic_arrow.png) no-repeat left 50%;
    padding: 4px 0 4px 14px;
}


/* ir　link
-----------------------------------*/
#irLink ul li{
    float: left;
    width: 300px;
}
