@charset "UTF-8";
/*========================================
Re:vite
URL : 
Style : PEPPY renewal add CSS
Date : 20190711
Filename : add_revite1908-pc.css
========================================*/

/*========================================
Font etc.
========================================*/
.rv-add_f-rd {
	color: #ff4747;
}

/*========================================
Top Page
========================================*/
.rv_user_name {
	float: left;
	width: 260px;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}



.rv_top-category_select {
	width: 100%;
	border-bottom: 2px solid #ff2727;
}
.rv_top-category_select ul {
	list-style: none;
	display: flex;
}
.rv_top-category_select li {
	width: 260px;
	text-align: center;
	float: left;
}
.rv_top-category_select ul li a{
	display: block;
	padding: 12px 0;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}
.rv_top-category_select ul li a.active {
	background-color: #ff2727;
	color: #fff;
}
#top_top-category_tab1, #top_top-category_tab2 {
	margin: 0;
	padding: 10px 0;
}

/*========================================
Edit
========================================*/
.rv_btn-new-edit {
	background-color: #31bc00;
	color: #fff;
}
