123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- @charset "utf-8";
-
-
-
-
-
- @media screen and (-webkit-min-device-pixel-ratio: 0) {
- .csshack {
- font-size: 14px;
- }
- }
-
- html {
- width: 100%;
- margin: 0 auto;
-
- }
-
- html#html-back{
- background-repeat: no-repeat;
- background-attachment: fixed;
- -o-background-size: cover;
- -moz-background-size: cover;
- -webkit-background-size: cover;
- }
-
- body {
- position: relative;
- display: block;
- width: auto;
-
- margin: 0 auto;
- padding: 0;
-
- line-height: 120%;
- }
-
- body#back {
- background-image: url(img/kitagata_background.png);
- }
-
- p, img, span {
- margin: 0;
- padding: 0;
- }
-
- ul {
- margin: 0 0 0 1em;
- padding: 0;
- }
-
- div#main {
- position: relative;
- display: block;
- left: 0px;
- top: 0px;
- height: 100%;
- width: 920px;
-
- margin: 0 auto;
- padding: 10px 40px 40px 40px;
- }
-
- @media screen and (max-width: 768px) {
- div#main {
- width: 100%;
- padding: 0;
- }
- }
-
- .gothic {
- font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
- }
-
- .mincho {
- font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
-
- }
-
-
- input#button1 {
- background-image: url(img/1_backcircle_red.png);
- }
-
- input#button2 {
- background-image: url(img/2_backcircle_gray.png);
- }
-
- input#button3 {
- background-image: url(img/3_backcircle_gray.png);
- }
-
- .u {
- text-decoration: underline;
- }
-
- .borderall {
- display: inline-block;
- border: solid 1px #000000;
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 3px 0px;
- }
-
-
- .text-indent {
- text-indent: -1em;
- padding-left: 1em;
- }
|