/*
Template: twentyfifteen
Theme Name: juwfa kanto
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Shigehiko Kawamura
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/* @import url('../twentyfifteen/style.css'); */
@import url('./gcss/gtest.css');

/* .fa-futbol-o */
.fa {color: #e4007f;}

table{table-layout: auto;}
th {background-color: #e0e0e0;text-align:center;}
td {
	padding-left: 5px;
}

h1{
	border-bottom: 3px solid #e4007f;
	border-left: 5px solid #e4007f;
	padding-left: 10px;
}

.mcount {
	text-align: right;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	color: #e4007f;
}

address {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}
/* カテゴリー表示 */
.page-header {
/*	border-left: 7px solid #333; */
	border-left: 0px;
}

/* 加盟校 */
#team-sec p.lPhoto,
#team-sec img.lPhoto {
	float: left;
	padding: 0 5px 15px 0;
}
#team-sec p.rPhoto,
#team-sec img.rPhoto {
	float: right;
	padding: 0 0 15px 15px;
}

#team-sec dl.team-info {
	font-size: 92%;
	color: #666;
	line-height: 1.5;
	margin-left: 0px; 
}
#team-sec dl.team-info dt {
	float: left;
	font-weight: bold;
}
#team-sec dl.team-info dd {
	padding-left:100px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCC;
}

.byline {display: none;} /*「投稿者」を非表示 */

table[class="match"] td {text-align:center;} /* 速報 */
/* 年間スケジュール */
table[class="cup"] th {
	width: 10%;
	text-align: center;
	vertical-align: middle;
} 

span[class="meet"]{color:#e4007f;}

.site-top {text-align: center;color:#e4007f;background-color:white;}
.site-top p{margin-bottom:0;}
.site-main {padding-top: 0;}
.site-main-w {padding-bottom: 7.6923%;}
.bxslider {margin:0 auto 0 5px;}
/**
 * retern top
 */
.page_top {position:fixed;bottom:10px;right:10px;width: 50px;height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;color:#fff;font-size:20px;text-decoration:none;background:#2EA2CC;border: 3px solid #ffffff;text-align: center;line-height: 50px;}
.hentry#widepage {margin: 0 1%;}
.entry-content#littlepad {padding: 0 2% 2%;}

a[href^="http"]{background-color: white;}
a[href^="http"]{color:#e4007f;}
/**
 * , a[href^="./"]
 */

/**
 * tab-menu
 */
.tab-menu > li > h4 { margin: 0 auto; }
.container {margin: 0 auto;}
.tab-menu {
	display: table;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.tab-menu > li {
	cursor: pointer;
/*	display: inline-block; */ 
	display: table-cell;
	min-width: 33%;
	max-width: 50%;
	padding: 3px 10px;
	background-color: #ccc;
	border-left: 1px solid #fff;
}
.tab-menu > li:first-child {
	border-left: 0;
}
.tab-menu > .active {
	cursor: default;
	background-color: #e0e0e0;
}
.tab-content > div {
	overflow: hidden;
}
.tab-content > div {
	background-color: #fff;
	padding: 0px
}
.tab-content > div:nth-child(n+2) {
	display: none;
}

/*
.entry-content, .entry-summary {
	padding-left: 2%;
	padding-right: 2%;
}
.hentry {
	margin:0 2%;
}
*/

td.pos {
	text-align: center;
}
td.unum {
	text-align: right;
	padding-right: 15px;
}
td.pname {
	padding-left: 20px;
}
td.plyrname {
	padding-left: 5px;
}
/* caption{text-align: center;} */
table.goal[class="unum"] {
	width: 10%;
}

.category article.hentry {
	background-color: #fff;
	padding-top: 2%;
	position: relative;
}

.category article.hentry div.entry-content {
	padding-bottom: 1%;
} 

.category article.hentry header.entry-header .entry-title{
	margin-bottom: 0.5em;
}

.category article.hentry header.entry-header p.post-date {
	margin-bottom: 0;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

/**
 * 6.2 Menus
 */
.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.pagination .prev:before,
.pagination .next:before,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.secondary-toggle:before {
	font-size: 24px;
	vertical-align: baseline;
}

button.secondary-toggle {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
}

/* menu */
nav ul li{
	margin: 5px;
	border-left: 5px solid #e4007f;
	border-bottom: 1px solid #e4007f;
	padding: 0 0 0px 10px;
	font-weight: bold;
}

/* .main-navigation a[href^="http"]{background-color:hotpink;} */
.main-navigation a[href^="http"]{color:black;}

nav.main-navigation > div.menu-mainmenu-container > ul.nav-menu  li.current-menu-item > a {
	color: #e4007f;
	background-color: whitesmoke;
} 

/*
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
}
*/

/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

div.boxA > div.box-news > article.hentry,
div.boxA > div.box-news > article.hentry > header.entry-header,
div.boxA > div.box-news > article.hentry > div.entry-content,
div.boxA > div.box-news > article.hentry > header.entry-header .entry-title,
div.boxA > div.box-news > article.hentry > header.entry-header p.post-date,
div.boxA > div.box-flash > article.hentry,
div.boxA > div.box-flash > article.hentry > header.entry-header,
div.boxA > div.box-flash > article.hentry > div.entry-content,
div.boxA > div.box-flash > article.hentry > header.entry-header .entry-title,
div.boxA > div.box-flash > article.hentry > header.entry-header p.post-date {
	margin: 0;
	padding: 0;
}

div.boxA > div.box-news > article.hentry > header.entry-header .entry-title,
div.boxA > div.box-flash > article.hentry > header.entry-header .entry-title {
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.1;
}

div.boxA > div.box-news > article.hentry > div.entry-content > p,
div.boxA > div.box-flash > article.hentry > div.entry-content > p {
	font-size: 14px;
	font-size: 1.3rem;
	line-height: 1.1;
} 

/**
 * 13.0 Footer
 */

#colophon .org-site-info{display: none;} /* proudly powered を非表示 */
#colophon .site-info {
	text-align: center;
	padding: 5% 2%;
}

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
	.site-footer {
/*		margin: 0 7.6923%;
		padding: 3.84615% 7.6923%; */
		margin: 0 3.0%;
		padding: 3% 2%;
	}

	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.hentry {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 7.6923%;
	}
/*,
	.page-header,
	.page-content
*/
	.hentry + .hentry,
	.page-header + .hentry {
/*		margin-top: 7.6923%; */
		margin-top: 2%;
	}
/*,
	.page-header + .page-content
*/
	.hentry + .hentry {
		border-top: 0;
	}

	.entry-footer {
		padding: 4.5454% 9.0909%;
	}

}
/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {

}

/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {

}

/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	.site-footer {
		float: left;
		margin: 0 0 0 35.2941%;
		padding: 0;
		width: 58.8235%;
	}

	.hentry {
		margin: 0 8.3333%;
	}
/*,
	.page-header,
	.page-content
*/
	.hentry {
		padding-top: 8.3333%;
	}

	.hentry + .hentry,
	.page-header + .hentry {
/*		margin-top: 8.3333%; */
		margin-top: 2%;
	}
/*,
	.page-header + .page-content
*/

	.entry-footer {
/*		padding: 5% 10%; */
		padding: 2% 10%;
	}

}

/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

}

/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

}

/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {

}

/**
 * 17.0 Print
 */

@media print {
	.hentry + .hentry {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

}

