*{
	margin: 0;
	padding:0;
	border:none;
}
img{
max-width:100%;
height:auto;
width /***/:auto;
}
body{
	font-family:'arial unicode ms';
}
@font-face {
    font-family: 'znikomitno24regular';
    src: url('znikomitno24-webfont.eot');
    src: url('znikomitno24-webfont.eot?#iefix') format('embedded-opentype'),
         url('znikomitno24-webfont.woff') format('woff'),
         url('znikomitno24-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'heavy_dataregular';
    src: url('heavy_data-webfont.eot');
    src: url('heavy_data-webfont.eot?#iefix') format('embedded-opentype'),
         url('heavy_data-webfont.woff') format('woff'),
         url('heavy_data-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'flavorsregular';
    src: url('flavors-regular-webfont.eot');
    src: url('flavors-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('flavors-regular-webfont.woff') format('woff'),
         url('flavors-regular-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'bullpen_3dregular';
    src: url('bullpen3d-webfont.eot');
    src: url('bullpen3d-webfont.eot?#iefix') format('embedded-opentype'),
         url('bullpen3d-webfont.woff') format('woff'),
         url('bullpen3d-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'broken_15regular';
    src: url('broken15-webfont.eot');
    src: url('broken15-webfont.eot?#iefix') format('embedded-opentype'),
         url('broken15-webfont.woff') format('woff'),
         url('broken15-webfont.ttf') format('truetype')
}
@font-face {
    font-family: 'dancing_script_otregular';
    src: url('dancingscript-regular-webfont.eot');
    src: url('dancingscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('dancingscript-regular-webfont.woff') format('woff'),
         url('dancingscript-regular-webfont.ttf') format('truetype')
}
.content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
	color: #333;
	min-height:1050px;
	height: 100%;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	width: 100%;
}
.page {
	background: rgba(51, 51, 51, 0.7);
	border: 1px solid rgba(150, 150, 150, 0.1);
	border-radius:10px;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	color: white;
	margin: 0 0 15% 3% ;
	padding: 20px;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
	width: 75%;
}
#top {
	background: url(../images/1f1.png) 50% 0 no-repeat fixed #000;
}

#sch {
	background: url(../images/pub3.png) 50% 0 no-repeat fixed #000;
}

#sys {
	background: url(../images/1f2.png) 50% 0 no-repeat fixed #000;
}

#pub {
	background: url(../images/pub2.png) 50% 0 no-repeat fixed #000;
}
#acc {
	background: url(../images/1f3.png) 50% 0 no-repeat fixed #000;
}
#link {
	background: url(../images/pub1.png) 50% 0 no-repeat fixed #000;
}
#equ {
	background: url(../images/1f1.png) 50% 0 no-repeat fixed #000;
}

					/* text & a */

h1{
display:none;
}
h2{
font-family: 'znikomitno24regular';
font-size:3em;
line-height:1.5em;
text-align:center;
}
h3{

}
h4{
padding:10px;
font-size:1.2em;
line-height:1.2em;
}
h5{

}
p{
font-size:.8em;
}
a{
text-decoration:none;
}
a:link{
color:#FFC0CB;
}
a:visited{
color:#FFC0CB;
}
.pez{
line-height:1.1em;
}
					/* section top */
#top .box{
width:100%;
margin:0 auto;
}
#top .leftbox{
width:45%;
float:left;
margin-left:3%;
}
#top .rightbox{
width:45%;
float:right;
margin-right:3%;
}

					/* section sch */



					/* section sys */
#sys table{
border-collapse:collapse;
width:85%;
margin:10px auto;
color:#000;
	background: rgba(255, 255, 255, 0.7);
	border:1px solid #ccc;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
}
#sys th{
width:40%;
padding:5px;
background: rgba(242, 200, 255, 0.3);
border:1px solid #000;
font-size:.9em;
}
#sys td{
padding:5px;
line-height:1.5em;
border:1px solid #000;
background:transparent;
font-size:.8em;
}
.cancel{
color:#f00;
}
					/* section pub */
#pub table{
border-collapse:collapse;
width:80%;
margin:10px auto;
color:#fff;
}
#pub caption{
font-family: 'flavorsregular';
color:#da70d6;
font-size:3em;
line-height:1.2em;
}
#pub th{
font-family: 'bullpen_3dregular';
width:40%;
padding:15px;
font-size:2em;
color:#fff;
}
#pub td{
line-height:1.5em;
font-size:1em;
color:#fff;
padding:0 10px;
}
#pub td p{
padding:10px;
}
					/* section acc */
.add{
font-size:1.8em;
margin:10px;
}
					/* section link */
#link p{
font-family: 'heavy_dataregular';
font-size:2em;
line-height:1.2em;
}
#link .box{
width:80%;
margin:0 auto;
}
#link .leftbox{
width:50%;
float:left;
}
#link .rightbox{
width:50%;
float:left;
}
.clr{
clear:both;
}
					/* section equ */

#equ table{
border-collapse:collapse;
width:85%;
margin:10px auto;
color:#000;
	background: rgba(255, 255, 255, 0.7);
	border:1px solid #ccc;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
}
#equ caption{
color:#fff;
font-size:2em;
padding:20px;
}
#equ th{
width:40%;
padding:5px;
background: rgba(242, 200, 255, 0.3);
border:1px solid #000;
font-size:.9em;
}
#equ td{
padding:5px;
line-height:1.5em;
border:1px solid #000;
background:transparent;
font-size:.8em;
}
					/* footer */
.footer{
bottom:0;
text-align:center;
padding:20px;
background:#a9a9a9;
}
.footer span{
font-family: 'dancing_script_otregular';
font-size:2em;
}
.footer a{
color:#000;
font-family: 'broken_15regular';
font-size:3em;
}
					/* nav */

.nav{
position:fixed;
right:0;
top:3%;
}
.nav .like{
position:relative;
left:23%;
margin-top:5%;;
}
.nav .logo{
margin-bottom:10px;
}
.nav li:hover{
transform: scale( 1.2 );
-webkit-transform: scale( 1.2 );
-moz-transform: scale( 1.2 );
background:#f5f5f5;
border:1px solid #ccc;
border-right:none;
border-radius:10px 0 0 10px;
}
.nav li{
font-family: 'heavy_dataregular';
background: rgba(51, 51, 51, 0.7);
text-align:center;
list-style:none;
font-size:1.3em;
border:1px solid #ccc;
border-radius:10px 0 0 10px;
border-right:none;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
}
.nav a{
display:block;
width:85px;
padding:15px;
color:#fff;
}
.nav a:link{
color:#fff;
}
.nav a:visited{
color:#fff;
}
.nav a:hover{
color:#000;
}