@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* ここからページ用CSS */
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #444444;
}
body {
	background-color: #eeeeee;
}
a:link {
	color: #009BFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009BFF;
}
a:hover {
	text-decoration: underline;
	color: #009BFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

body{
	padding:0px;
	box-sizing: border-box;
	width:100%;
	margin: 0px auto;
}

table {
	border-collapse: collapse;
	width:300px;
	margin-bottom: 20px;
}
th.t_top {
    border-top: #00a8fd 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: right;
	padding: 10px;
	width: 55%;
	font-size: 12px;
}
td.t_top {
	border-top: #cccccc 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: center;
	padding: 10px;
	width: 45%;
	font-size: 16px;
	font-weight: bold;
}
tr:hover {
    color: #FFFFFF;
    background: #eeeeee;
}

.up{
	color: #fea427;
}
.down{
	color: #269abc;
}

h1{
	font-size: 12px;
	text-align: center;
	margin:20px;
	font-weight: bold;
}
h1 img{
	width:80px;
	height:auto;
	margin: 0px auto 10px auto;
	display: block;
}

h2 {
	font-size: 14px;
	margin-bottom:10px;
	line-height:140%;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

header{ 
    background-color: #ffffff;
    margin:0px 0px 20px 0px;
    padding:10px 15px 30px 15px;
}
header p { 
    font-size: 12px;
}
footer{ 
	font-size: 12px;
	text-align: center;
	padding:20px;
}

footer p{ 
	padding: 10px 0;
}
.result{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.lastupdate{

}

.gad{
	
}

.grid{
   text-align:center;
   width:100%;
}
.grid-item{
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 10px;/* for Firefox 対応*/
    padding: 30px 20px 10px 20px;
    margin: 0px 10px 20px 10px;
    width: 300px;
    display: inline-block;
    text-align: left;
}
select {
    -webkit-appearance: button;
    appearance: button;
}
#menu{
    display: none;
}
.selector {
        height: 48px;
        line-height: 48px;
        width: 90%;
        margin: 0px 0px 20px 0px;
        padding:0 10px;
        font-size:16px;
        background: #ffffff;
        color:#444444;
        border: 1px solid #aaaaaa;
}
@media screen and (max-width: 750px) {
    header{
        margin:0px 0px 0px 0px;
    }
    #menu{
        display: block;
        background: #ffffff;
        margin: 0 0 20px 0;
        padding:0 0 15px 0;
        width: 100%;
        text-align:center;
    }
	.grid-item {
        width: 80%;
        margin: 0px 0px 20px 0px;
	}
	table {
	    width: 100%;
    }
}


