@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

/******************************************/

/* font-face */

/******************************************/

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: normal;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}


/* ************************************************************** */
/* reset */
/* ************************************************************** */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
/* ************************************************************** */

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul,
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

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

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

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 #000;
	cursor:help;
}

table {
    border-collapse: collapse;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


/******************************************/

/* html */

/******************************************/

body {
font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
font-feature-settings : "pkna";
font-size: 16px;
line-height: 140%;
color:#000;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

img {
max-width: 100%;	
}

html, body {
position: relative;
height: 100%;
}

h1,h2,h3 {
margin: 0;
text-align: center;	
line-height: 100%;
}

A {
text-decoration: none;
font-weight: bold;
color: #00B0B0;
}

h1 {
font-size: 30px;
letter-spacing: 5px;	
}


/******************************************/

/* contents */

/******************************************/

.inner_container {
padding: 40px 0px;	
}

.data_list {
width: 980px;
margin: auto;
padding: 30px 0px;
}

.data_new,
.data_old,
.icon,
.data_change {
text-align: center;
padding: 8px;
border: none;
}

.data_old,
.data_new,
.data_change {
width: 45%;
border-bottom: 2px solid #FFFFFF;
}

.icon {
width: 10%;
}

.change_icon {
margin-top: 0px;
display: inline-block;
}

th.data_old {
background-color: #333333;
color: #FFFFFF;	
}

th.data_change {
background-color: #006DD9;
color: #FFFFFF;
}

th.data_new {
background-color: #FF4D4D;
color: #FFFFFF;	
}

td.data_old {
background-color: #F1F1F1;	
}

td.data_change {
background-color: #E5F0FB;	
}

td.data_new {
background-color: #FFF1ED;
}

.second_line {
font-size: 20px;
font-weight: normal;
letter-spacing: 5px;
padding-top: 8px;
display: block;
}



