@charset "UTF-8";
/******************************************************

LANCOME

******************************************************/
* {
	box-sizing: border-box;
}
body {
	overflow-y: scroll;
	color: #191919;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	background-color: #f5f3f2;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
a:link, a:visited {
	color: #036;
	opacity: 1;
}
a:hover {
	color: #666;
	opacity: 0.3;
}
p {
	margin-bottom: 2em;
}


/*****************************************************

HEADER

*****************************************************/

.hdr {
	width: 100%;
	height: 55px;
	text-align: center;
	background: #191919;
}

.logo {
	padding-top: 14px;
}
.btnSc {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height:35px;
	margin-bottom:50px;
	width:100%;
	text-align:center;
}
.inputSc {
	margin-left: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 20px;
}
.btnSbmt {
	margin-left: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 20px;
	background:#ccc;
}

@media(max-width:960px) {
.hdr {
	width: 100%;
}
.btnSc {
	font-size: 12px;
}

}

/*****************************************************

PRIZE

*****************************************************/

.thumb.prize,
.entryWrp.prize {
	background: pink!important;
}

.iconPrz{
	position:absolute;
	top:10px;
	left:10px;
	z-index:4;
}

/*****************************************************

FOOTER

*****************************************************/
.icon80 {
	margin: 40px auto;
	text-align:center;
}

.ftr {
	width: 100%;
	height: 110px;
	text-align: center;
	background-color: #0e3669;
	border-top: 1px solid #f3f3f3;
	color: #fff;
	line-height: 1.8;
	padding-top: 30px;
}
.ftr a:link, .ftr a:visited {
	color: #dd0!important;
}
