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

html {
}

body {
color: #000;
background-color: #FFF;
margin-top: 15px;
margin-bottom: 15px;
padding: 0px;
}

.i-wrapper {
margin-left: auto;
margin-right: auto;

padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 950px;
background-color: #00AA4A;
border-radius: 6px;
box-sizing: content-box;
}

.i-header {
background-image: url(https://iikubo-cars.main.jp/_images/title.png);
background-repeat: no-repeat;
width: 950px;
height: 120px;
}

.i-footer {
background-image: url(https://iikubo-cars.main.jp/_images/footer.png);
background-repeat: no-repeat;
width: 950px;
height: 40px;
}

.i-main {
padding: 25px;
background-color: #FDFFEC;
min-height: 50vh;
}


.top_navi {
position: relative;
box-sizing: content-box;
width: 950px;
height: 38px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #00AA4A;
}


.top_navi ul,.top_navi li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.top_navi ul {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
/*gap: 2px;*/
}
.top_navi li {
text-align: center;
background-color: #FDFFEC;
color: #4F2500;
height: 38px;
line-height: 38px;
/*flex-basis: 20%;*/
width: 146px;
font-weight: bold;
}

.top_navi a {
text-decoration: none;

}
.top_navi a:hover li {
background-color: #FBEBC6;
}

