@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&display=swap');
/*
.iframe-wrap_top{
display:none;}
*/
/*マーカー*/
.marker, u{
background-image:linear-gradient(transparent 75%, #ffe500 75%);
font-size:1.2em;
text-decoration:none;
}
/*チームメニュー*/
.menu_title{
font-family:'Oswald','Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-size:2em;
}
.menu_sub{
font-size:0.8em;
}
/*右サイドバー非表示*/
#right_contents {
display:none;
}
div#center_contents_wrapper {
width:880px !important;
}
div#center_contents {
width:100% !important;
}
div#top_message{
width:100% !important;
}
div.center_contents_box {
width:100% !important;
}
div.center_contents_title {
width:98% !important;
padding-left:2% !important;
}
div#center_contents_img{
margin-left:100px;
}
h2{
width:100% !important;
}
h3{
width:100% !important;
}
.sub_contents{
width:100% !important;
}
#container {
width:100% !important;
}
#center_contents 
.custom_head{
background: #1f3d89;
border-bottom: 3px solid #ffe500;
padding: 5px 10px;
margin:1em 0em 1em 0em;
}
.link_btn a {
    background-color: #1F3D89 !important;
    border-color: #1F3D89 !important;
}
.banner{
	transition: all .4s ease-in-out;
}
.banner:hover{
	box-shadow:0 3px 15px rgba(0,0,0,.7);
}

.custom_list{
margin-left: 2em;
}
/*
div#center_contents div.center_contents_box:nth-of-type(7),div#center_contents div:nth-of-type(10){display:none;}
*/
.adsbygoogle{display:none !important;}

.google-auto-placed{
display:none;}

table,.calendar_table{
border-collapse: collapse;
width:100%;
}
table td,.calendar_table td{
padding:3px 3px 3px 5px;
}

a:visited.calendar_link,a:link.calendar_link {
    font-size: 10pt;
    font-style: normal;
    text-decoration: underline;
}
.simple_tbl{
border-collapse: collapse;
width:100%;
}
/* 最終行のスタイル */
.simple_tbl{
  border-bottom:1px solid gray;
}
/* ヘッダ行のスタイル */
.simple_tbl thead tr{
  background-color:white;
  border-bottom:1px solid gray;
}
/* 奇数行のスタイル */
.simple_tbl tbody tr:nth-child(odd){
  background-color:#f0f0f0;
}
/* 偶数行のスタイル */
.simple_tbl tbody tr:nth-child(even){
  background-color:white;
}

.simple_tbl td{
padding:3px 3px 3px 5px;
}
/* ------ 編集ＯＫ ------ */
body {
	margin: 0px;
	padding: 0px;
	color:#333;/*全体のフォントの色変更可能*/
	font-size: 14px;/*全体のフォントのサイズ変更可能*/
	line-height: 160%;/*全体のフォントの行間変更可能*/
	font-family:'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;/*全体のフォント変更可能*/
	background:#efefef;

}

/* ------ 編集ＯＫ ------ */
h1 {
	font-size: small;
	font-weight: normal;
	color:#FFFFFF/*ヘッダータイトルフォント色*/
}

/* ------ 編集ＯＫ ------ */
h2{
	width:650px;
	padding-left:0px;
	padding-bottom:20px;
	height:auto;
	font-size:2em;
	margin-bottom:30px;
	color:#403734;
font-family:'Oswald','Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-weight:normal;
	padding-top:15px;
	/*border-top:3px #000033 solid;*/
	/*border-bottom:3px #ff6600 solid;*/
	/*サブページのタイトル背景色*/
	/*バックグラウンドの色編集*/ 
/*	background: #990099; */
	/*グラデ使用時*/
/*	background: -moz-linear-gradient(top, #000033, #161f36);変更可能*/ 
/*	background: -ms-linear-gradient(top, #000033, #161f36);変更可能*/  
/*	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#1f3d89));変更可能*/ 
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#161f36',GradientType=0 );変更可能*/  

}
h2{
  border-bottom: solid 3px #ffe500;
  position: relative;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1f3d89;
  bottom: -3px;
  width: 20%;
}

/* ------ 編集ＯＫ ------ */
h3{
	width:650px;
	height:auto;
	/*サブページの見出し色編集*/ 
	border-left:5px #1f3d89 solid;
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;}
	
/*======================================

link　全体のリンクの色　編集ＯＫ

=======================================*/
a:link {
	color: #1f3d89;
	text-decoration: none;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	font-size: 1em;
	color: #1f3d89;
}
a:hover {
	text-decoration: underline;
	color: #1f3d89;
}
a:active {
	text-decoration: none;
	color: #1f3d89;
}
div#wrapper{
	width:1085px;
	height:auto;
	text-align: left;
	margin: auto;	
}

/*======================================

ヘッダー

=======================================*/
/* ------ ヘッダー ------ */

/* ------ 編集ＯＫ ------ */
div#header{
	margin: 0px;
	padding: 0px;
	width:1085px;
	height:120px;
	/*border-bottom: 3px solid #ff6600;*/
	text-align: left;
	position: relative;
	top:0px;
	left:0px;
        background:#000;	
}

div#header_top_logo{
	width:1085px;
	height:80px ;
	text-align: left;
	position: absolute;
	top:30px !important;
	left:0px;
}

.team_logo{
	color: #FFFFFF;margin-left:15px;
}

/* ------ 編集ＯＫ ------ */

div#header_login{
	width:80px;
	height:20px;
	text-align: center;
	position: absolute;
	top:0px;
	right:190px;

}
/* ------ 編集ＯＫ ------ */

div#header_contact{
	width:80px;
	height:20px;
	text-align: center;
	position: absolute;
	top:0px;
	right:95px;
	/*バックグラウンドの色編集*/ 

}
/* ------ 編集ＯＫ ------ */
div#header_join{
	width:80px;
	height:20px;
	text-align: center;
	position: absolute;
	top:0px;
	right:0px;
	/*バックグラウンドの色編集*/ 

}


/* ------ 編集ＯＫ ------ */
/* ------ ヘッダーメニューのリンク色 ------ */

a:link.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/
        background:#000;
	}
a:visited.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/
        background:#000;
	}
a:hover.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#f8f5de;
	text-decoration: underline;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/
        background:#000;
	}
a:active.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/
        background:#000;
	}


/*======================================

コンテンツ

=======================================*/

/* ------ 編集ＯＫ ------ */
div#contents_wrap{
	width:1075px;
	padding-left:5px;
	padding-right:5px;
	background: #ffffff;/*コンテンツ部分の背景色変更可能*/ 
	height:auto;
	padding-top:25px;
	text-align: left;
	float:left;
	
}

/* ------ 編集ＯＫ ------ */
.left_menu_btn{
	width:150px;
	height:55px;
    border-bottom: #403734 1px solid;
	float:left;
}

/* ------ 編集ＯＫ ------ */
/* ------ レフトメニューのリンク色変更可能　メニューの背景色変えたとき変更した方が良い ------ */
a:link.left_menu    {
font-family:'Oswald','Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color:#403734;
	text-decoration: none;
	width:135px;
	height:25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	float:left;
	text-align: left;
/*	background-image: url("/higashiyamaizumi/html_pic/13281.jpg"); */
	/*バックグラウンドの色編集
	background:#000033*/
	}
a:visited.left_menu    {
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color:#403734;
	text-decoration: none;
	width:135px;
	height:25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	float:left;
	text-align: left;
/*	background-image: url("/higashiyamaizumi/html_pic/13281.jpg"); */
	/*バックグラウンドの色編集
	background:#000033*/
	}
a:hover.left_menu    {
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color:#f8f5de;
	text-decoration: underline;
	width:135px;
	height:25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	float:left;
	text-align: left;
/*	background-image: url("/higashiyamaizumi/html_pic/13282.jpg"); */
	/*バックグラウンドの色編集*/
	background:#1f3d89;
	}
a:active.left_menu    {
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color:#403734;
	text-decoration: none;
	width:135px;
	height:25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	float:left;
	text-align: left;
/*	background-image: url("/higashiyamaizumi/html_pic/13281.jpg"); */
	/*バックグラウンドの色編集
	background:#f8f5de*/
	}
/* ------ 編集ＯＫ ------ */
/* ------ メインコンテンツ ------ */
div#center_contents_wrapper{
	width:680px;
	height:auto;
	margin-top:0px;
	padding:5px; 
	margin-left:15px;
        font-size:14px;
        line-height:140%;
	text-align: left;
	background-color:;/*メインコンテンツ部分の背景色変更可能*/ 
	float:left;	
}

/* ------ 編集ＯＫ ------ */
/* ------ 各項目のボックス線 ------ */
div.center_contents_box{
	width:678px;
	height:auto;
	margin-top:15px; 
	text-align: left;
	float:left;	
	background:#FFFFFF;
	border:#000000 1px solid;/*変更可能*/ 
}
/* ------ 編集ＯＫ ------ */
/* ------ 各項目のタイトル ------ */
div.center_contents_title{
	width:668px;
	height:22x;
	padding-left:10px;
	font-size:13px;
	color:#ffffff;/*変更可能*/ 
	font-weight:bold;
	text-align: left;
        vertical-align:middle;
	float:left;	
	/*バックグラウンドの色編集*/
        background:#1f3D89;
}

/* ------ 新着情報 ------ */

/* ------ 編集ＯＫ ------ */
/* ------ 新着情報のリンク色 ----- */
a:link.center_news_txt    {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:visited.center_news_txt {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:hover.center_news_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:active.center_news_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
/* ------ 新着ページのリンク色 ----- */
a:link.news_title    {font-size: 14pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:visited.news_title {font-size: 14pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:hover.news_title  {font-size: 14pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:active.news_title  {font-size: 14pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
/* ------ 大会情報 ------ */

/* ------ 編集ＯＫ ------ */
/* ------ 大会情報のリンク色 ------ */
a:link.center_tournament_txt    {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:visited.center_tournament_txt {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:hover.center_tournament_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}
a:active.center_tournament_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #000033; text-decoration: none;}

/*======================================

フッター

=======================================*/

/* ------ 編集ＯＫ ------ */
div#footer_contents_wrapper{
	width:1075px;
	height:auto;
	margin-top:25px;
	padding:5px; 
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background-color:#FFFFFF;
	float:left;	
}

/* ------ 編集ＯＫ ------ */
div#footer_copy{
	width:1075px;
	height:auto;
	margin-top:20px;
	/*バックグラウンドの色編集*/ 
	background-color:#000033;
	font-size:12px;
	/*フォントの色編集*/ 
	color:#ffffff;
	text-align: center;
	float:left;	
}

/* ------ 編集ＯＫ ------ */
/* ------ フッターメニューのリンク色 ------ */
a:link.footer_menu    {font-size: 10pt; font-style: normal; font-weight: normal; color: #000033; text-decoration: none;}
a:visited.footer_menu {font-size: 10pt; font-style: normal; font-weight: normal; color: #000033; text-decoration: none;}
a:hover.footer_menu  {font-size: 10pt; font-style: normal; font-weight: normal; color: #000033; text-decoration: none;}
a:active.footer_menu  {font-size: 10pt; font-style: normal; font-weight: normal; color: #000033; text-decoration: none;}font-style: normal; font-weight: normal; color: #000033; text-decoration: none;}
/*入団案内→入会案内*/
.left_menu_btn:nth-of-type(9) a.left_menu{
font-size:1.2em;
}
.google-anno-skip{
display:none !important;
}