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

/*****************
 　実際のレスポンシブ編集
*******************/
/*media Queries スマホサイズ（480px以下）　
----------------------------------------------------*/
@media only screen and (max-width: 480px) {
	#s-navi dt.trigger {
		float: none;
	}

	#header-l .descr{
	font-weight: bold;	
	font-size: 17px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
	
/*-- 背景 --*/	
	#wrapper{
	/* Chrome,Safari */	
	background: url(https://hashidenblog.com/wp-content/uploads/2018/09/9d8b1cda8330183c03a38875181ad82c.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #A1A687) , color-stop(1.00, #C38F69)) ; 
	/* Android 2.x-3.0 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/9d8b1cda8330183c03a38875181ad82c.png) ,-webkit-linear-gradient(#A1A687, #C38F69) ;
	/* Firefox */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/9d8b1cda8330183c03a38875181ad82c.png) ,-moz-linear-gradient(#A1A687, #C38F69) ;
	/* Opera */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/9d8b1cda8330183c03a38875181ad82c.png) ,-o-linear-gradient(#A1A687, #C38F69) ;
	/* IE10+ */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/9d8b1cda8330183c03a38875181ad82c.png) ,-ms-linear-gradient(#A1A687, #C38F69) ;
	/* 標準 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/9d8b1cda8330183c03a38875181ad82c.png) , linear-gradient(-90deg,#A1A687, #C38F69) ;
		
	background-repeat: no-repeat;
	background-size: 100%;	
	}	
		
/*-- トップページ記事エリア --*/	
#side .st-aside  {
	padding: 0;	
	}	
	
dl.clearfix {
	float: none;	
	 background: #fdf5e6; 
    border: none;/*ボーダーなし*/
    padding: 0px;/*内側の余白*/
    margin: 0px;/*外側の余白*/
    margin-bottom: 30px;/*カード下の余白*/
    box-shadow: 3px 7px 4px #a0a0a0;/*影をつける*/
}
dt {
    margin-right: 5px;/*画像とタイトルの間隔*/
    position: relative;/*相対位置*/
    list-style: none;/*マーカーなし*/
	float: left;
	overflow:hidden;
}	
dt img {/*アイキャッチ画像*/
    width: 135px;/*画像幅*/
    height: 140px;/*画像の高さ*/
}
dd a {/*記事タイトル*/
    font-weight: bold;/*文字を太字に*/
    color: #000;/*文字色*/
    font-size: 15px;/*文字サイズ*/
    text-decoration: none;/*下線なし*/
}	
dd {
    text-align: left;/*タイトル中央寄せ*/
    display: block;/*ブロック形式で表示*/
    padding: 3px;/*タイトル位置*/
}
.eyecatch-t {/*-- 記事一覧画像にカテゴリー追加 --*/
    position: relative;/*絶対位置*/
}
p.eyecatchlabel-t {
    position: absolute;/*絶対位置*/
    font-size: 10px;/*文字サイズ*/
    font-weight: bold;/*文字を太字に*/
    color: #fff;/*文字色*/
    background-color: #000;/*背景色*/
    padding: 0px 5px;/*縦と横の幅*/
    left: 0;/*左からの位置*/
    top: 0;/*上からの位置*/
    opacity: 0.8;/*透明度*/
    z-index: 2000;/*重なりの順序*/
}	
.blog_info {
	   text-align: center;
		font-size: 12px;
		font-weight: normal;
		margin-top: -25px;
	} 
/*-- この記事を見るボタンの配置 --*/
	p.readmore {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	.readmore a {
	 padding: 5px;
	 font-size: 15px;
	 border: 1px solid #9e9e9e;
	 border-radius: 3px;
	 box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	background-color: #ffd700;	
}

/*-- （投稿ページ）関連記事エリア --*/
	.random {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.random ul.clearfix {
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.random li {
	float: left;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.random li:last-child {
	margin: 10px 10px 10px 0;
}
.random span {
	text-align: left;
	font-size: 10px;
	width: 140px; 
	background: rgba(0,0,0,0.6);
	font-weight: bold;
	color: #fff;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: normal;
}
.random li img {
	width: 150px;
	height: 150px;
} 	
	
.p-navi.clearfix dd {
		text-align:left;
}	
	
.st-main {
		margin: 20px 5px;
	}		
/*#wrapper .footer-img{
	background-image: url(https://hashidenblog.com/wp-content/uploads/2018/06/sp_footer_img0.png);
}	*/	
/*-- ここまで --*/
}


/*media Queries ipadpro　縦向き iphone7plus 横向き（800px以下）
----------------------------------------------------*/
@media only screen and (max-width: 800px) {
#s-navi dt.trigger {
		float: none;
	}	
#s-navi dt.trigger.op {/*反応しよるけど変わらない*/
		background: none;
		color: #000; 
	}	
/*-- 背景 --*/	
	#wrapper{
	/* Chrome,Safari */	
	background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #A1A687) , color-stop(1.00, #C38F69)) ; 
	/* Android 2.x-3.0 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-webkit-linear-gradient(#A1A687, #C38F69) ;
	/* Firefox */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-moz-linear-gradient(#A1A687, #C38F69) ;
	/* Opera */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-o-linear-gradient(#A1A687, #C38F69) ;
	/* IE10+ */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-ms-linear-gradient(#A1A687, #C38F69) ;
	/* 標準 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) , linear-gradient(-90deg,#A1A687, #C38F69) ;
		
	background-repeat: no-repeat;
	background-size: 100%;	
	}	
/*-- トップページ記事エリア --*/	
dl.clearfix {
	float: none;	
	 background: #fdf5e6; 
    border: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    box-shadow: 3px 7px 4px #a0a0a0;
}
dt {
    margin-right: 10px;
    position: relative;
    list-style: none;
	float: left;
	overflow:hidden;
}	
dt img {
    width: 180px;
    height: 140px;
}
dd a {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    text-decoration: none;
}	
dd {
    text-align: left;
    display: block;
    padding: 3px;
}
.eyecatch-t {
    position: relative;
}
p.eyecatchlabel-t {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 0px 5px;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 2000;
}	
.blog_info {
		font-size: 12px;
		font-weight: normal;
		margin-top: 10px; 
	}  
/*-- この記事を見るボタンの配置 --*/
.readmore a {
    text-align: right;
    margin-top: -18px; 
    margin-bottom: 0px;
	 padding: 3px;
	 font-size: 15px;
	 border: 1px solid #9e9e9e;
	 border-radius: 3px;
	 box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	 background-color:#ffd700;
}
	/*-- ここまで --*/
	#wrapper .footer-img {
		display:none;
	}
		/*max-width: 100%;
	height: auto; }/*widthとheight指定したけど変わらない*/
}	



/*media Queries タブレットサイズ（600px以上）　タブレット
 ipadpro縦向き
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
#s-navi dt.trigger {
		float: none;
	}	
#header-l .descr {
	font-weight: bold;
}
/*-- 背景 --*/	
	#wrapper{
	/* Chrome,Safari */	
	background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #A1A687) , color-stop(1.00, #C38F69)) ; 
	/* Android 2.x-3.0 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-webkit-linear-gradient(#A1A687, #C38F69) ;
	/* Firefox */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-moz-linear-gradient(#A1A687, #C38F69) ;
	/* Opera */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-o-linear-gradient(#A1A687, #C38F69) ;
	/* IE10+ */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-ms-linear-gradient(#A1A687, #C38F69) ;
	/* 標準 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) , linear-gradient(-90deg,#A1A687, #C38F69) ;
		
	background-repeat: no-repeat;
	background-size: 100%;	
	}	
/*-- トップページ記事エリア --*/	
dl.clearfix {
	float: none;	
	 background: #fdf5e6; 
    border: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    box-shadow: 3px 7px 4px #a0a0a0;
}
dt {
    margin-right: 10px;
    position: relative;
    list-style: none;
	float: left;
	overflow:hidden;
}	
dt img {
    width: 180px;
    height: 140px;
}
dd a {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    text-decoration: none;
}	
dd {
    text-align: left;
    display: block;
    padding: 3px;
}
.eyecatch-t {
    position: relative;
}
p.eyecatchlabel-t {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 0px 5px;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 2000;
}	
.blog_info {
		font-size: 12px;
		font-weight: normal;
		margin-top: 10px; 
	}  
/*-- この記事を見るボタンの配置 --*/
.readmore a {
    text-align: right;
    margin-top: -18px; 
    margin-bottom: 0px;
	 padding: 3px;
	 font-size: 15px;
	 border: 1px solid #9e9e9e;
	 border-radius: 3px;
	 box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	 background-color:#ffd700;
}
	
/*-- （投稿ページ）関連記事エリア --*/
.random {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.random ul.clearfix {
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.random li {
	float: left;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.random li:last-child {
	margin: 10px 10px 10px 0;
}
.random span {
	text-align: left;
	font-size: 10px;
	width: 140px; 
	background: rgba(0,0,0,0.6);
	font-weight: bold;
	color: #fff;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: normal;
}
.random li img {
	width: 150px;
	height: 150px;
} 	
	
.p-navi.clearfix dd {
		text-align:left;
}
	
	#wrapper .footer-img {
		display:none;
	}	

/**レスポンシブここまで**/
}	

	
/*media Queries タブレットサイズ（960px以下）
 ipad pro(横向き)
,iphone
----------------------------------------------------*/
@media only screen and (max-width: 960px) {
/*-- 投稿記事の見出しのカスタマイズ --*/
h2{
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 0px 10px #A1A687;
	padding: 0.2em 0.5em;
	margin: 2em 0;
	border-bottom: none;
	border-top: none;
}

h2:after{
	position: absolute;
	content: '';
	left: 30px;
	top: 100%;
	border: 15px solid transparent;
	border-top: 25px solid #A1A687;
	width: 0;
	height: 0;
}

.post h3 {
	font-size: 20px;
	border-left: 5px solid #A1A687;
   padding: 0.2em 0.5em;
   border-bottom: 1px solid #A1A687;
	}
	.post h4 {
		background: none;
		font-size: 18px;
		padding: 0;	
	}
	.post h4:before {
		display: none;
		font-family: "Font Awesome 5 Solid";
		content: "\f058";
}
	h4 svg.svg-inline--fa {
		color: #A1A687;
		padding-right: 2px;
		font-size:1em;
}	
	
.p-navi.clearfix dd {
		text-align:left;
	}	
.p-navi.clearfix dd a {
		font-size: 14px;
	}	
.p-navi dl dt {
		width: 60px;
		border: 2px solid;
		padding-left: 0.3em;
	}		

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

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

	#content {
		max-width: 1110px;
	}	
	
/*-- 背景 --*/	
	#wrapper{
	/* Chrome,Safari */	
	background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #A1A687) , color-stop(1.00, #C38F69)) ; 
	/* Android 2.x-3.0 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-webkit-linear-gradient(#A1A687, #C38F69) ;
	/* Firefox */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-moz-linear-gradient(#A1A687, #C38F69) ;
	/* Opera */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-o-linear-gradient(#A1A687, #C38F69) ;
	/* IE10+ */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) ,-ms-linear-gradient(#A1A687, #C38F69) ;
	/* 標準 */	
		background: url(https://hashidenblog.com/wp-content/uploads/2018/09/3e9195270001747001df49e183554277.png) , linear-gradient(-90deg,#A1A687, #C38F69) ;
		
	background-repeat: no-repeat;
	background-size: 100%;	
	}	
	
/*-- 投稿記事の見出しのカスタマイズ --*/
h2{
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 0px 10px #A1A687;
	padding: 0.2em 0.5em;
	margin: 2em 0;
	border-bottom: none;
	border-top: none;
}

h2:after{
	position: absolute;
	content: '';
	left: 30px;
	top: 100%;
	border: 15px solid transparent;
	border-top: 25px solid #A1A687;
	width: 0;
	height: 0;
}

.post h3 {
	font-size: 20px;
	border-left: 5px solid #A1A687;
   padding: 0.2em 0.5em;
   border-bottom: 1px solid #A1A687;
	}
.post h4 {
		background: none;
		font-size: 18px;
		padding: 0;	
	}
.post h4:before {
		display: none;
		font-family: "Font Awesome 5 Solid";
		content: "\f058";
}
	h4 svg.svg-inline--fa {
		padding-right: 2px;
		font-size:1em;
		color: #A1A687;
}
.itiran-custom.clearfix {
    position: relative;/*相対位置*/
}

		
/*-- トップページ記事エリア --*/		
dl.clearfix {
	 background: #fdf5e6; 
    border: none;/*ボーダーなし*/
    padding: 0px;/*内側の余白*/
    margin: 0px;/*外側の余白*/
    margin-bottom: 30px;/*カード下の余白*/
    box-shadow: 3px 7px 4px #a0a0a0;/*影をつける*/
}
dt {
    margin-right: 30px;/*画像とタイトルの間隔*/
    float: left;/*左に寄せる*/
    overflow: hidden;/*拡大領域固定*/
    position: relative;/*相対位置*/
    list-style: none;/*マーカーなし*/
}
dt img {/*アイキャッチ画像*/
    width: 260px;/*画像幅*/
    height: 200px;/*画像の高さ*/
    transition: .3s;/*拡大・縮小速度*/
}
dt img:hover {/*マウスホバーで画像拡大*/
    transform: scale(1.2);/*拡大率*/
}

dd a {/*記事タイトル*/
    font-weight: bold;/*文字を太字に*/
    color: #000;/*文字色*/
    font-size: 18px;/*文字サイズ*/
    text-decoration: none;/*下線なし*/
}
dd {
    text-align: left;/*タイトル中央寄せ*/
    display: block;/*ブロック形式で表示*/
    padding: 30px;/*タイトル位置*/
}
	dd p {
		margin-top: 5px;
	}	
.eyecatch-t {/*-- 記事一覧画像にカテゴリー追加 --*/
    position: relative;/*絶対位置*/
}
p.eyecatchlabel-t {
    position: absolute;/*絶対位置*/
    font-size: 13px;/*文字サイズ*/
    font-weight: bold;/*文字を太字に*/
    color: #fff;/*文字色*/
    background-color: #000;/*背景色*/
    padding: 0px 20px;/*縦と横の幅*/
    left: 0;/*左からの位置*/
    top: 0;/*上からの位置*/
    opacity: 0.8;/*透明度*/
    z-index: 2000;/*重なりの順序*/
}
.blog_info {
		font-size: 13px;
		font-weight: normal;
		text-align: center;
		margin: 10px;
	} 
.blog_info p a {
		padding: 8px;
	 	border: none;
	}
	
/*-- この記事を見るボタンの配置 --*/
 .readmore a {
    text-align: right;/*ボタンを中央に移動*/
    margin-top: 7px;/*上からの余白*/
    margin-bottom: -17px;/*下からの余白*/
	 padding: 3px;
	 font-size: 15px;
	 border: 1px solid #000;
	 border-radius: 3px;
	 box-shadow: 0 3px 0 0 rgba(0,0,0,0.3);
	 background-color:#ffd700;
}
.readmore a:hover {
	box-shadow: none;	
	}
	
/*-- （投稿ページ）関連記事エリア --*/
.random {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.random ul.clearfix {
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.random li {
	float: left;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.random li:last-child {
	margin: 10px 10px 10px 0;
}
.random span {
	background: rgba(0,0,0,0.6);
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: normal;
	width: 180px;
}
.random li img {
	width: 190px;
	height: 170px;
} 
	.tagst a {
		text-decoration: none;
		color: #000;
	}
	
	.p-navi.clearfix dd {
		text-align:left;
	}	
	.p-navi.clearfix dd a {
		font-size: 14px;
	}	
	.p-navi dl dt {
		width: 60px;
		border: 2px solid;
		padding-left: 0.3em;
	}	
	
	.point {/*関連記事タイトル部分*/
		text-align: left;
		font-weight: bold;
		font-size: 20px;
		color: #000;
		border-bottom: 3px solid #000;
	}	
/*-- ここまで --*/
	}



/*************************
 共通のカスタマイズ
(レスポンシブは別途記述あり)
**************************/
/* -- 記事内のフォントサイズなど --*/
.entry-content p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 20px;
}


/*****************
  ヘッダーカスタマイズ
*******************/
#headbox {
	padding: 10px 10px 0;
}

/*-- キャッチフレーズ --*/
#header-l .descr{
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
/*-- タイトルの配置 --*/
header .smanone ul.menu li {
	border-color: #063;
}
#st-menubox {
	background-color: rgba(0,102,51,0.4);
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
}
header .smanone ul.menu li a {
	font-size: 14px;
	font-weight: bold;
}
header .smanone ul.menu li a:hover {
	color: #b22222;
}

/*-- 記事エリア --*/
.st-main{
	background-color: #fffcf9;
	border-radius: 3px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4 );
	padding-top: 0;
}

.kanren .clearfix dd .kanren-t a:hover {
	color: #ffa500;
}

.newentry_title{
	font-weight: bold;
	border-bottom: 2px solid #000;
}

.st-pagelink .page-numbers {
	border: none;
}
/*サイドバーの表示部分*/
.ad{ 
	padding: 15px;
	margin: 0 10px 10px;
	background-color: #fffcf9;
	border-radius: 3px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

#side .st-aside .menu_underh2{
	border-bottom:2px solid #000;
}

/*-- タグエリア--*/
 .tagcloud a {
	color: #fff;
	background-color: #ff1493;
	border-radius: 3px;
	border: 1px #fff solid;
}
.tagcloud a:hover {
	background-color: #ff66b4;
}
/*-- フッターエリア --*/

.copy {
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	color: #a9a9a9;
	background: #000;
	margin-bottom: 0px;
}
#footer ul.footermenust a{
	color: #000;
}
#footer {
	padding: 20px 15px 0 15px;
}
#wrapper .footer-img {
	background-image: url(https://hashidenblog.com/wp-content/uploads/2018/09/8c2b1615daca446b54067161a944e74f.png);
	height: 100px;
} 


/*-- 上に戻るボタン --*/
#page-top{
	right: 20px;
	font-size: 50px;
	color: #ffa500;
}


/*********************
 固定ページのカスタマイズ
*********************/
/*-- パンくずリスト --*/
#breadcrumb ol {
	padding: 0px 0px 2px;
}
#breadcrumb ol li {
	color: #a9a9a9;
	font-size: 15px;
	display: inline-block;
}
#breadcrumb ol li a {
	font-weight:bold;
	text-decoration: none;
	color: #a9a9a9;
	font-size: 14px;
	padding: 0px 5px 0px;
}	
#breadcrumb ol li a:hover {
	color: #ffa500;
}
#breadcrumb ol li:first-child a:before {
	font-family: FontAwesome;
	content: "\f015";
	color: #a9a9a9;
	font-weight:normal;
	font-size: 1.1rem;
	margin-right: 2px;
}
#breadcrumb ol li a:before {
	font-family: FontAwesome;
	content: "\f07c";
	color: #a9a9a9;
	font-weight:normal;
	font-size: 1.0rem;
	margin-right: -3px;
}
span.kdate svg.svg-inline--fa {
	margin-right: 0.2em;
}　
/***************
 人気記事
****************/
.wpp-list li {
	font-size: 14px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}
.wpp-list li:last-child {
	border-bottom: none;
}
.wpp-list li a {
	color: #555;
	text-decoration: none;
}
.wpp-thumbnail {
	margin: 0 10px 0 0 !important;
}
#side .st-aside ul li {
	padding: 10px 0 10px;
	border-bottom: 0.7px dotted #9e9e9e;
}


/***************
 吹き出しを作る
****************/
/*全体のスタイル*/
.kaiwa {
	margin-bottom: 40px;
}
/*左画像*/
.kaiwa-img-left{
	margin: 0;
	float: left;
	width: 100px;
	height: 100px;
}
/*右画像*/
.kaiwa-img-right{
	margin: 0;
	float: right;
	width: 100px;
	height: 100px;
}
.kaiwa figure img{
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}
/*画像下のテキスト*/
.kaiwa-img-description{
	padding: 5px 0 0;
	font-size: 10px;
	text-align: center;
	line-height: 0.5em;
}
/*左からの吹き出しテキスト*/
.kaiwa-text-right{
	position: relative;
	margin-left: 120px;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 10px;
}
/*右からの吹き出しテキスト*/
.kaiwa-text-left{
	position: relative;
	margin-right: 120px;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 10px;
}
p.kaiwa-text{
	margin: 0 0 20px;
}
p.kaiwa-text:last-child{
	margin-bottom: 0;
}
/*左の三角形を作る*/
.kaiwa-text-right:before{
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #aaa;
	top: 15px; 
	left:-20px;
}
.kaiwa-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	top: 15px;
	left: -19px;
}
/*右の三角形を作る*/
.kaiwa-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #aaa;
	top: 15px;
	right: -20px;
}
.kaiwa-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	top: 15px;
	right: -19px;
}
/*回り込みを解除*/
.kaiwa:after,
.kaiwa:before{
	clear: both;
	content: "";
	display: block;
}

/****************
 QuickTag
******************/
/*　インフォメーション*/
.info {
			position: relative;
			margin: 2em 0;
			padding: 0.5em 1em;
			border: solid 3px #95ccff;
			border-radius: 8px;
		}
.info .info-title{
			position: absolute;
			display: inline-block;
			top:-13px;
			left: 10px;
			padding: 0 9px;
			line-height: 1;
			font-size: 19px;
			background: #fff;
			color: #95ccff;
			font-weight: bold;
		}
.info p{
			margin: 10px;
			padding: 0;
		}

/*ストライプの下線*/
.stripe{
			position: relative;
			padding: 0.3em;
		}
.stripe:after{
			content: '';
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 5px;
			background: repeating-linear-gradient(-45deg, #ffd6d6, #ffd6d6 2px, white 2px, white 4px);
		}