@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
    overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow: hidden;
    position: relative;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
/*
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
*/
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #fff;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	opacity: 0.6;			/*マウスオン時の透明度*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}



/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.inner_footer {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: left;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/

.sh_black{
	background-color: black;
	max-width: 100%;
	margin-left: -200%;
	margin-right: -200%;
	padding:0 200%;
	text-align: left;
	position: relative;
}

/*PCメインメニュー
---------------------------------------------------------------------------*/
/*PCメニューブロック*/

.menu_block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.menu_left{
	float: left;
	z-index: auto;
	background-color: black;
	max-width: 100%;
	margin-left: -200%;
	margin-right: -200%;
	padding:0 200%;
	text-align: center;
	position: relative;
}

.menu_right{
	max-width: 800px;
	float: right;
}

.dropdwn{
    max-width: 100%;
    display: flex;
    z-index: 50;
}

.menu_block ul{
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.menu_block li{
    max-width: calc(800px/4);
    position: relative;
    padding: 15px 5px 10px 5px;
    display: block;
    cursor: pointer;
}

.dropdwn>li{
    width: 800px;
    margin: 1px;
    background: #000000;
    display: inline;
}

.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 10px;
    padding: 0;
    background: black;
    font-size: 90%;
}

.dropdwn_menu li{
    width: 100%;
    margin-top: 10px;
}

.dropdwn_menu li a{
    padding: 5px 0;
    margin: -5px 5px -5px -5px;
    display: block;
    color: #fff;
    text-decoration:none;
}

li a:hover{
    background: #b3d7ff;
    color: rgb(65, 65, 65);
}




/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #808080;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
	padding-top: 35px;
	padding-bottom: 20px;

}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu {
	overflow: hidden;
	margin-left:5px;
	padding-bottom: 20px;	/*上下、左右へのボックス内の余白*/
	font-size: 12px;	/*文字サイズを少し小さく*/
	margin-right: 1%;
}
/*１列分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 15%;		/*幅。今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 6px;	/*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	background: rgba(0,0,0,0.1);	/*背景色*/
	border-radius: 2px;	/*角丸のサイズ*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 1;	/*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

.copy{
	font-size: 9px;
	/*opacity: 0.9;	透明度。70%色がでた状態の事。*/
}

.clear {clear: both;}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 5px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #999;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 60px;	/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 3px solid #fff;	/*枠線の幅、線種、色*/
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);	/*ボックスの影*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;	/*背景色*/
	color: #6782bd;		/*文字色*/
}

/*各ページフォント・罫線
---------------------------------------------------------------------------*/

.contents_title{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

.contents_title2{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 23px;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

.contents_txt{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

.contents_midashi{
	font-size: 23px;
	margin: 35px 0px 30px 0px;
	text-align: center;
}

.contents_midashi span{
	color: rgb(195,13,35);
}




hr.style {
	border-top: 1px dotted #a0a0a0;
}

hr.stylesp{
	margin-bottom: 15px;
}


/*茨城日産 硬式野球部
---------------------------------------------------------------------------*/

.pc iframe{
  height: 330px;
}

.insta{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	text-align: center;
	font-size: 16px;
	margin:40px auto 200px auto;
}

.bb_title{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	text-align: center;
	font-size: 280%;
	margin-top: -15px;
}

.bb_title span{
	color: rgb(195,13,35); 
}

.bb_l{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 18px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: -0.03em;
}

.bb_message{
	width: 90%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 17px;
	text-align: left;
}

.bb_history{
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
	text-align: left;
}

.bb_history th{
    width: 20%;
    display: block;
    border-top: none;
    float: left;
	line-height:150%;
}
	
.bb_history td{
    width: 100%;
    display: block;
    border-top: none;
	margin-bottom:10px;
	line-height:150%;
}

.bb_schedule{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-style: normal;
	font-size: 17px;
	text-align: center;
}

.bb_schedule tr{
	height: 50px;
}

.bb_schedule th{
	color: white;
	background-color: #C9BC9C;
}

.bb_green {
	background-color: #EBF4E2;
}

.re_schedule{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-style: normal;
	font-size: 17px;
	text-align: center;
	line-height: 1.3em;

}

.re_schedule tr{
	height: 25px;
}

.re_schedule a{
	color: black;
	text-decoration: none;
}


/*メンバー紹介
---------------------------------------------------------------------------*/

.member{
	width: 94%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*試合結果
---------------------------------------------------------------------------*/
.result{
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.result_txt1{
	font-family: "新ゴ R" !important;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

.result_txt2{
	font-family: "新ゴ R" !important;
	font-style: normal;
	margin-top: -10px;
	font-size: 28px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

.result_txt3{
	font-family: "新ゴ R" !important;
	font-style: normal;
	margin-top: -10px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: black;
	text-align: left;
}

/*画像ブロック
---------------------------------------------------------------------------*/
.img_block{
	position:absolute;
	display:block;
	width: 100%;
	z-index: 2;
}

.block td{
	position: relative;
}

.flex_box {
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    align-items:center;        /* 縦の位置指定 */
    justify-content:center;
}

.flex_member {
    padding: 10px;
}

.flex_member:nth-child(1) {
    
}

.flex_member:nth-child(2) {
    
}

.flex_member:nth-child(3) {
    
}

.flex_member:nth-child(4) {
    
}





/*その他
---------------------------------------------------------------------------*/
.pc {display:block;}
.sh {display:none;}



/*画面幅1132px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1155px) {

.menu_left {
	max-width: 240px;
	height:50px;
}

.menu_left img{
	margin-top: 3px;
}


.menu_right{
	max-width: 645px;
	float: right;
}


.menu_block li{
    max-width: calc(645px/4);
    position: relative;
    padding: 14px 5px 0px 5px;
    display: block;
    cursor: pointer;
    font-size: 85%;
}

.dropdwn>li{
    width:645px;
    margin: 1px;
    background: #000000;
    display: inline;
}

.dropdwn_menu{
	font-size: 100%;
}

}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){

.pc iframe{
  height: 220px;
}

}

/*画面幅921px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 921px) {

.menu_left {
	max-width: 200px;
	height:50px;
}

.menu_left img{
	margin-top: 8px;
}


.menu_right{
	max-width: 645px;
	float: right;
}


.menu_block li{
    max-width: calc(645px/4);
    position: relative;
    padding: 14px 5px 0px 5px;
    display: block;
    cursor: pointer;
    font-size: 80%;
}

.dropdwn>li{
    width:645px;
    margin: 1px;
    background: #000000;
    display: inline;
}

.dropdwn_menu{
	font-size: 120%;
}



}



/*画面幅880px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:880px){

body {
	max-width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width:auto;
	overflow: hidden;
}

.menu_left {
	max-width: 180px;
	height:43px;
}

.menu_left img{
	margin-top: 7px;
}


.menu_right{
	max-width: 540px;
	float: right;
}


.menu_block li{
    max-width: calc(540px/4);
    position: relative;
    padding: 14px 5px 0px 5px;
    display: block;
    cursor: pointer;
    font-size: 70%;
}

.dropdwn>li{
    width:540px;
    margin: 1px;
    background: #000000;
    display: inline;
}

.dropdwn_menu{
	font-size: 130%;
}

/*画面幅749px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:749px){

body {
	max-width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width:auto;
	overflow: hidden;
}

.menu_left {
	max-width: 170px;
	height:43px;
}

.menu_left img{
	margin-top: 7px;
}


.menu_right{
	max-width: 530px;
	float: right;
}


.menu_block li{
    max-width: calc(530px/4);
    position: relative;
    padding: 14px 5px 0px 5px;
    display: block;
    cursor: pointer;
    font-size: 70%;
}

.dropdwn>li{
    width:540px;
    margin: 1px;
    background: #000000;
    display: inline;
}

.dropdwn_menu{
	font-size: 130%;
}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

body{
	max-width: 100%;
}



}


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

body{
	max-width: 100%;
}




}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 

/*全体の設定
---------------------------------------------------------------------------*/
body {
	max-width: 100%; 
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main{
	padding-top: 0px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #808080;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
	padding-top: 20px;
	padding-bottom: 20px;
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu {
	margin-top: -15px;
	margin-left:2px;
	font-size: 80%;
}

#footermenu ul {
	float: left;
	width: 50%;
}


.clear {clear: both;}

/*各ページフォント 
---------------------------------------------------------------------------*/

.contents_midashi{
	font-size: 150%;
	margin: 35px 0px 20px 0px;
	text-align: center;
}

/*茨城日産 硬式野球部
---------------------------------------------------------------------------*/

.insta{
	font-size: 16px;
	margin:20px auto 100px auto;
}

.bb_title{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	text-align: center;
	font-size: 170%;
	margin-bottom: 0px;
}

.bb_message{
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 15px;
	text-align: left;
}

.bb_history{
	text-align: center;
}

.bb_history{
	width: 80%;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.bb_history th{
    width: 20%;
    display: block;
    border-top: none;
    float: left;
	line-height:110%;
}
	
.bb_history td{
    width: 100%;
    display: block;
    border-top: none;
	margin-bottom:10px;
	line-height:110%;
}

.bb_schedule{
	width: 100%;	/*サイトの最大幅*/
	margin: 0 auto;
/*	padding: 0 2%;*/
	text-align: center;
	font-size: 120%;
}

.img_block{
	position:absolute;
	display:inline-block;
	width: 70%;
	z-index: 2;
	margin: 0 auto;

}

.block_sh{
	position: relative;
}

/*試合結果
---------------------------------------------------------------------------*/
.result_txt1{
	margin-top: 40px;
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.05em;
}

.result_txt2{
	margin-top: 0px;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.05em;
}

.result_txt3{
	margin-top: 0px;
	font-size: 13px;
	text-align: center;
}

.re_schedule{
	width: 100%;	/*サイトの最大幅*/
	margin: 0 auto;
/*	padding: 0 2%;*/
	text-align: center;
	font-size: 120%;
}

/*その他
---------------------------------------------------------------------------*/
.sh {
	display:block;
	text-align: center;
}
.pc {display:none;}



}
