@charset "utf-8";

/**
 * RS header / footer
 *
 * 1.header
 * 2.footer
 *
 *
 **/
/* meadia query set
@media only screen and (min-width: 1180px) {

}
@media screen and (max-width: 1180px) and (min-width: 981px) {

}
@media screen and (max-width: 980px) and (min-width: 769px) {

}
@media only screen and (min-width: 769px) {

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

}
*/

/* --------------------
1. header
-------------------- */
#Y15-RS-gheader {
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 20px 20px;
	position: relative
}
#Y15-RS-gheader:after {
	content: "";
	display: table;
	clear: both;
}
#Y15-RS-gheader #Y15-RS-header-logo {
	width: 158px;
	height: 33px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
        z-index: 1;
}
#Y15-RS-gheader #Y15-RS-header-logo a {
	display: block;
}
#Y15-RS-gheader #Y15-RS-header-logo a img {
	width: 100%;
}
#Y15-RS-gheader form {
	/*width: 46.25%;
	max-width: 500px;*/
	width: 37.25%;
	position: absolute;
	left: 210px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
}

#Y15-RS-gheader .Y15-RS-status-wrpper {
	overflow: hidden;
	position: relative;
}
#Y15-RS-gheader nav {
	width: 400px;
	padding: 0;
	float: right;
	position: relative;
}
#Y15-RS-gheader nav > ul {
	text-align: right;
	letter-spacing: -.30em;
	margin-top: 25px;
}
#Y15-RS-gheader nav > ul li {
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	width: 120px;
}
#Y15-RS-gheader nav > ul li + li {
	margin-left: 10px;
}
#Y15-RS-gheader nav > ul li a {
	display: block;
	line-height: 120%;
	font-size: 100%;
	text-decoration: none;
	color: #333;
	background-color: #FFF;
	height: auto;
	padding: 10px 16px;
	border: 3px solid #EDEDED;
}
#Y15-RS-gheader nav > ul li a:hover {
	background-color: #EDEDED;
}

#Y15-RS-gheader > aside {
	text-align: right;
	position: absolute;
	top: 16px;
	right: 20px;
	max-width: 400px;
}
#Y15-RS-gheader > aside ul {
	text-align: right;
	letter-spacing: -.30em;
}
#Y15-RS-gheader > aside ul li {
	text-align: center;
	display: inline-block;
	letter-spacing: normal;
	font-size: 85%;
	text-decoration: none;
	margin: 0 0 5px 0;
}
#Y15-RS-gheader > aside ul li a {
	color: #000;
	text-decoration: underline;
}
#Y15-RS-gheader > aside ul li a:hover {
	text-decoration: none;
}
#Y15-RS-gheader > aside ul li + li:before {
	content: "\7c";
	display: inline-block;
	width: 14px;
	height: auto;
	text-decoration: none !important;
}
#Y15-RS-gheader > aside ul li a {
	font-size: 85%;
	color: #000;
	text-decoration: none;
}
#Y15-RS-gheader > aside ul li a span {
	color: #FFF;
	background-color: #24BFB9;
	border-radius: 0.5em;
	padding: 3px 6px;
	margin-left: 4px;
}

/* .Y15-RS-login ログイン時 */
#Y15-RS-gheader nav.Y15-RS-status-login {
	max-width: 50%;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li {
	text-align: center;
	line-height: 120%;
	width: auto;
	max-width: 260px;
	height: auto;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li + li {
	
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li a {
	padding: 10px 16px;
	border: 3px solid #EDEDED;
	background: #FFF url(../images/icon-mypage.png) no-repeat 12px 50%;
	color: #333;
	line-height: 120%;
	height: auto;
	word-wrap: break-word;
	letter-spacing: 0.2px;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li a:hover {
	background-color: #EDEDED;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li a span{
	display: inline-block;
	vertical-align: middle;
	max-width: 7em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-mypage {
	
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-mypage a {
	padding-left: 40px;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-logout {
	text-align: center;
	width: 110px;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-logout a {
	color: #FFF;
	background: none;
	background-color: #AAA;
	border-color: #AAA;
	padding: 10px 16px;
}

/* search form */
#Y15-RS-searchform > .Y15-RS-pia-search-frame {

}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text {
	position: relative;
	border: 3px solid #CCC;
	height: 44px;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 100%;
        line-height: 1.6;
	overflow: hidden;
	font-weight: normal;
	color: #CCC;
	padding: 0;
	margin: 0;
	outline: none;
	font-size: 131%;
	padding: 10px 68px 10px 46px;
	position: relative;
	background: #FFF url(../images/icon-search.png) no-repeat 12px 50%;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text]::-webkit-input-placeholder {
	color: #CCC;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text]:-ms-input-placeholder {
	color: #CCC;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text]::-moz-placeholder {
	color: #CCC;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text.Y15-RS-form-textfocus {
	border: 3px solid #2E66CC;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text].Y15-RS-form-textfocus,
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text].Y15-RS-form-textfill {
	color: #000;
	font-size: 139%;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > .Y15-RS-pia-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 44px;
}
#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > .Y15-RS-pia-search-btn input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	width: 68px;
	height: 44px;
	background-color: #2E66CC;
	border-radius: 0;
	border-style: none;
	border: none;
	color: #FFF;
	text-indent: 3px;
	padding: 0;
	text-align: center;
	font-size: 116%;
	cursor: pointer;
	zoom: 1;
	overflow: hidden;
}


@media only screen and (min-width: 1220px) {
	#Y15-RS-gheader {

	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li {
		max-width: 400px;
	}
}
@media screen and (max-width: 1180px) and (min-width: 981px) {

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

	#Y15-RS-gheader {
		position: relative;
		margin: 0;
		padding: 0;
	}
	#Y15-RS-gheader #Y15-RS-header-logo {
		width: 124px;
		left: 8px;
	}
	#Y15-RS-gheader #Y15-RS-header-logo img {
		width: 100%;
	}
	#Y15-RS-gheader nav {
		width: 60%;
		padding: 0;
		float: right;
	}
	#Y15-RS-gheader nav > ul {
		text-align: right;
		letter-spacing: -.30em;
		padding: 0px 8px 6px;
		margin-top: 0;
	}
	#Y15-RS-gheader nav > ul li {
		display: inline-block;
		letter-spacing: normal;
		margin-top: 6px;
	}
	#Y15-RS-gheader nav > ul li a {
		display: block;
		font-size: 69%;
		font-weight: bold;
		color: #333;
		border: 2px solid #EDEDED;
		background-color: #FFF;
		height: auto;
		line-height: normal;
	}
	#Y15-RS-gheader > aside {
		clear: both;
		border-top: 1px solid #DDD;
		width: 100%;
		max-width: 100%;
		padding: 0;
		position: relative;
		top: 0;
		right: 0;
	}
	#Y15-RS-gheader > aside ul {
		text-align: right;
		letter-spacing: -.30em;
		padding: 8px;
	}
	#Y15-RS-gheader > aside ul li {
		display: inline-block;
		letter-spacing: normal;
	}
	#Y15-RS-gheader > aside ul li + li {

	}
	#Y15-RS-gheader > aside ul li + li:before {
		content: "\7c";
		display: inline-block;
		width: 14px;
		text-align: center;
	}
	#Y15-RS-gheader > aside ul li a {
		display: inline-block;
		color: #000;
		text-decoration: none;
	}
	#Y15-RS-gheader > aside ul li a span {
		color: #FFF;
		background-color: #24BFB9;
		border-radius: 0.5em;
		padding: 3px 6px;
		margin-left: 4px;
	}
	/* .Y15-RS-status-logout 非ログイン時 */
	#Y15-RS-gheader .Y15-RS-status-logout > ul li {
		width: auto;
		height: auto;
		text-align: center;
	}
	#Y15-RS-gheader .Y15-RS-status-logout > ul li a {
		padding: 5px 10px;
		box-sizing: border-box;
	}
	#Y15-RS-gheader nav > ul li a:hover {
		background-color: #FFF;
	}
	#Y15-RS-gheader .Y15-RS-status-logout > ul li + li {
		margin-left: 6px;
	}
	/* .Y15-RS-status-logout ログイン時 */
	#Y15-RS-gheader nav.Y15-RS-status-login {
		width: 100%;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul {
		width: 100%;
		float: right;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li {
		text-align: center;
		line-height: 120%;
		width: 100%;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li + li {
		
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li a {
		padding: 5px;
		display: block;
		font-size: 69%;
		font-weight: bold;
		color: #333;
		border: 2px solid #EDEDED;
		background: none;
		background-color: #FFF;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li a span{
		display: inline-block;
		vertical-align: middle;
		max-width: 60%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-mypage {
		width: auto;
		max-width: 100%;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-mypage a {
		padding: 5px;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-logout {
		width: auto;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li.Y15-RS-header-btn-logout a {
		padding: 5px 10px;
	}

	/* Y15-RS-search-form */
	#Y15-RS-searchform {
		width: 100%;
		height: 38px;
		padding: 10px 0;
		background-color: #2D66CC;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame {
		padding: 0 10px;
		width: 100%;
		max-width: 100%;
		position: relative;
		left: 0;
		box-sizing: border-box;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text {
		position: relative;
		height: auto;
		border: 3px solid #5DD3D3;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text] {
		-webkit-appearance: none;
		border: none;
		width: 100%;
		height: 32px;
                line-height: 1.6;
		font-weight: normal;
		padding: 0;
		margin: 0;
		outline: none;
		font-size: 93%;
		padding: 0 10px;
		position: relative;
		background: #FFF url(../images/icon-searchform-bg.png) no-repeat 98% 50%;
		background-size: 18px 18px;
		border-radius: 0;
		box-sizing: border-box;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text]::-webkit-input-placeholder {
		color: #AAA;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text]:-ms-input-placeholder {
		color: #AAA;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text]::-moz-placeholder {
		color: #AAA;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text].Y15-RS-form-textfocus {
		background-image: none;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text].Y15-RS-form-textfocus,
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text].Y15-RS-form-textfill {
		color: #000;
		font-size: 93%;
		padding: 0 50px 0 10px;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > .Y15-RS-pia-search-btn {
		position: absolute;
		top: 0;
		right: 0;
		display: none;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > .Y15-RS-pia-search-btn input[type=submit] {
		-webkit-appearance: none;
		width: 48px;
		height: 32px;
		line-height: 32px;
		background-color: #5DD3D3;
		border-radius: 0;
		border-style: none;
		color: #FFF;
		text-indent: 3px;
		padding: 0;
		text-align: center;
		font-weight: bold;
		font-size: 85%;
	}
	#Y15-RS-searchform .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text].Y15-RS-form-textfill + .Y15-RS-pia-search-btn {
		display: block;
	}

	.Y15-RS-sp-hide {
		display: none !important;
	}
}
@media only screen and (max-width: 440px) {
	#Y15-RS-gheader nav {
		width: 60%;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login {
		width: 100%;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul {
		width: inherit;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li {
		text-align: center;
		line-height: 120%;
		width: 100%;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li + li {
		margin-top: 6px;
	}
}

@media only screen and (max-width: 576px) {
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li a {
		background: none;
		padding: 5px 10px;
	}
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li a span{
		max-width: 50%;
	}
}
@media only screen and (max-width: 336px) {
	#Y15-RS-gheader nav.Y15-RS-status-login > ul li a span{
		max-width: 42%;
	}
}

/* --------------------
2. footer
-------------------- */
#Y15-RS-gfooter {
}
#Y15-RS-gfooter #Y15-PC-gfooter {
	text-align: center;
	padding-bottom: 40px;
	clear: both;
	background-color: #f3f3f3;
}
#Y15-RS-gfooter #Y15-PC-gfooter .Y15-PC-gfooter-subnavi {
	color: #333;
	background-color: #D8D8D8;
	padding: 40px 0 32px;
}
#Y15-RS-gfooter #Y15-PC-gfooter .Y15-PC-gfooter-subnavi h6 {
	font-size: 116%;
	margin-bottom: 1em;
}
#Y15-RS-gfooter #Y15-PC-gfooter ul {
	letter-spacing: -.30em;
	padding: 0 20px;
}
#Y15-RS-gfooter #Y15-PC-gfooter ul li {
	display: inline-block;
	letter-spacing: normal;
	font-size: 85%;
	margin-bottom: 0.5em;
}
#Y15-RS-gfooter #Y15-PC-gfooter ul li a {
	color: #333;
}
#Y15-RS-gfooter #Y15-PC-gfooter ul li a:hover {
	text-decoration: none;
}
#Y15-RS-gfooter #Y15-PC-gfooter ul li:before {
	content: "\7c";
	display: inline-block;
	width: 14px;
}
#Y15-RS-gfooter #Y15-PC-gfooter ul li:first-child:before {
	content: " ";
	display: none;
	width: 0;
}
#Y15-RS-gfooter #Y15-PC-gfooter .Y15-PC-gfooter-subnavi ul li {
	font-size: 93%;
}
#Y15-RS-gfooter #Y15-PC-gfooter nav {
	padding: 40px 0 16px;
}
#Y15-RS-gfooter #Y15-PC-gfooter small {
	font-size: 77%;
	display: block;
}

@media only screen and (min-width: 769px) {
	#Y15-SP-gfooter {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	#Y15-PC-gfooter {
		display: none;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter {
		background-color: #FFF;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi {
		background-color: #EDEDED;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi ul {
		padding: 12px 14px 4px;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi ul + ul {
		border-top: 1px solid #FFF;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi ul:after {
		content: "";
		display: table;
		clear: both;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi ul li {
		width: 50%;
		float: left;
		padding: 0;
		margin-bottom: 0.6em;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi ul li a {
		font-style: italic;
		font-size: 85%;
		color: #333;
		line-height: 138%;
		text-decoration: none;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi .Y15-SP-button-white.Y15-SP-button-double {
		max-width: 300px;
		font-size: 85%;
		padding: 10px 0 20px;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-footernavi .Y15-SP-button-white.Y15-SP-button-double a {
		width: 140px;
		margin: 0 5px;
		height: 34px;
		line-height: 34px;
		text-decoration: none;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter h3 {
		text-align: center;
		font-size: 85%;
		color: #333;
		margin-top: 20px;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter h3 img {
		display: inline-block;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-sns-link {
		display: block;
		text-align: center;
		line-height: 1;
		margin: 8px 0 12px;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-sns-link li {
		width: 50px;
		display: inline-table;
		line-height: 0;
		margin: 0 3px;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-sns-link li a {
		display: block;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter #Y15-SP-sns-link li img {
		width: 100%;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter > p {
		color: #878787;
		font-size: 69%;
		text-align: center;
		font-style: italic;
		padding: 0 7%;
		margin-bottom: 0.8em;
		line-height: 160%;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter > p.Y15-SP-copyright {
		color: #125ECF;
	}

	/* button */
	.Y15-SP-button-white {
		margin: 0 auto;
		max-width: 500px;
	}
	.Y15-SP-button-white a {
		position: relative;
		background-color: #FFF;
		border-radius: 0;
		color: #333;
		height: 44px;
		line-height: 44px;
		max-width: 500px;
		display: block;
		font-size: 108%;
		font-weight: bold;
		text-align: center;
		box-shadow: none;
	}
	.Y15-SP-button-white.Y15-SP-button-double {
		text-align: center;
	}
	.Y15-SP-button-white.Y15-SP-button-double a {
		display: inline-block;
	}

	#Y15-RS-gfooter #Y15-SP-gfooter > p.Y15-SP-button-border {
		margin: 0 auto;
		font-size: 85%;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter > p.Y15-SP-button-border.Y15-SP-button-single {
		text-align: center;
		padding: 0;
		margin: 20px auto;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter > p.Y15-SP-button-border.Y15-SP-button-single a {
		font-size: 108%;
		font-weight: bold;
		color: #333;
		text-decoration: none;
		line-height: normal;
		display: inline-block;
		height: auto;
		padding: 5px 10px;
		box-sizing: border-box;
		border: 2px solid #EDEDED;
		background-color: #FFF;
	}
	#Y15-RS-gfooter #Y15-SP-gfooter > p.Y15-SP-button-border.Y15-SP-button-single a span {
		font-size: 108%;
		font-style: normal;
	}

}

/*==========
サジェスト部分
==========*/

.ui-widget {
	width: 100% !important;
	background-color: #fff;
	position: absolute !important;
	top: 100%;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
}

.ui-menu-item {
	font-size: 12px;
	padding: 0 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000 !important;
	word-wrap: break-word;
}

.ui-menu-item:hover {
	border: none !important;
	background-color: #ededed !important;
	cursor: pointer;
}

.ui-state-focus {
	border: none !important;
	background-color: #ededed !important;
}

.ui-autocomplete {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text > input[type=text] {
	color: #AAA;
}

#Y15-RS-searchform > .Y15-RS-pia-search-frame .Y15-RS-pia-text {
	z-index: 9999;
}

#Y15-RS-searchform .Y15-RS-pia-search-frame-autocomplete {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 5000;
	width: 100%;
	background: transparent;
}

.ui-helper-hidden-accessible {
	display: none;
}

@media only screen and (max-width: 768px) {
	.Y15-RS-sp-hide {
		display: none !important;
	}
}

/* -- [extend start] --*/
/* suggest */
.uksgst_over {
    background-color: #ededed !important;
}
#Y15-RS-gheader nav.Y15-RS-status-login > ul li a span.no-ellipsis {
    display: inline;
    vertical-align: middle;
    max-width: none;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -webkit-text-overflow: clip;
    -o-text-overflow: clip;
}
/* -- [extend end] --*/
