@charset "utf-8";

/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}
img{
	max-width:100%;
	vertical-align: top;
}

/* ============================
   Global Elements
/* ============================ */
body{
	color: #000;
	line-height: 25px;
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 1rem 0;
}

a{
	text-decoration:none;
	color: #004080;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	/*ふんわり*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
a img{
	border: none;
}

.max1000{
	max-width:1000px;
	margin:0 auto;
}

.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}

.center{text-align:center;}

.fuwa{
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.lazyloaded {
	opacity: 1;
}

/* ============================
   Layout
/* ============================ */
#wrapper {
	border-top:solid 8px #004080;
}
/* ============================
   header
/* ============================ */
header {
 	text-align:center;
	border-top:solid 2px #81b345;
}
#site-title {
 	width:268px;
 	margin:0 auto;
 	padding:2rem;
}
#site-title a{
 	display:block;
}

/* ============================
   mainimage
/* ============================ */
#mainimage {
	text-align:center;
	background-color:#004080;
}
#mainimage img{
	width:100%;
/*	max-height: 640px;
	object-fit: contain;*/
}

/* ============================
   top-contents
/* ============================ */
#top-contents{
	text-align:center;
}
#top-contents h2{
	padding:2rem 0;
}
#top-contents h2 img{
	height:38px;
}
#top-contents h3{
	font-size:1.8rem;
}


/*schedule*/
#top-schedule{
	padding:3rem 0;
	background:url(/about/cont/baseball/images/bg_top.png) center top #f0f0f0 repeat-y;
	background-size: cover;
}

#message{
	color:#fff;
	max-width:800px;
	margin:0 auto;
	padding-bottom:1.2rem;
	background-color:#004080;
}
#top-contents #message h2{
	position: relative;
}
#top-contents #message h2:before,
#top-contents #message h2:after{
	content:"";
	position: absolute;
	display:block;
	left:1.5rem;
	top:0;
	bottom:0;
	margin:auto;
	width:35%;
	height:18%;
	background:url(/about/cont/baseball/images/line_message.svg) 0 0 no-repeat;
	background-size:100% auto;
}
#top-contents #message h2:after{
	right:1.5rem;
	left:auto;
}
#top-contents #message h2 img{
	height:30px;
}


#message-in{
	font-size:1.4rem;
	line-height: 2.2rem;
	margin:0 1.2rem;
	padding: 1rem;
	border:solid 1px #fff;
	font-weight:bold;
}


/* newslist */
.newslist{
	text-align:left;
	margin:0 auto;
	padding:0;
	list-style:none;
}
.newslist li{
	margin:0;
	padding:0;
	text-align:left;
	border-top:solid 1px #a0a0a0;
	position: relative;
}
.newslist li:last-of-type{
	border-bottom:solid 1px #a0a0a0;
}
.newslist li a{
	display:block;
	padding:1rem 0;
	font-size:1rem;
	text-decoration:none;
}
.newslist .date{
	position: absolute;
	width:11em;
	left:0;
	top:1rem;
	font-weight:bold;
	display:block;
	white-space:nowrap;
	vertical-align:top;
}
.newslist p,
.contents .newslist p{
	color:#000;
	margin:0;
	padding:0 0 0 11em;
	vertical-align:top;
}
.newslist p::after{
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	right:1rem;
	margin:auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #004080;
	border-right: 1px solid #004080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.newslist .go-detail{
	width:7rem;
	position: absolute;
	color:#004080;
	text-align:center;
	white-space:nowrap;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display:block;
	height:1.7em;
	line-height:1.8em;
	border:solid 1px #004080;
}
.newslist .go-detail::before{
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	right:0.5rem;
	margin:auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #004080;
	border-right: 1px solid #004080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.newslist .result{
	color:#fff;
	background-color:#004080;
}
.newslist .result::before{
	border-color: #fff;
}
	/*schedulelist*/
	#schedulelist .date{
		width:15em;
	}
	#schedulelist p{
		padding:0 8rem 0 15em;
	}
	#schedulelist p:after{
		display:none;
	}

.more{
	padding-top:3rem;
	text-align:center;
}
.more a{
	color:#004080;
	display:block;
	max-width:360px;
	font-weight:bold;
	font-size:1.1rem;
	line-height:2.8em;
	border: 1px solid #004080;
	margin:0 auto;
	position: relative;
}
.more a::before{
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	right:1.5rem;
	margin:auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #004080;
	border-right: 1px solid #004080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	.m-white a,
	.m-white a::before{
		color:#fff;
		border-color:#fff;
	}
	.m-black a,
	.m-black a::before{
		color:#000;
		border-color:#000;
	}
	.notlink a{
		pointer-events: none;
	}

/*member*/
#memberimage img{
	width:100%;
	max-width:1800px;
	margin:0 auto;
}
#top-member{
	padding:5rem 0 6rem 0;
	color:#fff;
	background:url(/about/cont/baseball/images/bg_topmember.png) #598b1d center top no-repeat;
	background-size:auto 100%;
}

/*news*/
#top-news{
	padding:1rem 0 3rem 0;
}

/*about*/
#top-about{
	padding:5rem 0 6rem 0;
	color:#fff;
	background:url(/about/cont/baseball/images/bg_topabout.png) #004080 center top no-repeat;
	background-size:auto 100%;
}



/*gallery*/
#top-gallery{
	padding:2rem 0 6rem 0;
	background:url(/about/cont/baseball/images/bg_gallery.png) center top #f0f0f0 repeat-y;
	background-size: cover;
}
#top-contents #top-gallery h2{
	padding-bottom:4rem;
}

.swiper-button-prev,
.swiper-button-next{
	width:30px !important;
	height:30px !important;
	background:#000 !important;
	/*ふんわり*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}


.swiper-button-prev{
	left:0 !important;
}
.swiper-button-next{
	right:0 !important;
}
.swiper-button-prev::before,
.swiper-button-next::before{
	content:"";
	position: absolute;
	display:block;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.swiper-button-next::before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9000;
}
.pagetop a {
	display: block;
	margin: 0 0 0 auto;
	color: #fff;
	text-align:center;
	width:60px;
	height:60px;
	font-size:20px;
	text-decoration:none;
	background: #80b045;
	position: relative;
}
.pagetop a::before{
	content:"";
	position: absolute;
	left: 0;
	top:27px;
	right:0;
	margin:auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* ============================
   footer
/* ============================ */
#footer {
	text-align:center;
	color: #fff;
	font-size:0.9rem;
	line-height:3rem;
	border-top:solid 5px #80b045;
	background-color:#004080;
}


/* ============================
   contents
/* ============================ */
#corner-image img{
	width:100%;
	max-height:400px;
	object-fit: cover; 
}
#corner-image img.small{
	max-height:300px;
	object-position:50% 30%;
}

h1#corner-title{
	text-align:center;
	color:#004080;
	margin:0;
	padding:3rem 0;
	font-size:1.3rem;
}
h1#corner-title img{
	height:38px;
	display:block;
	margin:0 auto 0.6rem auto;
}
#main{
	padding:4rem 0 6rem 0;
	background:url(/about/cont/baseball/images/bg_main.png) center top repeat-y;
	background-size: 100% auto;
}
.t_blue{
	color:#fff;
	font-size:1.7rem;
	margin:0 0 2rem 0;
	padding:0.8rem 1.5rem;
	border-left:solid 8px #81b046;
	background:url(/about/cont/baseball/images/title_blue.png) center top repeat-y;
	background-size: 100% auto;
}
.t_blue.green{
	border-color:#004080;
	background-image:url(/about/cont/baseball/imagesimages/title_green.png);
}
.contents p{
	font-size:1rem;
	line-height:1.8rem;
	margin:0;
	padding:0 0 2rem 0;
}

/*member*/
.memberlist{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap : wrap;
	margin:0;
	padding:0 0 2rem 0;
	list-style:none;
}
.memberlist::before{
  content:"";
  display: block;
  width:23.5%;
  order:1;
}
.memberlist::after{
  content:"";
  display: block;
  width:23.5%;
}
.memberlist li{
	font-size:1.25rem;
	font-weight:bold;
	width:23.5%;
	margin:0;
	padding:0 0 2rem 0;
}
.memberlist li a{
	display:block;
	color:#000;
}
.memberlist .name{
	display:block;
	margin-top:1rem;
	position: relative;
	padding-left:3.5rem;
}
.memberlist .name.not{
	padding-left:0;
}
.memberlist .name .no{
	position: absolute;
	left:0;
	top:0;
	font-size:1.5rem;
	width:2.6rem;
	line-height:2.6rem;
	text-align:center;
	color:#fff;
	background-color:#000;
}
.memberlist em.sub{
	font-size:0.8rem;
	line-height:1.6em;
	font-weight:normal;
	display:block;
	font-style:normal;
}

.memberlist li img{
	border:solid 1px #c8c8c8;
}

/*member-detail*/
#member-detail .name{
	font-size:2.2rem;
	margin:0 0 3rem 0;
	padding:0 0 1.5rem 0;
	border-bottom:solid 2px #000;
}
#member-detail .name .no{
	display:inline-block;
	vertical-align:middle;
	font-size:2.1rem;
	width:3.8rem;
	line-height:3.8rem;
	text-align:center;
	color:#fff;
	background-color:#000;
}
#member-detail .name em.sub{
	display:inline-block;
	vertical-align:middle;
	font-size:1.5rem;
	font-weight:normal;
	font-style:normal;
	padding:0 2rem;
}
#member-detail .name .kana{
	display:inline-block;
	font-size:1.5rem;
	padding-left:2rem;
	vertical-align:middle;
}
.profile .f_left{
	padding:0 4rem 4rem 0;
}
.profile .f_left img{
	width:260px;
	padding:0;
	border:solid 1px #c8c8c8;
}
.profile table{
	font-size:1rem;
}
.profile table th,
.profile table td{
	padding-bottom:0.4rem;
}
.profile table th{
	white-space:nowrap;
	text-align:left;
	padding-right:2rem;
}
.snaplist{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap : wrap;
	margin:0;
	padding:0 0 2rem 0;
	list-style:none;
}
.snaplist li img{
	border:solid 1px #c8c8c8;
}

/*schedule*/
#schedule .newslist .date{
	color:#000;
}
/*schedule-detail*/
.programbox{
	margin:0 2rem 2.5rem 2rem;
}
table.program{
	margin:0 0 1rem 0;
	padding:0;
	font-size:1.2rem;
}
table.program th{
	margin:0;
	padding:0.2rem 0;
	white-space:nowrap;
	text-align:left;
	font-weight:500;
}
table.program td{
	margin:0;
	padding:0.2rem 0 0.2rem 2rem;
	text-indent:-1.2rem;
}
table.program td::before{
	display:inlie-block;
	content:":";
	padding:0 1rem 0 0;
}

.minibtn a{
	width:10rem;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	display:block;
	height:2.2em;
	line-height:2.3em;
	background-color:#004080;
	position: relative;
}
.minibtn a::before{
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	right:0.5rem;
	margin:auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.result{
	margin-bottom:2.5rem;
}
.grayline{
	font-size:1.8rem;
	margin:0 0 1.5rem 0;
	padding:0 0 1rem 0;
	border-bottom:solid 2px #a0a0a0;
}
.opponent{
	font-size:1.5rem;
	padding:0 0 0.5rem 0;
}

.contents .result p{
	font-size:1.2rem;
}
.contents .result p:last-of-type{
	padding-bottom:0;
}

.resultscore{
	font-size:1.8rem;
	padding:0 0 0.5rem 0;
	text-align:center;
}

.result table{
	color:#fff;
	font-size:1.2rem;
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align:center;
	margin-bottom:2rem;
}
.result table th{
	text-align:left;
	padding:1rem;
	width:25%;
	vertical-align:middle;
}
.result table td{
	padding:1rem 0;
	vertical-align:middle;
}
.result table thead th,
.result table thead td{
	font-weight:normal;
	background-color:#004080;
}
.result table tbody td{
	width:5%;
	font-size:2rem;
	line-height:1em;
	font-weight:bold;
	background-color:#505050;
}
.result table tbody th,
.result table tbody td.last{
	background-color:#000;
}
.result table tbody td.last{
	/*width:8%;*/
}


/*news*/
#news .newslist p::after{
	display:none;
}
.pager{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin:0;
	padding:4rem 0 0 0;
	list-style:none;
	text-align:center;
}
.pager li{
	margin:0;
	padding:0 0.5rem;
}
.pager li span.in,
.pager li a{
	color:#000;
	font-size:1rem;
	font-weight:bold;
	display:block;
	border:solid 1px #000;
	width:3rem;
	line-height:3rem;
	height:3rem;
}
.pager li.next a,
.pager li.back a{
	width:1.5rem;
	border:none;
	position: relative;
}
.pager li.next a::before,
.pager li.back a::before{
	content:"";
	position: absolute;
	display:block;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pager li.next a::before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pager li span.in{
	color:#fff;
	border-color:#004080;
	background-color:#004080;
}
/*news-detail*/
.contents-main{
	padding:3rem;
	background-color:#fff;
}
.contents-main h2.t_blue{
	font-size:1.2rem;
}
.contents-main h2 span.date{
	font-size:1rem;
}

/*about us*/
.column2{
	margin:0;
	padding:0;
	list-style:none;
}
.column2 li{
	margin:0;
	padding:0;
}
.dia{
	color:#004080;
	font-size:1.2rem;
	margin:0;
	padding:0 0 0.5rem 0;
}

/* ============================
   Print Style
/* ============================ */
@media print { /*PConlyと同一*/

body {
	-webkit-print-color-adjust: exact;/*背景印刷*/
}

.fuwa{
	opacity: 1;/*ふんわり解除*/
}

.pc-only{
	display:block;
}
.sp-only{
	display:none;
}


.f_left {float: left; }
.f_right{float: right; }

.f_left img{padding:0 4rem 4rem 0;}
.f_right img{padding:0 0 4rem 4rem;}

.p_bottom6{padding-bottom:6rem;}


/*メニュー*/
#globalmanu{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style:none;
    padding-bottom:1rem;
}
#globalmanu li{
  -webkit-flex-grow: 1;
    flex-grow: 1;
	border-left:solid 1px #dcdcdc;
}
#globalmanu li:last-of-type{
	border-right:solid 1px #dcdcdc;
}
#globalmanu li a{
	display:block;
	padding:0.5rem 0 0 0;
	text-decoration:none;
	color:;
}

#globalmanu img{
	display:block;
	height:22px;
	margin:0 auto 2px auto;
}

/* ============================
   contents
/* ============================ */
.column2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*news-detail*/
#news-detail h2{
	position: relative;
	padding-right:12rem;
}
#news-detail h2 span.date{
	position: absolute;
	right:1.2rem;
	top:0.8rem;
}


}


/*※※※※※※※※※※※※※※※※※※※※※※*/
/*PConly*/
/*※※※※※※※※※※※※※※※※※※※※※※*/
@media screen and (min-width: 640px) {

.pc-only{
	display:block;
}
.sp-only{
	display:none;
}


.f_left {float: left; }
.f_right{float: right; }

.f_left img{padding:0 4rem 4rem 0;}
.f_right img{padding:0 0 4rem 4rem;}

.p_bottom6{padding-bottom:6rem;}


/*メニュー*/
#globalmanu{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style:none;
    padding-bottom:1rem;
}
#globalmanu li{
  -webkit-flex-grow: 1;
    flex-grow: 1;
	border-left:solid 1px #dcdcdc;
}
#globalmanu li:last-of-type{
	border-right:solid 1px #dcdcdc;
}
#globalmanu li a{
	display:block;
	padding:0.5rem 0 0 0;
	text-decoration:none;
	color:;
}

#globalmanu img{
	display:block;
	height:22px;
	margin:0 auto 2px auto;
}

/* ============================
   contents
/* ============================ */
.column2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/*news-detail*/
#news-detail h2{
	position: relative;
	padding-right:12rem;
}
#news-detail h2 span.date{
	position: absolute;
	right:1.2rem;
	top:0.8rem;
}


}
/*※※※※※※※※※※※※※※※※※※※※※※*/
/*SPonly*/
/*※※※※※※※※※※※※※※※※※※※※※※*/
@media screen and (max-width: 640px) {

.pc-only{
	display:none;
}
.sp-only{
	display:block;
}

.f_left,
.f_right { 
text-align:center;
padding-bottom:2rem;
}


#header-in{
	position: relative;
}
#header-in nav{
	position: absolute;
	right:0;
	top:0;
}
#site-title {
	width: 120px;
	padding: 1rem 0;
}
/*メニュー*/
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	position: absolute;
	right:0.8rem;
	top:1.3rem;
}
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;
		width: 30px;
		background: #81b345;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -9px;
	}
	#nav-open span:after {
		bottom: -18px;
	}
#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 90%;
	max-width: 280px;
	height: 100%;
	background: #004080;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
}
#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-content ul{
	margin:0;
	padding:0;
}
#nav-content ul li{
	margin:0;
	padding:0;
	list-style:none;
}
#nav-content ul li a{
	text-align:left;
	display:block;
	font-size:1rem;
	font-weight:bold;
	line-height:3.5rem;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 3rem;
	border-bottom: solid 2px rgba(255,255,255,.1);
	position: relative;
}
#nav-content ul li a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-size: 1.1em;
	font-weight: 900;
	position: absolute;
	top:0;
	bottom:0;
	left:1rem;
	margin:auto;
}

/* ============================
   mainimage
/* ============================ */
#mainimage img{
	display:none;
}
#mainimage .swiper-slide{
	width:100%;
	height:0;
	padding-top: 81.25%;
	background:url(/about/cont/baseball/images/slide01s.png) 0 0 no-repeat;
	background-size:cover;
}


/* ============================
   top-contents
/* ============================ */
#top-contents h2{
	padding-bottom:1rem;
}
#top-contents #message h2 img,
#top-contents h2 img{
	height:22px;
}
#top-contents h3{
	font-size:1.2rem;
}
#top-contents #message{
	padding-top:0.5rem;
}
#top-contents #message h2{
	padding-top:1rem;
}
#top-contents #message h2:before,
#top-contents #message h2:after{
	width:25%;
}

#message-in{
	font-size:1rem;
	line-height: 1.6rem;
}

/* newslist */
.newslist .date{
	position: initial;
	padding:0 0 0 1rem;
}
.newslist p,
.contents .newslist p{
	padding:0 2rem 0 1rem;
}
.newslist .go-detail{
	position: relative;
}
.more{
	padding-top:1rem;
}
.more a{
	width: 80%;
	font-size: 0.9rem;
}

	/*schedulelist*/
	#schedulelist .date{
		width:auto;
	}
	#schedulelist p{
		padding:0 2rem 1rem 1rem;
	}
	

/*member*/
#memberimage img{
	width:100%;
	height:150px;
	object-fit: cover;
}
#top-member{
	padding:1rem 0 2rem 0;
}

/*schedule*/
#top-schedule{
	padding:0 0 3rem 0;
}

/*about*/
#top-about{
	padding:1rem 0 2rem 0;
}

/*gallery*/
#top-gallery{
	padding:0 0 2rem 0;
}
#top-contents #top-gallery h2{
	padding-bottom:1rem;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	right: 10px;
	bottom: 30px;
}
.pagetop a {
	width:40px;
	height:40px;
}
.pagetop a::before{
	top:17px;
}

/* ============================
   footer
/* ============================ */
#footer {
	font-size:0.6rem;
}


/* ============================
   contents
/* ============================ */
h1#corner-title{
	padding:1.5rem 0 1rem 0;
	font-size:1rem;
}
h1#corner-title img{
	height:22px;
}
#main{
	padding:2rem 0 3rem 0;
}
.t_blue{
	font-size:1.2rem;
	padding:0.5rem 1rem;
	background-size:cover;
}
.sp-waku{
	padding:0 1rem;
}

/*member*/
.memberlist{
	padding:0 1rem 2rem 1rem;
}
.memberlist::before{
  width:47%;
}
.memberlist::after{
  display:none;
}
.memberlist li{
	width:47%;
	font-size:1rem;
}
.memberlist li a{
	font-size:1rem;
}
.memberlist .name{
	margin-top:0.8rem;
	padding-left:2.5rem;
}
.memberlist .name .no{
	font-size:1.1rem;
	width:2rem;
	line-height:2rem;
}
.memberlist em.sub{
	font-size:0.7rem;
	line-height:1em;
}

/*member-detail*/
#member-detail .name{
	font-size:1.5rem;
	margin:0 0.5rem 2rem 0.5rem;
	padding:0 0 0.8rem 0;
}
#member-detail .name .no{
	font-size:1.5rem;
	width:2.5rem;
	line-height:2.5rem;
}
#member-detail .name em.sub{
	font-size:0.9rem;
	padding:0 0.5rem;
}
#member-detail .name .kana{
	font-size:0.7rem;
	padding-left:0.8rem;
}
.profile .f_left{
	text-align:center;
	padding:0 0 2rem 0;
}
.profile table{
	font-size:0.9rem;
	margin:0 1rem 2rem 1rem;
}
.profile table th,
.profile table td{
	padding-bottom:0.2rem;
}
.snaplist{
	display:block;
	text-align:center;
}
.snaplist li{
	padding-bottom:0.5rem;
}

/*schedule-detail*/
table.program{
	font-size:1rem;
}
.grayline{
	font-size:1.2rem;
}
.opponent{
	font-size:1rem;
	padding:0 0 0.5rem 0;
}

.contents .result p{
	font-size:1rem;
	padding-bottom:1rem;
}

.resultscore{
	font-size:1.2rem;
}

.result table{
	font-size:0.8rem;
	margin-bottom:1rem;
}
.result table th{
	padding:0.5rem;
}
.result table td{
	padding:0.5rem 0;
}
.result table tbody td{
	font-size:1rem;
}
.result table tbody th{
	line-height:1.2em;
}
.result table tbody th br{
	display:none;
}

/*news*/
.pager{
	padding:2rem 0 0 0;
}
.pager li{
	padding:0 0.2rem;
}
.pager li span.in,
.pager li a{
	font-size:0.8rem;
	width:2rem;
	line-height:2rem;
	height:2rem;
}

/*news-detail*/
.contents-main{
	padding:1rem;
}
.contents-main h2.t_blue{
	font-size:1rem;
	background-size:cover;
}
.contents-main h2 span.date{
	font-size:0.8rem;
	display:block;
	text-align:right;
}


/*about us*/
.column2 li img{
	padding-bottom:2rem;
}

}
