@charset "UTF-8";

/* CSS Document */



/*ここはモバイル時横メニューは表示しない。*/
/*tablet*/

@media(min-width:576px) {

	.p-tab-menu {
		width: 100%;
		background: #CCCABA;
	}

	.p-tab-menu-list {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	.p-tab-menu-list li {
		float: left;
		width: 25%;
		height: 50px;
		display: inline;
		list-style: none;
		padding-top: 15px;
		border-left: 1px dotted #6D533C;
	}

	.p-tab-menu-list li:last-child {
		border-right: 1px dotted #6D533C;
	}

	.p-tab-menu-list li a {
		color: #593C04;
	}

	.p-tab-menu-list li a:hover {
		color: #fff;
		text-decoration: none;
		background: #D7CBB6;
	}

	.p-tab-menu-list li:hover {
		background: #D7CBB6;
	}
}

@media(min-width:768px) {

	.p-tab-menu {
		width: 100%;
		background: #CCCABA;
	}

	.p-tab-menu-list {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.p-tab-menu-list li {
		float: left;
		width: 23%;
		height: 50px;
		display: inline;
		list-style: none;
		padding-top: 15px;
		border-left: 1px dotted #6D533C;
	}

	.p-tab-menu-list li:last-child {
		border-right: 1px dotted #6D533C;
	}

	.p-tab-menu-list li a {
		color: #593C04;
	}

	.p-tab-menu-list li a:hover {
		color: #fff;
		text-decoration: none;
		background: #D7CBB6;
	}

	.p-tab-menu-list li:hover {
		background: #D7CBB6;
	}
}

/*PC*/
@media(min-width:992px) {}

/*large-PC*/

@media(min-width:1200px) {

	.p-tab-menu-list {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	.p-tab-menu-list li {
		float: left;
		width: 23%;
		height: 50px;
		display: inline;
		list-style: none;
		padding-top: 15px;
		border-left: 1px dotted #6D533C;
	}

	.p-tab-menu-list li:last-child {
		border-right: 1px dotted #6D533C;
	}
}