/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
.inejump {
  margin-top : -150px;
  padding-top : 150px;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	}
@media screen and (max-width: 768px) {
  table {
    border-top: 1px solid #999;
	/*	border-bottom: 1px solid #999; */
  }
  table td.label {
	font-size: 90% !important;
	margin-top: 5px;
/*		margin-bottom: 1px; */
		    border-bottom: none;
    display: block;
 /*   text-align: center; */
	    width: auto !important;
/*	color: #green !important; */
	background: #ffffff !important;
  }
  table td.data {
    display: block;
 /*   text-align: center; */
	    width: 100%;
	background: #f5f5f5;
	    border-bottom: none;
  }
table.alt td.label {
	  background: #f5f5f5;
    color: #green !important;
}
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100% !important;
  }
}

.label {
   color: green;
}
#buddypress form#whats-new-form p.activity-greeting {
    line-height: 1em;
    margin-bottom: 15px;
    margin-left: 75px;
}
h3::before, .h3::before {
    background-color: transparent!important;
}
@media screen and (max-width: 480px) {
h1.siteHeader_logo, .entry-body h1 {
font-size : 120% ;
margin : 1em 0 0.8em 0 ;
}

h2 {
font-size : 80% ;
margin : 1em 0 0.8em 0 ; }
p,ul {
width : 100% ;
font-size : 95% ;
margin : 0 0 1.8em 0 ;
line-height : 1.6 ; }
li {
line-height : 1.5 ;
}
}



/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*　地図吹き出し内見出し */
.bgmp_placemark h3 {
	padding: 5px 10px;
}

.contact_bt_txt {
	color: #ffffff;
}

/*mapのスタイルを整える*/
#bgmp_map-canvas {
	max-width: 100% !important;
}

#bgmp_map-canvas img {
	margin: 0 4px 0 0;
}

/*
.siteHeadContainer.container {
	background-image: url(http://narerukai-tango.com/members/wp-content/uploads/2017/08/bg-silk-4.jpg);
}
*/
#main a:link {
	color: #790505 !important;
}

#main a:visited {
	color: #a50e0e !important;
}

#main a:hover {
	color: #790505 !important;
}

#main a:active {
	color: #037924 !important;
}

/* 電話でのお問い合わせ*/
a.tel {
	width: 100%;
	margin: 20px auto 4px;
	display: block;
	background: rgba(0,60,122,0.9);
	box-shadow: 0 3px #282c45;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	position: fixed;
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
}

/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*　地図吹き出し内見出し */
.bgmp_placemark h3 {
	padding: 5px 10px;
}

.contact_bt_txt {
	color: #ffffff;
}

/*mapのスタイルを整える*/
#bgmp_map-canvas {
	max-width: 100% !important;
}

#bgmp_map-canvas img {
	margin: 0 4px 0 0;
}

/*
.siteHeadContainer.container {
	background-image: url(http://narerukai-tango.com/members/wp-content/uploads/2017/08/bg-silk-4.jpg);
}
*/
#main a:link {
	color: #790505;
}

#main a:visited {
	color: #a50e0e;
}

#main a:hover {
	color: #790505;
}

#main a:active {
	color: #037924;
}
/* ソーシャルボタン内文字白に*/
/*.veu_socialSet a:link,a:visited,a:hover,a:active {
	color: #ffffff !important;
}*/
/* 電話でのお問い合わせ*/
a.tel {
	width: 100%;
	margin: 20px auto 4px;
	display: block;
	background: rgba(0,60,122,0.9);
	box-shadow: 0 3px #282c45;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	position: fixed;
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
}
.cleartango { clear:both; }  
.cleartango hr { display:none; }