@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== ground ========== */
.cpn-ground-01 {
	padding-bottom: 30px;
}

@media only screen and (max-width: 640px) {
.cpn-ground-01 {
	padding-bottom: 16px;}
}


/* ========== cpn-noticeBlock-01 ========== */
.cpn-noticeBlock-01 {
	margin-top: -30px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width:640px){
	.cpn-noticeBlock-01 {
		margin-top: -16px !important;
	}
}


/* ========== flowTable ========== */
/* ----- flowTable ----- */
.cpn-flowTable-01 thead th,
.cpn-flowTable-01 tbody .flow-before,
.cpn-flowTable-01 tbody .flow-after {
	text-align: center;
}

.cpn-flowTable-01 th,
.cpn-flowTable-01 td {
	border-width: 1px 0;
}

.cpn-flowTable-01 tbody th {
	background-color: transparent;
}

.cpn-flowTable-01 tbody td em {
	display: block;
	position: relative;
	padding: 7px 0 5px;
}

.cpn-flowTable-01 tbody td.flow-before em {
	font-size: 125%;
	font-weight: normal;
}

.cpn-flowTable-01 tbody td.flow-after em {
	color: #eb7000;
	font-size: 137.5%;
}

.cpn-flowTable-01 tbody td.flow-after em:before {
	background: url(/assets/img/arrows_01_@2x.png) -132px top no-repeat;
	content: "";
	height: 20px;
	margin-top: -10px;
	position: absolute;
		top: 50%;
		left: -27px;
	width: 12px;
}

@media only screen and (max-width: 640px) {
.cpn-flowTable-01 th:first-child {
	padding-left: 0;
}

.cpn-flowTable-01 tbody td.flow-before,
.cpn-flowTable-01 tbody td.flow-after {
	white-space: nowrap;
}

.cpn-flowTable-01 tbody td.flow-before em,
.cpn-flowTable-01 tbody td.flow-after em {
	font-size: 100%;
	padding-top: 25px;
}

.cpn-flowTable-01 tbody td.flow-after em:before {
	margin-top: 0;
	position: absolute;
		left: -15px;
}
}
