.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
    border-right: 1px solid #eee; }
.r-tabs .r-tabs-panel {
    display: none;}
.r-tabs .r-tabs-accordion-title {
    display: none;}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;}
    .r-tabs .r-tabs-accordion-title {
        display: block;}
}

.r-tabs {
	position: relative;}
/*▽ナビ*/
.r-tabs .r-tabs-nav {
	border-bottom: 5px solid #ff1700;}
.r-tabs .r-tabs-nav li.r-tabs-tab {
	position: relative;
	top: 0px;}
/*ノンアクティブ*/
.r-tabs .r-tabs-nav .r-tabs-anchor {
	color: #000;
	background: #fff;
	padding: 10px 12px;
	display: block;
	text-decoration: none;
	margin-right: -5px;
	text-align: center;}
.r-tabs .r-tabs-nav .r-tabs-state-active {}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;}
/*アクティブ*/
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background: #ff1700;
	color: #fff;}

/*レスポンシブの時のボックス*/	
.r-tabs .r-tabs-panel {
	background-color: #fff;}
/*レスポンシブの時のナビ*/
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #ff1700;}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;}

/*レスポンシブの時のナビアクティブ*/
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #000;
	margin-bottom: 0;
	border-bottom: 2px solid #ff1700;}
	
.r-tabs .t1{ width: 14.6%;}
.r-tabs .t2,
.r-tabs .t3,
.r-tabs .t4,
.r-tabs .t5,
.r-tabs .t6,
.r-tabs .t7,
.r-tabs .t8,
.r-tabs .t9,
.r-tabs .t10{ width: 9%; }
/*.r-tabs .t2{
	width: 10%;}
.r-tabs .t3{
	width: 14%;}
.r-tabs .t4{
	width: 6%;}
.r-tabs .t5{
	width: 6%;}
.r-tabs .t6{
	width: 12.3%;}
.r-tabs .t7{
	width: 9%;}
.r-tabs .t8{
	width: 9%;}
.r-tabs .t9{
	width: 9%;}
.r-tabs .t10{
	width: 10%;}*/