/*@import url("./mypage.css");*/

#gMenu li {
	font-size: 1.2rem;
	lettefr-spacing: -.1rem;
}
#discoverMenu form input#keywords {	font-size: 1.4rem;}
#discoverMenu li {					font-size: 1.3rem;}
#discoverMenu ul:nth-child(1) li {	font-size: 1.4rem;}
#gMenu li a:hover {color: #000;}


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


#gSign {
	position: absolute;
	right: .2rem;
	top: .5rem;
	width: 15rem;
	margin: 0;
	padding: 0;
}

/*横向きの際に適用*/
@media only screen and (orientation : landscape) {
	#gSign {
		width: 18rem;
	}
}

/*gMenu*/
#gMenu {
	width: 100%;
	margin-top: 1.5rem;
	padding: 0 0 1rem;
}
#gMenu li {
	float: left;
	width: 33%;
	height: 4rem;
	list-style-type: none;
	border-left: solid 1px #B5B5B6;
	vertical-align: middle;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2.5rem;
}
#gMenu li:first-child {width: 36%;}
#gMenu li:nth-child(2) {width: 36%;}
#gMenu li:last-child {width: 26%;}
#gMenu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.5rem 0 0;
	box-sizing: border-box;
}

#gMenu li:first-child {border: none;}
#gMenu li a:hover {color: #000;}
#gMenu li#gMenu1 {background-image: url("../../images/common/gMenu_icon1.png");}
#gMenu li#gMenu2 {background-image: url("../../images/common/gMenu_icon2.png");}
#gMenu li#gMenu3 {background-image: url("../../images/common/gMenu_icon3.png");}


/* =============================================================== mypage */
#gMypage {
	position: absolute;
	right: .5rem;
	top: .5rem;
	width: 7.5rem;
	height: 3.6rem;
	background-color: #8dc500;
	border-radius: .4rem;
}
#user {
	display: display;
	height: 3.6rem;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#user p#thum {
	position: relative;
    top: 4px;
    left: 6px;
	/*left: 1rem;
	top: 1rem;
	width: 2.6rem;
	margin: 0;
	padding: .5rem;
	line-height: 6rem;*/
}
#user p#thum img {
	width: 100%;
	border-radius: 50%;
	vertical-align: top;
}
#user p#name {
	display: none;
}
#gMypage #open {
	position: absolute;
	right: 0;
	top: 0;
	width: 3.6rem;
	height: 3.6rem;
	margin: 0;
	padding: 0;
}
header.fixed #gMypage #open {
	position: fixed;
	right: .5rem;
	top: .5rem;
	z-index: 300;
}
#gMypage #open span {
	display: block;
	position: absolute;
	left: .7rem;
	width: 2.2rem;
	height: .2rem;
	transition: all .4s;
	-weblit-transition: all .4s;
	-moz-transition: all .4s;
	background-color: #fff;
}
#gMypage #open span:first-child {top: .9rem;}
#gMypage #open span:nth-child(2) {top: 50%; margin-top: -.1rem;}
#gMypage #open span:last-child {bottom: .9rem;}

#gMypage .opened #open span:first-child {
	-webkit-transform: translateY(.8rem) rotate(45deg);
	-moz-transform: translateY(.8rem) rotate(45deg);
	-ms-transform: translateY(.8rem) rotate(45deg);
	transform: translateY(.8rem) rotate(45deg);
}

#gMypage .opened #open span:nth-child(2) {
	opacity: 0;
}

#gMypage .opened #open span:last-child {
	-webkit-transform: translateY(-.8rem) rotate(-45deg);
	-moz-transform: translateY(-.8rem) rotate(-45deg);
	-ms-transform: translateY(-.8rem) rotate(-45deg);
	transform: translateY(-.8rem) rotate(-45deg);
}


/* =================================
discoverMenu
================================= */
header.discoverFixed {
	position: fixed;
	top: 0;
	z-index: 150;
}
#discoverContainer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#discoverContainer .container {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	z-index: 3;
}
#discover_base {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0;
}
#discoverMenu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 13rem 0 2rem;
	background-color: #efefef;
	z-index: 90;
	box-sizing: border-box;
}
#discoverMenu #discoverMenu-body {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom: 5%;
	z-index: 3;
	background-color: #efefef;
}
#discoverMenu form {
	position: relative;
	width: 85%;
	margin: 0 auto 0;
	box-sizing: border-box;
}
#discoverMenu form input#keywords {
	width: 100%;
	height: 3rem;
	padding: 0 .5rem;
	border: solid 1px #DCDDDD;
	box-sizing: border-box;
}
#discoverMenu #searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	height: 3rem;
	margin: 0;
	background-color: #288077;
	-webkit-transition: background-color .15s linear;
}
#discoverMenu #searchBtn:hover {background-color: #2f948a;}

#discoverMenu nav {
	width: 85%;
	margin: 0 auto;
	margin-top: 2rem;
}
#discoverMenu #menu1 {
	margin-bottom: 2rem;
}
#discoverMenu li {
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	list-style-type: none;
	border-top: solid 1px #efefef;
	background: url("../../images/common/icon3.png") no-repeat 2rem center #fff;
	box-sizing: border-box;
}
#discoverMenu li:first-child {border-top: none;}
#discoverMenu li a {
	display: block;
	width: 88%;
	height: 100%;
	padding: 0 0 0 12%;
}


#err-content {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#err-content h1 {
	margin: 5rem 0;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.3em;
}
#err-content p {
	color: #333;
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#err-content p br {display: none;}

#err-content p#sign {
	width: 90%;
	height: 5rem;
	margin: 3rem auto;
	padding: 0;
	border: none;
	line-height: 5rem;
	cursor: pointer;
	font-size: 1.8rem;
	border-radius: .4rem;
	background-color: #288077;
	text-align: center;
}
#err-content p#sign img {
	vertical-align: middle;
	margin-right: 1rem;
}
#err-content p#sign a {color: #fff;}
#err-content p#sign:hover {
	background-color: #2f948a;
}

/*====================================
  2016_Renewal 
  ====================================*/
header {
	background-color: #fff;
}

header p {
    display: inline-block;
}

header .copy {
    display: none;
}

header .copy h1 {
    margin: 0 auto;
    color: #FFF;
    font-size: 0.5rem;
    letter-spacing: 1px;
}

header .nav-wrapper {
    position: relative;
    background: #FFF;
    margin: 0 auto;
    padding: 10px 5px 0 5px;
    box-sizing: border-box;
}

header .logo {
    display: inline-block;
    width: 112px;
    height: 20px;

    background-image: url(../../images/common/logo.png);
    background-size: 112px 20px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    vertical-align: middle;
}

header nav {
    display: block;
    padding: 20px 0 5px 0;
    vertical-align: middle;
}

header nav ul {
    list-style-type: none;
    font-size: 1rem;
    border-left: 1px solid #B5B5B6;
}

header nav li {
    display: table-cell;
    width: 25%;
    padding: 0 5px;
    border-right: 1px solid #B5B5B6;
}

header nav li span {
    display: block;
    text-align: center;
}

header nav span.ic {
    display: block;
    width: 30px;
    height: 24px;
    margin: 0 auto;
    background-size: 30px 24px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

header nav span.discover {
    background-image: url(../../images/common/gMenu_icon1.png);
}
header nav span.startup {
    background-image: url(../../images/common/gMenu_icon2.png);
}
header nav span.about {
    background-image: url(../../images/common/gMenu_icon3.png);
}

header .user-controller {
     
    float: right;
}

header .user-controller a.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 70px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    border-bottom: 2px solid;
    border-radius: 5px;
}

header .user-controller a.login {
    color: #666;
    border: 1px solid #afafaf;
    background: #FFF;
    border-bottom: 2px solid #999;
}

header .user-controller a.login:hover {
    color: #FFF;
    background: #8DC500;
    border: 1px solid #8DC500;
    border-bottom: 2px solid #5B8001;
}

header .user-controller a.sign-up {
    color: #FFF;
    background: #288077;
    border-bottom: 2px solid #1b665f;
}

header .user-controller a.sign-up:hover {
    color: #FFF;
    background: #8DC500;
    border-bottom: 2px solid #5B8001;
}

header .avatar {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    border-radius: 50%;

    text-indent: -9999px;
}

header .user-controller .notice-badge {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 25px;
    width: 12px;
    height: 12px;
    background: #FF5C5C;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-indent: -9999px;
    z-index: 10;
}

/*========== tiny header ==========*/
header.tiny {
    border-bottom: none;
}

header.tiny .nav-wrapper {
    position: relative;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

header.tiny .avatar {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    border-radius: 50%;

    text-indent: -9999px;
}

header.tiny .name {
    display: none;
}

header.tiny p.user-link {
    float: right;
}


/*========== minimum header ==========*/
header.min {
	border-bottom: solid 1px #E2E2E2;
}

header.min .nav-wrapper {
    position: relative;
    background: #FFF;
    width: 1120px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}


/*============ user header menu ============*/

.user-header-menu-container {
    display: none;
    position: absolute;
    background: rgba(256,256,256,0.98);
    box-shadow: 0 1px 1px #ccc; 
    top: 50px;
    right: 0;

    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: all 0.2s ease-in-out;

    width: 100%;
    z-index: 100;
    opacity: 0;
}

.user-header-menu-container h3 {
    color: #67B188;
    margin-bottom: 10px;
}

.user-header-menu-container ul {
    list-style-type: none;
}

.user-header-menu-container .container-wrapper {
}

.user-header-menu-container .menu {
}

.user-header-menu-container .not-found-project {
    display: none;
}

.user-header-menu-container .project {
    float: right;
    width: 300px;
    margin-right: 70px;
    padding-bottom: 30px;

    display: none;
}

.user-header-menu-container .project li {
    margin-bottom: 20px;
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;

    border-bottom: 1px solid #eee;
}

.user-header-menu-container .project li p {
    display: block;
    padding-bottom: 5px;
}

.user-header-menu-container .project li a {
    font-weight: bold;
}

.user-header-menu-container .project li a.green {
    padding: 3px 5px;
    margin-right: 5px;
    color: #8dc500;
    background: #FFF;
    border: 1px solid #8dc500;
    border-radius: 5px;
}

.user-header-menu-container .project li a.orange {
    padding: 3px 5px;
    margin-right: 5px;
    color: #EC5400;
    background: #FFF;
    border: 1px solid #EC5400;
    border-radius: 3px;
}

.user-header-menu-container .project li a.green:hover {
    color: #FFF;
    background: #8dc500;
}

.user-header-menu-container .project li a.orange:hover {
    color: #FFF;
    background: #EC5400;
}


.user-header-menu-container span {
    vertical-align: middle;
}

.user-header-menu-container span.thum {
    display: inline-block;
    width: 45px;
    height: 30px;
    margin-right: 10px;
    background-size: 40px 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
}

.user-header-menu-container .menu li {
    margin-bottom: 5px;
}

.user-header-menu-container .menu li span.badge {
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
    background: #FF5C5C;
    padding: 3px;
    margin-right: 5px;
    border-radius: 5px;
}

.user-header-menu-container .menu a {
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    color: #333;
    background: #eee;
    box-sizing: border-box;
}

.user-header-menu-container .menu a.gray {
    color: #FFF;
    background: #999;
}

/*============ header project search menu ============*/

.psearch-menu-container {
    position: absolute;
    display: none;
    background: rgba(256,256,256,0.98);
    box-shadow: 0 1px 1px #ccc; 
    top: 95px;
    right: 0;

    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: all 0.2s ease-in-out;

    width: 100%;
    z-index: 100;
    opacity: 0;
}

.psearch-menu-container ul {
    list-style-type: none;
}

.psearch-menu-container .menu li {
    margin-bottom: 5px;
}

.psearch-menu-container .menu li span.badge {
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
    background: #FF5C5C;
    padding: 3px;
    margin-right: 5px;
    border-radius: 5px;
}

.psearch-menu-container .menu a {
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    color: #333;
    background: #eee;
    box-sizing: border-box;
}


