/*
Theme Name: mblog
Theme URI:https://manablog.org/manablog-wordpress/
Author: Manabu Bannai
Author URI:https://manablog.org/
Description: none
Version: 2
License: GNU General Public License
*/
@import "css/style.css";

.single > img:not(.img-responsive) {
    width: auto;
    max-width: 87.5%;
    margin-top: -10px;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}

header .blogname{
	margin-top: 15px;
	margin-bottom: 0;
}
header h1.title{
	margin-bottom: 0;
}
a.sitename:hover{
	text-decoration: none;
}
	span.sitename.main{
		color: #313131db;
		font-size: 30px;
		font-family: Helvetica Neue;
		letter-spacing: 0.1px;
		font-weight: 500;
	}
	span.sitename.sub{
		margin-top: 35px;
		font-family: "A-OTF-ShinGoPro-Regular";
		font-size: 13px;
		color: #6F6F6F;
		margin-left: 13px;
	}

@media screen and (max-width: 767px) {
	header .blogname{
		text-align: center;
		/*margin-top: 32px;*/
	}
	header h1.title{
	margin-bottom: 0;
	margin-top: 17px;
	}
	span.sitename.main{
		color: #fff;
		font-size: 20px;
	}
	span.sitename.sub{display: none;}

}

.single h2 {
background: #f7f7f7;
padding: 20px 15px 18px;
color: #333;
border-left: 9px solid #ff9e3d;
line-height: 40px
}

.single h3 {
font-weight: 600;
color: #4663B4;
letter-spacing: 1.6px;
padding: 0px 15px 0px;
border-left: 9px solid #fd7e00;
color: #333;
font-weight: 600;
margin-top: 60px
}


.single h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #fdcd00 ;/*左線*/
}
.check-b{
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.check-b:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #6c9fce; /*アイコン色*/
}






hr {
    width: 20%;
    border: 1px solid #ff9e3d;
}

.line-o{
	background: linear-gradient(transparent 60%, #f2d4aa 0%);
}

.line-r{
	background: linear-gradient(transparent 0%, #f2d4aa 0%);
}

.orange {
color: #ff9e3d;
}

/*点線のBOX*/
.box-c  {
 margin: 2em auto;
 padding: 1em;
 max-width: 90%;
 border: 1px dashed #ff9c1a; /*太さ・線種・色*/
 color: #000; /* 文字色 */
 background-color: #fff4e6; /* 背景色 */
 border-radius: 1px; /*角の丸み*/
}

.h4{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #af4444;/*左線*/
}


	
#table-img {
	text-align:center;
	width: 100%;
	object-fit: cover;
}	


@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .ore-table {
    min-width: 640px;
    margin: 0 10px 50px;
  }

.ore-table th, .ore-table td{
border:solid 2px black;
}
}

blockquote {
    position: relative;
	padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
	max-width:100%;
	height:auto;
	
}


blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #af4444;
	font-size: 28px;
	line-height: 1;
    font-weight: 900;
		
}

blockquote p {
    padding: 0;
	margin: 10px 0px;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
	font-size: 0.9em;
	
}

.font-a{
    font-size: 27px;    /* 文字サイズ指定 */
    color: #F44336;     /* 文字色指定 */
}

.box-b {
 margin: 2em auto;
 padding: 1em;
 background-color: #fff; /* 背景色 */
 border: 1px solid #f4f4f4; /* 枠線 */
}

.check-a{
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.check-a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #6c9fce; /*アイコン色*/
}

/*ora-tabre現在使用中のグラフ*/
.ora-table{
  border-spacing:0;
  border-collapse: collapse;
  border: 2px solid;
  text-align: center;

  
}
 .ora-table th{ 
  padding: 10px 0;
  font-size: 14px ;
  font-weight: bold;
	 text-align:center;
  white-space:nowrap;
 
}
 .ora-table td{
  background-color: #f0f0f0;
  padding: 10px;
	 text-align:center;
}

.side-scroll-table{
	overflow: auto;
	overflow-y: hidden;
}
.side-scroll-table table{
	border-collapse: collapse;
	border-spacing: 0;
	color: #5e5e5e;
	width: 100%;
	min-width: 800px;
}
.side-scroll-table table tbody tr:nth-child(odd){
	background-color: #fafbfc;
}
.side-scroll-table table th,
.side-scroll-table table td{
	padding: 5px;
	border: 1px solid #ddd;
}
.side-scroll-table table th{
	font-weight: bold;
	text-align: center;
	background-color: #f3f4f5;
}

@media screen and (min-width:500px){
.ads{
	padding-right:40px;
	margin-top:50px;
	margin-bottom:50px;
}
}

.btn-b{
  background-color:#0aad00;
	color:#ffffff;
	font-size:14px;
	width:150px;
	display:block;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	border:3px solid #0aad00;
	margin: auto;
	
}
.btn-b:hover {
	text-decoration:none;
	background-color:#ffffff;
	color:#0aad00;
} 

.btn-i {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1.0em;
  text-decoration: none;
  color: #228b22;
  background: #ECECEC;
  transition: .4s;
}
.btn-i:hover {
  background: #228b22;
  color: white;
}
.btn-a{
  background-color:#ffa500;
	color:#ffffff;
	font-size:14px;
	width:150px;
	display:block;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	border:3px solid #ffa500;
	margin: auto;
	
}
.btn-a:hover {
	text-decoration:none;
	background-color:#ffffff;
	color:#ffa500;
} 


.btn-m {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1.0em;
  text-decoration: none;
  color: #00afcc;
  background: #ECECEC;
  transition: .4s;
}

.btn-m:hover {
  background: #00afcc;
  color: white;
}

@media screen and(min-width: 960px){
}

.adsbygoogle{

	padding-left:20px;
	
	}

/* solid007 */
.button_solid007 {
    text-align: center;
}
.button_solid007 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #6c9fce;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid007 p:before, .button_solid007 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #6c9fce;
    content: "";
}
.button_solid007 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid007 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6c9fce;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_solid007 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.under {
  border-bottom: solid 3px #6c9fce;
}

.my-skyblue {color: #6c9fce;}

/*灰色背景*/
.pre {
font-size: 16px;
padding: 20px;
margin: 20px;
background-color: #fafafa;
outline: 1px solid #f0f0f0;
border-color: #f0f0f0;
text-align: left;
margin-bottom: 60px;
margin-top: 15px;
}

/*iHerb記事用ボタンsolid007のグリーンバージョン*/
.button_iherb {
    text-align: center;
}
.button_iherb p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #66cc66;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_iherb p:before, .button_iherb p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #66cc66;
    content: "";
}
.button_iherb p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_iherb p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_iherb a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #66cc66;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_iherb a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.under {
  border-bottom: solid 3px #66cc66;
}

.my-skyblue {color: #66cc66;}

/*Amazon記事用ボタンsolid007のグリーンバージョン*/
.button_amazon {
    text-align: center;
}
.button_amazon p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #ffc14d;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_amazon p:before, .button_amazon p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #ffc14d;
    content: "";
}
.button_amazon p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_amazon p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_amazon a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ffc14d;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_amazon a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.under {
  border-bottom: solid 3px #ffc14d;
}

.my-skyblue {color: #ffc14d;}

/*楽天市場記事用ボタンsolid007のグリーンバージョン*/
.button_rakuten {
    text-align: center;
}
.button_rakuten p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #A41E19;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_rakuten p:before, .button_rakuten p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #A41E19;
    content: "";
}
.button_rakuten p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_rakuten p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_rakuten a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #A41E19;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_rakuten a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


