<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----------------------------------------------
 CSS Document 1908seniorWeek
 -----------------------------------------------*/

/*---------- SNS ----------*/
.sns_area {
	float: right;
	overflow: hidden;
	margin-top: -30px;
}
/*---------- 共通 ----------*/
ma {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
section {
	width: 850px;
	margin: 10px auto 0;
	text-align: center;
}
a img:hover {
	transition: all 0.2s ease-out 0s;
}

/*---------- 前のページへ戻る ----------*/
.back {
	margin-top: 100px;
	text-align: center;
}
.back a {
	display: inline-block;
	background-color: #eee;
	padding: 10px 20px;
	color: #666;
	border-radius: 4px;
}
.back a:before {
	content: "";
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 8px -1px 0;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}


/*---------- CP内容説明文 ----------*/
.setumei{
	font-size:21px;
	color:#262626;
	line-height: 200%;
	margin: 50px 0 20px;
}




/*---------- 注意書き ----------*/
.cp_attention{
	font-size:16px;
	color:#494949;
	margin-bottom: 50px;
	
}


/*---------- 期間 ----------*/

.kikan {
	width:100%;
	margin: 30px auto;
	background:#4A4A4A;
	padding: 20px;
	border-radius: 5px;
}

.kikan_ttl {
	margin: auto;
	font-size: 20px;
	border-bottom: solid 1px #fff;
	color:#fff;
	font-weight: bold;
	padding-bottom: 20px;
	width:80%;
}
.kikan_txt {
	font-size: 22px;
	color: #fff;
	padding-top: 20px;
}


/*---------- Webshopはこちら ----------*/

.webcp_link{
	font-size: 20px;
	color: #2E2E2E;
	padding: 10px;
	margin: 30px auto 0;
}

.btn01 {
	margin: 10px auto 10px;
	text-align: center;
	font-size:22px;
}
.btn01 a {
	width:80%;
	display: inline-block;
	background-color: #fff;
	padding: 25px 0;
	color: #c30d23;
	font-weight: bold;
	border: 3px solid #2A2A2A;
	border-radius: 50px;
}
.btn01 a:hover {
	text-decoration: none;
	background-color:#E3E3E3;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
</pre></body></html>