@charset "shift-jis";


/*----------------------------------------------------
Android端末 z-indexバグ用
----------------------------------------------------*/
.execute-hidden {
	visibility: hidden !important;
}


/*----------------------------------------------------

ヘッダ・フッタ

----------------------------------------------------*/


/*---indexヘッダー--------------------------------------*/
header.r-top {
	background:#fff;
	text-align:center;
}
header h1 {
	float:left;
	width: 193px;
	height: 47px;
}
header h1 a {
	display: block;
	height: 47px;
	background: url(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/sp_header.png) no-repeat 0 0;
	background-size: 320px 145px;
	-moz-background-size: 320px 145px;
	-webkit-background-size: 320px 145px;
	text-indent: -9999px;
}

header .r-utility {
	float:right;
	width: 120px;
	height: 47px;
}

header .r-utility li {
	float: left;
	height: 47px;
	background: url(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/sp_header.png) no-repeat 0 0;
	background-size: 320px 145px;
	-moz-background-size: 320px 145px;
	-webkit-background-size: 320px 145px;
	text-indent: -9999px;
}
header .r-utility li:nth-child(1) {
	float: left;
	width: 53px;
	background-position: -207px 0;
}
header .r-utility li:nth-child(2) {
	float: left;
	width: 60px;
	background-position: -260px 0;
}
header .r-utility li a {
	display: block;
	height: 47px;
}



/*----------------------------------------------------

共通グローバルナビ

----------------------------------------------------*/
nav.r-search ul {
	position:relative;
	border-top:1px solid #515151;
	border-bottom:1px solid #757575;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#454545), color-stop(50%,#3c3c3c), color-stop(100%,#1b1b1b));
	background: -webkit-linear-gradient(top,  #454545 1%,#3c3c3c 50%,#1b1b1b 100%);
	background: -o-linear-gradient(top,  #454545 1%,#3c3c3c 50%,#1b1b1b 100%);
	background: linear-gradient(to bottom,  #454545 1%,#3c3c3c 50%,#1b1b1b 100%);
}
/* 130501修正 */
nav.r-search li.menu {
	float:left;
	font-size:10px;
	width:20%;
	text-align:center;
}
nav.r-search li p.navitxt {
	position: relative;
	border-left:1px solid #8b8b8b;
	border-right:1px solid #292929;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
nav.r-search li:first-child p.navitxt {
	border-left:none;
}
nav.r-search li:last-child p.navitxt {
	border-right:none;
}


nav.r-search li:nth-child(1) p.navitxt:after,
nav.r-search li:nth-child(2) p.navitxt:after,
nav.r-search li p.navitxt a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 62px;
	height: 48px;
	margin: -24px 0 0 -31px;
	background: url(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/sp_header.png) no-repeat 0 0;
	background-size: 320px 145px;
	-moz-background-size: 320px 145px;
	-webkit-background-size: 320px 145px;	
}
nav.r-search li:nth-child(1) p.navitxt:after {
	background-position: -1px -48px;
}
nav.r-search li:nth-child(2) p.navitxt:after {
	background-position: -65px -48px;
}
nav.r-search li:nth-child(3) p.navitxt a:after {
	background-position: -129px -48px;
}
nav.r-search li:nth-child(4) p.navitxt a:after {
	background-position: -193px -48px;
}
nav.r-search li:nth-child(5) p.navitxt a:after {
	background-position: -257px -48px;
}

nav.r-search li.item p.navitxt,
nav.r-search li.item_bottom p.navitxt,
nav.r-search li.brand p.navitxt,
nav.r-search li.brand_bottom p.navitxt {
	height:47px;
	line-height:47px;
}
nav.r-search li.menu a {
	display:block;
	height:47px;
	line-height:47px;
	color:#fff;
}

/*---選択時---*/
nav.r-search li.item_choice p,
nav.r-search li.item_bottom_choice p,
nav.r-search li.brand_choice p,
nav.r-search li.brand_bottom_choice p {
	height:47px;
	line-height:47px;
	cursor:pointer;
}
nav.r-search li.item_choice,
nav.r-search li.item_bottom_choice,
nav.r-search li.brand_choice,
nav.r-search li.brand_bottom_choice {
	width:20%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #d3d3d3 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #d3d3d3 0%,#ffffff 100%);
	text-align:center;
}

nav.r-search li.item_choice p.navitxt:after,
nav.r-search li.item_bottom_choice p.navitxt:after {
	background-position: -1px -97px;
}

nav.r-search li.brand_choice p.navitxt:after,
nav.r-search li.brand_bottom_choice p.navitxt:after {
	background-position: -65px -97px;
}


/*---展開エリア---*/
div.expandbox {
	display:none;
	position: absolute;
	background: white;
	padding: 10px 0 0;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	width: 100%;
	left: 0px;
	top: 48px;
	z-index:1;
}
div.expandbox::after {
	content: "";
	display: block;
	height: 47px;
	margin-top: -37px;
	background-color: #F5F5F5;
}
div#item_bottom,
div#brand_bottom {
	position:relative;
	top:0;
}


div.expandbox ul.selectlist {
	background: none;
	border: none;
}
div.expandbox ul.selectlist a {
	color: #111111;
}


div.expandbox .r-nav_category {
	float: left;
	width: 50%;
}


/* LMタイトル */
div.expandbox p.r-nav_ctit {
	height: auto !important;
	line-height: 1.3 !important;;
	padding: 5px 0 10px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
div.expandbox .r-nav_cate_l .r-nav_ctit {	color: #d8307e;}
div.expandbox .r-nav_cate_m .r-nav_ctit {	color: #242671;}


/* 1列ボタン */
div.expandbox .r-nav_line {
	clear: both;
}
div.expandbox .r-nav_line p {
	border-bottom: solid 1px #bcbcbc;
}
div.expandbox .r-nav_line p:last-child {
	border-bottom: none;
}
div.expandbox .r-nav_line p a {
	color: #111111;
}


/* 2列ボタン */
div.expandbox .r-nav_cate_l ul.selectlist {
	margin-right: 2px;
	padding: 2px 0;
	border-top: solid 2px #d8307e;
	border-bottom: solid 2px #d8307e;
}
div.expandbox .r-nav_cate_m ul.selectlist {
	margin-left: 2px;
	padding: 2px 0;
	border-top: solid 2px #242671;
	border-bottom: solid 2px #242671;
}
div.expandbox .r-nav_cate_l ul.selectlist li {
	border-right: solid 1px #bcbcbc;
}
div.expandbox .r-nav_cate_m ul.selectlist li {
	border-left: solid 1px #bcbcbc;
}
div.expandbox .r-nav_category ul.selectlist li {
	position: relative;
	border-top: solid 1px #bcbcbc;
}
div.expandbox .r-nav_category ul.selectlist li:nth-child(1) {
	border-top: none;
}
div.expandbox .r-nav_category ul.selectlist li:nth-last-child(1) {	border-bottom: none;}


/* 線欠ける描画 */
div.expandbox .r-nav_cate_m ul.selectlist li:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 1px;
	height: 3px;
	background-color: #ffffff;
}
div.expandbox .r-nav_cate_m ul.selectlist li:nth-child(-n+1)::after {
	display: none;
}

div.expandbox .r-nav_line p a,
div.expandbox .r-nav_category ul li a {
	position: relative;
	display: block;
	height: auto !important;
	line-height: 1.3 !important;
	text-align: left;
	font-size: 12px !important;
}
div.expandbox .r-nav_line p a span,
div.expandbox .r-nav_category ul li a span {
	display: table-cell;
	height: 53px;
	padding: 0 20px 0 10px;
	font-weight: bold;
	vertical-align: middle;
}

/* arrow */
div.expandbox .r-nav_line p a::after,
div.expandbox .r-nav_category ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 10px;
	height: 15px;
	margin-top: -7px;
	background: url(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px 0px;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;
}
div.expandbox .r-nav_cate_l ul li a:after {
	background-position: 0px -25px;
}
div.expandbox .r-nav_cate_m ul li a:after {
	background-position: 0px -50px;
}

/*---閉じるボタン---*/
div.expandbox p.closebtn {
	position: relative;
	display: block;
	width: 77px;
	height: 27px !important;
	margin: 13px auto 0;
	padding: 0 8px 0 0;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	background: -moz-linear-gradient(top,  #4d4d4d 1%, #343434 65%, #1c1c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4d4d4d), color-stop(65%,#343434), color-stop(100%,#1c1c1c));
	background: -webkit-linear-gradient(top,  #4d4d4d 1%,#343434 65%,#1c1c1c 100%);
	background: -o-linear-gradient(top,  #4d4d4d 1%,#343434 65%,#1c1c1c 100%);
	background: linear-gradient(to bottom,  #4d4d4d 1%,#343434 65%,#1c1c1c 100%);
	-moz-text-shadow: 0px -1px 0px #000000;
	-webkit-text-shadow: 0px -1px 0px #000000;
	text-shadow: 0px -1px 0px #000000;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1 !important;
}
div.expandbox p.closebtn span {
	display: table-cell;
	width: 85px;
	height: 27px;
	vertical-align: middle;
	text-align: center;
}


/* バツ印 */
div.expandbox p.closebtn:before,
div.expandbox p.closebtn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: #ffffff;
	
}
div.expandbox p.closebtn:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
div.expandbox p.closebtn:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
