@charset "utf-8";

/*-------------------------------------------------------------------------
	SUNRISE INC.
	Style Sheet for Navigation for PC/Tablet
	Date: 2015-09
	All content (c) RYNAPSE
-------------------------------------------------------------------------*/

/* =#masthead nav
-------------------------------------------------------------------------*/
#masthead nav {
	width: auto;
	float: left;
	}

#masthead nav a,
#masthead nav span {
	line-height: 60px;
	padding: 0 .5em;
	}

#masthead nav li { float: left; }

#about #masthead nav li:nth-child(2) a,
#works #masthead nav li:nth-child(3) a,
#topics #masthead nav li:nth-child(4) a,
#masthead nav span.active {
	color: rgba(194,0,0,1);
	background: #F9F9F9;
	}

#masthead nav dl {
	position: absolute;
	top: 0;
	right: 0;
	}

#masthead nav dd a { padding: 0 1.5em; }

html[lang="zh_cn"] #masthead nav dd.zh_cn a,
html[lang="en"] #masthead nav dd.en a {
	color: rgba(194,0,0,1);
	background: #F6F6F6;
	}

#masthead nav dd.en a {
	color: rgba(0,0,0,.1);
	pointer-events: none;
	}

/* =Media Query
-------------------------------------------------------------------------*/
@media only screen and (min-width:1024px) {
	#masthead nav a,#masthead nav span { font-size: 1.4rem; padding: 0 1em; }
	}

@media only screen and (min-width:1025px) {
	#masthead nav a,#masthead nav span { line-height: 70px; }
	#masthead nav dd a { padding: 0 2em; }
	}


/* EOF
-------------------------------------------------------------------------*/
