/**************************************************
	ヘッダー部分
**************************************************/
header{
	width: 100%;
}
header li{
	float: left;
	list-style: none;
}
header li a{
	display: block;
	color: #555;
	font-size: 0.4em;
}
header{
	width: 100%;
}
header dl{
	position: relative;

}
header dl dt{
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 2px;
}
header dl dt img{
	height: 40px;
}
/**************************************************
	グローバルナビ部分
**************************************************/
#tab{
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#tab ul li{
	color: #fff;
	font-weight: 700;
	float: left;
	line-height: 30px;
	width: 25%;
	border-right: 2px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	list-style: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#tab ul li:last-child{
	border-right:1px solid #ff69b4;
}
#tab ul li.top{background-color: #ffa500;}
#tab ul li.new{background-color: #00bfff;}
#tab ul li.rank{background-color: #32cd32;}
#tab ul li.special{background-color: #ff69b4;}
#tab ul li a{
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

/**************************************************
	トップページ帯共通部分
**************************************************/
/*新着*/
.new_title{
	background-color: #00bfff;
	border-bottom: 5px solid #00bfff;
	border-top: 5px solid #00bfff;
}
/*特集*/
.topix_title{
	background-color: #ff69b4;
	border-bottom: 5px solid #ff69b4;
	border-top: 5px solid #ff69b4;
}
/*その他のサービス*/
.others_title{
	background-color: #BA55D3;
	border-bottom: 5px solid #BA55D3;
	border-top: 5px solid #BA55D3;
}
/*ユーザーサポート*/
.userSP_title{
	background-color: #696969;
	border-bottom: 5px solid #696969;
	border-top: 5px solid #696969;
}
.title{
	padding-left: 0px;
}
.title-top{
	padding-left: 5px;
}
.title span,.title-top span{
	-webkit-text-size-adjust: none;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	display: block;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
}
.title img{
float: left;
width: 15px;
margin-right: 3px;
}
.title-top img{
float: left;
width: 15px;
margin-right: 3px;
}

/**************************************************
	ユーザーサポート部分
**************************************************/
#userSupport{
}
#userSupport ul{
	float: left;
	width: 50%;
}
#userSupport ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #bbb;
}
#userSupport li a{
	color: #333333;user
	font-weight: bold;
	display: block;
	padding-left:0.5em;
	line-height: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position:95% 50% ;
}
#userSupport li:nth-child(6){
	border-bottom:0px;
}
#userSupport ul.add-border li{
	border-right: 2px solid #bbb;
}

/*------------------------
モーダル部分
--------------------------*/
/*背景部分*/
.overlay{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
display: none;
}
/*コンテンツ部分*/
.modal{
display: none;
background:#eee;
padding:0;
overflow:auto;
z-index:1001;
position:absolute;
width: 90%;
-webkit-box-shadow:0px 0px 3px 0.6px rgba(0, 0, 0, 0.5);/*ボックスシャドウ*/
box-shadow:0px 0px 3px 0.6px rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px;/*角丸*/
-moz-border-radius: 3px;
border-radius: 3px;
}

/*------------------------
使い方ページ アニメーションボタン
--------------------------*/
#pageConte{

}
#remocon{
	-moz-box-shadow: 0px 2px 2px 2px #000;
	-webkit-box-shadow: 0px 2px 2px 2px #000;
	box-shadow: 0px 2px 2px 2px #000;

}
h3.titletitle{
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	line-height: 50px;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-tap-highlight-color: rgba(0 ,0 ,0 ,0);
	-moz-box-shadow: 0px 1px 2px 2px #222;
	-webkit-box-shadow: 0px 1px 2px 2px #222;
	box-shadow: 0px 1px 2px 2px #222;
	z-index: 50000;

}
ul.texttext{
	color: #fff;

	overflow: hidden;
	z-index: 10000;
			height: 60px;
				border-bottom: 1px solid #444;
				margin-bottom: 1px;
}

ul.texttext li{
	float: left;
	text-decoration: none;
	list-style: none;
	width: 33%;
	height: 60px;
}
ul.texttext li:nth-child(-n+2){
	border-right: 1px solid #222;
}
ul.texttext li a{
	line-height: 60px;
	font-weight: 700;
	display: block;
	color: #fff;
	text-align: center;
}

/**************************************************
	フッター
**************************************************/
footer{
	display: block;
	padding: 5px;
	border-top: 2px solid #bbb;
}
footer p{
	text-align: center;
	font-size: 1em;
	line-height: 2em;
}
