body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	text-align: justify;
	height: 100%;
	width: 100%;
	background: url(../images/littlegirl_light.jpg) fixed no-repeat center center;
    background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#element::-webkit-scrollbar { 
    display: none; 
}
::-webkit-scrollbar { 
    display: none; 
}

body, th, td, input, textarea, select, option {
	font-family: '微軟正黑體', 'Heiti TC', 'Meiryo', "Times New Roman", Arial, Times, serif;
	font-weight: 400;
}

h1, h2, h3 {
	font-family: '微軟正黑體', 'Heiti TC', 'Meiryo', "Times New Roman", Arial, Times, serif;
	font-weight: 500;
	color: #ccc;
}

h4, h5, h6 {
	font-family: '微軟正黑體', 'Heiti TC', 'Meiryo', "Times New Roman", Arial, Times, serif;
	font-weight: 400;
	color: #000;
	
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
}

a:hover {
}


/* Header */

#header {
	position: fixed;
	width: 100%;
	height: 100px;
	margin: 0 left;
	padding: 0 0 0 0px;
	text-transform: uppercase;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


	z-index: 8888;
}

#header h1, #header p {
	margin: 0;
	float: right;
}

#header h1 {
	font-size: 13px;
	letter-spacing: 1em;
	margin: 10px 20px 0 0;
}

#header p {
	margin-top: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#header a {
	text-decoration: none;
	color: #000;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	opacity: 1;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Content */

#content {
	float: left;
	display: block;
	position: absolute;
	background: #FFC041;
	opacity: 1;
	border-radius: 0px 0px 0px 0px;
	width: 800px;
	height: auto;
	margin: 110px 0px 170px 320px;
	padding: 0px 0 100px 0;
	z-index: 3000;
    -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.8s; /* Firefox < 16 */
        -ms-animation: fadein 0.8s; /* Internet Explorer */
         -o-animation: fadein 0.8s; /* Opera < 12.1 */
            animation: fadein 0.8s;
}


#content h1 {
	font-size: 30px;
	float: left;
	color: #000;
	margin: 70px 100px 0px 150px;
	letter-spacing: 0.3em;
}

#content p {
	font-size: 13px;
	color: #000;
	margin: 140px 100px 0px 150px;
	line-height: 20px;
}



/* Sidebar */

#logo {
	height: 100px;
	width: 98px;
	position: absolute;
	top: 40px;
	left: 235px;
	z-index: 9999;
}

#ribbon {
	height: 239px;
	width: 64px;
	position: absolute;
	top: 140px;
	left: 156px;
	z-index: 9999;
}

#sidebar {
	display: block;
	position: absolute;
	float: left;
	border-radius: 15px;
	width: 150px;
	height: 660px;
	margin-bottom: 10px;
	margin-top: -130px;
	margin-left: 210px;
	overflow: hidden;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	z-index: 9000;
	text-align: center;
	list-style: none;

box-shadow: 0px -8px 12px -4px #242424;
-webkit-box-shadow: 0px -8px 12px -4px #242424;
-moz-box-shadow: 0px -8px 12px -4px #242424;
-o-box-shadow: 0px -8px 12px -4px #242424;
}

#sidebar .menu {
	margin-top: 343px;
}

#sidebar h2 {
	margin: 0;
	padding: 15px 0px 5px 0px;
	font-size: 18px;
	color: #bbb;
	z-index: 9999;
}

#sidebar li a {
	display:block;
    transition:all linear 0.1s;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	font-size: 14px;
	text-decoration: none;
	color: #2a2e69;
	border-radius: 18px 0px 18px 0px;
}

#sidebar li a:hover {
	color: #BF6900;
	font-size: 16px;
	background-color: #fff;
}
/*Dark Orange #BF6900*/

#sidebar ul { 
	display: none !important;
	list-style: none; }

/*
#sidebar .shine {
	position: absolute;
	width: 150px;
	height: 30px;
	bottom: 100px;
	left: 0px;
	font-size: 16px;
	color: #aaa;
background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.72) 27%, rgba(237,237,237,0.18) 80%, rgba(237,237,237,0) 98%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(27%, rgba(246,246,246,0.72)), color-stop(80%, rgba(237,237,237,0.18)), color-stop(98%, rgba(237,237,237,0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.72) 27%, rgba(237,237,237,0.18) 80%, rgba(237,237,237,0) 98%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.72) 27%, rgba(237,237,237,0.18) 80%, rgba(237,237,237,0) 98%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.72) 27%, rgba(237,237,237,0.18) 80%, rgba(237,237,237,0) 98%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,0.72) 27%, rgba(237,237,237,0.18) 80%, rgba(237,237,237,0) 98%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

#sidebar .space {
	position: relative;
  	display: inline-block;
	background: transparent;
	width: 10px;
	height: 35px;
}
*/

/* Footer */


#footer {
	width: 100%;
	height: 15%;
	position: relative;
	display: block;
	font-size: 10px;
	color: #FFFFFF;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+58&amp;1+0,0.8+46,0.8+77,0.8+77 */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 46%, rgba(0,0,0,0.8) 58%, rgba(0,0,0,0.8) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(46%,rgba(0,0,0,0.8)), color-stop(58%,rgba(0,0,0,0.8)), color-stop(77%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 46%,rgba(0,0,0,0.8) 58%,rgba(0,0,0,0.8) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 46%,rgba(0,0,0,0.8) 58%,rgba(0,0,0,0.8) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 46%,rgba(0,0,0,0.8) 58%,rgba(0,0,0,0.8) 77%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 46%,rgba(0,0,0,0.8) 58%,rgba(0,0,0,0.8) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

	z-index: 9990;
}

#footer p {
	padding: 10px 0 0px 0;
	text-align: center;
}

#footer p a {
	padding: 3px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

.flag {
	position: absolute;
	height: 41px;
	width: 162px;
	top: -8px;
	right: 50px;
	z-index: 9999;
}

@media only screen and (max-device-width: 1240px) {
  /* define mobile specific styles come here */

body {
	background: none;
}

#wrapper {
  display: block;
  position: absolute;
  top: 0; 
  left: 0; 
  background: url(../images/littlegirl_mobile.jpg) fixed no-repeat center center;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

#content {
	float: left;
	display: block;
	position: absolute;
	background: #FFC041;
	opacity: 1;
	border-radius: 0px 0px 0px 0px;
	width: 800px;
	height: auto;
	margin: 110px 0px 170px 320px;
	padding: 0px 0 100px 0;
	z-index: 3000;
    -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.8s; /* Firefox < 16 */
        -ms-animation: fadein 0.8s; /* Internet Explorer */
         -o-animation: fadein 0.8s; /* Opera < 12.1 */
            animation: fadein 0.8s;
    left: -200px;
}

#logo {
	height: 100px;
	width: 98px;
	position: absolute;
	top: 40px;
	left: 85px;
	z-index: 9999;
}

#ribbon {
	height: 239px;
	width: 64px;
	position: absolute;
	top: 140px;
	left: 4px;
	z-index: 9999;
}

#sidebar {
	display: block;
	position: absolute;
	float: left;
	margin-bottom: 10px;
	margin-top: -100px;
	margin-left: 60px;
	overflow: hidden;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	z-index: 9000;
	text-align: center;
	list-style: none;

box-shadow: 0px -8px 12px -4px #242424;
-webkit-box-shadow: 0px -8px 12px -4px #242424;
-moz-box-shadow: 0px -8px 12px -4px #242424;
-o-box-shadow: 0px -8px 12px -4px #242424;
}

#footer {
	display: none;
}

#footer p {
	display: none;
}

#flag {
	display: none;
}

}