#myPageContainer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
}
#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: 0;
	top: 0;
	width: 740px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	z-index: 3;
}
#myPageContainer #contents_base {
	position: absolute;
	right: 0;
	top: 0;
	width: 710px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 140px 0 0 30px;
	background-color: #fff;
}

#myPageContainer #menu_base {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0 30px;
	background-color: #EAEAEA;
}
#myPageContainer #menu_base ul {
	margin-top: 130px;
}
#myPageContainer #menu_base li {
	position: relative;
	width: 200px;
	height: 50px;
	margin-bottom: 4px;
	padding-left: 20px;
	line-height: 50px;
	background-color: #F7F8F8;
	list-style-type: none;
	font-size: 13px;
	-webkit-transition: background-color .15s linear;
}
#myPageContainer #menu_base ul li ul {display: none;}
#myPageContainer #menu_base li:hover {
	background-color: #fff;
}
#myPageContainer #menu_base li a {
	display: block;
	width: 100%;
	height: 100%;
}
#myPageContainer #menu_base li a img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
#myPageContainer #menu_base li.user {
	width: 220px;
	height: auto;
	margin-bottom: 10px;
	padding: 25px 0;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
	background-color: #F7F8F8;
}
#myPageContainer #menu_base li.user p {
	margin: 10px 0;
	padding: 0 10px;
	line-height: 1.4em;
}
#myPageContainer #menu_base li.user img {
	width: 150px;
	height: 150px;
}
#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: 10px;
	top: 15px;
	height: 10px;
	padding: 5px;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-radius: 10px;
	background-color: #FF2200;
}

/*========================================
共通マイページ
プロジェクト一覧
========================================*/
#my-project {
	width: 400px;
}
#my-project .block {
	margin-bottom: 50px;
}
#my-project .block h3 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: normal;
	color: #4A8700;
	border-bottom: solid 1px #4A8700;
}
#my-project .block h3 img {
	position: relative;
	left: 0;
	top: 4px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#my-project .no-project {
	height: 30px;
	margin-bottom: 20px;
	line-height: 30px;
	background-color: #F7F8F8;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	color: #898989
}
#my-project .no-project.all {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
#my-project li {
	margin-bottom: 14px;
	list-style-type: none;
}
#my-project li h4 {
	float: left;
	width: 100px;
	height: 75px;
	opacity: 1;
	-webkit-transition: opacity .15s linear;
}
#my-project li h4:hover {opacity: .7;}
#my-project li h4 img {width: 100%;}
#my-project li .my-project-leftArea {
	float: right;
	width: 280px;
}
#my-project li .my-project-leftArea .pro-title {
	font-size: 13px;
	font-weight: bold;
}
#my-project li li {
	display: inline-block;
	width: 130px;
	height: 24px;
	line-height: 24px;
	margin: 20px 0 0 0;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: background-color .15s linear;
}
#my-project li li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#my-project li li.my-project-news {
	margin-right: 10px;
	background-color: #8DC500;
}
#my-project li li.my-project-news:hover {background-color: #9EDB00;}
#my-project li li.address {background-color: #EC5400;}
#my-project li li.address:hover {background-color: #FF5B00;}