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

.navtop-sp{
    display:block;
    width:100%;
    height:55px;
}
.navtop{
    display:block;
    width:25%;
    height:55px;
    float:left;
    position:relative;
	 
}
.navtop span {
display:block;margin:10px 10px 10px 10px;
}


.navtop p{
    display:block;float: left;
    width:85%;height:50px;
    text-align: center;
    position:absolute;
    color:#FFF;
	font-size: 20px;

}

.navtop p:after{
    content:'';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 10%;
    left: 90%;
	
}

.navtop-sp .now{background:#66CC66;border-radius: 10px;}
.navtop-sp .now:after{border-left: 20px solid #f00;}

.navtop-sp .nyet{background:#CBCBCB;border-radius: 10px;}
.navtop-sp .nyet:after{border-left: 20px solid #f99;}
