@@ -4,7 +4,17 @@ body {
noscript p {
width : 100% ;
background-color : red;
text-align : center;;
text-align : center;
color : white;
height : 30px ;
padding-top : 10px ;
}
@font-face {
font-family : 'PetitaLight' ;
src : url ('fonts/PetitaLight.eot' );
src : local ('☺' ), url ('fonts/PetitaLight.woff' ) format ('woff' ), url ('fonts/PetitaLight.ttf' ) format ('truetype' ), url ('fonts/PetitaLight.svg' ) format ('svg' );
font-weight : normal;
font-style : normal;
}
.inner {
width : 960px ;
@@ -14,7 +24,40 @@ noscript p {
}
.top {
width : 100% ;
margin-bottom : -5px ;
}
.top img {
width : 100% ;
}
.nav {
background-color : # 9309BC ;
width : 100% ;
height : 60px ;
}
.nav a : visited , .nav a {
color : white;
text-decoration : none;
text-align : center;
display : block;
height : 37px ;
float : left;
padding : 23px 40px 0 40px ;
font-size : 22px ;
font-family : "PetitaLight" ;
letter-spacing : 1px ;
}
.nav a : hover {
background : # 9C54B1 ;
}
.navInner {
width : 960px ;
margin : 0 auto;
}
.end {
padding-right : 0 !important ;
}
.t1_3 {
width : 33% ;
}
.material-icons .md-18 { font-size : 18px ; }
.material-icons .md-24 { font-size : 24px ; }
.material-icons .md-36 { font-size : 36px ; }
.material-icons .md-48 { font-size : 48px ; }