@charset "utf-8";
/* CSS Document */

#menu-icon {
	position: relative;
	margin: 15px 15px 15px 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
/*--------------------------------------------------------------
各トップページ・マーケット・パブリック・ネイティで記述を分ける

・各トップページ：#neutral
・マーケット：#market
・パブリック：#public
・ネイティ：#natiy
----------------------------------------------------------------*/
/*#neutral #menu-icon:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 3px;
	border-bottom: 15px double white;
	border-top: 5px solid white;
	width: 30px;
	height: 5px;
}
#market #menu-icon:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 3px;
	border-bottom: 15px double #a552bc;
	border-top: 5px solid #a552bc;
	width: 30px;
	height: 5px;
}
#public #menu-icon:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 3px;
	border-bottom: 15px double #436ac8;
	border-top: 5px solid #436ac8;
	width: 30px;
	height: 5px;
}
#natiy #menu-icon:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 3px;
	border-bottom: 15px double #BDD430;
	border-top: 5px solid #BDD430;
	width: 30px;
	height: 5px;
}*/
.menu-icon {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;/*top: 10px;
	left: 10px;	*/
}
/*2本目*/
.menu-icon>i {
	width: 100%;
	height: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
	display: inline-block;
	background-color: #436ac8;
}
/*1本目*/
.menu-icon:before {
	content: "";
	width: 100%;
	height: 6px;
	display: inline-block;
	background-color: #a552bc;
	position: absolute;
	top: 0;
	left: 0;
}
/*3本目*/
.menu-icon:after {
	content: "";
	width: 100%;
	height: 6px;
	display: inline-block;
	background-color: #bdd430;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu-left {
	float: left;
	margin-left: 15px;
}
#top-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#sidebar {
	background-color: #000;
	font-size: 12px;
	height:100%;
	/*box-shadow: 0 0 12px -7px;
	border-right: 1px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;*/
	overflow-x: hidden;
	overflow-y:auto;

}
#side_inbox {
	width:95%;
	margin:0 auto;
	box-sizing: border-box;
}
#sidebar a:link {
	color: #fff;
	text-decoration: none;
}
/*#sidebar a:hover {
	color: #ffa500;
	text-decoration: none;
}
#sidebar a:visited {
	color: #fff;
	text-decoration: none;
}*/
#main-wrapper {
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
}
/*#sidebar ul {
	margin-bottom:30px;
	list-style:none;
}

#sidebar ul li {
	margin-top:5px;
	padding-bottom:5px;
	list-style:none;
}
*/

/*開閉メニュー*/

ul.NodeMenu li.line {
	border-top:1px dotted #666;
}

ul.NodeMenu {
	margin: 30px 0;
	padding: 0;
	width: 95%;
	list-style: none;
	border-bottom:1px dotted #666;
}
ul.NodeMenu li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	clear: both;
	float:none;
	width:100%;
}
/*ul.NodeMenu li img {
	float: left;
}*/
 @media (min-width: 980px) {
ul.NodeMenu li img {
	width: 20px;
	height: auto;
	margin-right: 3px;
}
}
ul.NodeMenu a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 2px 0;
	float: left;
}
ul.NodeMenu a:hover {
	color: orange;
}
ul.NodeMenu span.parent { /* 親テキスト */
	color: #FFF;
	cursor: pointer; 
}
ul.NodeMenu span.parent:hover { /* 親テキスト */
	color: #ffa500
}
ul.NodeMenu div.child { /* 子メニュー */
	margin-left: 0;
}
ul.NodeMenu div.indent {
	margin-left: 0;
}
ul.NodeMenu div.child ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	float:none;
	width:100%;
}

/*
階層なしナビ
********************************************************************/
.normal ul {
	margin: 30px 0;
	padding: 0;
	width: 95%;
	list-style: none;
	border-top:1px dotted #666;
}
.normal li {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	width: 95%;
	list-style: none;
	border-bottom:1px dotted #666;
}
.normal a {
	text-decoration: none;
	color: #fff;
}
.normal a:hover {
	text-decoration: none;
	color: orange;
}

/*
ランキング
********************************************************************/
#ranking {
	width: 90%;
	height: 180px;
	margin: 10px 0 0 10px;
	padding: 0;
	overflow: hidden;
}
#ranking p {
	width: 80%;
	display: block;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
}
#ranking table {
	margin: 0 auto;
}
#ranking iframe {
	border: 0;
}
/*
履歴
********************************************************************/
#rireki {
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}
#rireki iframe {
	width: 100%;
	margin: 0 0 0 -10px;
}
#rireki p {
	width: 80%;
	display: block;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
}
/*
履歴 checkpagelist.php
********************************************************************/
.linklist a {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
	margin-top: 5px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.linklist a:hover {
	color: orange;
	text-decoration: none;
}
/*.linklist a:visited {
	color: #fff;
	text-decoration: none;
}*/

/*
問い合わせ
********************************************************************/
#inq {
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
}
#inq p {
	width: 80%;
	display: block;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
}
#inq a {
	text-decoration: none;
	color: #fff;
}
#inq a:hover {
	text-decoration: none;
	color: orange;
}
/*
問い合わせ
********************************************************************/
#conceptnv {
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
}
#conceptnv p {
	width: 80%;
	display: block;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
}
#conceptnv a {
	text-decoration: none;
	color: #fff;
}
#conceptnv a:hover {
	text-decoration: none;
	color: orange;
}
/*
▼
********************************************************************/
#sidebar .arrow {
	color:#2B4ABA;
	margin-left:12px;
	font-size:140%;
}