body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

article p {
margin-bottom: 20px;
font-size: 16px;
line-height:1.7;
letter-spacing:0.01rem;
}

article a {
font-weight: bold;
text-decoration: none;}

aside {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #CE313D;
}
aside p {
    margin: 0; 
    padding: 0;
}

.translation{
position:relative;
margin: 2.5em -1em 0.5em;
padding:1.5em 1.2em 0.1em;
    border-radius: 0px 5px 5px 5px;
    background: #f8f8f8;
    background-size: 10px 10px;
    background-attachment: fixed;
}

.translation::after{
position: absolute;
font-family :FontAwesome, Helvetica, sans-serif;
font-weight: bold;
content: '\f15b  Translation';
background: #CE313D;
color: #ffffff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 6px 10px 5px;
font-size: 0.8em;
line-height: 1;
letter-spacing: 0.05em
}

.tf_translation {
position:relative;
margin: 2.5em -1em 0.5em;
padding:1em 1em 0.1em;
    border-radius: 0px 5px 0px 0px;
    background: #f8f8f8;
    background-size: 10px 10px;
    background-attachment: fixed;
}

.tf_translation .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 0px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    background: #080b0c;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.eff_translation {
  position:relative;
margin: 2.5em -1em 0.5em;
padding:1em 1em 0.1em;
    border-top-right-radius: 5px;
    background: #f8f8f8;
    background-size: 10px 10px;
    background-attachment: fixed;
}
.eff_translation .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 0px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    background: #f0f0f0;
    color: #1e1e1e;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.boingboing {
position:relative;
margin: 2.5em -1em 0.5em;
padding:1em 1em 0.1em;
    border-radius: 0px 5px 0px 0px;
    background: #f8f8f8;
    background-size: 10px 10px;
    background-attachment: fixed;
}

.boingboing .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 0px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px; 
font-weight:bold; 
color: #fff;
    background: #cc0000;
    border-radius: 5px 5px 0 0;
}

.credit{
	position: relative;
margin: 1em -1em 1.5em;
padding:1em;
	font-size: 0.8em;
	border-radius: 5px;
	background-image: linear-gradient(45deg, #F7DFEB 25%, #faeaeb 25%, #faeaeb 50%, #F7DFEB 50%, #F7DFEB 75%, #faeaeb 75%, #faeaeb);
	background-size: 10px 10px;
	background-attachment: fixed;
	line-height: 1.4;
}
.credit::before{
	content: "\f040     Credit";
	position: absolute;
	font-family :FontAwesome, Helvetica, sans-serif;
	font-weight: bold;
	right: 0;
	bottom: 0;
	padding: 1px 15px 1px 10px;
	font-size: small;
	background: #CE313D;
	color: #fff;
    border-radius: 5px 0px 5px 0px;
}

article blockquote {
    position: relative;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 2.0em;
}

article blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #CE313C;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 900;
}

article blockquote:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #AA1722;
}

article blockquote p {
    position: relative;
    font-weight: normal;
    padding: 8px 0 0 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

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

article cite{
display: block;
text-align: right;
font-size: smaller;
}
 
figure{
text-align: center;
display:table; 
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

figcaption{
text-align: center;
font-weight: bold; 
display:table; 
max-width: 100%;
margin:0 auto;
}

div .caption{
text-align: right;
font-size: smaller;
font-style: italic;
margin-top: -10px;
}

.fancy-header .fancy-title {
text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
font-family: "新ゴ B", "ヒラギノ角ゴ StdN W6","Hiragino Kaku Gothic StdN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
font-weight: bold;
}

@media (max-width: 800px) {
  h1,
  .h1-size,
  .entry-title.h1-size,
  .dt-accordion-h1-size .wpb_accordion_header > a {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  }

article h2{
text-align: center;
position: relative;
font-size: 1.6em;
margin-bottom: 2.0em;
margin-top: 1.2em;
}

article h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #CE313D;
border-radius: 2px;
}

h2, h3 h4{ font-family: "新ゴ B"; }

article h3{
	background: transparent;
	padding: 5px 8px 8px 0px;
  font-family: "新ゴ B";
  margin-bottom: 0.8em;
		font-size: 1.3em;
}

h3.entry-title {
	font-family: "新ゴ B";
	font-size: 1.2em;
	color: #CE313C;
}

h3.entry-title, .dt-accordion-h4-size .wpb_accordion_header > a {
	font-family: "新ゴ B";
}

.post-content a {
	font-family: "新ゴ B";
}

nav {
 visibility:hidden;
}

.npbx{
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #000;
    background: whitesmoke;
    border-left: double 7px #000;
    border-right: double 7px #000;
}
.npbx p {
    margin: 0; 
    padding: 0;
}

.sfont {
font-size: 0.85em;
}

ol#footnotes {
  font-size: small;
}

section.widget_tag_cloud{
font-family: Avenir,"Helvetica Neue","Helvetica","Arial",sans-serif; 
}
 
a.vcard, a.comment-link, a.details.more-link, span.category-link {
display: none;
}
