ul.kensaku{
list-style-type: none;
}

ul.kensaku li{
float:left;
margin-right:20px;
}

.ttl{
width:100%;
/* background-color:#93eef9; */
padding:4px;
margin-bottom:20px;
}


.ttl span{
width:20%;
height:100%;
font-weight:bold;
padding:4px;
display: inline-block;
float:left;
display:inline;
}

.ttl div{
width:75%;
height:100%;
float:left;
display:inline;
line-height:1.6em;

}

.zai{
margin-right:20px;
float:left;
display:inline;
}


.sentei,.sentei2{
width:95%;
font-size:18px;
background-color:#d0eefc;
border-left:5px solid #1306bc;
padding:10px 5px 10px 5px;
margin-bottom:15px;
font-weight:bold;
}

.sentei2{
background-color:#ffe7c8;
border-left:5px solid #fc9b1e;
margin-top:20px;

}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

