@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	background:transparent;
	outline:0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium","メイリオ",Meiryo,Arial,"ＭＳ Ｐゴシック","MS P Gothic","Osaka",sans-serif;
	font-size:1.0rem;
	vertical-align:baseline;
}

h1 {
	font-size:0.70rem;
	font-weight : bold;
	color : gray;
}

h2 {
	font-weight : bold;
	border-bottom: double #ccc;
}

.right {
  	margin-left: auto;
}

div.check_result {
	display: block;
	text-align: left;
	padding: 0.4em;
}

table.history td {
  	border: 1px solid #999;
  	text-align: left;
}

table{
	background:#fff;
	border:solid 1px #ddd;
	margin-bottom:1.25rem;
	table-layout:auto
}
table caption{
	background:transparent;
	color:#222;
	font-size:1rem;
	font-weight:bold
}
table thead{
	background:#F5F5F5
}
table thead tr th,table thead tr td{
	color:#222;
	font-size:0.875rem;
	font-weight:bold;
}
table tfoot{
	background:#F5F5F5
}
table tfoot tr th,table tfoot tr td{
	color:#222;
	font-size:0.875rem;
	font-weight:bold;
}
table tr th,table tr td{
	color:#222;
	font-size:0.875rem;
	text-align:left
}
table tr.even,table tr.alt,table tr:nth-of-type(even){
	background:#F9F9F9
}
table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{
	display:table-cell;
	line-height:1.125rem
}
table tbody tr td label {
	padding:0.5625rem 0.625rem;
	display: block;
	width: 100%;
	height: 100%;
}

span.main_question {
 	font-size: 1.05rem;
 	margin: 0 0 0 0;
};

a.link_next {
	display: block;
	padding: 0.4em;
	border: 1px dotted gray;
	background-color: #c6ffc6;
}

#loading_box {
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}