@charset "utf-8";
/*
 * 春夏用のカラー
 *
 * 
 */
@media screen and (min-width:768px) {

div#wSS {
}

#btnSS {
	line-height: 1.2;
	text-align: center;
	width: 60%;
	margin: 12px auto 24px;
}

#btnSS a {
	display: block;
	text-decoration: none;
	padding: 15px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #007dc3;
}

#btnSS .SS-01 {
	font-size: 16px;
}

#btnSS .SS-02 {
	padding-left: 26px;
	background: url(/contest/info/2015/SpringSummer/images/bg_arrow.png) no-repeat left center;
	letter-spacing: 2px;
	font-size: 22px;
}

#btnSS a:link {
	background-color: #007dc3;
}

#btnSS a:hover {
	background-color: #31a2e1;
}


#btnSS a:link, #btnSS a:hover, #btnSS a:visited {
	text-decoration: none;	
}
/* サイドメニュー
----------------------------------------------------------------------------------------------------*/
.menuText .accordion .aFeed1 {
	display: none !important;
}

/* 特殊スタイル系
-------------------------------------------------------------------------------------*/
#wPrimary .style01 {
	margin: 0;
	padding: 0;
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
}

}

@media screen and (max-width:767px) {

.titleSub p span {
	display: none;
}

div#wSS {
}

#btnSS {
	line-height: 1.2;
	text-align: center;
	width: 60%;
	margin: 12px auto 24px;
}

#btnSS a {
	display: inline-block;
	text-decoration: none;
	padding: 15px 8%;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #007dc3;
}

#btnSS .SS-01 {
	font-size: 12px;
	font-size: 1.2rem;
}

#btnSS .SS-02 {
	padding-left: 26px;
	background: url(/contest/info/2015/SpringSummer/images/bg_arrow.png) no-repeat left center;
	letter-spacing: 2px;
	font-size: 16px;
	font-size: 1.6rem;
}

#btnSS a:link {
	background-color: #007dc3;
}

#btnSS a:hover {
}


#btnSS a:link, #btnSS a:hover, #btnSS a:visited {
	text-decoration: none;	
}

.end {
	color: #be1f33;
	font-weight: bold;
}

/*トップページリンク*/
#linkToppage {
	display: none;
}
/*ここまで*/

}
