﻿@charset "UTF-8";

h1 {
       text-align : center;
       color: #000000;
       font-size: 20px;
       margin: 0px;
}

body{
       margin:0px;
       padding:0px;
}

body, p, td, div {
       font-size: 16px;
       font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body {
       color: #000000;
       background-color: #ffffff;
       line-height: 1.5;
       -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
       -o-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

#main{
       margin-left: auto;
       margin-right: auto;
       text-align: center;
       width: 1150px;
}

#challenge{
       width: 80%;
       height: 80%;
}

a {
       color: #0E1BBB;
       text-decoration: none;
}

a:hover {
       color: #ff0000;
       text-decoration: underline;
}

@media print {
  body { display: none !important; }
}