/*
Theme Name:  SportsMag
Template:    accesspress-mag
Version:     1.1.4
License:     GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sportsmag
*/

@font-face {
	font-family: 'NotoSansJPSubset';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Noto Sans CJK JP Demilight"),
	url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/NotoSans_DemiLight.woff2') format('woff2'),
	url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/NotoSans_demilight.woff') format('woff');
}
@font-face {
	font-family: 'NotoSansJPSubset';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("Noto Sans CJK JP Medium"),
	url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/NotoSans_Medium.woff2') format('woff2'),
	url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/NotoSans_medium.woff') format('woff');
}
@font-face {
	font-family: 'YakuhanJPs';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/YakuHanJPs-DemiLight.woff2') format('woff2'),
	url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/YakuHanJPs-DemiLight.woff') format('woff');
}
@font-face {
	font-family: 'YakuhanJPs';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/YakuHanJPs-Medium.woff2') format('woff2'),
	url('https://www.onojo-sports.or.jp/wp-content/uploads/fonts/YakuHanJPs-Medium.woff') format('woff');
}

html {
	font-size: 62.5%;
}
body, button, input, select, textarea {
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
    color: #444;
    font-size: 16px;
	font-size: calc(1.37rem + 0.13vw);
    line-height: 1.6;
    font-weight: 400;
}
body {
    min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4 {
	font-weight: 600;
}
a {
    color: #246;
}
a:hover, a.active, a.focus, .bottom-footer .ak-info a:hover {
    color: #27d;
}
.top-menu-wrapper {
    background: #444;
    padding: 0;
}
.clear {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #345;
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
h1 {
	font-size: 118%;
}
h2 {
	font-size: 116%;
}
h3 {
	font-size: 108%;
}
h4 {
	font-size: 106%;
}
h5 {
	font-size: 105%;
	margin-top: 10px;
}
p {
	margin: 0 0 0.7rem 0.3rem;
}
ul, ol {
	margin: 0 0 1rem;
}
ul li {
	list-style: none;
	margin: 0 0 0.5rem;
}
ul.disc li {
	list-style-type: disc;
	margin: 0 0 0.5rem 2rem;
	padding-left: 0;
}
ul.circle li {
	list-style-type: circle;
	margin: 0 0 0.5rem 2rem;
	padding-left: 0;
}
ol {
	margin-left: 0.7rem;
}
ol li {
	margin: 0 0 0.4rem 2rem;
}
dt {
	font-weight: 400;
}
dd {
	margin: 0 0 0.5rem 1rem;
}
dd ul li {
	display: inline-block;
	line-height: 1.4;
	margin: 0 1em 6px 0;
	border-bottom: 1px solid #bdf;
}
th {
	font-weight: 400;
	background: #e7f2fa;
}
td {
	padding: 0.5% 1%;
}
.center {
    text-align: center;
}
table.center th, table.center td {
	text-align: center;
}
table td.left {
	text-align: left;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.f-left {
	float: left;
	margin: 3px 10px 10px 0;
}
.f-right {
	float: right;
	margin: 3px 0 10px 10px;
}
.f-box25 {
	float: left;
	width: 25%;
}
.f-box33 {
	float: left;
	width: 33.3%;
	padding-left: 1%;
}
.f-box40 {
	float: left;
	width: 40%;
}
.f-box50l {
	float: left;
	width: 50%;
	padding-right: 1.5%;
}
.f-box50r {
	float: left;
	width: 50%;
	padding-left: 1.5%;
}
.f-box60 {
	float: left;
	width: 60%;
}
.f-box66 {
	float: left;
	width: 66.7%;
	padding-right: 1%;
}
.f-box75 {
	float: left;
	width: 75%;
}
.fr-box33 {
	float: right;
	width: 33.3%;
	padding-left: 1%;
}
.fr-box66 {
	float: right;
	width: 66.7%;
	padding-right: 1%;
}
.flexbox {
	display: flex;
}
.flexbox div {
	margin-right: 1.5%;
}
.f-def2, .f-def4, .f-def5, .f-def7 {
	margin-left: 0.5%;
}
.f-def2 dt, .f-def4 dt, .f-def5 dt, .f-def7 dt {
	float: left;
	color: #247;
}
.f-def2 dd {
	padding-left: 2.5em;
	overflow-wrap: normal;
}
.f-def4 dd {
	padding-left: 4.5em;
}
.f-def5 dd {
	padding-left: 5.5em;
}
.f-def7 dd {
	padding-left: 7em;
}
.g-sheet, .y-sheet, .p-sheet {
	max-height: 999999px;
	margin: 0 0 20px;
	padding: 5px 10px 10px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
.g-sheet {
	background: #f3f4f5;
}
.y-sheet {
	border: 1px solid #ddc;
	background: #fffef5;
}
.p-sheet {
	border: 1px solid #c98;
	background: #fffbfb;	
}
.marker-y .fa, .marker-p .fa, .marker-b .fa {
	font-size: 120%;
}
.marker-y {
	background: linear-gradient(transparent 70%, #fafaaa 70%);
}
.marker-p {
	background: linear-gradient(transparent 70%, #fde 70%);
}
.marker-p .fa {
	color: #e54;
	margin-right: 5px;
}
.marker-b {
	background: linear-gradient(transparent 70%, #def 70%);
}
.x-smaller {
	font-size: 90%;
}
.smaller {
	font-size: 95%;
}
.larger {
	font-size: 105%;
}
.x-larger {
	font-size: 110%;
}
.fs-s {
	font-size: 90%;
}
.fs-l {
	font-size: 110%;
}
.fs-xl {
	font-size: 125%;
}
.fs-xxl {
	font-size: 140%;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 10px;
}
.mb0 {
	margin-bottom: 0;
}
.mb1 {
	margin-bottom: 1%;
}
.mb2 {
	margin-bottom: 2%;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pl1 {
	padding-left: 1%;
}
.pl2 {
	padding-left: 2%;
}
.pr1 {
	padding-right: 1%;
}
.pr2 {
	padding-right: 2%;
}
.ti1 {
	text-indent: -1em;
	padding-left: 1em;
}
.keep-all {
	word-break: keep-all;
}
.big-image-overlay i {
    background: none repeat scroll 0 0 rgba(0, 60, 140, 0.6);
}
body.boxed-layout {
	width: 100%;
    max-width: 1440px;
}
body.custom-background.fullwidth-layout {
    background-color: #fff;
    background-position: left 15%;
}
.nivo-lightbox-body-effect-fade .nivo-lightbox-theme-default .nivo-lightbox-image img {
	padding: 0;
}
.phone {
	font-size: 165%;
}
del {
	color: red;
}
del span {
	color: #444;
}
.ib {
	display: inline-block;
}

/*======TOp Menu Section Open=======*/
.top-menu-wrapper .apmag-container {
    background: #000;
    padding: 5px 50px;
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
}
#top-navigation .menu li a, #top-right-navigation .menu li a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 85%;
    line-height: 1.2;
    padding: 0 10px;
}
#top-navigation .menu li a, #top-right-navigation .menu li a {
    color: #fff;
    font-size: 75%;
    border: none;
}
#top-navigation .menu li a:hover, #top-right-navigation .menu li a:hover {    
    color: #000;
}
.top-menu-wrapper {
    background: #038;
    margin: 0px;
    padding: 0px;
}
.current-date {
    font-size: 75%;
}
/*======TOp Menu Section Close=======*/

/*======Logo & navigation Section Open=======*/
.logo-ad-wrapper {
    padding: 0;
    background-color: tranceparent;
    background-image: none;
    z-index: 9999;
}
.logo-ad-wrapper .apmag-container {
    position: relative;
    background: #fafafa; 
    border-bottom: 1px solid #ddd; 
    height: 75px;
}
.apmag-inner-container {
    position: relative;
    color: #fff;
}
.site-branding {
    padding: 2px 0 1px;
    max-width: calc(23rem + 1.8vw);
}
.sitelogo-wrap a img:hover {
    background: #fdfdfd;
    border-radius: 5px;
    transition: 0.3s;
}
.site-branding h1, .site-branding h2 {
    color: #fff;
}
.main-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 73%;
    height: 100%;
    text-align: right;
    background-color: transparent;
}
#site-navigation .nav-wrapper {
    float: right;
    margin-right: 3.5rem;
    height: 100%;
}
#site-navigation ul.menu > li > a {
    display: block;
    font-size: 100%;
	padding: 0 1vw;
}
#site-navigation li:hover > ul.sub-menu {
    top: 100%;
    background: #151515;
}
#site-navigation ul li {
    float: left;
    padding: 0px 5px;
    position: relative;
    text-align: center;
}
#site-navigation ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 0;
    bottom: 0;
    background: #26b;
    height: 2px;
    transition-property: left, width;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#site-navigation ul li.current_page_item {
    border-bottom: 2px solid #26b;
}
#site-navigation ul li a {
    font-size: 100%;
    font-weight: 400;
    line-height: 1;
    color: #025;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
}
#site-navigation ul.sub-menu {
    width: calc(15.8rem + 0.5vw);
    margin-top: 4px;
}
#site-navigation .menu ul li ul li { 
    background: #f5f5f5;
    padding: 14px 8px 12px;
    width: auto;
    text-align: left;
}
#site-navigation ul.menu > li:hover > a:after, #site-navigation ul.menu > li.current-menu-item > a:after, #site-navigation ul.menu > li.current-menu-ancestor > a:after {
    display: none;
}
#site-navigation ul.menu > li > a {
    line-height: 75px;
}
#site-navigation ul li.current-menu-item > a, #site-navigation ul li.current-menu-ancestor > a {
    color: #037;
}
#site-navigation ul.sub-menu li {
    transition: 0.3s;
}
#site-navigation ul.sub-menu li:hover, #site-navigation ul.sub-menu li.current-menu-item, #site-navigation ul.sub-menu li.current-menu-ancestor {
    background: #fafafa;
    border-bottom: 1px solid #59f;
}

/*ul.menu>li.menu-item-has-children {
    padding-right: 26px !important;
}*/
/*ul.menu>li.menu-item-has-children:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 70%;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -8px;
}*/
ul.sub-menu>li {
    padding: 15px 5px;
    position: relative;
}
ul.sub-menu>li.menu-item-has-children:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 70%;
    /* padding-right: 0.5em; */
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -8px;
}
#site-navigation .nav-wrapper {
	max-width: 100%;
}

/*--------------------Mega Menu--------------------*/
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
	padding: 1.5% 1% 0.5%;
}
#site-navigation .nav-wrapper {
	border-left: 1px solid #eee;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0 1.3vw;
	border-right: 1px solid #eee;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	width: 49%;
	padding: 0 0.5%;
	margin: 0 0.5%;
	overflow: hidden;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	position: relative;
	text-align: center;
	padding: 0;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	font-size: 100%;
}
.rl-image-widget-link {
	display: inline-block;
	overflow: hidden;
}
.rl-image-widget-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1vw;
	text-shadow: 0 -1px 2px #345, -1px 0 2px #345, 1px 0 2px #345, 0 1px 2px #345, 0px 1px 3px #345;
}
#mega-menu-wrap-primary .rl-image-widget-text a {
	display: block;
	font-size: 110%;
	color: #fff;
}
#mega-menu-item-custom_html-10 a {
	display: block;
	margin: -29% 0 -5.5%;
	padding: 29% 0 3%;
}
#mega-menu-item-custom_html-10 a span {
	font-size: 90%;
	line-height: 1.8;
}
#mega-menu-wrap-primary .rl-image-widget-text a[target="_blank"] {
    background-position: 72% 67%;
}
.search-icon {
    float: none;
    position: absolute;
    color: #26b;
    right: 5px;
    top: 50%;
    margin-top: -22px;
}
.header-icon-wrapper {
    float: right;
    width: 16px;
    margin-top: 14px;
}
.search-icon, .random-post {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
/*.random-post {
    float: none;
    padding: 22px 31px;
    position: absolute;
    right: 0;
}*/
.random-post a {
    color: #ffffff;
}
.random-post a:hover {
    color: #038;
}

/*======Logo & navigation Section Close=======*/
.grid-big-post {
    width: 49.3%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}
.grid-big-post .grid-thumb {

}
.grid-big-post .grid-thumb a {
    position: relative;
	overflow: hidden;
}
.grid-big-post img {
	width: 100%;
	max-width: 110%;
    height: auto;
}
.post-date {
	color: #eee;
	padding-left: 0.2em;
}
.new {
	position: absolute;
	font-size: 105%;
	color: #fff;
	line-height: 1.3;
	top: 0.5em;
	right: 0.5em;
	padding: 0 0.5em;
	background: rgba(240, 80, 80, 0.8);
	border-radius: 16px;
    animation: pulser 2s infinite;
}
.grid-big-post .new {
	font-size: 115%;
}

@keyframes pulser {
    0%   { background: rgba(240, 80, 80, 0.8); }
    50%  { background: rgba(240, 80, 80, 0.5); }
    100% { background: rgba(240, 80, 80, 0.8); }
}

.grid-posts-bunch {
    float: right;
    width: 49%;
}
.grid-small-common {
    width: 49%;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.8%;
    background: rgba(0, 0, 0, 0.2);
}
.grid-small-common:nth-child(2n) {
    margin-right: 0;
}
.grid-small-common:nth-child(3n), .grid-small-common:nth-child(4n) {
    margin-bottom: 0;
}
.grid-small-post .grid-meta-container {
    position: absolute;
}
.grid-small-common .post-date {
	font-size: 95%;
}
.grid-big-post .grid-meta-container, .grid-small-post .grid-meta-container {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0.3em 0.5em;
    background: linear-gradient(to bottom, rgba(0, 20, 60, 0.4), rgba(0, 20, 60, 0.6));
}
.grid-big-post .bg-overlay-outer {
    position: relative;
}
.grid-posts-bunch-inner {
    padding-left: 0;
    margin-right: 0;
}
.sm-grid-wrapper {
    margin-top: calc(0.5rem + 0.5vw);
}

/**youtube*/

#frame, .description {
    margin: 50px auto;
    width: 800px;
    height: 400px;
}
.playlists .special {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 420px;
}
.playlists .ytv-list-header > a {
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.playlists .ytv-list-header.ytv-playlist-open > a {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0%   { background: rgba(255,255,255,0); }
    50%  { background: rgba(255,255,255,0.1); }
    100% { background: rgba(255,255,255,0); }
}
@-moz-keyframes pulse {
    0%   { background: rgba(255,255,255,0); }
    50%  { background: rgba(255,255,255,0.1); }
    100% { background: rgba(255,255,255,0); }
}
@-o-keyframes pulse {
    0%   { background: rgba(255,255,255,0); }
    50%  { background: rgba(255,255,255,0.1); }
    100% { background: rgba(255,255,255,0); }
}
@keyframes pulse {
    0%   { background: rgba(255,255,255,0); }
    50%  { background: rgba(255,255,255,0.1); }
    100% { background: rgba(255,255,255,0); }
}
.apmag-container{
    background:#ffffff;
    padding: 0 2.5%;
    width: 1164px;
}
.big-meta a.post-category, .single_post_top a.post-category, .single-block-wrapper .single_post a.post-category {
    font-size: 90%;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0.3em 0.5em 0.2em;
    line-height: 1.2;
    pointer-events: auto;
    background-color: rgba(0, 120, 240, 0.8);
    color: #fff;
}
.grid-big-post .big-meta a.post-category {
	font-size: 95%;
}

@keyframes pulse {
    0%   { background: rgba(0, 80, 160, 0.9); }
    50%  { background: rgba(0, 120, 240, 0.8); }
    100% { background: rgba(0, 80, 160, 0.9); }
}

.grid-small-common .grid-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.bg-overlay-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.bg-overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;    
}
.grid-big-post h3.grid-title {
    font-size: 120%;
    font-weight: 400;
    line-height: 1.5;
	margin: 0.1em 0;
}
.grid-small-post h3.grid-title {
    font-size: 100%;
    line-height: 1.4;
    font-weight: 400;
	margin: 0.1em 0;
}
.grid-small-post h3.grid-title a, .grid-big-post h3.grid-title a {    
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.post-author-details span {
    color: #fff;
    margin-bottom: 10px;
}
.post-author {
    display: none;
}
.post-author-details span i {
    margin-right: 3px;
}
.post-author-details span a {
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
#masthead {
    margin: 0 !important;
    box-shadow: none;
}

/*=======Ticker Css Open=====*/
.ticker>.ticker-title {
    line-height: 26px;
}
.ticker > .ticker-content {
    bottom: 50%;
    margin-bottom: -9.5px;
    background-color: #fff;
}
.ticker-wrapper.has-js {
    height: auto !important;
    margin: 0 !important;
}
.ticker {
    margin: 20px 0px 0px;
    background: #fff !important; 
}
.ticker-swipe {
    background: #fff !important;
}
/*=======Ticker Css Close=====*/

.top-catch {
    display: inline-block;
    position: absolute;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 2px #555,
    		-1px 0 2px #555,
    		1px 0 2px #555,
    		0 1px 2px #555,
		0px 1px 3px #555;
    width: 400px;
    left: 50%;
    margin-top: calc(-1.5em - 4vw);
    margin-left: -200px;
}
.slider-wrapper {
    margin: 0 !important;
}
.slider-wrapper .apmag-container {
    padding-top: calc(0.5rem + 0.5vw);
    padding-bottom: calc(1.5rem + 0.5vw);
}
.single_post.top-post {
    margin: 0px;
}
.blockSlider .single_post {
	width: 190px !important;
	margin-right: 8px !important;
}
.third-block .post-image {
    margin-bottom: 5px;
	max-height: 130px;
}
.third-block .post-desc-wrapper h3 {
    font-size: 95%;
    line-height: 1.3;
    padding-top: 0;
    font-weight: 400;
}
.third-block .post-desc-wrapper h3 a:hover {
    color: #297;
}
.fifth-block-wrapper .post-image a h3 {
	color: #345;
}

/*======Popular Blog Css Section Open ======*/
h3.block-title {
    font-size: 110%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: calc(1rem + 0.5vw);
    border-bottom: 2px solid #222222;
}
h3.block-title span {
    background: #222222;
    line-height: 1;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    color: #fff;
    text-transform: uppercase;
	border-radius: 4px 4px 0 0;
}
.popular-block-wrapper .toppost-wrapper .post-image {
    height: 160px;
    margin-bottom: 13px;
}
.post-image a {
    display: block;
}
.post-image img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.post-image:hover img {
	transform: none;
}
.post-image:hover .big-image-overlay {
    background: rgba(210,230,250,0.5);
}
.block-post-wrapper .post-title, .sidebar-posts-wrapper .first-post .post-title, .review-posts-wrapper .single-review.top-post .post-title {    
    font-size: 100%;
    line-height: 1.4;
    margin: 3px 0 0;
}
.block-post-wrapper .post-title a, .random-posts-wrapper .post-title a, .sidebar-posts-wrapper .post-title a, .review-posts-wrapper .single-review .post-title a, .latest-single-post a {
	display: block;
    color: #345;
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
}
.block-post-wrapper .post-title a:hover, .random-posts-wrapper .post-title a:hover, .sidebar-posts-wrapper .post-title a:hover, 
.review-posts-wrapper .single-review .post-title a:hover, .latest-single-post a:hover {
    color: #16c;
}
.toppost-wrapper, .bottompost-wrapper {
    margin: 0 -20px;
    overflow: hidden;
}
.toppost-wrapper .single_post.top-post .post-author a, .leftposts-wrapper .single_post.first-post .post-author a, .single_post .post-author a {
    font-size: 85%;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 4px 7px 3px;
    line-height: 1.4;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.toppost-wrapper .single_post.top-post .post-author a:hover, .leftposts-wrapper .single_post.first-post .post-author a:hover, .single_post .post-author a:hover {   
    background-color: #038 !important;
}
.toppost-wrapper .single_post.top-post, .bottompost-wrapper .single_post {
    width: 50%;
    margin: 0;
    padding: 0 24px;
    padding-bottom: 21px;
}
.block-post-wrapper {
    margin: 0;
}
.block-poston span {
    color: #aaa;
    font-size: 90%;
}
.block-poston span time {
    color: #777;
}
.block-poston a {
    color: #aaa;
    font-weight: 400;
    font-size: 100%;
}
.block-post-wrapper .post-content {
	display: none;
}
.post-content {
    font-size: 90%;
    color: #777;
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
    margin-top: 9px;
}
.second-block-wrapper .rightposts-wrapper .single_post, .review-posts-wrapper .single-review {
    margin-bottom: 5px;
}
.second-block-wrapper .rightposts-wrapper .single_post h3.post-title, .bottompost-wrapper .single_post h3.post-title {
    font-size: 100%;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
}
.block-post-wrapper .post-title a, .random-posts-wrapper .post-title a, .sidebar-posts-wrapper .post-title a, .review-posts-wrapper .single-review .post-title a, 
.latest-single-post a {
    font-weight: 400;
}
.single-post-single-style1 .post_image {
    float: left;
    margin: 0 20px 5px 0;
}
/*======Popular Blog Css Section CLose ======*/

/*======College Sports Css Section Open ======*/
.first-block .block-title {
    border-color: #38d;
}
.first-block .block-title span {
    background-color: #38d;
}
.block1-section {
    margin-left: -10px;
    margin-right: -10px;
}
.block1-section .single_post {
    width: 33.33%;
    padding: 0px 10px;
    margin: 0px;
    padding-bottom: 26px;
}
.block1-section .single_post .post-image {
    position: relative;
    height: 150px;
    margin-bottom: 9px;
}
.block1-section .single_post .post-title {
    font-size: 95%;
    line-height: 21px;
    font-weight: 400;
}

/*Load more button*/
.load-more-align {
    text-align: right;
}
.load-more {
    display: inline-block;
    margin-right: 0px;
    width: 50px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 105%;
    cursor: pointer;
}
.load-more:hover {
    border-color: #0B390E;
    background-color: #2e7d32;
    color: #fff;
}
.first-block-wrapper .bx-wrapper {
	margin: 0 !important;
}
.first-block-wrapper .bx-controls {
    margin: 10px 0 0;
}
.first-block .more-btn a {
	font-size: 95%;
	float: right;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: -28px 0 38px;
	margin: 10px 0 20px;/*一時的*/
	padding: 8px 16px 7px;
	border-radius: 3px;
}
.first-block .more-btn a:hover {
	color: #fff;
	background: #38d;
}
/*======College Sports Css Section CLose ======*/

/*======Home Page Middle Add Css Section Open ======*/
.homepage-middle-ad {
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 40px 0;
    text-align: center;
    border: none;
}
.homepage-middle-ad .widget {
    line-height: 0;
    margin: 0;
}
.homepage-middle-ad .widget img {
    display: inline-block;
    width: auto;
    max-height: 90px;
    border: 1px solid #f1f1f1;
}
/*======Home Page Middle Add Css Section CLose ======*/

/*======Second block wrapper(basketball) Css Section Open ======*/
.second-block {
	padding-bottom: 20px;
}
.second-block-wrapper .leftposts-wrapper {
    width: 46%;
    padding: 0 5px 5px 10px;
}
.second-block-wrapper .rightposts-wrapper {
    width: 54%;
    padding: 0 10px;
}
.second-block-wrapper .block-post-wrapper {
    margin-left: -10px;
    margin-right: -5px;
}
.second-block-wrapper h3.block-title {
    border-color: #e90;
}
.second-block-wrapper h3.block-title span {
    background-color: #e90;
}
.second-block-wrapper .block-post-wrapper .post-title a:hover {
    color: #e90;
}
.second-block-wrapper .big-image-overlay i {
    background: none repeat scroll 0 0 rgba(49, 79, 214, 0.61);
}
.home .post-image, .archive .post-image, .archive .archive-videothumb, .archive .archive-audiotumb {
    margin-bottom: 5px;
}
.second-block-wrapper .single-block-wrapper .post-author a {
    color: #fff;
    margin-right: 0;
}
.second-block .more-btn a, #post-2533 .more-btn a {
	font-size: 95%;
	float: right;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin-top: -5px;
	padding:  8px 16px 7px;
	border-radius: 3px;
}
.second-block .more-btn a:hover, #post-2533 .more-btn a:hover {
	color: #fff;
	background: #e90;
}
.bottompost-wrapper .post-image, .second-block-wrapper .rightposts-wrapper .post-image, .random-posts-wrapper .post-img, .sidebar-posts-wrapper .post-image, 
.review-posts-wrapper .single-review .post-image, .latest-single-post .post-img {
	margin-right: 2%;
}
.second-block .post-cat-list {
	position: absolute;
	z-index: 10;
}
.second-block .post-cat-list a {
	display: inline;
	font-size: 90%;
	color: #fff;
	padding: 2px 6px;
	background: rgba(200,120,0,0.6);
}
.second-block .post-cat-list li:first-child, .second-block .post-cat-list .post-categories {
	display: none;
}

/*======Second block wrapper Css Section CLose ======*/

/*======Third block wrapper Css Section Open ======*/
.third-block, .youtube-lists-wrapper {
    padding-bottom: 20px;
}
.third-block h3.block-title {
    border-color: #297;
}
.third-block h3.block-title span {
    background-color: #297;
}
.third-block .block-post-wrapper .post-title a:hover {
    color: #e29c04;
}
.third-block .big-image-overlay i {
    background: none repeat scroll 0 0 rgba(226, 156, 4, 0.61);
}
.third-block .more-btn a {
	font-size: 95%;
	float: right;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin-top: 4px;
	padding:  8px 16px 7px;
	border-radius: 3px;
}
.third-block .more-btn a:hover {
	color: #fff;
	background: #297;
}
/*======Third block wrapper Css Section CLose ======*/

/*======Youtube Secction Css Section Open ======*/
.youtube-lists-wrapper h3.block-title {
    border-color: #dc3522;
}
.youtube-lists-wrapper h3.block-title span {
    background-color: #dc3522;
}
.youtube-lists-wrapper .block-post-wrapper .post-title a:hover {
    color: #dc3522;
}
.youtube-lists-wrapper .big-image-overlay i {
    background: none repeat scroll 0 0 rgba(220, 53, 34, 0.61);
}
.single-frame-wrapper, .single-thumb-wrapper {
    width: 50%;
    float: left;
}
.youtube_wrapper {
    padding: 10px;
    background: #222222;
}
.list-thumb {
    cursor: pointer;
    padding: 10px;
    line-height: 0;
    position: relative;
}
.list-thumb.active:before, .list-thumb:hover:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #C03636;
    font-size: 55%;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 5px;
}
.single-frame-wrapper, .single-thumb-wrapper {
    line-height: 0;
}
.single-thumb-wrapper-inner {
    position: relative;
}
.single-thumb-wrapper {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
}
.list-thumb:hover:before {
    color: #fff;
}
.list-thumb:hover img {   
    border: 2px solid #fff;
}
.list-thumb.active figure img {
    border: 2px solid #C03636;
}
.list-thumb:hover {
    background-color: #333;
}
.list-thumb-details span {
    display: block;
    padding: 4px;
}
.list-thumb-details{
    float: left;
    width: 70%;
    padding-right: 3px;
    line-height: 1;
    color: #fff;
}
.list-thumb-figure {
    float: left;
    padding: 0 10px;
    width: 30%;
}
.list-thumb-figure img {
    width: 100%;
    border: 2px solid transparent;
}
.list-thumb-details .thumb-title, .list-thumb-details .thumb-time {    
    color: #cacaca;
    font-size: 80%;
}
/*======Youtube Secction Css Section CLose ======*/

/*======Fourth block Secction Css Section Open ======*/
.forth-block .single_post.top-post {
    float: none;
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
}
.forth-block .single_post:last-child {
    margin-bottom: 0px;
}
.forth-block .block-post-wrapper .single_post.top-post .post-title a {
    color: #fff;
}
.single_post.top-post .post-content-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 21px;
    background: rgba(49, 79, 214, 0.3);
    color: #fff;
}
.forth-block .single-block-wrapper .single_post {
    width: 100%;
    margin-left: 0;
}
.forth-block .single-block-wrapper .single_post .post-image {
    float: left;
    width: 30%;
    padding: 0 10px;
}
.forth-block .single-block-wrapper .single_post .post-image a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.forth-block .single-block-wrapper .single_post .post-content-wrapper {
    float: left;
    width: 70%;
    padding: 0 10px;
}
.forth-block .single_post.top-post .block-poston, .forth-block .single_post.top-post .block-poston span, .forth-block .single_post.top-post span time {
    color:#ffffff;
}
.forth-block  .comment_count i{
    margin: 0 8px 0 10px;
}
.forth-block .single-block-wrapper .post-author-details span:nth-child(2) a {
    color: #444;
}
/*======Fourth block Secction Css Section Close ======*/
/*======Side Bar block Secction Css Section Open ======*/
.widget {
	margin: 0;
}
#secondary .widget-title, #secondary .sidebar-title {
    font-size: 105%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e65;
    background: none;
}
.block-cat-name > span, #secondary .widget-title > span, #secondary .sidebar-title > span {
    line-height: 1;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    background-color: #e65;
    color: #fff;
	border-radius: 4px 4px 0 0;
}
#secondary-right-sidebar, #secondary-left-sidebar {
    margin: 0 0 10px;
}
#secondary .su-posts-info-loop .su-post-title {
	font-weight: 500;
	margin-bottom: 0;
}
.bottompost-wrapper .post-title, .second-block-wrapper .rightposts-wrapper .post-title, .random-posts-wrapper .post-title, .sidebar-posts-wrapper .post-title, 
.review-posts-wrapper .post-title, .latest-single-post .post-title {
    font-size: 80%;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 400;
}
.sidebar-posts-wrapper .post-content {
    margin-top: 15px;
    margin-bottom: 26px;
}
.single-post-single-style1 .post_content {
    margin-top: 0;
}
#secondary .post-cat-list {
	display: none;
}
#menu-side-navi li a img {
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: 0.4s;
}
#menu-side-navi li a:hover img {
	border: 1px solid #369;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0 5px;
    padding: 0 0.5rem;
}
.tribe-event-title a:hover {
    color: #c55;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
    font-weight: 400;
}
.single-tribe_events .tribe-events-single-event-title {
	font-size: 130%;
}
#tribe-events h2.tribe-events-list-event-title {
	background: none;
}
#tribe-events .tribe-events-schedule h2 {
	border: none;
	background: none;
}
li#menu-item-13852 a {
    background: none;
}

/*======Side Bar block Secction Css Section CLose ======*/

#colophon {
    margin: 0;
    padding: 0;
}
.bottom-footer {
    padding: calc(0.5rem + 0.25vw);
    background: #151515;
}
.bottom-footer .site-info {
    font-size: 90%;
}
#colophon .apmag-container {
    background: transparent;
    line-height: 1.6;
    font-size: 95%;
}
#back-top {
    background: none repeat scroll 0 0 rgba(0, 70, 160, 0.6);
	padding: 8px 10px 6px;
	right: 2%;
    bottom: 20px;
	border-radius: 3px;
}
#back-top a {
    color: #ffffff;
    font-size: 100%;
    font-weight: 400;
}
#back-top:hover {
    background: rgba(0, 70, 160, 0.9);
}


/*=================Header Section Open======================*/
.page-header .page-title {
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
	font-size: 130%;
	color: #fff;
	background: #048;
	padding: 4px 0 2px;
}
.page-header .page-title span {
	background: none;
}
.page .page-header .page-title {
	position: absolute;
    font-size: 125%;
    line-height: 1;
	top: 120px;
    background:transparent !important;
	z-index: 10;
}
.page .page-header .page-title span {
    display: inline-block;
    background: rgba(0,40,120,0.8) !important;
    padding: 10px 16px 8px;
	color: #fff;
}
.page-header img {
	width: 100%;
}
.page-content, .entry-content, .entry-summary {
    margin: 10px 0 0;
}

/*=================Header Section close======================*/

/*===========Inner Page Open================*/
h1.entry-title {
	color: #fff;
	background: #048;
	padding: 6px 10px 4px;
}
.entry-content h2 {
	color: #346;
	background: #f0f5fa;
	border-width: 0 0 1px 6px;
	border-style: solid;
	border-color: #048;
	margin: 1.5em 0 1em;
	padding: 0.5em 0 0.4em 0.6em;
}
.entry-content h2:nth-child(1) {
	margin-top: 10px;
}
.entry-content h3 {
	color: #346;
	background: #e5f0fa;
	margin: 1.4em 0 1em;
	padding: 0.5em 0 0.4em 0.6em;
}
.entry-content h3 span {
	font-size: 90%;
}
.entry-content h3.download {
	background-color: #f5e5e0;
	background-image: url("https://www.onojo-sports.or.jp/wp-content/uploads/2017/11/download_icon.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0.5em 0 0.4em 2em;
}
.entry-content h4 {
	color: #346;
	border-left: 4px solid #48c;
	margin-top: 20px;
	padding: 0 10px;
}
.entry-content h4 span {
	font-size: 90%;
}
.entry-content h4.download {
	padding: 5px 0;
	margin: 10px 0;
	color: #a25768;
}
.entry-content h5 {
	display: inline-block;
	clear: both;
	color: #346;
	border-bottom: 1px solid #37b;
}
h5.other {
	padding: 5px 0;
	margin: 0;
	border: none;
}
.green {
	color: #69821b;
}
.grey {
	color: #888;
}
h4.sub_section .download:before, h4.sub_section .green:before {
	padding-right: 5px;
	color: inherit;
	content: "◆";
}
.post_image_col {
    position: relative;
    margin-bottom: 10px;
	max-width: 540px;
}
.single-post-single-style1 .post_image_col {
    position: relative;
    margin-bottom: 1px;
    float: left;
}
.post_image_col .post-image, .post_image_col .post_image {
	overflow: hidden;
	vertical-align: middle;
    line-height: 0;
    min-height: 45px;
}  
.post_image_col .post-image img, .post_image_col .post_image img {
    width: 100%;
}
.post_image_col .entry-meta .post-categories li a {
	font-size: 100%;
	font-weight: 400;
    margin-bottom: 0;
}
.post_image_col .entry-meta .post-categories li a:hover {
    opacity: 0.8;
}
.post_image_col .entry-meta.no-thumb { 
    position: static;
}
.post_image_col .entry-meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
}
.post-image a {
    line-height: 0;
}
.archive .post-image, .archive .archive-videothumb, .archive .archive-audiotumb {
    margin-bottom: 0;
    text-align: center;
    line-height: 0;
}
.archive-page-archive-style1 .post_image_col .post-image, .single-post-style1-template .post_image {
    margin: 0;
    padding: 0;
    float: none;
}
.archive-page-archive-style1 .post_image_col, .single-post-style1-template .post_image_col {
	float: left;
	width: 297px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.hentry {
	margin-bottom: 2em;
}
.post-navigation {
	margin-bottom: 1em;
}
.category article.hentry:last-child {
	margin-bottom: 0;
	border-bottom: 0 solid #ddd;
}
.single-post .entry-title, .archive .entry-title, .search-results .entry-title, article.hentry h1.entry-title {
	font-size: 105%;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 2px 5px 0;
}
.single-post .entry-title {
	font-size: 110%;
}
.single-post .page-content,.single-post .entry-content, .single-post .entry-summary, .archive .page-content, .archive .entry-summary, 
.search-results .page-content,.search-results .entry-content, .search-results .entry-summary {
	margin: 15px 0 5px;
	font-size: 100%;
	color: #777;
}
.archive .entry-content {
	margin: 0;
}
.entry-footer {
	display: none;
}
.archive-page-archive-default .post-extra-wrapper {
    float: left;
}
.archive .page-header .page-title {
	padding: 4px 12px 2px;
}
#blog-post article.hentry, .search article.hentry, .archive article.hentry, .tag article.hentry, .category article.hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.bx-controls-direction a {
    width: 4rem;
    height: 4rem;
    text-align: center;
    display: inline-block;
    border: 1px solid;
    line-height: 2;
    margin-right: 5px;
	border-radius: 2px;
}
.bx-controls-direction a i.fa {
    font-size: 2rem;
    line-height: 2;
}
.bx-controls-direction a:hover i.fa {
    color: #fff;
}
.bx-controls-direction a:hover {
    background: #038;
}
.page-template-default .post-cat-list {
	position: absolute;
}
.page-template-default .post-cat-list ul {
	margin-bottom: 0;
}
.page-template-default .post-cat-list ul li:first-child {
	display: none;
}
.page-template-default .post-cat-list ul li a {
	font-size: 85%;
	color: #fff;
	padding: 3px 5px 1px;
	background: rgba(200,120,0,0.6);
}
.page-template-default .post-status, .post-template-default .post-status {
	display: block;
	position: absolute;
	font-size: 85%;
	color: #fff;
	padding: 2px 5px 0;
	background: rgba(200,120,0,0.6);
}
.more-btn a {
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin-top: 10px;
	padding:  8px 16px 7px;
	border-radius: 3px;
}
.more-btn a:hover {
	color: #fff;
	background: #38d;
}
.su-posts-facility-loop h5 {
	font-size: 100%;
	color: #345;
	text-indent: -0.8em;
	padding-left: 1.2em;
}
.su-posts-facility-loop h5:hover {
	color: #27d;
}
.su-posts-facility-loop h5::before {
	content: '\f0da';
	font-family: FontAwesome;
	font-size: 80%;
	color: #6ae;
	text-indent: 1em;
	padding-right: 0.2em;
}
.su-posts-facility-loop span  {
	display: inline-block;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.entry-content .flexbox33 h3 {
	margin-bottom: 10px;
}
.example {
	position: relative;
}
.example .facility-title {
	position: absolute;
	color: white;
	bottom: -10px;
	background: none;
	font-size: 120%;
	padding: 0;
}
.example img {
	max-width: 300px;
}
.example .facility-title span {
	display: inline-block;
	background: #0378 !important;
	color: #fff;
	text-align: center;
	width: 300px;
	padding: 3px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
/*施設リンクホバー*/
.example a:hover img {
	opacity: 0.9;
}
.flexbox33 div {
	margin-bottom: 20px;
}
@media (max-width: 760px) {
	.flexbox33 div {
		width:100%;
	}
}
@media (max-width: 500px) {
	.flexbox50 div {
		width:100%;
		display: block;
	}
}
.p-btn a {
	display: inline-block;
	float: left;
	width: auto;
	text-align: center;
	background: #f2f4f8;
	border-radius: 3px;
    border: 1px solid #bcd;
    margin: 0.5em 0.4em;
    padding: 8px 10px 6px;
    transition: 0.3s ease;
    min-width: 146px;
}
.p-btn a:hover {
	background: #e8f0f8;
    border: 1px solid #acf;
	text-decoration: none;
}
.p-btn a:hover .arrow3 {
	color: #fff;
}
.p-btn a:not(.link-to-pdf):not(.gs-title)[href$=".pdf"] {
	background: #f0f4f9;
	height: auto;
	padding-left: 10px;
}
.entry-content dl a:before {
	content: '\f0da';
    font-family: FontAwesome;
    font-size: 80%;
    color: #6ae;
    text-indent: 1em;
    padding-right: 0.3em;
}

/*=========Inner Page BreadCrumb css Open===============*/
#accesspres-mag-breadcrumbs .ak-container {
    float: left;
    padding: 5px 0 5px 5px;
    width: 100%;
}
#accesspres-mag-breadcrumbs .ak-container > a, #accesspres-mag-breadcrumbs .ak-container > .current {
    color: #246;
}
#accesspres-mag-breadcrumbs .ak-container > a:hover {
    color:#048;
}
#accesspres-mag-breadcrumbs, .woocommerce-breadcrumb {
    font-size: 85%;
    line-height: 18px;
    margin: 8px 0 6px;
	background: none;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 25px;
    font-size: 75%;
    color: #fff;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
.bread-you {
    display: none;
    background: #038;
}
.bread-you:after {
    display: none;
}
/*=========Inner Page BreadCrumb css close===============*/

/*=========POPULAR CATEGORIES Widget css Open===============*/
.widget_categories ul li {
    padding-left: 0;
    text-align: right;
}
.widget_categories ul li a {
    float: left;
}
.widget_categories ul li:hover {
    color: #038;
} 
.widget_categories ul li:before {
    display: none;
}
/*=========POPULAR CATEGORIES Widget css Close===============*/

/*===========Inner Page Close================*/

.navigation .nav-links a, .btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #038 ;
    background: #038;
    color: #fff;
}
.logged-in-as a {
    color: #038;
}
.navigation .nav-links a:hover, .bttn:hover, button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #151515;    
    border-color:#151515 ;
    color: #fff !important;
}
.widget ul li:hover a {
    color: #444;
}
.author-metabox .author-title, .widget ul li a:hover, .widget ul li:hover:before {
    color: #04a;
}
.ticker-title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 85%;
    background: #038 !important;
    /* padding: 0 20px; */
    position: relative;
}
.rtl .ticker-title:before {
    left: -6px;
    right: inherit;
    border-left: inherit;
    border-right: 6px solid #038;
}
.ticker-title:before {
    border-left: 6px solid #038;
}
.entry-meta .post-categories li a {
    font-size: 75%;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 3px calc(0.3rem + 0.1vw) 2px;
    line-height: 14px;
    pointer-events: auto;
    background-color: #03723B;
    color: #fff;
}
#primary .entry-meta {
    margin-top: 0;    
    color: #000;
    font-size: 75%;
    font-weight: 400;
    font-style: normal;
}
.block-poston .comment_count i, .block-poston .apmag-post-views i {
    margin: 0px 8px 0 8px;
}
.single .byline, .group-blog .byline, .posted-on, .blog-author, .blog-cat {
    color: #444;
    font-size: 100%;
	font-family: Avenir, 'Helvetica Neue', Helvetica, Roboto, 'YakuhanJPs', 'Hiragino Kaku Gothic Pro', 'Noto Sans CJK JP', 'NotoSansJPSubset', 'BIZ UDGothic', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.single-post .post_content {
    margin-top: 0;
    font-size: 100%;
    line-height: 1.7;
    color: #444;
}
.single-post .post_content td {
	font-size: 98%;
}
.widget ul li {
    font-size: 95%;
    line-height: 18px;
    padding-bottom: 5px;
}
.link-caption {
    display: none;
}
.nav-links .nav-previous {
    max-width: 48%;
    float: left;
    line-height: 0;
}
.nav-links .nav-next {
    max-width: 48%;
    float: right;
    line-height: 0;
}
.nav-previous a, .nav-next a, .archive_pagination a, .archive_pagination span.current {
    display: inline-block !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 85% !important;
    background: #038 !important;
    color: #fff !important;
    position: relative !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 98% !important;
    text-transform: capitalize !important;
}
.nav-previous a:hover, .nav-next a:hover, .archive_pagination a:hover, .archive_pagination span.current:hover {
    background: #333 !important;
}
.nav-next a {
    padding-right: 30px !important;
}
.nav-previous a {
    padding-left: 30px !important;
}
.nav-previous a:before, .nav-next a:before, .archive_pagination a:before {
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    top: 0;
}
.nav-previous a:after, .archive_pagination a.prev:after {
    left: 15px !important;
    top: -25px !important;
    -webkit-transform: rotate(70deg) !important;
    -moz-transform: rotate(70deg) !important;
    transform: rotate(70deg) !important;
    -webkit-transform-origin: 0 0 0 !important;
    -moz-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
}
.nav-previous a:before, .archive_pagination a.prev:before {
    left: 5px;
    content: "\f060";
}
.nav-next a:before, .archive_pagination a.next:before {
    right: 5px;
    content: "\f061";
}
.nav-next a:after, .archive_pagination a.next:after {
    -webkit-transform: rotate(70deg) !important;
    -moz-transform: rotate(70deg) !important;
    transform: rotate(20deg) !important;
    -webkit-transform-origin: 0 0 0 !important;
    -moz-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    position: absolute !important;
    content: "" !important;
    top: -50px !important;
    right: -70px !important;
}
.author-metabox .author-avatar{
    border-radius:100%;
    padding:2px;
    border:2px solid #ededed; 
    overflow:hidden;
}
.author-metabox {
    background:none;
    border: 1px solid #ededed;
    padding: 21px;
    margin-bottom: 20px;
}
.comment-list .comment-body {
    background:none;
    border: 1px solid #ededed;
    padding: 21px;
    margin-bottom: 48px;
}
#comments h2.comments-title span {
    line-height: 17px;
    display: inline-block;
    color: #038;
}
#comments h2.comments-title {
    font-family: 'Roboto', sans-serif;
    font-size: 85%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #038 !important;
    display: block;
    margin-top: 20px;
}
#respond {
    background: none;
    border: 1px solid #ededed;
    padding: 21px;
    margin-bottom: 20px;
}
.single-post-on, .single-post-view {
    float: left;
}
.ak-search .search-form {
    background: none repeat scroll 0 0 rgba(0, 60, 140, 0.5);
    top: calc(14.5rem + 1vw);
    padding: 50px 5%;
}
.ak-search .search-form .search-field {
	font-size: 130%;
}
.ak-search .search-form .search-submit {
    background: none repeat scroll 0 0 rgba(0, 60, 140, 1);
}
.ak-search .search-form .search-submit:hover {
    background: none repeat scroll 0 0 #111;
}
.ak-search .close {
    color: #038;
}
.ak-search.active .overlay-search {
    background: rgba(245,250,255,0.8);
}
.search-icon > i:hover {
    color: #038;
}
.search article.hentry {
	margin-bottom: 2%;
	border-bottom: 1px dotted #ddd;
}

/*=================Footer Block Section Open======================*/
.top-footer {
    padding: 40px 0 20px;
}
.top-footer li > ul {
	margin-left: 0;
}
.top-footer .widget {
	padding-bottom: 0;
}
.top-footer .footer-block-wrapper {
	margin-left: 1%;
}
.top-footer .footer-block-wrapper .widget ul {
	margin-bottom: 0;
}
.top-footer .footer-block-wrapper .widget ul li {
	font-size: 100%;
	margin-bottom: 5px;
	padding-left: 1%;
}
.top-footer .footer-block-wrapper .widget ul.sub-menu li::before {
	content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #46b;
    border-right: 1px solid #46b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 7px 3px 0;
    padding: 0;
    position: relative;
}
.top-footer .footer-block-wrapper .widget ul li a:hover {
	text-decoration: underline;
}
.top-footer .footer-block-wrapper .widget ul.sub-menu {
	padding-top: 10px;
}
.top-footer .footer-block-wrapper .widget ul.sub-menu>li {
	padding: 4px 0 5px 5px;
}
.footer-block-wrapper .footer-block-3 img {
	width: calc(18.8rem + 1.7vw);
	max-width: 220px;
}
.top-footer .footer-block-3 a {
	display: inline-block;
}
.top-footer .footer-block-3 p {
	margin: 0 5px 2px;
}
.top-footer .footer-block-wrapper .widget ul li {
	display: inline-block;
	width: 49%;
}
.top-footer .footer-block-wrapper .widget ul.sub-menu li {
	display: block;
	width: 100%;
}
.top-footer .footer-block-wrapper .phone {
	margin-left: 8px;
}
.footer-block-wrapper .footer-block-1 {
	width: 37% !important;
}
.footer-block-wrapper .footer-block-1 li.menu-item-has-children:first-child {
	width: 42%;
	vertical-align: top;
}
.footer-block-wrapper .footer-block-1 li.menu-item-has-children:last-child {
	width: 56%;
}
.footer-block-wrapper .footer-block-2 {
	width: 36% !important;
}
.footer-block-wrapper .footer-block-3 {
	width: 24% !important;		
}
.top-footer.footer-column3 .footer-block {
	margin-left: 1%;
}
.footer-block .widget-title {
    padding: 0;
    font-size: 85%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: -26px;
    border-bottom: 2px solid #222222;
    background:transparent !important;
}
.footer-block .widget-title span {
    background: #222222 !important;
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    color: #fff;
    text-transform: uppercase;
}
.top-footer.footer-column2 .footer-block-2 {
	width: 40%;
	margin-left: 10%;
}
.footer-block-2 .widget-title span {
    background: #038 !important;
}
.footer-block-2 .widget-title{
    border-color: #038;
}
.footer-block-3 .widget-title span {
    background: #314fd6 !important;
}
.footer-block-3 .widget-title {
    border-color: #314fd6;
}
.footer-block-3 li:hover a {
    color: #314fd6 !important;
}
.footer-block-4 .widget-title span {
    background: #e29c04 !important;
}
.footer-block-4 .widget-title {
    border-color: #e29c04;
}
.footer-block-4 li:hover a {
    color: #e29c04 !important;
}
.footer-block-3 .phone {
    font-size: 135%;
}
.footer-block-3 .con-ttl {
	font-size: 95%;
}
.footer-block-3 .flex {
	display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
}

/*=================Footer Block Section Close======================*/

/*======= Newsletter===========*/
.widget_newsletterwidget .newsletter-submit {    
    border: medium none;
    height: 45px;
    border-radius: 0 12px 12px 0;
    text-shadow: 1px 1px 2px #333;
    color: #ffffff !important;
    background: -moz-linear-gradient(180deg, #00964C 44%, #347D6A 74%);/* FF3.6+ */
    background: -webkit-linear-gradient(180deg, #00964C 44%, #347D6A 74%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #00964C 44%, #347D6A 74%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #00964C 44%, #347D6A 74%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #00964C 44%, #347D6A 74%);/* W3C */
}
.widget_newsletterwidget .newsletter-submit:hover {
    background: -moz-linear-gradient(180deg, #347D6A 44%, #00964C 74%);/* FF3.6+ */
    background: -webkit-linear-gradient(180deg, #347D6A 44%, #00964C 74%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #347D6A 44%, #00964C 74%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #347D6A 44%, #00964C 74%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #347D6A 44%, #00964C 74%);/* W3C */
}
.newsletter-widget .newsletter-email {
    background: none repeat scroll 0 0 #E5E8E8;
    border: medium none;
    border-radius: 12px 0 0 12px;
    padding: 0 20px;
    width: 190px;
    height: 45px;
}

/*Instagram fee*/
.instagram-widget li {
    width: 31.33%;
    float: left;
    padding-left: 0px !important;
    padding: 5px 0px 0px 0px;
    margin-bottom: 0px !important;
}
.nav-wrapper .nav-toggle {
	display: none;
    width: 4.2rem;
    height: 4.2rem;
    background-color: #15a;
    transition: background 0.2s linear;

}
.nav-toggle span {
	background: none repeat scroll 0 0 #fff;
	display: block;
	height: 3px;
	margin: 7px auto;
	width: 66%;
}

/*=================Event Calendar=================*/
.tribe-events-list-widget .tribe-event-featured {
	background-color: #fffbfa !important;	
}
.tribe-events-list-widget .tribe-event-title {
	font-size: 105%;
}
.tribe-events-list-widget .tribe-event-title a, .tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
	display: block;
	color: #024;
}
.tribe-events-list-widget .tribe-event-title a:hover, .tribe-events-list-widget .tribe-event-featured .tribe-event-title a:hover {
	color: #e65;
}
.tribe-events-list-widget .tribe-event-duration, .tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
	font-size: 90%;
	color: #777;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
	float: right;
	width: 100px;
	margin: 0;
}
.tribe-events-list-widget a img {
	transition: 0.3s;
}
.tribe-country-name {
	display: none;
}
.tribe-events-list .type-tribe_events h2 {
    font-size: 120%;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 1200px;
	margin: 0 auto;
}
.tribe-events-list .type-tribe_events {
	display: inline-block;
	width: 48.5%;
	margin: 0.5%;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
	float: left;
	margin: 0 2% 0 0;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
	font-size: 105%;
    width: auto;
	margin: 0.3rem !important;
}
.tribe-events-loop .tribe-events-event-meta {
    font-size: 100%;
	font-weight: 400;
	color: #fff;
}
.tribe-events-list-widget .tribe-events-widget-link a {
    font-size: 95%;
	float: right;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0 3%;
	padding:  3px 10px 2px;
	border-radius: 3px;
}
.tribe-events-list-widget .tribe-events-widget-link a:hover {
	color: #fff;
	background: #e65;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
    font-size: 130%;
}
.tribe-events-list-separator-month {
	font-size: 130%;
	font-weight: 400;
}
#secondary .tribe-events-event-image {
	float: left;
	overflow: hidden;
	height: 70px;
	margin-right: 8px;
}
#secondary .tribe-events-list-widget a img {
	width: 100px;
}

/* ---------------------------- Indivisuals ------------------------------------- */
.red {
	color: #b30;
}
.blue {
	color: #05c;
}
.bold {
	font-weight: 600;
}
.text {
	text-align: justify;
	text-justify: inter-ideograph;
}
ol.kana {
	list-style-type: katakana;
	margin: 0 0 0 2.3rem;
}
.list li {
	width: auto;
	text-indent: -0.5em;
	margin: 0 0 0 12px;
	padding: 3px 0;
	list-style: none;
}
.kome {
	margin-bottom: 0;
}
.kome li {
	width: auto;
	text-indent: -1em;
	margin: 0 0 0 1.2em;
	padding: 2px 0;
	list-style: none;
}
.list li:before {
	content: "•";
	text-indent: 1em;
	padding-right: 0.2em;
}
.kome li:before {
	content: "※";
	text-indent: 1em;
}
.file-list li {
	text-indent: -3.3rem;
	padding-left: 3.3rem;
}

/* file icon */
a[target="_blank"] {
	background: url("https://www.onojo-sports.or.jp/wp-content/uploads/new_window.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
a[target="_blank"]:hover {
	opacity: 0.5;
}
a[href$=".pdf"], a[href*=".pdf"] {
	background: url("https://www.onojo-sports.or.jp/wp-content/uploads/2017/10/Adobe_PDF_file_icon_32x32-e1508116059944.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
	padding-right: 0;
	margin-left: 6px;
}
a[href$=".pdf"].su-button {
	background: none;
	padding-left: 0;
}
a[href$=".xlsx"], a[href$=".xls"] {
	background: url("https://www.onojo-sports.or.jp/wp-content/uploads/2017/10/Excel20.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
	margin-left: 6px;
}
a[href$=".docx"], a[href$=".doc"] {
	background: url("https://www.onojo-sports.or.jp/wp-content/uploads/2017/10/Word20.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
	margin-left: 6px;
}
a.imglink[target="_blank"] {
	background: none;
	display: inline;
	padding: 20px 0px;
}
.page-template-home-page a[href$=".pdf"], .su-posts a.su-button[target="_blank"], .su-posts a.su-button[href$=".pdf"], .su-posts-default-loop a[href$=".pdf"] {
	background: none;
	margin: 0;
	padding: 0;
}
.page-template-home-page .post-status {
    display: block;
    position: absolute;
    font-size: 85%;
    color: #fff;
    padding: 2px 5px 0;
    background: rgba(200,120,0,0.6);
}
#home-middle-sidebar .menu-item a[target="_blank"]:hover {
    opacity: 0.8;
}
/* end */

/* Various File */
.dl-service {
	border: 1px solid #ddd;
	padding: 2% 1% 0.5%;
	margin: 0 0 5px;
	width: 100%;
	height: auto;
	table-layout: fixed;
}
/* end */

.facility-list {
	margin: 0 0 20px;
	padding: 10px;
	background: #fcf3ec;
}
.facility-list li {
	display: inline-block;
	padding: 5px 1%;
	margin: 0;
	width: auto;
}
.facility-list li:before {
	content: "‣";
	padding-right: 2px;
}
.box-wrapper {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
}
.box-wrapper div {
	width: auto;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 1% 0 0;
}
.box_wrapper li {
	clear: both;
}
.price-table {
	max-width: 400px;
	height: auto;
	border-collapse: collapse;
	margin: 0 0 2px;
	padding: 0;
}
.price-table th {
	font-size: 95%;
	text-align: center;
	vertical-align: middle;
	background: #f0f5e5;
	padding: 5px;
}
.price-table td:first-child {
	text-align: left;
}
.price-table td, .price-table_light td {
	font-size: 95%;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
}
.price-table th:nth-child(4), .price-table td:nth-child(4) {
	border-left: 3px double #ccc;
}
.photo {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px 0 40px;
	clear: both;
	table-layout: fixed;
}
.photo li {
	list-style: none;
	float: left;
	width: 32.3%;
	height: calc(6rem + 12vw);
	padding: 0;
	margin: 0.5%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.photo li img {
	width: 100%;
	height: 100%;
}
.photo li .caption {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 86%;
	text-shadow: 0 0 2px #000;
	top: 50%;
	text-align: center;
	position: relative;
}
.photo li .mask {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.photo li:hover .mask {
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
}
.sp-table {
	width: 32.3%;
	float: left;
	margin: 0 1% 0 0;
}
.sp-table table {
	font-size: 90%;
	height: auto;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.sp-table tr:nth-child(odd) {
	background: #f5fbfe;
}
.sp-table th {
	color: #444;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
	margin: 0;
	padding: 6px;
}
.sp-table th.left {
	text-align: left;
}
.sp-table td {
	font-size: 95%;
	vertical-align: middle;
	line-height: 1.2;
	margin: 0;
	padding: 6px;
}
.sp-table td.month {
	color: #444;
	text-align: center;
	vertical-align: top;
	background: #f5fafe;
}
.sp-table td > p {
	margin: 0;
	padding: 6px;
	line-height: 1.6;
	border-top: 1px dotted #ccc;
}
.sp-table td p:nth-child(1) {
	border: none;
}
.junior-plan td.month, .event-info td:month {
	background: #fafaf5;
}
.event-info td:last-child {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.sports-list {
	width: 100%;
	height: auto;
}
.sports-list li {
	font-size: 90%;
	align-items: center;
	justify-content: center;
	width: calc(14rem + 1.3vw);
	height: auto;
	background: #fdfaf0;
	margin: 3px;
	line-height: 120%;
	float: left;
	border-radius: 5px; 
}
.sports-list li div {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	margin: 0;
	justify-content: center;
	text-align: center;
}
.team-list td:first-child {
	padding: 2px 6px 0;
}
.team-list td:last-child {
	min-height: 34px;
	padding: 0;
}
.team-list a {
	border-bottom: 1px solid #cde;
}
.team-list a:hover {
	border-bottom: 1px solid #7bf;
}
.sp-cate {
	position: absolute;
	background: rgba(0,80,160,0.8);
	z-index: 1;
}
.sp-cate a {
	display: block;
	font-size: 85%;
	color: #eee;
	padding: 3px 6px 1px;
}
.single-junior_club .sp-cate, .su-posts-team-loop .sp-cate {
	position: static;
	font-size: 90%;
	float: none;
}
.single-junior_club h2.su-post-title {
   	display: flex;
    justify-content: left;
    flex-flow: row-reverse wrap;
}
.single-junior_club .sp-cate {
	margin: 2px 10px 0 0;
}
.su-posts-team-loop .su-post-title {
	padding-left: 6px;
}
.su-posts-team-loop .sp-cate {
	display: inline-block;
	margin: 1px 8px 0 0;
	padding-left: 0;
}

/* Junior Club */
.junior-list {
	width: auto;
	height: auto;
	padding: 5px 0 20px;
	margin: 0;
	table-layout: fixed;
	text-align: left;
	text-justify: distribute-all-lines;
}
.junior-list:after {
	content:"";
	display: inline-block;
	width: auto;
	line-height:0;
	height: 0;
}
.junior-list li {
	width: 220px;
	min-width: 19%;
	max-width: 48%;
	height: 100%;
	display: inline-block;
	padding: 10px;
	margin: 0 4px 10px 0;
	border-radius: 5px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #84b9cb;
	background: #f7fcfe;
}
.junior-list:nth-child(odd) li {
	border: 1px solid #c7dc68;
	background: #f1f8e0;
}
.junior-list li > p {
	text-align: center;
	padding: 5px 0 0;
	margin: 5px 0;
	width: 100%;
	line-height: 120%;
	clear: both;
}
.junior-list li > p img {
	width: 100%;
	height: auto;
}
.junior-list li > p:nth-child(1) {
	overflow: hidden;
	margin: 0;
}
.archive .type-junior_club {
	float: left;
	width: 24.9%;
	padding: 4px;
}
.archive .type-junior_club .entry-content {
	margin: 0;
}
.post-type-archive-junior_club .posts-navigation {
	display: none;
	clear: both;
}
.single-junior_club #primary {
	width: 100%;
}
.single-junior_club .entry-content {
	margin: 0 0 30px;
}
.archive .type-junior_club .entry-title, .archive .type-post .entry-title {
	font-weight: 500;
	min-height: 2.9em;
}
.archive .type-post, .archive .type-junior_activity {
	display: inline-block;
	width: 24.5%;
	padding: 0.2%;
	vertical-align: top;
}
.archive .entry-meta .post-categories li a {
	background: rgba(200,120,0,0.7);
}
.tags-links {
	margin-top: 0;
	margin-bottom: 15px;
}
.qa {
	width: auto;
	height: auto;
}
.qa li {
	width: 49%;
	min-height: 185px;
	display: inline-block;
	vertical-align: top;
	margin: 1% 0 0;
	padding: 1%;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fcfcf5;
}
.qa li:nth-child(odd) {
	margin-right: 1%;
}
.qa li h4 {
	margin-top: 8px;
}
.qa li > p:nth-child(1) {
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 10px;
	color: #07b;
}
.sp-lesson {
	width: auto;
	height: auto;
	border-collpase: collpase;
	background: #fff;
}
.sp-lesson td {
	width: 5.5em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 1%;
	line-height: 120%;
}
.sp-lesson tr:nth-child(1) {
	background: #eaedf7;
	padding: 5px;
}
.event-result {
	min-width: 50%;
	max-width: 800px;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
}
.event-result th, .event-result td {
	text-align: center;
	vertical-align: middle;
	font-size: 95%;
	width: auto;
	padding: 3px;
	margin: 0;
}
.event-result td p {
	margin: 0;
}
.rank td:first-child, .rank2 td:first-child, .rank3 td:first-child {
	width: 3em;
	padding: 0;
	margin: 0;
}
.rank2 td:nth-child(2) {
	width: 8em;
}
.rank3 td:nth-child(3) {
	width: 7em;
}
#main .su-posts-default-loop .su-post {
	display: inline-block;
	float: left;
	width: 48.5%;
    margin: 0 1.5% calc(1rem + 0.5vw) 0;
    line-height: 1.5;
	transition: 0.5s;
}
#main .su-posts-default-loop .su-post:hover {
	background: #f0f9fe;
}
#main .su-posts-default-loop .su-post-thumbnail {
    width: calc(9rem + 3vw);
	height: calc(6rem + 2vw);
    margin-right: 1.5%;
}
#main .su-posts-default-loop .su-post-thumbnail img {
    max-width: calc(9rem + 3vw);
    max-height: 120px;
}
#main .su-posts-default-loop .su-post-meta {
	font-size: 90%;
	opacity: 0.8;
	margin-top: 1%;
}
#main .su-posts-single-post .su-post {
	margin-bottom: 0.5em;
}
.su-posts-single-post h1.su-post-title {
	background: #d5e5f5;
	padding: 5px 0 3px 12px;
	margin-top: 20px;
}
#main .su-posts-default-loop h4 {
	display: block;
	font-size: 105%;
	font-weight: 500;
	border-left: none;
	margin: 0;
	padding: 0;
}
.su-posts-news-loop .su-post {
	margin-bottom: 30px;
}
.su-posts-news-loop .su-post h3 {
	margin-top: 5px;
}
.su-posts-news-loop .su-post-thumbnail img {
	width: 360px;	
}
.su-posts-news-loop .su-post-meta {
	font-weight: 400;
	padding: 0 10px 10px;
}
.su-posts-info-loop .su-post-title {
	font-size: 90%;
	color: #345;
	clear: none;
}
.su-posts-info-loop .su-post-title .su-post-meta {
	font-size: 90%;
	color: #888;
	opacity: 1;
}
#secondary .su-posts-info-loop .su-post {
	position: relative;
    margin-bottom: 0.7em;
	transition: 0.5s;
}
#secondary .su-posts-info-loop .su-post:hover {
    background: #f5fbff;
}
#secondary .su-posts-info-loop .su-post-thumbnail {
	height: 67px;
	margin-right: 8px;
	overflow: hidden;
}
#secondary .su-posts-info-loop .su-post .post-status {
	display: block;
}
#shortcodes-ultimate-7 .widget-title {
	border-color: #89a;
}
#shortcodes-ultimate-7 .widget-title > span {
	background: #89a;
}
.su-post-comments-link {
	display: none;
}

/*=================responsive version=================*/

/* css for  all */
body { 
    overflow-x: hidden;
}
.apmag-container { 
    width: 100%;
    max-width: 1440px;
}
.top-menu-wrapper .apmag-container {
    width: 100%;
}
#top-navigation {
    float: left;
    margin: 3px 3px;
}

@media (min-width: 1100px) {
    #site-navigation ul li:hover::before {
        left: 0;
        width: 100%;
    }
	.tribe-events-list .type-tribe_events {
		width: 32%;
		margin: 0.5%;
	}
}

@media (min-width: 1280px) {
	.rl-image-widget-link img:hover {
		transform: scale(1.05);
	}
	.grid-small-common .grid-thumb img, .grid-big-post .grid-thumb img {
    	transition: transform 0.3s ease;
    	-webkit-transition: -webkit-transform 0.3s ease;    
    	transition-timing-function: ease !important;
	}
	.grid-small-common:hover .grid-thumb img, .grid-big-post:hover .grid-thumb img {
    	transform: scale3d(1.05, 1.05, 1);
    	-webkit-transform: scale3d(1.05, 1.05, 1);
    	-moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
	}
	.single_post_top:hover a.post-category, .single-block-wrapper .single_post:hover a.post-category {
		background: none repeat scroll 0 0 rgba(49, 79, 214, 0.61);
	}
	.grid-small-post:hover .big-meta a.post-category, .grid-big-post:hover .big-meta a.post-category {
		background: none repeat scroll 0 0 rgba(240, 100, 80, 0.7);
	}
	.rl-image-widget-link img {
		transition: transform 0.2s linear;
	}
	.post-image:hover img, .post-img:hover img {
		transform: scale(1.05);
	}
	.tribe-events-list-widget a:hover img {
		transform: scale(1.05);
	}
	.su-post-thumbnail {
		overflow: hidden;
	}
	.su-post-thumbnail a img {
		transition: transform 0.2s linear;
	}
	.su-post-thumbnail a:hover img {
		transform: scale(1.01);
	}
}

@media (max-width: 1400px) {
	body.custom-background {
		background-image: none !important;
	}
}

@media (max-width: 1200px) {
	.qa li {
		display: block;
		width: 100%;
		min-height: auto;
	}
	.sp-table {
		width: 49%;
	}
	#post-2530 .team-list td:first-child {
		width: 8.2em;
	}
	#post-2756 .team-list td:first-child {
		width: 11.8em;
	}
}

@media only screen and (max-width:1024px) {
	.rl-image-widget-link img:hover {
		transform: none;
	}
	#mega-menu-wrap-primary .rl-image-widget-text a {
		padding: calc(4rem + 4vw) 0 1vw;
	}
	.kome li {
		text-indent: -0.6em;
	}
}

@media only screen and (max-width: 979px) {
    .site-branding {
		width: 40%;
        text-align: center;
        float: left;
    }
	#menu-item-2514 {
        display: none;
    }
    ul.menu > li.menu-item-has-children::before {
        content:"";
    }
    table#wp-calendar tr td {
        padding: 5px 5px;
    }
    table#wp-calendar tr th {
        padding: 5px 5px;
    }
    .ticker-content a {
        width: 350px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ak-search .close {
        cursor: pointer;
        font-size: 300%;
        line-height: 80px;
        position: absolute;
        right: calc(1rem + 1vw);
        top: 0px;
        z-index: 99999;
    }
    .site-footer .ak-info {
        display: inline-block;
        width: 100%;
    }
    .bottom-footer {
        text-align: center;
    }
	#secondary-right-sidebar, #secondary-left-sidebar, #primary {
		width: 100%;
		float: none;
	}
	.tribe-events-list-widget .tribe-events-list-widget-events {
		float: left;
		width: 48.3%;
		margin-right: 1.5%;
	}
	.single-post-single-style1 .post_image_col {
		float: none;
	}
	.footer-block-wrapper .footer-block-1 {
		width: 54% !important;
	}
	.footer-block-wrapper .footer-block-2 {
		width: 44% !important;
	}
	.footer-block-wrapper .footer-block-3 {
		width: 99% !important;		
	}
}

@media only screen and (max-width: 767px) {
	.f-box25, .f-box33, .f-box40, .f-box50l, .f-box50r, .f-box60, .f-box66, .f-box75, .fr-box33, .fr-box66 {
		float: none;
		width: 100%;
		padding: 0 0 1%;
	}
	.f-left, .f-right {
		float: none;
		margin: 3px 1% 10px;
	}
	.pl1, .pl2, .pr1, .pr2 {
		padding: 0;
	}
    .site-branding {
		width: auto;
		margin-bottom: 0;
    }
    .sitelogo-wrap {
        margin-top: 0;
    }
    .sticky-wrapper {
        position: relative;
        height: auto;
    }
    .logo-ad-wrapper {
        position: relative;
    }
    .logo-ad-wrapper .apmag-container {
		height: auto;
    }
    .main-navigation {
        width: 100%;
    }
    .nav-wrapper .nav-toggle {
		margin-top: 2rem;
    }
	#site-navigation ul.sub-menu {
		transition: 0.01s linear;
	}
    #site-navigation .nav-wrapper {
        position: absolute !important;
		text-align: right;
		right: 0;
		margin-right: 0;
    }
    #site-navigation ul {
		margin-top: 4px;
    }
    #site-navigation ul.menu > li > a {
        line-height: 38px;
    }
    #site-navigation ul li {
		position: relative;
		text-align: left;
		width: 100%;
		background: #15a;
		border-bottom: 1px solid #ddd;
		padding: 10px 15px 10px 15px;
    }
    #site-navigation ul li a {
		color: #fff;
    }
    #site-navigation ul li.menu-item-has-children {
		padding: 10px 40px 10px 15px;
    }
    .sub-toggle {
		width: 32px;
		height: 32px;
		line-height: 32px;
		top: 12px;
		right: 15px;
        background-color: #16c;
    }
    #site-navigation .menu ul li ul li {
        background: #16c;
		padding-left: 20px;
    }
    #site-navigation ul.sub-menu li::after {
		color: #fff;
		left: 5px;
    }
    #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current-menu-ancestor > a {
        color: #fff;
    }
    #site-navigation ul li a:focus, #site-navigation ul li a:visited {
        background: #16c;
    }
    #site-navigation ul.sub-menu li:hover, #site-navigation ul.sub-menu li.current-menu-item, #site-navigation ul.sub-menu li.current-menu-ancestor {
		background: #27d;
    }
    #site-navigation ul.sub-menu li:hover::after, #site-navigation ul.sub-menu li.current-menu-item::after, #site-navigation ul.sub-menu li.current-menu-ancestor:hover::after {
        color: #fff;
    }
    #site-navigation .search-icon {
        margin-top: calc(1.1rem + 1vw);
		right: calc(4rem + 5vw);
        left: auto;
		z-index: 10;
    }
	#mega-menu-wrap-primary .mega-menu-toggle {
		display: inline-block;
		float: right;
		position: relative;
		margin: calc(1rem + 1vw) 0 calc(0.5rem + 0.5vw);
	}
	#mega-menu-wrap-primary {
		clear: none;
		z-index: -1;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after {
		font-size: 4rem;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin-right: 3px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 110%;
		color: #fff;
		padding: 0 calc(1rem + 0.5vw);
		background: #259;
	}
	#mega-menu-wrap-primary .rl-image-widget-text a {
    	font-size: 100%;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
		width: 310px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		color: #fff;
		background: #36a;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
		padding: 1% 1% 2.5%;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		background: #eee;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		padding-top: 5px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		color: #fff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    	color: #fff;
		background: #36a;
	}
	.ak-search .close {
        right: calc(4.5rem + 6vw);
	}
    .random-post {
        display: inline-block;
        font-size: 105%;
        line-height: 21px;
        padding: 15px 5px;
    }
    .ak-search .search-form .search-submit {
        width: 25%;
        padding: 10px 7px;
    }
    .ak-search .search-form .search-field {
        width: 75%;
    }
    ul#menu-top-menu-right.menu {
        margin-top: 20px;
    }
    .grid-big-post {
        width: 100%;
    }
	.grid-big-post .bg-overlay-outer {
		margin-top: 0;
	}
    .grid-posts-bunch {
        width: 100%;
        margin-top: 3px;
    }
    .newsletter-widget .newsletter-email {
        width: 100%;
    }
	.sp-table {
		width: 100%;
		max-width: 400px;
		margin: 0;
	}
	.list li {
		text-indent: -0.7em;
	}
	#main .su-posts-default-loop .su-post {
		display: block;
		float: none;
		width: 100%;
		padding: 0;
	}
	.archive .type-junior_club, .archive .type-post, .archive .type-junior_activity {
		width: 32.5%;
		padding: 0.5%;
	}
	.ikoi-road .entry-content {
		margin: 50px 0 0;
	}
	.ikoi-road .f-box25 p {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0.5%;
	}
	.footer-block-wrapper .footer-block {
		margin-bottom: 3px !important;
	}
	.footer-block-wrapper .footer-block-1, .footer-block-wrapper .footer-block-2 {
		float: left !important;
	}
	.footer-block-wrapper .footer-block-3 {
		float: none !important;
		clear: both;
		padding-left: 5px;
	}
	.su-posts-news-loop .su-post-meta {
    	display: block;
    	padding: 0.5% 0 0 0;
    	margin: 0;
	}
}

@media only screen and (max-width: 660px) {
	table.scroll {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.scroll {
		overflow-x: auto;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #eee;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #ccc;
	}
	.scroll-wrap::-webkit-scrollbar-track-piece {
		background: #efefef;
	}
	.scroll img {
		max-width: 180%;
	}
	.scroll:after {
		position: absolute;
		content: "\f07e";
		font-family: fontawesome;
		font-size: 180%;
		color: rgba(120, 180, 240, 0.7);
		margin: -0.7em 0 0;
		right: 0.5em;	
	}
}

@media only screen and (max-width: 579px) {
    .slider-wrapper {
		overflow: hidden;
    }
    body.home .metaslider, .fullwide .metaslider {
		margin-left: -100px !important;
		margin-right: -100px !important;
    }
    .toppost-wrapper .single_post.top-post, .bottompost-wrapper .single_post {
        width: 100%;
    }
    .second-block-wrapper .rightposts-wrapper, .second-block-wrapper .leftposts-wrapper {
        width: 100%;
    }
    .advps-excerpt-block-one {
		padding: 3px;
    }
	.tribe-events-list-widget .tribe-events-list-widget-events {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.archive .type-junior_club {
		width: 50%;
		padding: 1%;
	}
	.archive .type-post, .archive .type-junior_activity {
		width: 49.3%;
		padding: 1%;
	}
	.archive .type-post:nth-child(2n) {
		clear: both;
	}
	.ikoi-road .page-header .page-title {
		margin: 0 -2.5%;
		width: 100%;
	}
	.su-posts-info-loop .su-post-title {
		font-size: 100%;
	}
	.top-footer .footer-block-wrapper .widget ul li {
		display: block;
		width: 100%;
	}
	.footer-block-wrapper .footer-block-1 li.menu-item-has-children:first-child, .footer-block-wrapper .footer-block-1 li.menu-item-has-children:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.sm-grid-wrapper {
		margin-top: 0;
	}
	.single_post.top-post {
		width: calc(14.5rem + 12vw) !important;
	}
	.grid-small-common {
		width: 100%;
		position: relative;
		overflow: hidden;
		float: left;
		margin-right: 0;
		margin-bottom: 0.7em;
		background: rgba(0, 0, 0, 0.2);
	}
	.grid-small-post h3.grid-title {
		font-size: 125%;
	}
	.grid-small-common:nth-child(3n), .grid-small-common:nth-child(4n) {
		margin-bottom: 0.7em;
	}
	.blockSlider .single_post {
		width: 130px !important;
	}
	.tribe-events-list .type-tribe_events {
		display: block;
		width: 100%;
		margin: 0;
	}
	.f-def2 dt, .f-def4 dt, .f-def5 dt, .f-def7 dt {
		float: none;
	}
	.f-def2 dd, .f-def4 dd, .f-def5 dd, .f-def7 dd {
		padding-left: 0;
	}
	.photo li {
		width: 48%;
	}
	.junior-list li {
		width: 50%;
	}
	.junior-list li > p img {
		width: 100%;
		height: auto;
	}
	.junior-list li > p {
		width: 140px;
	}
	.su-posts-team-loop .sp-cate {
		display: inline-block;
		position: relative;
	}
	.su-posts-news-loop .su-post-thumbnail img {
		max-width: 70%;
	}
	.top-footer.footer-column2 .footer-block {
		width: 100%;
		margin: 0;
	}
	.bottompost-wrapper .post-image, .second-block-wrapper .rightposts-wrapper .post-image, .random-posts-wrapper .post-img, .sidebar-posts-wrapper .post-image, .review-posts-wrapper .single-review .post-image, .latest-single-post .post-img {
		width: 28%;
	}
	.bottompost-wrapper .post-desc-wrapper, .second-block-wrapper .rightposts-wrapper .post-desc-wrapper, .random-posts .post-desc-wrapper, .sidebar-posts-wrapper .post-desc-wrapper, .review-posts-wrapper .single-review .post-desc-wrapper {
		width: 70%;
	}
}

@media only screen and (max-width: 359px) {
	.site-branding {
		max-width: calc(20rem + 5vw);
	}
	.nav-wrapper .nav-toggle {
		margin-top: calc(0.5rem + 4vw);
    }
	.ikoi-road .entry-content {
		margin: 50px 0 0;
	}
}

_::-webkit-full-page-media, _:future, :root b {
    font-weight: 500;
}

@media print {
	@page {
		margin: 8mm;
		margin: 10mm 8mm 10mm 8mm;
	}
	* {
		-webkit-print-color-adjust: exact !important;
		background-attachment: initial !important;
	}
	html {
		overflow: visible !important;
		zoom: 0.7 !important;
	}
	body {
		overflow: visible !important;
		min-width: 1240px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.container {
		min-width: 1240px !important;
	}
	#site-navigation {
		position: absolute !important;
	}
	#primary {
		float: left !important;
		width: 70% !important;
	}
	#secondary-right-sidebar {
		float: right !important;
		width: 27% !important;
	}
	.second-block-wrapper .leftposts-wrapper {
		float: left !important;
	}
	.second-block-wrapper .rightposts-wrapper {
		float: right !important;
	}
	.facility-box {
		width: 33.3% !important;
	}
	.footer-block-wrapper .footer-block {
		float: left !important;
	}
	.footer-block-wrapper .footer-block-1, .footer-block-wrapper .footer-block-2 {
		width: 36% !important;
	}
	.footer-block-wrapper .footer-block-1 li.menu-item-has-children {
		width: 49% !important;
	}
	.wow {
		visibility: visible !important;
	}
	#site-navigation .search-icon {
		display: none !important;
	}
}
