html{
	min-height: 100%;
	position: relative;
}
body{
	background:#f0f0f0;
	color:#000;
	font-size:15px;
	margin:0px auto;
	padding:0px 0px;
	line-height:140%;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif !important;
	min-height: 100%;
	width: 100%;
	min-width: 980px;
}

header.common{
	background:#595959;
	width:100%;
}

header.common form{
	margin:0;
}
header.common form input:focus{
	outline:none;
}
header.common .search{
	width:260px;
	position:relative;
	#background-color:#FFF;
}
header.common .search-input-box{
	height:30px;
	width:210px;
	padding:0 10px;
	border:none;
	border-radius:3px 0 0 3px;
	box-sizing:content-box;	
}
header.common .search-button{
	display:block;
	height:30px;
	width:30px;
	padding:0;
	margin:0;
	border:none;
	border-radius:0 3px 3px 0;
	background:#FFF url('https://10mtv.jp/v2/images/common/icon-search-gray.png') no-repeat 0 0;
	background-position: center;
	background-size:25px auto;
	position:absolute;
	top:0;
	right:0;
	cursor : pointer;
}


.header-menu{
	background:#fff;
	height: 42px;
	line-height: 42px;
}
.header-menu a{
	color:#000;
	font-size:15px;
	text-decoration: none;
}

.header-menu .header-detail{
	width: 930px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*全画面いっぱいにテーブルを設定し3分割したい場合*/
table.fullscreen-3partition td{
	width:322px;
}

/*全画面いっぱいにテーブルを設定し、セル幅を任意に設定したい場合*/
table.fullscreen{
	width:980px;
	margin:0px auto;
	padding:5px 0;
}

/*マージン(.common)を設定している状態で、画面いっぱいにテーブルを設定し、セル幅を任意に設定したい場合*/
table.margin-fullscreen{
	width:980px;
	margin:0px auto;
}

/*会員用ヘッダ関連*/
#header-menu-button{
	position:relative;
}


#header-menu-list{
	position:absolute;
	top:64px;
	left:-3px;
	z-index:1000;
	width:196px;
	height:0px;
	margin:0px;
	padding:6px 0px 0px 0px;
	overflow:hidden;
}

.header-menu-nomember{
	position: relative;
	width:980px;
	margin:0px auto;
}
.header-menu-nomember a{
	color:#000;
	font-size:15px;
	text-decoration:none;
}

.header-menu-nomember table tr td{
	width:130px;
	text-align:left;
}

/******************** header ************************/
.header-link-setting,
.header-link-logout
{
	color:#fff;
	font-size:15px;
	margin:0 0 0 20px;
}

/*******************************************************************
 * グローバルナビゲーション　プルダウン
 */
div#menu{
	width: 930px;
	font-size: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 42px;
}
div#menu:after{
	clear:both;
	content:"";
	display:block;
}
div#menu div.aaa{
}
div#menu div.aaa ul.child{
        display: none;
        position: absolute;
        left:0;
        padding:20px 0 20px 50px;
        width:930px;
        background-color: rgba(89,89,89,0.85);
        z-index:10;
        list-style-type: disc;
}
div#menu div.aaa ul.child li.bbb{
    padding: 5px 10px;
    color: #fff;
    width:205px;
    float:left;
    line-height:30px;
}
div#menu div.aaa ul.child li.bbb a{
	color:#FFF;
	text-decoration:none;
}
div#menu div.aaa ul.child li.bbb a:hover{
	text-decoration:underline;
}

/*トップに戻るボタン*/
#pagetop_box {
	left: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	opacity:0.8;
	border:solid 1px #ccc;
	display:none;
}
#pagetop_box:hover{
	cursor:pointer;
}

/******************** footer ************************/
footer{
	background:#595959;
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 100%;
	min-width: 980px;
}

footer .footer-box{
	width:980px;
	height:20px;
	margin:0 auto;
	padding:15px 0;
}

footer .footer-box nav{
	width:750px;
	float:left;
}

footer .footer-box nav ul{
	list-style:none;
	margin:0;
	padding:0;
	list-style-type: none;
}

footer .footer-box nav ul li{
	font-size:12px;
	color:#fff;
	padding:0 10px 0 0;
	float: left;
	#width:210px;
}

footer .footer-box nav ul li a.arrow{
	position: relative;
	color:#fff;
	line-height:170%;
	text-decoration:none;
}
footer .footer-box nav ul li a.arrow:hover{
	text-decoration:underline;
}

footer .footer-box .right{
	width:200px;
	float:right;
	position:relative;
}

footer .footer-box .right p{
	padding:0;
	margin:0;
}

.copyright{
	color:#d9d9d9;
	font-size:12px;
	position:absolute;
	right:0;
	top:0;
}


/******************** マイデータ ************************/
.mydata {
	position: relative;
/*	width:28px;*/
	width: 150px;
	text-align:center;
	margin-left: -35px;
}

.mydata .nav-mydata{
	margin: 0;
/*	padding: 3px 5px;*/
	color: #000;
	font-size: 15px;
	background: #fff;
	cursor: pointer;
}

.mydata nav{
	display: none;
	position: absolute;
	top: 30px;
	width: 210px;
	z-index: 9997;
	background: #fff;
}

/*@media (orientation: portrait) and (max-width: 1220px){*/
@media (max-width: 1090px){
	.mydata nav{
		right: 0;
	}
}

.mydata p{
	height: 21px;
	line-height: 21px;
	padding: 5px 0;
}

.mydata ul{
	margin: 1px 0;
	padding-left: 0;
	text-align: left;
	color: #fff;
}

.mydata li{
	list-style: none;
	height: 21px;
	line-height: 21px;
	padding: 5px 15px;
	margin: 1px;
	background: #595959;
}


.mydata nav a{
	display: block;
	color: #fff;
	height: 100%;
	width: 100%
}

.transfer{
	margin: 0 auto;
	padding-bottom: 20px;
	width: 600px;
}

.transfer a img{
	width: 100%;
	vertical-align: bottom;
}
