@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #eee;
}

.entry-content {
	background-color: #edd !important;
}

.bold {font-weight: bolder;}
.code {background: #cccccc;
	color: #FF0000;}
.italic {font-style: italic; }
.kasen {border-bottom: solid 3px; }
.wavy {
	text-decoration: underline wavy;
	text-decoration-skip-ink: all;
	text-underline-position: under; }
.through {
	color : #888888;
	text-decoration: line-through double blue;}
.marker {background: #ffff88;}
/*.gray {background: #cccccc;}*/
.myP {text-indent: 0.8em; margin: -0.6em auto; line-height: 1.6em;}


p {
	margin: 0.5em;
	text-indent: 0.8em;
	background: transparent;
	line-height: 2rem;
	font-style: normal;
	text-decoration: none !important;
}

h5,.h5 {
	margin-top: -0.2em !important;
	margin-left: 1em;
	margin-right: 1em;
	text-indent: 0.8em;
/*	padding-top: -0.4em !important;*/
  font-size: small !important;
  font-weight: normal;
	font-style: normal;
  color: #888 !important;
}

h4,.h4 {
  font-size: 120%;
  font-weight: lighter;
	margin-top: 1rem;
	margin-left: 0.3rem;
	color: #884 !important;
	font-style: normal;
	border-bottom: none !important;
}

h3,.h3 {
  font-size: 140%;
	font-weight: bold;
	margin-top: 1rem;
	margin-left: 0.2rem;
	color: #9aa !important;
	font-style: normal;
	border-bottom: none !important;
}

h2,.h2 {
  font-size: 160%;
  font-weight: lighter;
	margin-top: 1rem;
	color: #a9a !important;
	font-style: normal;
	border-bottom: none !important;
}

h1,.h1 {
  font-size: 170%;
	font-weight: bold;
	color: #9a9;
	margin-top: 1rem;
	font-style: normal;
	border-bottom: none !important;
}


.quote {
	color: mistyrose;
}

.note {
	color: skyblue;
}


blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: normal;
    background: rgb(204,84,84,0.1);
    color: #88a;
    border-left: 4px solid #9dd4ff;
    box-shadow: 2px 4px 6px rgba(128, 128, 128, 0.5);
}

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


blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    content: "\f10e";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: small;
    line-height: 1;
    font-weight: 900;

}

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

.btn-outline-primary {
	color: #0099ff !important;
	border:solid 2px #0099ff !important;
	background: transparent;
}

.btn-outline-primary:hover {
	color: white !important;
	background-color: #0099ff;
}

.snapShot {
  border-top: 10px solid #B37D4D;    /* 上のborderを指定 */
  border-right: 10px solid #B37D4D;  /* 右のborderを指定 */
  border-bottom: 10px solid #D2AE7E; /* 下のborderを指定 */
  border-left: 10px solid #D2AE7E;   /* 左のborderを指定 */
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .5), inset 0 0 10px #000;   /* 内側に影を指定 */
  /*display: inline-block;              写真に合わせるためインラインブロック要素にする */
	background:
      linear-gradient(217deg, #fee, rgba(25,0,0,0) 80.71%),
      linear-gradient(127deg, #efe, rgba(0,25,0,0) 80.71%),
      linear-gradient(336deg, #eef, rgba(0,0,25,0) 80.71%);
}

.snapShot:hover {
	background: rgba(0, 0, 0, .2);
}

.snapImage:hover {
	opacity: 0.7;
	transform: scale(.95, .98);
	box-shadow:	10px 10px 20px rgba(255,255,255, 0.5)
	/*border-radius: 30px 20px;*/
}

.snapImage {
	background-color: rgb(19, 21, 21);
	transition: box-shadow 0.5s;
	box-shadow:
		10px 10px 20px rgba(18, 47, 61, 0.5),
		-10px -10px 20px rgba(24, 25, 25, 0.9),
		inset 10px 10px 20px transparent,
		inset -10px -10px 10px transparent;
}

text-warning {
  color: #ffc107 !important;
}
.ml-2, .mx-2 {
  margin-left: .5rem !important;
}
.mr-2, .mx-2 {
  margin-right: .5rem !important;
}

em > del {
	margin-top: -1.5rem;
	text-decoration: none !important;
	-webkit-text-emphasis-style:    sesame filled;
	text-emphasis-style:            sesame filled;
	text-decoration-line: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	color: inherit;
}

del > em {
	margin-top: -1.5rem;
	text-decoration: none !important;
	-webkit-text-emphasis-style:    dot open;
	text-emphasis-style:            dot open;
	text-decoration: underline solid transparent !important;
	text-decoration: line-through solid transparent !important;
	text-decoration-line: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	color: inherit;
}

strong > del {
	text-decoration: none !important;
	-webkit-text-emphasis-style:    "🍋";
	-webkit-text-emphasis-color:    inherit;
	text-emphasis-style:            "🍋";
	text-emphasis-color:           inherit;
	text-decoration: underline solid transparent !important;
	text-decoration: line-through solid transparent !important;
	text-decoration-line: none !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	color: inherit;
}

del > strong {
	text-decoration: none !important;
	-webkit-text-emphasis-style:   triangle;
	-webkit-text-emphasis-color:   rgb(255, 174, 174);
	text-emphasis-style:           triangle;
	text-emphasis-color:           rgb(255, 174, 174);
	text-decoration: underline solid transparent !important;
	text-decoration: line-through solid transparent !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	color: inherit;
}

u > del {
	text-decoration: none !important;
	-webkit-text-emphasis-style:    "🍎";
	-webkit-text-emphasis-color:    inherit;
	text-emphasis-style:            "🍎";
	text-emphasis-color:            inherit;
	text-decoration: underline solid transparent !important;
	text-decoration: line-through solid transparent !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	color: inherit;
}

del > u {
	text-decoration: none !important;
	-webkit-text-emphasis-style:   double-circle  open;
	-webkit-text-emphasis-color:    inherit;
	text-emphasis-style:           double-circle  open;
	text-emphasis-color:            inherit;
	text-decoration: underline solid transparent !important;
	text-decoration: line-through solid transparent !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	color: inherit;
}