@charset "utf-8";
/* CSS Document */

/*リセット*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*==============================
全体
==============================*/
html {
	font-size:62.5%;
	/*基本サイズ10px*/
}

body {
	-webkit-text-size-adjust:100%;
	color:#3A3A3A;
	font-size:1.4rem;
	line-height:1.8rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link,a:visited,a:hover,a:active {
	color:#1D356D;
	text-decoration:none;
}

img {
	vertical-align:bottom;
}

/*==============================
コンテンツ
==============================*/
#wrap {
	width:100%;
	padding:15px 30px 20px;
}

h1 {
	background:#1D356D;
	color:#FFFFFF;
	font-size:2.0rem;
	line-height:2.4rem;
	font-weight:bold;
	text-align:center;
	padding:8px;
}

.legend {
	font-size:1.2rem;
	line-height:1.6rem;
	margin:25px 0 10px;
}

table {
	border-collapse:collapse;
	width:100%;
	table-layout:fixed;
	box-sizing:border-box;
}

th,td {
	border-collapse:collapse;
	padding:8px;
	border:1px solid #CCC;
}

th {
	background:#3C3C3C;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	font-size:1.3rem;
}

th img {
	width:14px;
	height:103px;
}

td {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

tr:nth-child(even){
	background:#DCDCDC;
}

tr td:nth-of-type(1) {
	text-align:left;
	word-break:break-all;
}

tr.zsk td {
	border-bottom:2px solid #3A3A3A;
}

#total {
	border-top:2px solid #3A3A3A;
	border-bottom:2px solid #3A3A3A;
	color:#1D356D;
	font-weight:bold;
	display:flex;
	align-items:center;
}

#total li {
	padding:18px 0;
}

#total li:first-child {
	flex-basis:50%;
	font-size:1.7rem;	
	line-height:2.0rem;
}

#total li:last-child {
	flex-basis:50%;
	text-align:right;
	font-size:2.4rem;
	line-height:2.8rem;
}

th.w1 {
	width:16%;
}

th.w2 {
	/*width:3%;*/
}

th.w2_2 {
	width:6%;
}

th.w3 {
	width:5%;
}

.red {
	color:#F00;
}