/****************************************
      announcement 2014.12.01_01 style
****************************************/

@media only screen and (min-width: 640px) {
#jbk-frame-main .frame-content .c-heading2-02:first-child + .c-column-group {
	margin-top: 30px;
}

#jbk-frame-main .frame-content .c-heading2-02:first-child + .c-column-group .col-unit-1\/2:first-child {
	padding-top: 24px;
}
}


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

table.l-privilege td .c-copy-01 em {
	color: #eb7000;
	font-weight: normal;
}

table.l-privilege td .c-copy-01 span {
	font-size: 137.5%;
}


table.l-privilege td + td .c-copy-01 {
	position: relative;
}

table.l-privilege 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.l-privilege td + td .c-copy-01:before {
		left: -18px;
}
}

