/* Y'S GEAR : /mc/wear/europemotogp/css/layout.css */


/*======================================================================*
 *  [ キャンペーン ] 
 *======================================================================*/

.cp_box {
	margin: 0 auto 60px;
	max-width: 920px;
	padding: 15px;
	background: url(../img/cp_bg.png) left top / 18px 47px repeat;
	color: #333;
	text-align: center;
}
.cp_inbox {
	position: relative;
	padding: 15px;
	background: #98E9F2;
}
.cp_ttl { margin-bottom: 10px; }
.cp_ttl img {
	width: 100%;
	max-width: 788px;
}
.cp_txt {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.cp_date { margin-bottom: 5px; }
.cp_btn {
	position: absolute;
	display: inline-block;
	right: 15px;
	bottom: 15px;
}

@media screen and (max-width: 768px) {
	.cp_btn {
		position: static;
		margin-top: 10px;
	}
} /* */

@media screen and (max-width: 639px) {
	.cp_inbox { padding: 20px 10px 15px; }
	.cp_ttl img { max-width: 280px; }
	.cp_txt { font-size: 1.4rem; }
	.cp_txt br { display: none; }
	.cp_btn { margin-top: 15px; }
} /* */
