@charset "UTF-8";

body {
	min-width: 960px;
	background: #fff;
}


#chrono {
	padding: 30px 0 0;
}


/*** title ***/
#chrono .title {
	margin: 0 0 60px;
}
#chrono .title .icon {
	margin: 0 0 10px;
}
#chrono .title .image {
	
}



/*** block ***/
#chrono .block {
	margin: 0 0 40px;
}

/* label */
#chrono .block .label {
	margin: 0 0 30px;
}

/* chrono_table */
table.chrono_table {
	width: 100%;
}

table.chrono_table th,
table.chrono_table td {
	color: #0039a6;
	font-size: 92%;
	vertical-align: top;
	padding: 0 0 20px;
}

table.chrono_table th {
	width: 9em;
	font-weight: bold;
}

table.chrono_table td {
	
}
table.chrono_table td .text {
	
}



/*** img_list ***/
#chrono .img_list {
	
}
#chrono .img_list li {
	display: inline-block;
	padding-left: 30px;
	padding-bottom: 20px;
}
#chrono .img_list li .desc {
	font-size: 86%;
	line-height: 1.2;
	text-align: center;
	padding-top: 4px;
}


/*** img_list_h ***/
#chrono .img_list_h {
	display: table;
}
#chrono .img_list_h li {
	display: table-cell;
	padding-top: 4px;
	padding-right: 10px;
}
#chrono .img_list_h li .desc {
	font-size: 74%;
	line-height: 1.2;
	text-align: center;
	padding-top: 4px;
}






