#myPageContainer #menu_base li {
	line-height: 5rem;
	font-size: 1.3rem;
}
#myPageContainer #menu_base li li {
	line-height: 5rem;
	font-size: 1.2rem;
}
#myPageContainer #menu_base li.user {
	font-size: 1.3rem;
}
#myPageContainer #menu_base li.user p {
	line-height: 1.4em;
}
#myPageContainer #menu_base li span {
	line-height: 1.2rem;
	text-align: center;
	color: #fff;
}


span.new {
	line-height: 1.4rem;
	font-size: 1rem;
	color: #fff;
}
span.supporter-only {
	line-height: 1.4rem;
	font-size: 1rem;
	color: #fff;
}

/* ============================================================================================================================== */


#myPageContainer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
#myPageContainer #bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #000000;
	cursor: pointer;
	opacity: .8;
}
#inline-container {
	position: absolute;
	right: -100%;
	top: 0;
	width: 85%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	z-index: 3;
}
#myPageContainer #contents_base {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0;
}

#myPageContainer #menu_base {
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0 15% 5% 5%;
	background-color: #eaeaea;
}
#myPageContainer #menu_base ul {
	margin: 0;
	padding: 0;
}
#myPageContainer #menu_base li {
	position: relative;
	width: 100%;
	min-height: 5rem;
	margin: 0 auto .5rem;
	padding: 0;
	background-color: #F7F8F8;
	list-style-type: none;
	-webkit-transition: background-color .15s linear;
}
#myPageContainer #menu_base li:hover {
	background-color: #fff;
}
#myPageContainer #menu_base li a {
	display: block;
	width: 90%;
	height: 100%;
	padding: 0 5%;
}
#myPageContainer #menu_base li a img {
	position: relative;
	margin-right: 1rem;
	vertical-align: middle;
}
#myPageContainer #menu_base li.user {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	padding: 1rem 0;
	border-radius: 0 0 .6rem .6rem;
	background-color: #F7F8F8;
}
#myPageContainer #menu_base li.user p {
	margin: 1rem 0 0;
}
#myPageContainer #menu_base li.user p.thum {
	width: 12rem;
	margin: 0 auto;
	vertical-align: top;
}
#myPageContainer #menu_base li.user p.name {
	vertical-align: top;
	width: 90%;
	margin: 1rem auto 0;
	padding: 0;
}

#myPageContainer #menu_base li.user img {
	width: 100%;
	vertical-align: top;
}
#myPageContainer #menu_base li.logout {
	margin-top: 10px;
	background-color: #dcdddd;
}
#myPageContainer #menu_base li.logout:hover {
	background-color: #fff;
}
#myPageContainer #menu_base li span {
	position: absolute;
	right: 1rem;
	top: 1.5rem;
	height: 1rem;
	padding: .5rem;
	vertical-align: middle;
	border-radius: 1rem;
	background-color: #FF2200;
}

#myPageContainer #menu_base ul li li {
	min-height: 5rem;
	margin: 0;
	padding: 0 0 0 5%;
	border-top: dotted 1px #ddd;
	box-sizing: border-box;
}

/*========================================
共通マイページ
プロジェクト一覧
========================================*/
#my-project {
	display: none;
}