@charset "utf-8";

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


/* ========== cpn-heading2-01 ========== */
.cpn-heading2-01 {
	margin: -30px -54px 15px -54px !important;
}

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


/* ========== figure ========== */
.cpn-figure-01 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}


/* ========== relatedLinks ========== */
.cpn-relatedLinks-01 {
    margin-bottom: 0;
}


/* ========== infoBlock ========== */
.cpn-infoBlock-01 {
	padding: 30px 54px 54px 54px;
	margin: 20px -54px 15px -54px;
}

@media only screen and (max-width: 640px) {
	.cpn-infoBlock-01 {
		padding: 16px 10px;
		margin: 20px -10px 10px -10px;
	}
}

a.c-btn-account.icon-login.flat:before {
    background-size: 100% auto;
    height: 22px;
    width: 0;
}

.oddspark-list-01,
.oddspark-list-02 {
	margin: 1.25em 0 0;
	padding: 0;
}

.oddspark-list-01 > li,
.oddspark-list-02 > li {
	font-size: 115%;
	list-style: none;
}

@media only screen and (min-width: 640px) {
.oddspark-list-01:after,
.oddspark-list-02:after {
	clear: both;
	content: "";
	display: block;
}

.oddspark-list-01 > li,
.oddspark-list-02 > li {
	float: left;
	width: 31.33%;
}

.oddspark-list-01 > li + li,
.oddspark-list-02 > li + li {
	margin-left: 3%;
}
}

@media only screen and (max-width: 640px) {
.oddspark-list-01 > li,
.oddspark-list-02 > li {
	margin-top: 1.25em;
}
}


/* ----- 01 ----- */
.oddspark-list-01 .sholder {
	background: #eb7000;
	border-radius: 8px;
	color: #fff;
	display: block;
	margin-bottom: 1em;
	padding: 11px 15px 7px;
	position: relative;
}

.oddspark-list-01 .sholder:after {
	border-color: #eb7000 transparent transparent;
	border-style: solid;
	border-width: 9px 7px;
	content: "";
	display: block;
	height: 0;
	margin-left: -7px;
	position: absolute;
		top: 100%;
		left: 50%;
	width: 0;
}

@media only screen and (max-width: 900px) {
.oddspark-list-01 p br {
	display: none;
}
}


/* ----- 02 ----- */
.oddspark-list-02 > li {
	border: #eb7000 solid 3px;
	border-radius: 10px;
	padding: 20px;
}

@media only screen and (min-width: 640px) {
.oddspark-list-02 p {
	margin: 0;
}

.oddspark-list-02 p > em {
	display: block;
	position: relative;
		top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
}


.c-infoBlock-01.c-Block-boder{
    background-color: #fff;
    border: 4px solid #d4d5d5;
    padding: 14px;
}
.c-anchorLinks-01.c-Links-02 {
    text-align: right;
    margin: 0 10px -34px;
    list-style: none;
    padding: 0;
}
