@charset "UTF-8";

@media only screen and (max-width:640px) {

.tab_sp {
	width: 100%;
	background: #fff;
    font-size: 13px;
}

.tab_sp_ul {
	width: 100%;
	min-width: 200px;
    display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #CCC;
}

.tab_sp_ul:first-child {
	border-top: none;
}


.tab_sp_li-01,
.tab_sp_li-02 {
	width: 50%;
	min-width: 50px;
	height: 36px;
    display: inline-block;
	text-align: center;
}

.tab_sp_li-01 {
    background: url(/ja/support/img/tab_sp-line.png) right no-repeat;
}

.tab_sp_li-02 {
	margin-left: -1px;
}

.tab_sp_li-01 a,
.tab_sp_li-02 a {
	width: 100%;
	height: 36px;
    display: table;
	cursor: pointer;
    text-decoration: none;
}

.tab_sp_li-01 a span,
.tab_sp_li-02 a span {
	min-width: 50px;
	height: 36px;
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
}

.tab_sp_li-01 a span:before,
.tab_sp_li-02 a span:before {
	content: url(/assets/img/icon_arrow_op.png);
	position: relative;
	margin: 5px;
	padding-top: 3px;
}

.tab_sp_li-01.active_pec,
.tab_sp_li-02.active_pec {
    background: #333;
}

.tab_sp_li-01.active_pec a span,
.tab_sp_li-02.active_pec a span {
	color: #fff;
    font-weight: bold;
}

.tab_sp_li-01.active_pec a span:before,
.tab_sp_li-02.active_pec a span:before {
	content: none;
}




/*リストメニューのデザインを変更　20170131 追加*/
.layer4right_pec .layer5TopTab2_pec ul {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	width: 100%;
	background: #fff;
	min-width: 100px;
}

.layer4right_pec .layer5TopTab2_pec ul li {
    font-size: 13px;
    line-height: 1;
    list-style: none;
    float: left;
    width: 48%;
    border: 1px #e0e0e0 solid;
    margin: 0 !important;
    display: table;
    height: 35px;
    background: #fff;
}





.layer4right_pec .layer5TopTab2_pec ul li a {
	padding-top: 3px;
}

.layer4right_pec .layer5TopTab2_pec ul li.active_pec a {
	color: #fff;
    background: #333;
    font-weight: bold;
    background: #fff;
}

.layer4right_pec .layer5TopTab2_pec ul li a span: {
    background: url(/assets/img/icon_arrow_op.png) left no-repeat;
}

.layer4right_pec .layer5TopTab2_pec ul li.active_pec a span {
	background-image: none;
}

}
