/****************************************
      announcement 2015.06.01_01 style
****************************************/

/* ----- text ----- */
.announcement-text-01 td em {
	color: #eb7000;
	font-weight: normal;
}

.announcement-text-01 td span {
	font-size: 137.5%;
}


/* ----- table ----- */
/* flowBlock */
table.adhoc-flowBlock-01 th,
table.adhoc-flowBlock-01 td {
	border-width: 1px 0;
	text-align: center;
}

table.adhoc-flowBlock-01 td + td .c-copy-01 {
	position: relative;
}

table.adhoc-flowBlock-01 td + td .c-copy-01:before {
	background: url(/assets/img/arrows_01_@2x.png) no-repeat -132px 0;
	content: "";
	display: block;
	height: 20px;
	margin-top: -10px;
	position: absolute;
		top: 50%;
		left: -30px;
	width: 12px;
}

@media only screen and (max-width: 640px) {
table.announcement-text-01 th,
table.announcement-text-01 td {
	padding-right: 6px;
	padding-left: 6px;
}

table.announcement-text-01 thead th {
	font-size: 87.5%;
}

table.announcement-text-01 td span {
	font-weight: bold;
}

table.adhoc-flowBlock-01 td + td .c-copy-01:before {
		left: -18px;
}
}
