


/*＊------ナビゲーション------＊*/

.youbu_nav{
	overflow:hidden;
	margin:0 0 25px 0;
	background-color:#f1f1f1;
    display: table;
	width: 100%;

}
.youbu_nav li {
	list-style:none;
	width: 50%;
	height: 40px;
    display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
    background-color:#f1f1f1;
}

.youbu_nav li:nth-child(1):after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;


	background: #ddd;
	width: 1px;
	height: 44px;
}

.youbu_nav li:nth-child(1) {
    border-bottom: 4px solid #ffb784;
	/*pointer-events:none;}*/
}

.youbu_nav li:nth-child(1):hover{
	border-bottom: 4px solid #f7a368;
}

.youbu_nav li:nth-child(2) {
    border-bottom: 4px solid #f37878;
	/*pointer-events:none;}*/
}

.youbu_nav li:nth-child(2):hover{
	border-bottom: 4px solid #e64f4f;
}

.youbu_nav li a {
    color: #525252;
    font-size: 105%;
    margin: 0;
    letter-spacing: 0.1em;
    display: table;
    line-height: 44px;
    width: 100%;
}

@media screen and (max-width:600px) {
	ul.youbu_nav {
		margin-bottom: 0;
		margin-top: -4px;
	}
	.youbu_nav li a{
		height: 100%;
	}
}
/*＊------ナビゲーション------＊*/
