@charset "UTF-8";
/* CSS Document */

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




/*============================================================
    report
============================================================*/

#mainSlide {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

#filterBlock {
   background: #ebebeb;
margin-top: 0;
padding: 4% 5% 1%;
width: 90%;
margin: 0 auto;
}
#filterBlock h3 {
    float: left;
font-size: 13px;
width: 12%;
padding-right: 0;
}
#filterBlock ul{
	width:88%;
	float:left;
	
	}

#filterBlock > div {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    line-height: 36px;
}

#filterBlock ul li {
    float: left;
background: #fff;
color: #181818;
font-size: 12px;
padding: 0 12px;
margin-left: 3%;
margin-bottom: 3%;}



.reportLink li {
    float: none;
    width: 300px;
    height: 240px;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-image: url("/assets/report/img/related_bg_dac.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f3f3f3;
}


#reportBlock {
    width: 100%;
    margin: 40px auto 0 auto;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}

#showMore {
    width: 90%;
    margin: 30px auto 0 auto;

    text-align: center;
    border: 1px solid #5f5f5f;
    font-size: 18px;
    color: #5f5f5f;
    line-height: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
   
}

.c_fb_wrapper {
    background: url("../../../common/img/bg_fb_sp.png") no-repeat;
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 45px;
    border: 1px #345691 solid;
}

.c_fb_wrapper .left {
    float: none;
    width: 86%;
   
    padding: 100px 4% 0 10%;
    font-size: 14px;
}

.c_fb_wrapper .left .txt {
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: center;
    margin-left: 0;
    font-size: 12px;
    width: inherit;
}

.c_fb_wrapper .right {
    float: none;
    width: 100%;
    padding-top: 12px;
    padding-right: 0;
}

.c_fb_wrapper .left .lead {
    font-size: 16px;
    text-align: center;
    display: inherit;
}


#slideWrap .slide .titleBox {
    width: 100%;
}
#slideWrap .slide .titleBox h2 {
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0 auto;
    width: 90%;
    padding: 7px 0 23px 0;
    position: relative;
    bottom: 0px;
}
#slideWrap .slide .titleBox .date {
    color: #fff;
    position: absolute;
    bottom: 3px;
    left: 20px;
    font-size: 11px;
    left: 5%;
}
#slideWrap .slide .titleBox  .type {
    position: absolute;
    bottom: 7px;
    right: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    background: #000;
    font-size: 11px;
    line-height: 10px;
    padding: 4px 6px;
    right: 5%;
}



}




