/* 見出しh3 */
.entry-content h3 {
background-image: url(http://gadgets.evolves.biz/wp-content/uploads/2018/07/icon_6m_19222.png);
background-repeat: no-repeat;
background-position: left center;
  background-size: 100%;
border-top: 0px solid #000;
border-bottom: 0px solid #000;
padding: 8px 10px 8px 3% ;
line-height: 120%;
font-size: 1.1rem;
font-weight: bold;
   color: #fff;
}


.entry-content h3 a:link{
   color: #fff;
}

.entry-content h3 a:visited{
   color: #666;
}



/* 見出しh2 */
.entry-content h2 {
background-image: url(http://gadgets.evolves.biz/wp-content/uploads/2018/03/icon_6m_1922.png);
background-repeat: no-repeat;
background-position: left center;
  background-size: 240%;
border-top: 0px solid #000;
border-bottom: 0px solid #000;
padding: 5px 2% 5px 3% ;
line-height: 130%;
font-size: 1.3rem;
font-weight: bold;
  color: #fff;
}

.moretext {
   width: 100px; 
   height: 45px; 
   background:url(/images/leaf.gif) no-repeat right middle;
   padding: 10px 50px 15px 5px}

ul.wpp-list li {
    border-bottom: 1px dashed #79c06e;/*記事間の点線と色*/
    position: relative;/*相対位置*/
}
 
ul.wpp-list li img {/*アイキャッチ画像*/
    margin: 10px 10px 10px 0px;/*画像の余白*/
    padding: 3px;/*画像の位置*/
}
 
ul.wpp-list li a.wpp-post-title {/*記事タイトル*/
    display: block;/*ブロック形式で表示*/
    font-size: 15px;/*文字サイズ*/
    color: #333;/*文字色*/
    padding: 12px;/*タイトル位置*/
    text-decoration: none;/*タイトルの下線なし*/
}
 
ul.wpp-list li a.wpp-post-title:hover {
    color: #4169e1;/*ホバー時のタイトル色*/
}


.site {
margin: 0em auto;	/* ページを中央表示 */
}
 
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0em;	/* コンテンツ部分の横幅を広げる */
max-width: none;	/* コンテンツ部分の横幅を広げる */
}
 
.site-content .entry-header {
padding-left: 3%;	/* コンテンツ部分の横幅を広げる */
  padding-right: 3%;	/* コンテンツ部分の横幅を広げる */
}
 
.site-content footer.entry-meta {
padding-left: 3%;	/* コンテンツ部分の横幅を広げる */
  padding-right: 3%;	/* コンテンツ部分の横幅を広げる */
}
 
.site-content .entry-content {
padding-left: 3%;
   	padding-right: 3%;/* コンテンツ部分の横幅を広げる */
}
.site-content .entry-summary,
.page-content {
padding-left: 3%;	/* コンテンツ部分の横幅を広げる */
  padding-right: 3%;	/* コンテンツ部分の横幅を広げる */
}
mark, ins {
 background: transparent;
 text-decoration: none;
 }

.more-link {
background: url(http://gadgets.evolves.biz/wp-content/uploads/2018/03/tuduki.png) no-repeat;
    background-size: 100%;
    margin: 15px 0px 0px 0px;/*画像の余白*/
width: 177px;
height: 50px;
text-indent: -9999px;
float: right;
text-decoration: none;
}
.component {
  width: 50vw;
  height: 50vh;
  background: rgba(255, 0, 0, 0.25)
}
.content-sidebar{
padding-left: 1%;	/* コンテンツ部分の横幅を広げる */
  padding-right: 1%;	/* コンテンツ部分の横幅を広げる */
}
.main-sidebar{

  width: 1000px;
}

main {
margin-right: 0px;
}


/* サムネイル - 横いっぱい */
ul#npcatch li {
    padding: 0;
}
ul#npcatch li > a {
    display: block;
    height: auto; /* サムネイル画像の高さの調整 */
    overflow: hidden;
   color: #000;
 
}
ul#npcatch img {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin:0;
}
#npcatch .title {
    float: none;
    width: initial;
    display: block;
 
    margin-bottom: 1em;
     color: #000;
}
ins[style] {
background-color:transparent;
}

.site-title a img{
    width: 50%;
}
.entry-title {
text-transform: none;
}

.widget-title {
     color: #000;
   
}

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
height: 60px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #aaa;
border-radius: 50%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}
/* 考え毎 */
.think .balloon-text-right,.think .balloon-text-left {
border-radius: 30px;
}
.think .balloon-text-right:before {
border: 1px solid #aaa;
border-radius: 50%;
width: 8px;
height: 8px;
top: 15px;
left: -12px;
}
.think .balloon-text-right:after {
border: 1px solid #aaa;
border-radius: 50%;
width: 4px;
height: 4px;
top: 20px;
left: -19px;
}
.think .balloon-text-left:before {
border: 1px solid #aaa;
border-radius: 50%;
width: 8px;
height: 8px;
top: 15px;
right: -12px;
}
.think .balloon-text-left:after {
border: 1px solid #aaa;
border-radius: 50%;
width: 4px;
height: 4px;
top: 20px;
right: -19px;
}


table{
    margin:30px auto;
}
tr:nth-child(even){
    background:#F2F2F2;
}
th{
    background:#222222;
    color:white;
}
th:nth-child(odd){
    background:#444444;
}
th,td{
    padding:5px;
    font-size:small;
}

ins {
  background: none;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* コピーボタン */
.copy_btn {
  width:80%!important;
  padding: 12px 10px 12px 10px;
  margin-left: auto!important;
  margin-right: auto!important;
  color:#ffffff;
  font-weight:bold;
  background:#4779ec;
  border: solid 2px #2761e5;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #5984e6;
  color: #ffffff;
}
.copy_btn:hover {
	cursor: pointer;
}
@media only screen and (max-width: 959px) {
#contentInner main {
max-width:auto;

}
}
