@charset "euc-jp";

/* CSS Document */

body{ 
		color: gray;
		font-size:13px;}
#container-if {
    width: 100%;
    max-width: 750px;
    position: relative;
    text-align: center;
}
img{
	max-width:100%;
	}
a{ text-decoration:none;}
li{list-style:none;}
.flex-wp4 li div:after{
content: attr(title);
display: block;
color: #434343;
text-align: left;
right: 25px;
background-color: #d3d3d3b3;
bottom: 80px;
width: 190px;
height: 176px;
padding: 15px;
position: absolute;
}
.center{ text-align:center;}
#waku-kiji{
margin: 0px 0px 200px 0px;
z-index: 10;
	}

#container-if .tmb-nav ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: space-between;
	}
.tmb-nav {
    position: fixed;
    top: 760px;
    width: 892px;
    z-index: 52;
    background-color: #9a9a9a;
}
.tmb-nav ul li{
    width: 102px;
    position: relative;
    border: 2px solid gray;
    border-radius: 4px;
    margin: 2px;
    overflow: hidden;
	}
.tmb-nav ul li:hover{
    border: 2px solid #ef775d;
	}
.tmb-nav p{
    font-size: 11px;
    color: white;
	}
.tmb-nav li p{
	display:none;
	}

#waku-kiji li{
position: relative;
	}
#waku-kiji button ,.link-btn{
    border: 1px solid gray;
    border-radius: 4px;
    position: fixed;
    z-index: 51;
    top: 40px;
    right: 20px;
    background-color: #4795d2;
    text-align: left;
    font-size: 13px;
    color: white;
    box-shadow: 2px 2px 0px 0px #0000004d;
    cursor: pointer;
    width: 120px;
}
#waku-kiji h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 16px;
    z-index: 51;
}