@charset "utf-8";

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


/* ========== btn ========== */
a.cpn-btn-account.size-01 {
	width: auto;
}

/* ========== column-group ========== */
.cpn-column-group .col-unit-inner {
	padding: 14px;
	border: solid 2px #eb7000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.cpn-column-group .c-heading4-01 {
	background-color: #eb7000;
	text-align: center;
	padding: 10px 0 8px 0;
	border: splid 2px #eb7000;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin: -16px -16px 0 -16px !important;
	
}
.cpn-column-group .c-heading4-01 h4 {
	color: #ffffff;
}
.cpn-column-group .c-heading5-01 {
	margin-top: 14px;
	text-align: center;
}
.cpn-column-group .c-heading5-01 h5 {
	color: #eb7000;
}
.cpn-column-group .col-unit-1\/3.clear {
	position: relative;
}
.cpn-column-group .col-unit-1\/3.clear .col-unit-inner {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.cpn-column-group .col-unit-1\/3.clear:after {
	background-image: url(../img/stamp_01.png);
	background-size: 102px 102px;
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	width: 102px;
	height: 102px;
}

/* ========== infoBlock ========== */
.cpn-infoBlock-01 {
	background-color: #ffffff;
	border: solid 1px #eb7000;
	text-align: center;
}

/* ========== heading ========== */
.cpn-heading2-01 {
	margin-top: 5px;
}
.cpn-infoBlock-01 .cpn-heading3-01 {
	background-color: #fce7cd;
	margin: -10px -10px 0 -10px;
	padding: 10px;
}
.cpn-infoBlock-01 .cpn-heading3-01 h2 {
	color: #535252;
}
@media only screen and (min-width: 641px) {
	.cpn-infoBlock-01 .cpn-heading3-01 {
		margin: -24px -24px 0 -24px;
	}
	.cpn-infoBlock-01 .cpn-heading3-01 h2 {
		padding: 10px;
		border: none;
	}
}

/* ========== hr ========== */
.cpn-hr-01 {
	margin-top: 0.75em;
    margin-bottom: 0.75em;
}

/* ========== original classes ========== */
.cpn-icon-num {
	display: inline-block;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #eb7000;
	padding: 0.2em 0.4em 0.1em 0.4em;
	line-height: 1;
}
.cpn-icon-new {
	display: inline-block;
	background-color: #e80600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	padding: 0.25em 0.25em 0.15em 0.25em;
	line-height: 1;
}
.cpn-column-group .cpn-icon-new {
	font-weight: normal;
}
.c-size-080 {
	font-size:  80%;
}


/* ========== original classes (status) ========== */
.status-column-group {
	margin-top: 1em;
	overflow: visible;
}

