@charset "utf-8";

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Oswald', "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}



main article h2 {
	font-weight:bold;
	padding: 0 0 0.2em;
	border-bottom:5px solid #ed145b;
	margin:70px 0 20px 0;
}


main article h3 {
	font-weight:bold;
	padding: 0 0 0.2em;
	border-bottom:1px solid #999999;
	position: relative;
	margin:50px 0 20px 0;
}
main article h3:before{
	content:"";
	display:block;
	width: 70px;
	border-bottom:2px solid #ed145b;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}

main article h4 {
	font-weight:bold;
	padding: 0 0 0.2em;
	border-bottom:1px dotted #999999;
	position: relative;
	margin:50px 0 20px 0;
}

main article h5 {
	font-weight:bold;
	padding: 0 0 0.2em;
	border-bottom:1px dashed #444;
	position: relative;
	margin: 30px 0 20px 0;
}


main article div.sharedaddy h3.sd-title,
main article div.sharedaddy h3.sd-title:before {
	border: none;
}



/*--------------------------------------------------------------
## nav-menu
--------------------------------------------------------------*/
@media only screen and (max-width:599px){
		#primary-menu ul.sub-menu li a::before {
		content: "--";
		}
}






/*--------------------------------------------------------------
## side
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud a {
	border-radius: 10px;
	white-space: nowrap;
}


.widget_categories .cat-item-10 {
	display: none;
}
#categories-2 {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/

.byline .author,
.meta-info-comment,
.single-post nav.post-navigation,
#post- {
	display: none;
}


article.post .entry-title{
    font-size: larger;
}
article.post a .entry-title{
	color: #FFF;
}



.gmost_div1 {
	margin-bottom: 25px;
}
.gmost_news_link a {
	background: #C00;
	width: 100%;
	margin-bottom: 40px;
	padding: 10px 15px;
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	display: block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gmost_news_link a:hover {
	background: #FFFFFF;
	color: #000000;
}


.mapboxgl-popup-content h3 {
	margin-top: 0px !important;
	color: #000 !important;
}
.mapboxgl-popup-content div p {
	color: #666 !important;
}


.gmost_tags a {
	background: #ed004f;
	margin: 2px;
	padding: 2px 4px;
	color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gmost_tags a:hover {
	background: #111;
	color: #ffffff;
}



/*--------------------------------------------------------------
## Biography
--------------------------------------------------------------*/
.gmost-intro {
	margin: 0 0 20px;
	padding: 0 0 10px;
	}
.gmost-bio1 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #666;
	}
.gmost-bio1:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}	
.gmost-bio1 li {
	margin: 0 0 10px;
	list-style-type: none;
}
.gmost-bio1 ul {
	margin-top: 20px 0 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
.gmost-bio1 p {
	line-height: 1em;
	}
.gmost-bio1 ul li span {
	width: 190px;
	font-weight: bold;
	color: #999;
	display: block;
	float: left;
}
.gmost-bio1 ul li p {
	padding: 0 0 0 10px;
	border-left: 2px solid #DDD;
	display: block;
	overflow: hidden;
}
.gmost-bio1 img {
	margin: 0 10px 20px 0;
	border: 10px solid #FFF;
	}
.gmost-prof {
	padding: 0 0 20px;
	}


@media only screen and (max-width:599px){
		.gmost-bio1 ul li span {
			float: none !important;
		}
}










/*--------------------------------------------------------------
## event
--------------------------------------------------------------*/
.tribe-events-single-section .tribe-events-meta-group {
	color: #000 !important;
}


h1.tribe-events-single-event-title {
	color: #EEE !important;
}

.tribe-events-schedule__date,
.tribe-events-schedule__time {
	color: #CCC !important;
}


