<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* CLEARFIX
----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix{ display: inline-block; }
/* no ie mac \*/
* html .clearFix{ height: 1%; }
 .clearFix{ display: block; }
/* */

.center{text-align: center;}

@media screen and (max-width: 480px) {
}

.contestNav{
	text-align: center;
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 1px solid #b0ce39;
	border-bottom: 1px solid #b0ce39;
}

.contestNav ul{
	margin-bottom: 0;
}

.contestNav ul li{
	margin-right: 10px;
	font-weight: bold;
	display: inline;
}

.contestNav ul li a{
	padding: 5px 20px;
	display: inline-block;
	text-decoration: underline;
}

.contestNav ul li a:hover{
	background-color: #b0ce39;
	color: #FFF;
	text-decoration: none;
}

.contestBox {
	margin-bottom: 30px;
}

.prize_contestBox {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.prize_contestBox a img{
	border: 1px solid #f1f1f1;
}

.contestBox h2 {
	text-align:center;
	margin-bottom: 25px;
}

.contestBox table {
	border-radius:0;
	border:none!important;
	border-left:#fff!important;
	border-right:#fff!important;
}

.contestBox table th {
	white-space:nowrap;
}

.contestBox table th,
.contestBox table td {
	border-left:none!important;
	border-right:none!important;
	background:#fff!important;
	padding:20px;
}

.contestBox table td {
	border-top:2px solid #cccccc;
	border-left:#fff!important;
	border-right:#fff!important;
}

.contestBox table th {
	border-top:2px solid #b9d441;
	border-left:#fff!important;
	border-right:#fff!important;
}

.contestRedTxt {
	color:#ff0000;
}

.contestLargeTxt {
	font-size:130%;
	
}

.contestFlow li {
	width:205px;
	height: 270px;
	float:left;
	margin:0 9px 0 0;
	border:2px solid #b9d441;
	text-align:center;
}

.prize_contestBox .contestFlow{
	text-align: center;
	font-size: 0;
}

.prize_contestBox .contestFlow li {
	border:none;
	display: inline-block;
/*	display: inline;
	zoom: 1;
*/	float: none;
	margin-right: 0.625rem;
	font-size: 13px;
}

.contestFlow li p {
	font-size: 13px;
	margin-bottom: 15px;
}

.contestFlow li:nth-child(4) {
	margin-right: 0;
}

p.contestLargeTxt {
	color:#4096cb;
	font-size: 20px!important;
}

.contestFlow h3 {
	background:#b9d441;
	font-size:17px;
	color:#fff;
	text-align:center;
	font-weight: bold;
	padding:8px 0;
	margin-bottom: 15px;
}

.contestKiyaku {
	background:#f5f3f2;
}

.contestBoxInner {
	width:80%;
	margin:0 auto;
	padding: 40px 0 0 0;
}

.contestBoxInner h3 {
	text-align:center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 19px;
	border-bottom:#cacaca 1px solid;
}

.contestBoxInner li {
	font-size: 15px;
	list-style:disc;
	margin-left:1em;
}

.contestContact {
	border:1px solid #cacaca;
	padding-bottom: 30px;
}

.contestBtlist ul {
	margin-top: 10px;
}

.contestBtlist li {
	width:30%;
	float:left;
	margin-right:10px;
	text-align:center;
	font-weight: bold;
	line-height:1.3;
}

.contestBtlist li a {
	display: block;
	padding:8px 5px;
}

.contestInsta {
	border:1px solid #4e3f91;
	border-radius:4px;
	background:#f8f7fd;
}

.contestTwitter {
	border:1px solid #1da1f2;
	border-radius:4px;
	background:#eef7fd;
}

.contestFacebook {
	border:1px solid #3b5a9a;
	border-radius:4px;
	background:#f7f7f7;
}






@media screen and (max-width: 480px) {
	.contestBox table tr,
	.contestBox table th,
	.contestBox table td {
	display:block;
	width: 100%;
	}
	
	.contestBtlist li {
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom: 10px;
	text-align:center;
	font-weight: bold;
	line-height:1.3;
}

.contestFlow li {
	width:100%;
	float:none;
	height:auto;
	margin:0 0 10px 0;
}
	
.contestFlow .style02 li {
	width:45%;
	float:left;
	height:auto;
}
	
/*
.contestFlow li:nth-child(odd) {
	width:49%;
	height: 270px;
	float:left;
	margin:0 0 10px 0;
	border:2px solid #b9d441;
	text-align:center;
	font-weight: bold;
}

.contestFlow li:nth-child(even) {
	float:right;
	width:49%;
	margin:0 0 10px 0;
}
*/

p.contestLargeTxt {
	color:#4096cb;
	font-size: 18px!important;
}


}</pre></body></html>