﻿@media screen and (min-width:768px) {

#w {
	background-color: #f99d33;
}

#btnReq {
	margin: 10px 0;	
}

#btnReq a {
	line-height: 1.2;
	display: block;
	width: 14em;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;	
	border: 2px solid #c93742;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;  
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 3px #ad4d11, 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
	color: #fff;
	background: #c93742;
}

#btnReq a span.sub {
	font-size: 18px;
}

#btnReq a span.here {
	padding-left: 26px;
	background: url(/contest/info/2014/AutumnWinter/images/bg_arrow.png) no-repeat left center;
}

#btnReq a:link, #btnReq a:visited {
	color: #fff;
	background-color: #c93742;
}

#btnReq a:hover {
	border-color: #900;
	color: #fff;
	background-color: #D7151B;
}

/* サイドメニュー
----------------------------------------------------------------------------------------------------*/
.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;
}
	
#w {
	margin: 0 5px;
	padding-bottom: 1px;
	background-color: #f99d33;
}

#btnReq {
	margin: 10px 0;
	text-align: center;	
}

#btnReq a {
	line-height: 1.2;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 15px 8%;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;	
	border: 2px solid #c93742;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;  
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 3px #ad4d11, 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
	color: #fff;
	background: #c93742;
}

#btnReq a span.sub {
	font-size: 12px;
	font-size: 1.2rem;
}

#btnReq a span.here {
	padding-left: 26px;
	background: url(/contest/info/2014/AutumnWinter/images/bg_arrow.png) no-repeat left center;
}

#btnReq a:link, #btnReq a:visited {
	color: #fff;
	background-color: #c93742;
}

.end {
	color: #be1f33;
	font-weight: bold;
}

/*トップページリンク*/
#linkToppage {
	display: none;
}
/*ここまで*/

}
