/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
/*.entry-title h1
 {
	font-size: 10px;
	line-height: 22px;
	color: #333;
	margin-bottom: 8px;
	font-weight:bold;
}*/

/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	
	.kanren dd {
	padding-top: 10px;
}

/*-- ここまで --*/
}

.entry-content p {
	font-size: 14px;
	margin-bottom: 2px;
	color :#333;
}
/*基本のフォントサイズ*/
p, /* テキスト */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
.post ul li, /* ulリスト */
.post ol li /* olリスト */
{
	letter-spacing :1px;
	font-family: 'Noto Sans JP', sans-serif;
}


/*サイドバー文字*/
#side .menu_underh2 {
	font-size: 17px;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom:10px;
	font-family: "Rounded Mplus 1c"; 
}
#side .st-aside ul li {
	font-size: 12px;
	list-style-type: none;
	margin: 2px 10px 0px 10px;
	padding: 0px;
	font-weight: normal;
}
.readmore_right{
	text-align:right;
	margin-right: 5px;
	position: relative;
}
.readmore_right p{
	position:absolute; 
	top:0px; 
	left:0px; 
}
.readmore_right img {
	width:100%;
}

.kanren dt img {
	width: 100px;
	height:100px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:1px #000 dotted;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 15px;
	color: #333;
	padding: 5px 0;
}
#comments {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.comment-body {
	padding: 0px;
	margin-bottom: 20px;
}
.commentmetadata {
	box-sizing:border-box;
	Font-family: Verdana;
	font-size: 12px;
	line-height: 24px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.avatar {
	float: left;
	margin-right: 10px;
	width:55px;
	height:55px;
	border-radius:10%;
}
.st-pagelink .page-numbers {
	font-family: Verdana;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:12px;
	min-width:10px;
	height:20px;
	/*display:block;*/
	/*float:left;*/
	text-align:center;
}
.entry-title, 
.post .entry-title {
	font-size: 28px;
	line-height: 28px;
	color: #333;
	margin-bottom: 7px;
	font-weight:bold;
	font-family: "Mplus 1p";
	margin-top: -5px;
}


/*/*コンタクトフォーム7*/
input:not([type=checkbox]):not([type=radio]):not([type=submit]),textarea,select {
	box-sizing:border-box;
	width:70%;
	padding:5px;

}
input[type=submit]{
	margin-right: auto;
}
.post input,.post textarea{
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #ccc;
}

.post #search input{
	border:none;
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit{
	width:100px;
	border-radius:20px;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;
	background:#f3f3f3;
	color:#000;
	border:none;
	padding:10px;
	display:block;
	box-sizing:border-box;
}
.wpcf7-form{
	text-align: left;
}
.wpcf7-submit:hover{
	opacity:0.9;
}

.linkcard　{
	text-align: center;
}

.wf-mplus1p { font-family: "Mplus 1p"; }
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

p .kanren-t　{font-family: "Rounded Mplus 1c"; }

.sent .forminner {
    display: none;
}
.windowclose{
    display: none;
}
.sent .windowclose{
    display: block;
}
/*吹き出し見出し*/
.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 0px;
 	max-width: 100%;
 	color: #555;
	font-size: 14px;
	background: #e0edff;
}
.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}
.balloon1 p {
	margin: 0;
	padding: 0;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 13px;
	font-weight:bold;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
	border-radius: 15px;
}

.balloon2:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
	margin: 0;
	padding: 0;
}

/* 広告スタイル */
.adsbygoogle{
	margin-left:auto !important;
}
.adStyle {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    padding: 0;
    background-color: #F2F2F2;
    background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
    background-size: 6px 6px;
}
.adStyle2 {
	/*max-width:320px !important;*/
   overflow: hidden;
   text-align: center;
   margin: auto;
   padding: 0;
	margin-top:50px;
}