/*
Theme Name:josobbcob
*/

@media screen and (max-width : 776px) {
	#header {
		padding: 5px 20px;
	}
	#header h1,#header ul {
		margin: 5px 0;
	}
	#contentsArea {
	    margin: 5px auto;
	}
	#stage {
	    margin: 0 auto !important;
	    overflow: hidden;
	}
	#menu {
	    display: none;
	}
	#main {
		padding: 0 !important;
	}
	h2 {
		margin: 5px !important;
		font-size: 122% !important;
	}
	#topicsArea,#sideArea {
    border-radius: 0 !important;        /* CSS3草案 */  
    -webkit-border-radius: 0 !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0 !important;   /* Firefox用 */  
	}
}

@media screen and (min-width : 777px) {
	#header {
		padding: 20px;
	}
	#header h1 {
    float: left;
    width: 30%;
	}
	#header ul{
		float: right;
		width: 33%;
	}
	nav {
	    margin: 0px auto;
	    background: linear-gradient(180deg, #000000, #0C0C0C);
	}
	nav ul {
	    margin: auto;
	    text-align: center;
	    border-top: 1px solid #000000;
	}
	nav li {
	    width: calc(100%/5.5);
	    float: left;
	    text-align: center;
	    font-size: 18px;
	    white-space: nowrap;
	    border-right: 1px solid #870010;
	}
	nav li:first-child{
	    border-left: 1px solid #870010;
	}
	nav li a {
	    display: block;
	    padding: 15px;
	    color: #FFFFFF;
	    height: 20px;
	}
	nav li a:hover {
	    background-color: #FFFFFF;
	    color:#870010;
	    -webkit-border-radius: 5px;
	}
	#content {
	    margin: 0;
	}
	#menu {
	    display: block;
	}
	.slicknav_menu {
	    display: none;
	}
	#wrapper {
		margin-left: auto;
		margin-right: auto;
		min-height: 660px;
	}
	#contentsArea {
		width:100%;
	}
	#topicsArea li a:hover {
		text-decoration: underline;
	}
	#sideArea {
		width:100%;
	}
	#FootLink {
	    width:600px;
	    margin:20px auto;
	}
}
@media screen and (min-width : 1110px) {
	#contentsArea {
		float: left;
	    width: 65%;
	    margin: 10px 0 10px 40px;
	}
	#sideArea {
    	float: right;
	    width: 28%;
	    margin: 10px;
	    padding: 5px !important;
	    top: 51px;
	}
}

/* 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;
	width: 100%;
}
.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;
}
p img.w100 {
	max-width: 100%;
	height: auto;
}
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: 10px;
    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 {

}
#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;
} 

/*タブ切り替え全体のスタイル*/
.tabs {
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 97%;
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
width: calc(100%/3);
height: 50px;
border-bottom: 3px solid #0C0C0C;
background-color: #d9d9d9;
line-height: 50px;
font-size: 16px;
text-align: center;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 0;
clear: both;
}
/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#games:checked ~ #games_content,
#schedule:checked ~ #schedule_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background:linear-gradient(177deg, #870010, #0C0C0C);
color: #fff;
}

/* 決済フォーム */
.creditForm{

}