@charset "utf-8";

/*
========================================
    ボディ
=========================================
 */


#sentence_wrapper{
    font-size: 1.5rem;
	margin-top: 50px;
}

#sentence_wrapper ul dl{
    width: 150px;
    height: 20px;
    font-weight: bold;
    margin:0px 0px 0px 0px;
    color:rgba(0,87,129,1);
    float:left;
} 

.listWrap {
	display: table;
	margin: 0 auto;
}
.listWrap dl {
	display: table-row;
}
.listWrap dl dt {
	font-weight: bold;
    color:rgba(0,87,129,1);
}
.listWrap dl dt,
.listWrap dl dd {
	display: table-cell;
	line-height: 1.8;
	padding-top: 30px;
}