@media screen and (max-width : 776px) {
	#header {
		padding: 5px 20px;
	}
	#header h1,#header ul {
		margin: 5px 0;
	}
	#contentsArea {
	    margin: 5px auto;
	}
	#stage {
	    margin: 5px auto;
	    overflow: hidden;
	}
	#menu {
	    display: none;
	}
}
@media screen and (min-width : 777px) {
	#header {
		padding: 20px;
	}
	#content {
	    margin: 0;
	}
	#menu {
	    display: block;
	}
	.slicknav_menu {
	    display: none;
	}
}

/* clearfix */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { 
	display: inline-table;
	min-height: 1px;
}  
  
/* Hides from IE-mac \*/  
* html .clearfix { 
	height: 1%; 
}  
.clearfix { 
	display: block; 
}
/* menu */


/* 共通 */
body {
    background: linear-gradient(-177deg, #870010, #0C0C0C);
	margin:0;
}
.resizeimage img {
    width: 100%; 
}

#wrapper #contentsArea p {
	color: #000000;
	margin: 0 20px;
}
.textCenter {
	text-align: center;
}
.texta_center{
	text-align: center;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.verticala_top {
	vertical-align: top;
}
.disp_b {
	display: block;
}
.disp_i_b {
	display: inline-block;
}
h_500 {
	height: 500px;
}
.pa_t50 {
	padding-top: 50px;
}
.pa_0 {
    padding: 0;
}
.pa_5 {
	padding: 5px;
}
.pa_10 {
    padding: 10px;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
.mg_10 {
    margin: 10px;
}
.mg_20 {
    margin: 20px;
}
a {
    text-decoration:none;
    color: #000000;
}
a:hover {
    text-decoration:none;    
}
ul li {
    list-style:none;
}
li a {
    display:block;
}
h1 {
	font-family: serif;
    text-align: center;
    line-height: 33px;
    white-space: nowrap;
    background-size: contain;
    background-image: url(../images/jmarkr.png);
    background-position: center;
    background-repeat: no-repeat;
}
h1 span {
    font-size: 20px;
}
h2,
nav li {
    font-weight: bold;
}
h2 {
    width: 80%;
    font-size: 150%;
    border-bottom: 10px double #FFFFFF;
    padding: 0 0 0 55px;
    margin-left: 5px;
    color: #FFFFFF;
    background-image: url(../images/jmarkw.png);
    background-repeat: no-repeat;
    background-size: contain;
}
h3 {
    border-bottom: 10px double #AD3140;
    padding-left: 20px;
}
h4 {
	text-align: center;
}
input{
	height: 25px;
}
input[type="text"]{
	width: 50%;
}
input[type="number"],input[type="checkbox"]{
	width: 50px;
}
textarea {
	width: 89%;
}
table {
	width: 89%;
	margin: auto;
	text-aline: center;
}
#header {
    border-bottom: 10px double #FFFFFF;
    margin-bottom: 20px;
    color: #FFFFFF;
}
#header a {
    color: #FFFFFF;
}
#header a:hover {
    color: #0C0C0C;
    text-decoration:none;    
}
#header li{
    text-align: center;
    background: linear-gradient(177deg, #870010, #0C0C0C);
    white-space: nowrap;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#header li a {
    display: block;
    padding: 5px;
    color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#header li a:hover {
    background: linear-gradient(155deg, #0C0C0C, #870010);
    color: #F2B9A1;
}
#main {
    padding: 5px 0 20px;
    background: #eeeeee;
}
#contentsArea {
    margin: 20px auto;
}
#topicsArea,#sideArea {
    background: linear-gradient(-177deg, #870010, #0C0C0C);
    padding: 10px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#topicsArea .btn {
    background: linear-gradient(177deg, #870010, #0C0C0C);
    color: #FFFFFF;
    padding: 10px;
    -webkit-border-radius: 10px;
}
#topicsArea .btn:hover {
    background: linear-gradient(3deg, #870010, #0C0C0C);
}
ul.events li a{
	list-style: none;
    background: linear-gradient( 1deg, #778899, #FFFFFF);
    width: 77%;
    margin: 5px auto;
    height: 35px;
    padding: 0 5px;
    line-height: 35px;
    -webkit-border-radius: 10px;
}
ul.events li a:hover{
	background: linear-gradient( 179deg, #778899, #FFFFFF);
}
#sideArea li{
    text-align: center;
    background: linear-gradient(177deg, #870010, #0C0C0C);
    white-space: nowrap;
}
#sideArea li a {
    display: block;
    padding: 10px;
    color: #FFFFFF;
}
#sideArea li a:hover {
    background: linear-gradient(155deg, #0C0C0C, #870010);
    color: #F2B9A1;
}
#footer p,#footer a {
    color: #FFFFFF;
}
#footer a:hover{
    color: #F2B9A1;
}
#footer li {
    float: left;
    border-right: 2px solid #FFFFFF;
    padding-right: 5px;
    margin-left: 5px;
}
#Copyright {
    text-align: center;
}
#swrap {
    -webkit-border-radius: 10px;
    background-color: #FFA500;
    padding: 20px 10px;
    margin: 5px;
}
.gene .btn{
    min-width: 89px;
    text-align: center;
}
.p_sam img{
   width: 250px;
}


/*news_list*/
/*新着情報・試合結果一覧*/


ul.newslist01 {
	min-height: 150px;
	max-height: 300px;
	overflow-y: scroll;
    background: #ffffff;
    padding: 20px;
}
ul.newslist01 li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    vertical-align: middle;
}
ul.newslist01 li a:hover {
	background: #FFFFFF;
	opacity: 0.6;
}
ul.newslist01 li a:after {
	color: #870010;
    font-weight: bold;
}
/*ul.newslist01 li a:after {
    content: url(../_pl_img/ico_arrow_right02.png);
    top: 50%;
    right: 16px;
    margin-top: -0.5em;
}*/
.pl_text p {
	padding: 5px 0;
}
.iconseason {
	color: #FFFFFF;
	padding: 2px;
    -webkit-border-radius: 5px;
}
.spring {
	background-color: #F19EC2;
}
.summer {
	background-color: #00A051;
}	
.autumn {
	background-color: #985D00;
}
.iconnew {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    background: #ec0000;
    padding: 3px;
    min-width: 45px;
    margin-left: 5px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
}    