html * {
	-webkit-text-size-adjust: none;
	   -moz-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	        text-size-adjust: none;
}

body{
	padding: 0;
	margin: 0;
	font-family:"HiraKakuProN-W3","\FFFD\4A5\996E\FFFD\3B3\465\FFFD     Pro W3","Hiragino Kaku Gothic Pro","\FFFD\363\FFFD     \FFFD\425\FFFD\FFFD\FFFD\FFFD\E5\FFFD",Helvetica,Arial,sans-serif;
}

.hide{
	display: none !important;
}

.u-fullWidth{
	width: 100% !important;
}

.u-block{
	display: block !important;
}

.u-mt0{
	margin-top: 0 !important;
}

.u-mt10{
	margin-top: 10px;
}

.u-mt20{
	margin-top: 20px;
}

.u-mt25{
	margin-top: 25px;
}

.u-mt30{
	margin-top: 30px;
}

.u-mt40{
	margin-top: 40px;
}

.u-mt50{
	margin-top: 50px;
}

.u-mt60{
	margin-top: 60px;
}

.u-mt70{
	margin-top: 70px;
}

.u-mt80{
	margin-top: 80px;
}

.u-mb0{
	margin-bottom: 0 !important;
}

.u-mb10{
	margin-bottom: 10px !important;
}

.u-mb20{
	margin-bottom: 20px !important;
}

.u-mb25{
	margin-bottom: 25px !important;
}

.u-mb30{
	margin-bottom: 30px !important;
}

.u-mb40{
	margin-bottom: 40px !important;
}

.u-pt20{
	padding-top: 20px !important;
}

.u-pt40{
	padding-top: 40px !important;
}

.u-bg-g{
	background-color: #f6f6f6;
}

.u-bg-w{
	background-color: #fff;
}

.has-arrow{
	position: relative;
}

.has-arrow:before{
	content: "";
    display: block;
    width: 8px;
    height: 12px;
    background: url(/docs/sync/_pc/img/arrow.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    -moz-transition: transform .2s ease, -moz-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.has-arrowWrapper:hover .has-arrow:before{
	-webkit-transform: translateX(2px);
	   -moz-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	     -o-transform: translateX(2px);
	        transform: translateX(2px);
}

.is-palt{
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

#r-common-footer{
	min-width:934px;
}

#riWrap{
	width: 100% !important;
	min-width: 950px;
}

.rr-container{
	width: 950px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    zoom: 1;
}

.rihCmnHeader .rihCmnBasketArea .rihCmnUserGuide ul{
	margin-right: 0 !important;
}

.rr-searchHeader{
	width: 100%;
	display: table;
	table-layout: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f6f6f6;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, .3);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, .3);
	        box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, .3);
	position: relative;
}

.rr-logo,
.rr-search,
.rr-myRental{
	display: table-cell;
	vertical-align: middle;
}

.rr-logo{
	width: 196px;
}

.rr-search{
	width: 618px;
	border: 2px solid #4bcd00;
	-moz-border-radius: 4px;
	     border-radius: 4px;
}

.rr-searchInput__label input{
	width: 410px;
	/* height: 40px; */
	-webkit-appearance:none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-left: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	outline: none;
	font-family:"HiraKakuProN-W3","\FFFD\4A5\996E\FFFD\3B3\465\FFFD     Pro W3","Hiragino Kaku Gothic Pro","\FFFD\363\FFFD     \FFFD\425\FFFD\FFFD\FFFD\FFFD\E5\FFFD",Helvetica,Arial,sans-serif;
}

.rr-searchInput__label input::-moz-placeholder {
	color: #ababab;
	/* font-size: 16px; */
	/* line-height: 1.286; */
}

.rr-searchInput__label input:-ms-input-placeholder {
	color: #ababab;
	/* font-size: 16px; */
	/* line-height: 1.286; */
}

.rr-searchInput__label input::-webkit-input-placeholder {
	color: #ababab;
	/* font-size: 16px; */
	/* line-height: 1.286; */
}

.rr-searchInput__label input:-moz-placeholder {
	color: #ababab;
	/* font-size: 16px; */
	/* line-height: 1.286; */
}

.rr-searchInput__label input::-ms-input-placeholder {
	color: #ababab;
	/* font-size: 16px; */
	/* line-height: 1.286; */
}

.rr-searchInput__label input::placeholder {
	color: #ababab;
	/* font-size: 16px; */
	/* line-height: 1.286; */
}

@-moz-document url-prefix() {
	.rr-searchInput__label input::-moz-placeholder {
		color: #ababab;
		font-size: 16px;
		line-height: normal;
	}
    .rr-searchInput__label input:-moz-placeholder {
		color: #ababab;
		font-size: 16px;
		line-height: normal;
	}
    .rr-searchInput__label input::placeholder {
		color: #ababab;
		font-size: 16px;
		line-height: normal;
	}
}

.rr-searchForm{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.rr-myRental{
	width: 136px;
	height: 42px;
}

.rr-myRental a{
	display: block;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #ccc;
	height: 42px;
	color: #333 !important;
	text-decoration: none !important;
}

.rr-myRental span{
	display: block;
	width: 71px;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.rr-myRental span img:first-of-type{
	margin-bottom: 2px;
}

.rr-myRental span img:last-of-type{
	position: absolute;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-myRental a:hover span img:last-of-type{
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-ms-transform: translateX(2px);
	-o-transform: translateX(2px);
	transform: translateX(2px);
}

.rr-searchHeader .rr-searchInput__label{
	display: table-cell;
	vertical-align: middle;
	width: 410px;
}

.rr-searchHeader .rr-searchInput__label .rr-searchInput__label input{
	width: 410px;
}

.rr-searchHeader .rr-searchCheckbox__container{
	width: 148px;
}

.rr-searchHeader--noLogin .rr-searchInput__label{
	display: table-cell;
	vertical-align: middle;
	width: 410px;
}

.rr-searchHeader--noLogin .rr-searchInput__label .rr-searchInput__label input{
	width: 410px;
}

.rr-searchHeader--noLogin .rr-searchInput__label + .rr-searchCheckbox__container{
	width: 150px;
}

.rr-searchHeader--top .rr-searchCheckbox__container{
	width: 145px;
}

.rr-searchCheckbox__container{
	position: relative;
}

.rr-searchInput{

}

.rr-searchCheckbox__container{
	display: table-cell;
	vertical-align: middle;
	width: 145px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-left: 1px solid #ccc;
	-moz-border-radius-topright: 3px;
	     border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	     border-bottom-right-radius: 3px;
}

.rr-searchCheckbox__container label{
	cursor: pointer;
}

label[for="rr-searchCheckbox"]{
	/* height: 40px;
	line-height: 40px; */
    display: block;
    cursor: pointer;
}

label[for="rr-searchCheckbox"] input,
label[for="rr-searchCheckbox2"] input,
label[for="rr-searchCheckbox3"] input{
	margin-right: 2px;
}

.rr-searchSubmit{
	display: table-cell;
	vertical-align: middle;
	width: 58px;
	height: 40px;
	background: #4bcd00;
	-webkit-appearance: none;
	border: none;
	background-image: url(/docs/sync/_pc/img/glass.svg);
	background-position: center center;
	-moz-background-size: 24px 25px;
	     background-size: 24px 25px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.rr-searchSubmit:hover{
	opacity: .85;
}

.rr-searchHeader--noLogin .rr-search{
	width: 755px;
}

.rr-searchHeader--noLogin .rr-searchInput__label{
	width: 545px;
}

.rr-searchHeader--noLogin .rr-searchInput__label input{
	width: 545px;
}

.rr-searchHeader--noLogin .rr-searchCheckbox__container{
	width: 150px;
}

.rr-genreTop{
	padding-top: 12px;
	padding-bottom: 12px;
}

.rr-genreTop__title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	text-rendering: optimizeLegibility;
}

.rr-genreTop__tagline {
    font-size: 14px;
    color: #333;
    margin-top: 0;
    margin-bottom: 12px;
}

.rr-genreTopTagsWrapper {
    /* position: relative;
    overflow: hidden;
    height: 28px; */
}

.rr-genreTopTagsWrapper--non{
	height: 0;
}

.rr-genreTopTagsWrapper--non .rr-genreTopTags{
	height: 0;
}

.rr-genreTopTagsWrapper--non .rr-genreTopTagsWrapper__right,
	.rr-genreTopTagsWrapper--non .rr-genreTopTagsWrapper__left{
	display: none !important;
}

.rr-genreTopTagsWrapper__left {
    display: none;
    width: 44px;
    height: 28px;
    position: absolute;
    left: 0;
    background: #f6f6f6;
    background: rgba(246, 246, 246, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(246, 246, 246, 0)));
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 1)), to(rgba(246, 246, 246, 0)));
    background: -moz-linear-gradient(left, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 100%);
    background: linear-gradient(to right, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 100%);
}

.rr-genreTopTagsWrapper__right {
    display: none;
    width: 44px;
    height: 28px;
    position: absolute;
    right: 0;
    background: #f6f6f6;
    background: rgba(246, 246, 246, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 246, 246, 0)), color-stop(100%, rgba(246, 246, 246, 1)));
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 0)), to(rgba(246, 246, 246, 1)));
    background: -moz-linear-gradient(left, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
}

.rr-genreTopTags {
    /* display: block; */
    /* overflow: auto;
    height: 50px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; */
}

.rr-genreTopTagItem:first-of-type {
    margin-left: 0;
}

.rr-genreTopTagItem {
    margin: 0 3px 10px;
    line-height: 1;
    display: inline-block;
    /* white-space: nowrap; */
}

.rr-genreTopTagItem:last-of-type {
    margin-right: 0;
}

.rr-genreTopTagItem {
    margin: 0 10px 6px 0;
    line-height: 1;
    white-space: nowrap;
}

.rr-genreTopTagItem a {
    font-size: 14px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #333 !important;
    border: 1px solid #d2d2d2;
    -moz-border-radius: 6px;
         border-radius: 6px;
    line-height: 25px;
    display: block;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 50px;
    text-align: center;
    text-decoration: none !important;
}

.rr-genreTopTagItem a:hover,
.rr-genreTopTagItem a:active{
	border: 1px solid #d2d2d2;
	background: #ababab;
	color: #fff !important;
}

.rr-mainContainer:after,
.rr-center_3colContainer:after,
.rr-center_2colContainer:after,
.rr-bottomNav:after,
.rr-link:after,
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.rr-mainContainer{
	width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	/* position: relative; */
}

.rr-left,.rr-center,.rr-right{
	float: left;
}

.rr-left{
	width: 210px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	/* position: relative; */
}

.rr-center{
	width: 530px;
}

.rr-right{
	width: 210px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rr-center_3colContainer{
	margin-left: -5px;
	margin-right: -5px;
}

.rr-center_3col__1{
	width: 170px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.rr-center_3col__2{
	width: 350px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.rr-pickup{
	margin-bottom: 0;
	color: #333 !important;
	padding-top: 20px;
	/* padding-bottom: 20px; */
	margin-bottom: 20px;
	display: block;
}

.rr-pickup + .rr-pickup{
	padding-top: 0;
}

.rr-pickup:last-child{
	margin-bottom: 40px;
}

.rr-pickup:hover{
	color: #bf0000 !important;
}

.rr-pickup__img{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 185px;
}

.rr-pickup__info{
	/* padding-left: 12px;
	padding-right: 15px; */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rr-pickupWrapper .u-bg-g{
	background: #fff !important;
}

.rr-pickupWrapper .u-bg-g .rr-pickup{
	background:#f6f6f6;
	padding-top: 10px !important;
	padding-bottom: 10px;
}

.rr-pickupWrapper .u-bg-g .rr-pickup__img{
	padding-left: 15px;
}

.rr-pickupWrapper .u-bg-g .rr-pickup__info{
	padding-left: 12px;
	padding-right: 15px;
}

.rr-pickupContainer .rr-pickup:first-of-type,
.u-bg-w .rr-pickup:first-of-type{
	padding-top: 0;
}

.rr-pickup__tagline{
	font-size: 14px;
	margin-top: 6px;
}

.rr-pickup__title{
	font-size: 20px;
	margin-bottom: 10px;
}

.rr-pickup__descr{
	margin-top: 6px;
}

.rr-guideBox{
	display: table;
	width: 100%;
	height: 80px;
	table-layout: fixed;
	color: #333 !important;
}

.rr-guideBox:hover{
	text-decoration: none !important;
	color: #bf0000 !important;
}

.rr-guideBox:hover img{
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}

.rr-guideBox__icon{
	display: table-cell;
	vertical-align: middle;
	width: 55px;
	text-align: center;
}

.rr-guideBox__icon img{
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-guideBox__info{
	display: table-cell;
	vertical-align: middle;
	width: 135px;
}

.rr-guideBox__sm{
	font-size: 14px;
	line-height: 14px;
}

.rr-guideBox__lg{
	font-size: 18px;
	line-height: 18px;
	margin-top: 4px;
	letter-spacing: -0.4px;
}

.rr-alcor__title,
.rr-section__title{
	color: #333;
    font-size: 28px;
    text-align: center;
}

.rr-section__title--top{
	line-height: 28px;
	margin-bottom: 10px;
}

.rr-alcor--review{
	padding-top: 20px;
	padding-bottom: 20px;
}

.rr-alcor--review .rr-alcor__title{
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

.rr-alcor__tagline{
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}

.rr-alcor--reviewInner{
	width: 150px;
	margin-left: auto;
	margin-right: auto;

}

.rr-alcor--reviewInner .riTitleInner p,
.rr-alcor--reviewInner .riTitleInner a{
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.rr-posts{

}

.rr-posts__title{
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}

.rr-posts__imgWrapper{
	position: relative;
	margin-bottom: 8px;
}

.has-new:before{
	content: "NEW";
	width: 38px;
	height: 18px;
	background: #4bcd00;
	display: block;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	z-index: 10;
}

.rr-posts__inner{
	margin-bottom: 20px;
}

.rr-posts__inner a{
	display: block;
	color: #333 !important;
	text-decoration: none !important;
}

.rr-posts__inner:hover a{
	color: #bf0000 !important;
}

.rr-posts__inner:last-of-type{
	margin-bottom: 0;
}

.rr-posts__text{

}

.rr-genrePost__tag{
	background: #999;
	color: #fff;
	height: 18px;
	text-align: center;
	display: inline-block;
	line-height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	margin-top: 4px;
}

.rr-left__inner{
	width: 210px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

@media (max-width:949px){
	.rr-left__inner{
		position: static !important;
	}
}

.rr-leftNav__title{
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
}

.rr-leftNav__top,
.rr-leftNav__lower{
	/*display: table;
	table-layout: fixed;
	width: 100%;*/
}

.rr-leftNav__top--back a:before{
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url(/docs/sync/_pc/img/arrow_black.svg) !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px !important;
	right: auto !important;
	margin-top: auto;
	margin-bottom: auto;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	-o-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-leftNav__top--back a:hover:before{
	-webkit-transform: rotate(180deg) translateX(2px) !important;
	-moz-transform: rotate(180deg) translateX(2px) !important;
	-ms-transform: rotate(180deg) translateX(2px) !important;
	-o-transform: rotate(180deg) translateX(2px) !important;
	transform: rotate(180deg) translateX(2px) !important;
}

.rr-leftNav__top--back span{
	font-weight: normal !important;
	padding-left: 20px !important;
}

.rr-leftNav__top,
.rr-leftNav__top--sub{
	border-top: 1px solid #ccc;
}

.rr-leftNav__top > a > span,.rr-leftNav__top--sub > a > span{
	border-top: none !important;
}

.rr-leftNav__top > a,.rr-leftNav__top--sub > a{
	font-size: 15px !important;
}

.rr-leftNav__top > a > span,.rr-leftNav__top--sub > a > span{
	height: 28px !important;
}

.rr-leftNav__top span,.rr-leftNav__top--sub span{
	padding-left: 5px;
}

.rr-leftNav__top:last-of-type,
.rr-leftNav__top--sub:last-of-type{
	border-bottom: 1px solid #ccc;
}

/*> a:first-of-type{
		border-top: 1px solid #ccc;
	}*/

.rr-leftNav__top ul,.rr-leftNav__top--sub ul{
	padding-left: 10px;
}

.rr-leftNav__top ul li,.rr-leftNav__top--sub ul li{
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rr-leftNav__top > a{
	font-weight: bold;
}

.rr-leftList .rr-leftNav__top--sub > a{
	font-weight: bold;
	font-size: 14px !important;
	color: #999 !important;
}

.rr-leftList .rr-leftNav__top--sub > span{
	font-weight: bold;
	font-size: 14px !important;
	color: #999 !important;
	border-top: none;
}

.rr-leftList a{
	display: table;
	table-layout: fixed;
	width: 100%;
	color: #333 !important;
	font-size: 14px;
	position: relative;
}

.rr-leftList a:hover{
	color: #bf0000 !important;
	text-decoration: none !important;
}

.rr-leftList a:hover span{
	background: #f6f6f6 !important;
}

.rr-leftList a:before{
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url(/docs/sync/_pc/img/arrow.svg);
	/*border-right: 2px solid #4bcd00;
		border-bottom: 2px solid #4bcd00;
		transform: rotate(-45deg);*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-leftList a:hover:before{
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-ms-transform: translateX(2px);
	-o-transform: translateX(2px);
	transform: translateX(2px);
}

.rr-leftList span{
	display: table-cell;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 13px;
	height: 23px;
	vertical-align: middle;
	width: 100%;
	line-height: 1.3;
	border-top: 1px solid #e6e6e6;
}

.rr-recommend{
	margin-top: 40px;
}

.rr-popular .rr-alcor__title,.rr-recommend .rr-alcor__title{
	color: #333;
	font-size: 28px;
	text-align: center;
	margin-bottom: 24px;
}

.rr-popular .rr-center_3col__1,.rr-recommend .rr-center_3col__1{
	margin-top: 15px;
}

.rr-popular .rr-center_3col__1:first-of-type,
	.rr-popular .rr-center_3col__1:nth-of-type(2),
	.rr-popular .rr-center_3col__1:nth-of-type(3),
	.rr-recommend .rr-center_3col__1:first-of-type,
	.rr-recommend .rr-center_3col__1:nth-of-type(2),
	.rr-recommend .rr-center_3col__1:nth-of-type(3){
	margin-top: 0;
}

.rr-gallery .rr-alcor__title{
	color: #333;
	font-size: 28px;
	text-align: center;
	margin-bottom: 24px;
}

.rr-gallery a:hover,
	.rr-gallery a:active{
	text-decoration: none !important;
}

.rr-btn{
	color: #333 !important;
    font-size: 15px;
    height: 40px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    line-height: 40px;
    width: 400px;
    text-align: center;
    position: relative;
    text-decoration:none !important;
}

.rr-btn:hover{
	color: #bf0000 !important;;
}

.rr-btn:after{
	content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    width: 8px;
    height: 12px;
    /*border-bottom: 2px solid #4bcd00;
    border-right: 2px solid #4bcd00;
    transform: rotate(-45deg);*/
    background: url(/docs/sync/_pc/img/arrow.svg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    -moz-transition: transform .2s ease, -moz-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-btn:hover:after{
	-webkit-transform: translateX(2px);
	   -moz-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	     -o-transform: translateX(2px);
	        transform: translateX(2px);
}

.rr-btn__wrapper{
	margin-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.rr-center_2colContainer{
}

.rr-center_2col__1{
	width: 260px;
	float: left;
	margin-left: 10px;
}

.rr-center_2col__1:nth-of-type(odd){
	margin-left: 0;
}

.rr-center_2col__2col_1{
	max-width: 125px;
	max-height: 125px;
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.rr-center_2col__2col_1:nth-of-type(odd){
	margin-left: 0;
}

.rr-center_2col__2col_1:first-of-type,
.rr-center_2col__2col_1:nth-of-type(2){
	margin-top: 0;
}

.rr-alcor--popularShopName{
	font-size: 16px;
	position: relative;
	padding-left: 22px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.rr-alcor--popularShopName:before{
	content: "";
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 20px;
    padding-bottom: 4px;
    background: url(/docs/sync/_pc/img/icon_shop.svg) 0 2px no-repeat;
    -moz-background-size: 16px 16px;
         background-size: 16px 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 1px;
}

.rr-alcor--popularShopDescr{

}

.rr-popularShop{
	display: block;
	text-decoration: none !important;
	margin-top: 30px;
}

.rr-popular .riCenterWrap .riItemCol2 li:first-of-type{
	padding-top: 0 !important;
}

.rr-popularShop:first-of-type{
	margin-top: 0;
}

.rr-popularShop:hover img{
	opacity: 1 !important;
}

.rr-popularShop:hover img:hover{
	opacity: 0.8 !important;
}

.rr-alcor--popularShopDescr{
	color: #333 !important;
}

.rr-gallery{
	margin-top: 60px;
}

.rr-gallery .rr-center_3col__1{
	display: none;
}

.rr-gallery .rr-center_3col__1 img{
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.rr-gallery .rr-center_3col__1 p{
	text-align: center;
}

.rr-gallery .rr-center_3col__1:first-of-type{
	display: block;
}

.rr-gallery .rr-center_3col__1:nth-of-type(2){
	display: block;
}

.rr-gallery .rr-center_3col__1:nth-of-type(3){
	display: block;
}

.rr-otherLinks{
	margin-top: 60px;
}

.rr-otherLinks li{
	margin-left: 30px;
	display: inline-block;
}

.rr-otherLinks li:first-of-type{
	margin-left: 0;
}

.rr-otherLinks__title{
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
}

.rr-bottomNav{
	margin-top: 40px;
	padding-bottom: 20px;
	padding-top: 40px;
	-webkit-box-shadow: 0px -2px 2px 0px rgba(204, 204, 204, .6);
	   -moz-box-shadow: 0px -2px 2px 0px rgba(204, 204, 204, .6);
	        box-shadow: 0px -2px 2px 0px rgba(204, 204, 204, .6);
}

.rr-bottomNav .rr-bottomNav__left{
	padding-right: 20px;
}

.rr-bottomNav__left{
	width: 210px;
	float: left;
	padding-right: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.rr-bottomNav__right{
	width: 740px;
	float: left;
}

.rr-bottomNav__right .rr-searchSubmit{
	height: 41px;
}

.rr-bottomNav__title p{
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 12px;
}

.rr-bottomNav__title a{
	color: #333 !important;
	text-decoration: none !important;
	display: block;
}

.rr-bottomNav__title a:hover,
	.rr-bottomNav__title a:active{
	color: #bf0000 !important;
}

.rr-bottomNav__title a:hover span,.rr-bottomNav__title a:active span{
	color: #bf0000 !important;
}

.rr-bottomNav__descr p{
	/* font-size: 16px; */
	margin-bottom: 16px;
}

.rr-bottomNav__descr + p{
	margin-bottom: 6px;
	font-size: 14px;
}

.rr-bottomNav__title a{
	text-decoration: none !important;
}

.rr-nav__link > a,
.rr-nav__link > span{
	position: relative;
	color: #333 !important;
	text-decoration: none !important;
}

.rr-nav__link > a:hover,
.rr-nav__link > a:active{
	color: #bf0000 !important;
}

.rr-nav__link > a:before,
.rr-nav__link > span:before{
	content: "";
	display: block;
	width: 7px;
	height: 10px;
	/*border-right: 2px solid #4bcd00;
	border-bottom: 2px solid #4bcd00;
	transform: rotate(-45deg);*/
	background: url(/docs/sync/_pc/img/arrow.svg) no-repeat;
	-moz-background-size: contain;
	     background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-nav__link > a:hover:before,
.rr-nav__link > span:hover:before{
	-webkit-transform: translateX(2px);
	   -moz-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	     -o-transform: translateX(2px);
	        transform: translateX(2px);
}

.rr-bottomNav__title a:hover span:before{
	-webkit-transform: translateX(2px);
	   -moz-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	     -o-transform: translateX(2px);
	        transform: translateX(2px);
}

.rr-bottomNav__left li a{
	display: block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.rr-bottomNav__leftList li{
	margin-top: 10px;
}

.rr-bottomNav__leftList li:first-of-type{
	margin-top: 0;
}

.rr-bottomNav__leftList a{
	height: 38px;
	line-height: 40px;
	color: #333 !important;
	text-decoration: none !important;
	position: relative;
}

.rr-bottomNav__leftList a:hover:before{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.rr-bottomNav__leftList a:hover,
	.rr-bottomNav__leftList a:active{
	color: #bf0000 !important;
}

.rr-bottomNav__myRental{
	padding-left: 38px;
}

.rr-bottomNav__myRental:before{
	content: "";
	display: block;
	background: url(/docs/sync/_pc/img/icon_person_green.svg) no-repeat;
	-moz-background-size: 18px 25px;
	     background-size: 18px 25px;
	position: absolute;
	width: 18px;
	height: 25px;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-bottomNav__guide{
	padding-left: 38px;
}

.rr-bottomNav__guide:before{
	content: "";
	display: block;
	background: url(/docs/sync/_pc/img/icon_question_circle.svg) no-repeat;
	-moz-background-size: 25px 25px;
	     background-size: 25px 25px;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-bottomNav__sitemap{
	padding-left: 38px;
}

.rr-bottomNav__sitemap:before{
	content: "";
	display: block;
	background: url(/docs/sync/_pc/img/icon_nav.svg) no-repeat;
	-moz-background-size: 19px 17px;
	     background-size: 19px 17px;
	position: absolute;
	width: 19px;
	height: 17px;
	left: 9px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-bottomNav__right .rr-search{
	/* width: 480px; */
}

.rr-bottomNav__right .rr-searchInput__label{
	width: 412px;
	display: table-cell;
	vertical-align: middle;
}

.rr-bottomNav__right .rr-searchCheckbox__container{
	width: 150px;
}

.rr-bottomNav__links p{
	margin-top: 18px;
	margin-bottom: 4px;
	font-size: 14px;
}

.rr-bottomNav__links li{
	display: inline-block;
	font-size: 14px;
}

.rr-bottomNav__links li:last-of-type:after{
	display: none;
}

.rr-bottomNav__links li:after{
	content: "|";
	margin: 0 5px 0 8px;
}

.rr-bottomNav__links a:hover,
	.rr-bottomNav__links a:active{
	text-decoration: none !important;
}

#rr-galleryInsert .rr-center_3colContainer{
	position: relative;
	/*padding-top: 50px;*/
}

#loading{
	/*position: absolute;
	left: 0;
	right: 0;
	top: 0;*/
	display: block;
	margin: auto;
}

#rr-galleryOrigin{
	display: none;
}

.rr-selectOuter{
	width:1px;
	height:1px;
	-webkit-appearance:none;
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	opacity:0
}

.rr-selectInner{
	position:absolute;
	z-index: 5;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
}

.rr-popular,
.rr-recommend{
	margin-left: -5px;
	margin-right: -5px;
}

.rr-popular > .riCenterWrap,.rr-recommend > .riCenterWrap{
	width: 167px;
	/* float: left; */
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
}

.rr-popular > .riCenterWrap .riItemBlock,.rr-recommend > .riCenterWrap .riItemBlock{
	margin-bottom: 0;
}

.rr-popular > .riCenterWrap .riItemWrap,.rr-recommend > .riCenterWrap .riItemWrap{
	font-size: 14px;
}

.rr-popular > .riCenterWrap .riItemWrap a > img,.rr-recommend > .riCenterWrap .riItemWrap a > img{
	max-width: 100%;
	max-height: 170px;
	width: auto;
	height: auto;
}

.rr-popular > .riCenterWrap .riItemCol2 > li,.rr-recommend > .riCenterWrap .riItemCol2 > li{
	/*padding-left: 5px;
				padding-right: 5px;
				box-sizing: border-box;*/
	padding-top: 15px;
}

.rr-popular > .riCenterWrap .riItemLink .riTxtColor_bf0000,.rr-recommend > .riCenterWrap .riItemLink .riTxtColor_bf0000{
	margin-top: 5px;
	margin-bottom: 5px !important;
	text-align: left !important;
	font-weight: bold !important;
	color: #bf0000 !important;
}

.rr-popular > .riCenterWrap .riItemTitle,
		.rr-popular > .riCenterWrap .riTitleInner + p,
		.rr-recommend > .riCenterWrap .riItemTitle,
		.rr-recommend > .riCenterWrap .riTitleInner + p{
	display: none !important;
}

.rr-popular > .riCenterWrap:first-of-type,
	.rr-popular > .riCenterWrap:nth-of-type(2),
	.rr-popular > .riCenterWrap:nth-of-type(3),
	.rr-recommend > .riCenterWrap:first-of-type,
	.rr-recommend > .riCenterWrap:nth-of-type(2),
	.rr-recommend > .riCenterWrap:nth-of-type(3){
	padding-top: 0;
}

.rr-recommend .rr-center_2col__1:first-of-type .riMrthnAdShop{
	padding-left: 10px;
}

.rr-recommend a{
	text-decoration: none !important;
}

.rr-alcor--highReview .rr-alcor--reviewInner{
	padding-top: 15px;
}

.rr-alcor--highReview .riCenterWrap > .riItemArea{
	margin-bottom: 0;
}

.rr-alcor--highReview .riTitleInner{
	padding-top: 6px;
	display: block;
}

.rr-alcor--highReview .riTitleInner a{
	text-decoration: none !important;
}

.rr-alcor--highReview .riItemWrap{
	font-size: 14px;
	/*.riTitleInner,
		.riTitleInner + p{
			display: none;
		}*/
}

.rr-alcor--highReview .riItemWrap .riFsM{
	font-size: 14px;
}

.rr-alcor--highReview .riItemWrap .riItemMainimg{
	max-width: 150px;
	max-height: 150px;
	width: auto;
	height: auto;
}

.rr-alcor--highReview .riItemWrap .riItemTitle{
	/*font-weight: normal;
			color: #333;
			margin-bottom: 20px;*/
	display: none;
}

.rr-alcor--highReview .riItemWrap .riItemTitle + .riTxtColor_bf0000{
	display: none;
}

.rr-alcor--highReview .riCenterWrap:last-of-type li:nth-of-type(2) .riItemTitle{
	margin-bottom: 0;
}

.rr-alcor--highReview > a,
	.rr-alcor--highReview > a > img{
	display: block !important;
}

.rr-popular .rr-center_2col__1,.rr-recommend .rr-center_2col__1{

}

.rr-popular .rr-center_2col__1:first-of-type .riMrthnAdImg img,.rr-recommend .rr-center_2col__1:first-of-type .riMrthnAdImg img{
	width: auto;
	height: auto;
	max-width: 260px;
	max-height: 260px;
	position: relative;
}

.rr-popular .rr-center_2col__1:first-of-type .riMrthnAdShop,.rr-recommend .rr-center_2col__1:first-of-type .riMrthnAdShop{
	width: 530px;
}

/*padding-bottom: 20px;*/

.rr-popular .rr-center_2col__1:first-of-type .riMrthnAdShop a,.rr-recommend .rr-center_2col__1:first-of-type .riMrthnAdShop a{
	font-size: 16px;
	padding-left: 20px;
	background: url(/docs/sync/_pc/img/icon_shop.svg) no-repeat;
}

.rr-popular .rr-center_2col__1:first-of-type .riMrthnAdName,.rr-recommend .rr-center_2col__1:first-of-type .riMrthnAdName{
	display: none
}

.rr-popular .rr-center_2col__1:first-of-type .riMrthnAdPrice,.rr-recommend .rr-center_2col__1:first-of-type .riMrthnAdPrice{
	display: none;
}

.rr-popular .rr-center_2col__1:nth-of-type(2) .riBoxPC .image img,.rr-recommend .rr-center_2col__1:nth-of-type(2) .riBoxPC .image img{
	width: auto;
	height: auto;
	max-width: 125px;
	max-height: 125px;
}

.rr-popular .rr-center_2col__1:nth-of-type(2) .riBoxPC .description,
			.rr-popular .rr-center_2col__1:nth-of-type(2) .riBoxPC .price,
			.rr-popular .rr-center_2col__1:nth-of-type(2) .riBoxPC .funcType02Shop,
			.rr-recommend .rr-center_2col__1:nth-of-type(2) .riBoxPC .description,
			.rr-recommend .rr-center_2col__1:nth-of-type(2) .riBoxPC .price,
			.rr-recommend .rr-center_2col__1:nth-of-type(2) .riBoxPC .funcType02Shop{
	display: none;
}

.rr-popular .rr-center_2col__1:nth-of-type(2) .funcType02 li,.rr-recommend .rr-center_2col__1:nth-of-type(2) .funcType02 li{
	width: 125px;
	float: left;
}

.rr-popular .rr-center_2col__1:nth-of-type(2) .funcType02 li:nth-of-type(2),.rr-recommend .rr-center_2col__1:nth-of-type(2) .funcType02 li:nth-of-type(2){
	margin-left: 10px;
}

.rr-popular .riTitleInner a,.rr-recommend .riTitleInner a{
	text-decoration: none !important;
}

.rr-center_3colContainer .riMrthnAd300 .riMrthnAdImg img{
	width: 166px;
	height: auto;
}

.rr-center_3colContainer .riMrthnAd300 .riMrthnAdName,
		.rr-center_3colContainer .riMrthnAd300 .riMrthnAdPrice,
		.rr-center_3colContainer .riMrthnAd300 .riMrthnAdShop{
	display: none;
}

.rr-sitemapTop{
	padding-top: 40px;
	padding-bottom: 40px;
}

.rr-sitemapTop__logo,
.rr-sitemapTop__text{
	text-align: center;
}

.rr-sitemapTop__logo p,.rr-sitemapTop__text p{
	font-size: 14px;
}

.rr-sitemapTop__logo a,.rr-sitemapTop__text a{
	text-decoration: none !important;
}

.rr-sitemapTop__text{
	margin-top: 35px;
	margin-bottom: 35px;
}

.rr-sitemapTop__text p{
	line-height: 1.4;
}

.rr-link{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.rr-link ul{
	margin-left: -5px;
	margin-right: -5px;
	text-align: center;
}

.rr-link li{
	width: 250px;
	height: 50px;
	text-align: left;
	/* float: left; */
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.rr-link li a{
	display: block;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	color: #333 !important;
	padding-left: 40px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.rr-link li a:hover{
	opacity: .85;
}

.rr-link li a:hover:before{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.rr-link .rr-link__linkMyRental a{
	position: relative;
	text-decoration: none !important;
	background: #fff;
}

.rr-link .rr-link__linkMyRental a:before{
	content:"";
	display: block;
	background: url(/docs/sync/_pc/img/icon_person_green.svg) no-repeat;
	-moz-background-size: 18px 25px;
	background-size: 18px 25px;
	position: absolute;
	width: 18px;
	height: 25px;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-link .rr-link__linkGuide a{
	position: relative;
	text-decoration: none !important;
	background: #fff;
}

.rr-link .rr-link__linkGuide a:before{
	content:"";
	display: block;
	background: url(/docs/sync/_pc/img/icon_question_circle.svg) no-repeat;
	-moz-background-size: 25px 25px;
	background-size: 25px 25px;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-link .rr-link__linkSitemap a{
	position: relative;
	text-decoration: none !important;
	background: #fff;
}

.rr-link .rr-link__linkSitemap a:before{
	content:"";
	display: block;
	background: url(/docs/sync/_pc/img/icon_nav.svg) no-repeat;
	-moz-background-size: 19px 17px;
	background-size: 19px 17px;
	position: absolute;
	width: 19px;
	height: 17px;
	left: 9px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-sitemapMain{
	width: 690px;
	float: left;
}

.rr-sitemapSide{
	width: 210px;
	float: right;
}

.rr-sitemap__title{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	/* margin-bottom: 20px; */
	padding-bottom: 10px;
}

.rr-sitemapColWrapper{
	/* margin-left: -15px;
	margin-right: -15px; */
}

.rr-sitemapColInner{
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-width: 210px;
	   -moz-column-width: 210px;
	        column-width: 210px;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
	/* padding-top: 20px; */
}

.rr-sitemapColInner dl{
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}

.rr-sitemapCol3-1{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 210px;
}

/* } */

.rr-sitemapMain dt{
	margin-top: 20px;
	margin-bottom: 5px;
}

/* margin-top: 20px; */

.rr-sitemapMain dt a{
	display: block;
}

/* dl:not(:first-of-type) dt{ */

.rr-sitemapMain dt a,
	.rr-sitemapMain dt span{
	position: relative;
	font-size: 18px;
}

.rr-sitemapMain dt a:link,
	.rr-sitemapMain dt a:visited{
	color: #333 !important;
}

.rr-sitemapMain dt a:active,
	.rr-sitemapMain dt a:hover{
	color: #bf0000 !important;
}

.rr-sitemapMain dt a span:after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(/docs/sync/_pc/img/arrow.svg);
	/*border-right: 2px solid #4bcd00;
		border-bottom: 2px solid #4bcd00;
		transform: rotate(-45deg);*/
	position: relative;
	/* top: 0; */
	bottom: 0;
	right: 3px;
	margin-left: 8px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

/* .is-twoLine a:before{
		top: 25px;
	} */

.rr-sitemapMain dt span:hover:after{
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-ms-transform: translateX(2px);
	-o-transform: translateX(2px);
	transform: translateX(2px);
}

.rr-sitemapMain dd{
	margin-top: 4px;
	padding-left: 10px;
}

.rr-sitemapMain dd:first-of-type{
	margin-top: 0;
}

.rr-sitemapMain dd a{
	font-size: 14px;
}

.rr-sitemapMain a{
	text-decoration: none !important;
}

.rr-sitemapSide li:not(:first-of-type){
	margin-top: 15px;
}

.rr-sitemapSide a{
	position: relative;
	font-size: 18px;
	text-decoration: none !important;
}

.rr-sitemapSide a:link,
	.rr-sitemapSide a:visited{
	color: #333 !important;
}

.rr-sitemapSide a:active,
	.rr-sitemapSide a:hover{
	color: #bf0000 !important;
}

.rr-sitemapSide a:before{
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	/*border-right: 2px solid #4bcd00;*/
	/*border-bottom: 2px solid #4bcd00;*/
	/*transform: rotate(-45deg);*/
	background: url(/docs/sync/_pc/img/arrow.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -14px;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-sitemapSide a:hover:before{
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-ms-transform: translateX(2px);
	-o-transform: translateX(2px);
	transform: translateX(2px);
}

.rr-sitemapSide ul{
	margin-top: 20px;
}

.rr-recommend__descr{
	margin-bottom: 20px;
	padding-left: 10px;
}

#rr-leftList__wrapper{

}

.is-fixed{
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	-o-transition: -o-transform .6s ease;
	-moz-transition: transform .6s ease, -moz-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease;
	/* transform: translateY(-1000px); */
}

.rr-left.is-fixed{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	background: #fff;
}

.rr-left.is-fixed .rr-leftNav__top--sub,
	.rr-left.is-fixed .rr-leftList + .rr-leftNav__title,
	.rr-left.is-fixed .rr-leftList:nth-of-type(2),
	.rr-left.is-fixed .u-bg-g{
	/*display: none;*/
}

.is-selected:before {
	/* -webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-ms-transform: translateX(2px);
	-o-transform: translateX(2px);
	transform: translateX(2px); */
}

.is-selected span {
	/* color: #bf0000 !important; */
	background: #f6f6f6 !important;
}

#riBreadcrumbs a{
	text-decoration: none !important;
	padding-right: 6px;
}

#riBreadcrumbs a:after{
	content: ">";
	position: relative;
	top: -1px;
	left: 3px;
	color: #333 !important;
}

#riBreadcrumbs li, #riBreadcrumbs .h1riPageTtl{
	display: block;
	float: left;
}

#riBreadcrumbs li:last-of-type a:after{
	content: "";
}

/* .h1riPageTtl a:before{
		content: ">";
		position: relative;
		top: -1px;
		left: -2px;
		color: #333 !important;
	} */

#riBreadcrumbs .h1riPageTtl a{
	color: #333 !important;
}

#riBreadcrumbs .h1riPageTtl a:hover{
	color: #bf0000 !important;
}

#riBreadcrumbs .h1riPageTtl a:after{
	display: none;
}

.rr-searchHeader--top{
	padding-top: 0;
	padding-bottom: 0;
}

.rr-searchHeader--top .rr-search{
	width: 495px;
}

.rr-searchHeader--top .rr-searchInput__label{
	width: 290px;
}

.rr-searchHeader--top .rr-searchInput__label input{
	width: 290px;
}

.rr-searchInput__label input{
	background: transparent;
	line-height: normal;
}

.rr-guideBox__wrapper{
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	padding-left: 20px;
}

.rr-guideBox__wrapper .rr-guideBox__lg{
	font-size: 20px;
	line-height: 20px;
}

.rr-search__wrapper{
	display: table-cell;
	vertical-align: middle;
	width: 495px;
	position: relative;
}

.rr-search__wrapper .rr-search{
	display: block;
}

.rr-search__wrapper .rr-searchSubmit{
	width: 61px;
}

.rr-userInfo_container{
	padding-top: 10px;
	padding-bottom: 10px;
}

.rr-userInfo{
	display: table;
	table-layout: fixed;
}

.rr-userInfo__text{
	display: table-cell;
	vertical-align: middle;
	width: 785px;
	text-align: right;
}

.rr-userInfo__text >p{
	font-size: 14px;
	color: #333;
	padding-right: 4px;
}

.rr-userInfo__text span{
	font-size: 20px;
}

.rr-userInfo__name{

}

.rr-userInfo__greet{

}

.rr-userInfo__link{
	display: table-cell;
	vertical-align: middle;
	width: 165px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
}

.rr-userInfo__link a{
	color: #333 !important;
	text-decoration: none !important;
	line-height: 25px;
	font-size: 25px;
	display: table;
	vertical-align: middle;
	table-layout: fixed;
}

.rr-userInfo__link a:hover{
	color: #bf0000 !important;
}

.rr-userInfo__link .rr-userInfo__linkArrow{
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.rr-userInfo__link:hover .rr-userInfo__linkArrow{
	-webkit-transform: translateX(2px);
	   -moz-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	     -o-transform: translateX(2px);
	        transform: translateX(2px);
}

.rr-userInfo__linkImg{
	display: table-cell;
	vertical-align: middle;
	width: 18px;
}

.rr-userInfo__linkText{
	display: table-cell;
	vertical-align: middle;
	width: 110px;
	font-size: 20px !important;
	padding-left: 10px;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.rr-userInfo__linkArrow{
	display: table-cell;
	vertical-align: middle;
	width: 15px;
	padding-left: 10px;
}

.rr-userInfo__linkArrow img{
	margin-top: 6px;
}

.rr-warning_container{
	border: 1px solid #ccc;
	background: #ffffce;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.rr-warning_container a{
	text-decoration: none !important;
}

.rr-reco--item{
	padding-top: 20px;
	padding-bottom: 20px;
}

.rr-reco--item .rr-section__title{
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

.rr-reco--item .rr-reco-item__inner{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.rr-reco--item .rr-reco-item__inner a{
	display: block;
	color: #333 !important;
	text-decoration: none !important;
}

.rr-reco--item .rr-reco-item__inner a:hover{
	color: #bf0000 !important;
}

.rr-reco--item .rr-reco-item__inner:first-of-type{
	padding-top: 15px;
}

.rr-reco--item .rr-reco-item__inner:last-child .rr-reco-item__price{
	margin-bottom: 0;
}

.rr-reco--item .rr-reco-item__title{
	display: block;
	margin-top: 8px;
	margin-bottom: 5px;
	line-height: 1.3;
}

.rr-reco--item .rr-reco-item__term{
	font-size: 14px;
	display: block;
	font-weight: bold;
	line-height: 1.2;
}

.rr-reco--item .rr-reco-item__price{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

.rr-posts--top .rr-posts__title{
	font-size: 28px;
	margin-bottom: 20px;
}

.rr-articles__inner{
	padding: 30px 30px;
}

.rr-posts__imgWrapper img{
	max-width: 100%;
	height: auto;
}

.rr-posts--top .rr-genrePost__tag {
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
}

.rr-posts--top .rr-posts__inner{
	margin-bottom: 40px;
}

.rr-posts--top .rr-posts__inner:nth-of-type{
	margin-bottom: 0;
}

.rr-posts__left{
	width: 50%;
	float: left;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rr-posts__right{
	width: 50%;
	float: left;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#showDropdown:checked + .rr-selectMenuWrapper{
	display: block;
  }

.rr-selectLabel{
	cursor: pointer;
  }

.rr-selectLabel.is-open:after{
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
  }

.rr-selectMenuWrapper{
	display: none;
  }

.rr-selectMenuContainer{
	position: relative;
	width: 400px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
  }

.rr-selectMenuWrapper{
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	top: 42px;
	margin-top: -1px;
	-moz-border-radius-bottomleft: 2.5px;
	border-bottom-left-radius: 2.5px;
	-moz-border-radius-bottomright: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
  }

#showDropdown{
	display: none;
  }

.rr-selectMenuWrapper a{
	display: block;
	padding: 11px 10px;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 14px;
  }

.rr-selectMenuWrapper a:hover{
	background-color: #f2f2f2;
	color: #bf0000 !important;
  }

.rr-posts-hasNew{
	position: relative;
}

.rr-posts-hasNew:before{
	content: "NEW";
    font-size: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #4bcd00;
    color: #fff;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 9px;
	padding-right: 9px;
	z-index: 5;
}

.rr-gallery .rr-center_3col__1 li:nth-of-type(n+11){
	display: none;
}

.rr-relatedArticle:not(:first-of-type) {
  border-top: 1px solid #e6e6e6;
}

.rr-relatedArticle {
  padding-top: 10px;
  padding-bottom: 24px;
}

.rr-relatedArticle a {
  display: block;
  color: #333 !important;
}

.has-new .rr-relatedArticle__img {
  position: relative;
}

.rr-relatedArticle__img {
  margin-bottom: 8px;
}

.has-new .rr-relatedArticle__img:before {
  content: "NEW";
  font-size: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #4bcd00;
  color: #fff;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 9px;
  padding-right: 9px;
}

.rr-relatedArticle__subInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rr-relatedArticle img {
  max-width: 100%;
  height: auto;
}

.rr-relatedArticle a{
	text-decoration: none !important;
}

.rr-relatedArticle:hover .rr-relatedArticle__text{
	color: #bf0000;
}

.rr-relatedArticle .rr-relatedArticle__text {
  color: #333;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.rr-relatedArticle__subInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rr-relatedArticle__tag span {
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 4px 6px;
}

.rr-relatedArticle__tag {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.rr-relatedArticle__ref {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 130;
  -moz-box-flex: 1;
  -ms-flex: 1 0 130;
  flex: 1 0 130;
  max-width: 130px;
  text-align: right;
}

.pc-genre .rr-relatedArticle__img img{
	max-width: 100%;
	height: auto;
}

.pc-genre .rr-relatedArticle__tag {
	background: #999;
	color: #fff;
	height: 18px;
	text-align: center;
	display: inline-block;
	line-height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	margin-top: 4px;
}

.pc-genre .rr-relatedArticle{
	display: block;
	color: #333 !important;
	padding: 0;
	margin-bottom: 20px;
}

.pc-genre .rr-relatedArticle:before{
	display: none;
}

.pc-genre .rr-relatedArticle__text{
	line-height: 1.5;
}

.pc-genre .rr-relatedArticle:hover{
	color: #bf0000 !important;
}

.pc-genre .rr-relatedArticle__subInfo{
	margin-top: 0;
	display: inline-block;
}

.pc-genre .rr-relatedArticle__ref{
	display: none;
}

.pc-genre .rr-relatedArticle__tag span{
	padding: 0;
}

.pc-top .rr-posts__title{
	font-size: 28px;
	margin-bottom: -4px;
}

.pc-top .rr-relatedArticle:not(:first-of-type){
	border-top: none;
}

.pc-top .rr-articles__inner{
	padding-bottom: 30px;
}

.pc-top .rr-relatedArticle{
	width: 225px;
	float: left;
	padding-bottom: 10px;
}

.pc-top .rr-relatedArticle:nth-of-type(odd){
	padding-right: 10px;
}

.pc-top .rr-relatedArticle:nth-of-type(even){
	padding-left: 10px;
}

.pc-top .rr-relatedArticle__tag span{
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
}

.pc-top .rr-relatedArticle__ref{
	display: none;
}

.pc-top .rr-pickup{
	margin-bottom: 20px;
}

.pc-top aside[role="alert"] br{
	display: none;
}

.rr-guide {
	margin: 0;
	padding-bottom: 40px;
}

.rr-guide__inner{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

.rr-guide__title {
	font-size: 28px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 34px;
	line-height: 1;
}

.rr-guide__tagline {
	margin-bottom: 34px;
	font-size: 14px;
	text-align: center;
}

.rr-guide__large {
	font-size: 20px;
	font-weight: bold;
}

.rr-guideStepWrapper {
	margin-bottom: 24px;
}

.rr-guideStepItem {
	width: 215px;
	float: left;
	color: #333;
	text-align: center;
}

.rr-guideStepItem img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.rr-guideStepItem:not(:first-child){
	margin-left: 30px;
}

.rr-guideStepNum,
.rr-guideStepTitle {
	font-size: 20px;
	font-weight: bold;
}

.rr-guideStepNum__index {
	font-size: 30px;
	font-weight: bold;
}

.rr-guideStepNote {
	text-align: center;
}

.rr-guideStepWrapper {
}

.rr-guideStepList {
}

.rr-guideStepItem {
}

.rr-guideStepNum {
}

.rr-guideStepNum__index {
}

.rr-guideStepTitle {
}

.rr-guideStepNote {
}

.rr-guide a{
	text-decoration: none !important;
}

.rr-section__title.rr-section__title--top.u-mt0 {
}

.rr-guide__benefit {
}

.rr-guide__benefitItem {
	width: 296px;
	float: left;
}

.rr-guide__benefitItem:not(:first-child){
	margin-left: 30px;
}

.rr-guide__benefitImg {
	height: 140px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rr-guide__benefitImg img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.rr-guide__benefitTxt a{
	display: block;
	margin-top: 15px;
}

.rr-guide__medium {
	display: block;
	margin-top: 20px;
	margin-bottom: 14px;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.rr-guide__benefitImg {
}

.rr-guide__ideaTxt a{
	display: block;
	margin-top: 15px;
}

.rr-guide__ideaItem{
	float: left;
	width: 215px;
}

.rr-guide__ideaItem:not(:first-child){
	margin-left: 30px;
}

.visible-large {
}

.rr-section__title--guide{
	padding-top: 40px;
	margin-bottom: 40px;
	line-height: 28px;
}

.rr-faq .rr-guide__inner{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.rr-faq dl{

}

.rr-faq dt{
	position: relative;
	padding-left: 30px;
	color: #333;
	font-size: 14px;
	margin-top: 36px;
	margin-bottom: 8px;
}

.rr-faq dt:before{
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
	font-weight: bold;
}

.rr-faq dd{
	position: relative;
	padding-left: 30px;
	color: #333;
	font-size: 14px;
}

.rr-faq dd:before{
	content: "A.";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
	font-weight: bold;
	color: #4bcd00;
}

.rr-popup{
	display: none;
	position: absolute;
	right: 60px;
	background: #e3e3e3;
	width: 120px;
	height: 40px;
	line-height: 20px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 70px;
	-moz-border-radius: 6px;
	     border-radius: 6px;
	text-align: center;
}

.rr-popup:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e3e3e3;
}

.rr-popupInner a {
	color: #333 !important;
	text-decoration: none !important;
}

.rr-popupInner a:hover {
	color: #bf0000 !important;
}

.rr-bottomNav__info{
	position: relative;
}

.rr-bottomNav__info .rr-search{
	position: relative;
}

.rr-bottomNav__info .rr-popup{
	right: 182px;
  top: 154px;
}

.rr-searchHeader--noLogin .rr-popup{
	top: 56px;
}

.rr-popular > .riCenterWrap .riItemWrap a > img{
	-moz-border-radius: 4px;
	     border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.pc-genre .rr-popular > .riCenterWrap .riItemWrap a > img{
	-moz-border-radius: 0;
	     border-radius: 0;
}

.rr-popular{
	padding-left: 5px;
	padding-right: 5px;
}

.rr-popularWrap .riItemWrap{
	width: 163px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
}

.rr-popularWrap .riItemMainimg{
	max-width: 100%;
	max-height: 170px;
	width: auto;
	height: auto;
	margin: auto;
	display: block;
}

.rr-popularWrap .riItemTitle{
	display: none;
}

.rr-popularWrap .riItemTitle + p{
	margin-top: 5px;
	margin-bottom: 5px !important;
	text-align: left !important;
	font-weight: bold !important;
	color: #bf0000 !important;
}

.rr-popularWrap .riTitleInner + p{
	display: none;
}

.rr-bannerTop{
	display: block;
	margin-bottom: 24px;
}

.rr-container > .rr-banners{
  margin-top: 60px;
}

.rr-container > .rr-banners > .rr-banners__inner > ul{
  margin-top: 10px;
  text-align: center;
}

.rr-container > .rr-banners > .rr-banners__inner > ul:after{
  content: "";
  clear: both;
  display: table;
}

.rr-container > .rr-banners > .rr-banners__inner > ul > li:first-child{
  margin-left: 0;
}

.rr-container > .rr-banners > .rr-banners__inner > ul > li{
  display: block;
  margin-left: 30px;
  float: left;
}

.rr-container > .rr-banners > .rr-banners__inner > ul > li,
.rr-container > .rr-banners > .rr-banners__inner > ul > li img{
  width: 166px;
  height: 166px;
}

/* hide horizontal scroll bar */
.rihCmnHeader .rihCmnBasketArea .rihCmnUserGuide ul li {
	margin-right: 0px !important;
}

/*# sourceMappingURL=style.css.map*/