/* index */
.newsWrap{
    border: 2px solid #E23830;
    margin-top: 50px;
}
.newsWrap .newsTit{
    background-color: #E23830;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 2.0rem;
    text-align: center;
}
.newsBlock{
    padding: 20px;
}
.fontL{
    font-weight: bold;
    font-size: 1.8rem;
}
.newsBlock ul{
    text-align: center;
}
.newsBlock ul li{
    display: inline-table;
}
.setTit{
    background-image: url(../img/section_01_title.gif);
    background-repeat: no-repeat;
    -webkit-background-size:840px 99px ;
    background-size:840px 99px;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 840px;
    height: 99px;
    margin-left: 80px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.shopLibnr ul{
  display: flex;
  flex-wrap: wrap;  
  margin-top: 60px;
}
.shopLibnr li{
    width: 492px;
    margin-right: 16px;
    margin-bottom: 10px;
}
.shopLibnr li:nth-child(even){
    margin-right: 0;
}
.bnrLi{
    margin-top: 60px;
}
.bnrLi li{
    margin-bottom: 20px;
}
.bnrLi li:nth-of-type(4){
    float: left
}
.bnrLi li:nth-of-type(5){
    float: right;
}
.user_voiceWrap{
    background-color: #e4f3fa;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
}
.user_voiceWrap h2{
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    color: #122c6b;
}
.uservoice{
    overflow: auto;
    padding: 0 10px;
	height: 300px;
    background: #FFFFFF;
    width: 92%;
    margin-left: 3%;
    margin-top: 15px;
}
.uservoice dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding:20px 0;
	line-height:150%;
}
.uservoice dd span{
	font-weight:bold;
	}
