@charset "UTF-8";
/*
Theme Name: bibleking2
Author: bibleking2
Version: 1.0
Text Domain: bibleking2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: bibleking2 theme.
*/
body, h1, h2, h3, p, ul, ol {
	margin: 0;
    padding: 0;
    color: #383838;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    list-style: none;
	line-height: 1.5;
}
body a {
    color: #1d9bf0;
    font-weight: bold;
    text-decoration: none;
}
body a:hover {
    text-decoration: underline;
}

#banner {
    text-align: left;
}
#banner #logo {
    position: fixed;
    z-index: 4;
    margin-right: 20px;
}
#banner #site-title {
    position: absolute;
    z-index: 4;
    padding: 11px 10px 5px 70px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.page h2#article-title {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	font-size: 25px;
	border-bottom: none;
}

/* General */
#wrapper {
    padding-top: 80px;
}
article {
    padding: 0 1em;
}
article a {
    text-decoration: underline;
}
article a:hover {
    text-decoration: none;
}
article p {
    margin-bottom: 25px;
    font: 1em/1.6 Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}
article img {
    width: 105%;
    height: auto;
    margin: 0 0 0 -1em;
}
article figure.wp-block-post-featured-image {
    margin: 30px auto 50px;
    padding: 15px 10px 8px 10px;
    border: solid 1.5px #777;
    border-radius: 5px;
}
article figure.wp-block-image {
	width: 100%;
	margin: 0 0 30px;
}
article figcaption.wp-element-caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
}
article ul,
article ol {
    margin: 30px 0 30px 20px;
}
article ul li,
article ol li {
    margin-bottom: 5px;
    font-size: 1em;
}
article ul li {
    list-style-type: disc;
	margin-bottom: 10px;
}
article ol li {
    list-style-type: decimal;
}
article blockquote {
    margin: 30px 0;
    padding: 20px;
    background: #efefef;
    border: solid .5px #d1d1d1;
    border-radius: 0 0 15px 0;
}
article blockquote p:first-child:before {
    display: block;
    content: " “ ";
	margin-top: 10px;
    font-size: 4em;
    line-height: 20px;
}
article blockquote p {
    margin-bottom: 15px;
    font-size: 15px;
}
article blockquote cite:before {
	content: "- ";
}
article blockquote cite {
	display: inherit;
	margin-top: 5px;
	font-size: 15px;
	text-align: right;
}
article a.next {
    display: inline-block;
    width: 85%;
    margin: 10% 0 10% 10%;
    padding: 15px;
    background: #409cee;
    color: #fff;
    font-size: 16px;
	font-weight: bold;
    text-decoration: none;
}
article p.has-text-align-right {
	text-align: right;
}
.page h1,
.post h1{
	margin-bottom: 40px;
	color: #383838;
	font-size: 25px;
}
.page h2,
.post h2 {
	margin: 60px 0 30px -10px;
	padding-left: 5px;
	color: #383838;
	font-size: 20px;
	border-bottom: solid 1px #999;
}
.page h3,
.post h3.wp-block-heading {
	margin: 40px 0 30px -10px;
}

/* Category Pages */
h1.category-qaa::before,
h1.overview::before {
	content: "：";
}
h1.category-qaa,
h1.overview {
    margin-bottom: 20px;
    padding: 0 10px;
    color: #383838;
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
}
.excerpt {
    margin-bottom: 30px;
    border-bottom: dashed 1px #999;
}
article.hentry .article-title {
    margin: 0 0 10px;
    padding-top: 0;
    font-size: 20px;
    border-bottom: none;
}
article.category-qaa p.meta-time {
    margin-bottom: 0;
    font-size: 15px;
    text-align: right;
}
article.category-qaa .excerpt p {
    font-size: 14px;
}
article.hentry a.more {
    display: inline-block;
    background: #419dee;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}
article.category-qaa a.more:hover{
    opacity: 0.7;
}

/* Hamburger */
#menu_bar {
    display: block;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: #383838;
    border-bottom: solid 5px #0693e3;
}
#menu_bar button {
	position: fixed;
    top: 0;
	right: 0;
	margin: 0;
    padding: 0;
    background: none;
    border: none;
}
#menu_bar button:focus {
	outline: none;
}
body:not(.open) #open_btn {
    display: inline-block;
    width: 55px;
    height: 45px;
    background: url('images/open_btn.png') no-repeat 5px 0px / 50px;
	opacity: .9;
}
body:not(.open) #close_btn {
	display: none;
}
body.open #close_btn {
    display: inline-block;
    width: 55px;
    height: 45px;
    background: url('images/close_btn.png') no-repeat 5px 0px / 50px;
	opacity: .9;
}
body.open #close_cover {
	z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
body.open #open_btn {
	display: none;
}
body.open {
	height: 100%;
	overflow: hidden;
}
body.open nav {
	top: 47px;
	margin-right: 0;
}

/* MainManue */
nav {
    z-index: 3;
    position: fixed;
    top: 47px;
    right: 0;
    width: 260px;
    height: 100vh;
    margin-right: -260px;
    transition: margin-right.2s ease-out;
    background-color: rgba(1,1,1,0.8);
}
nav li {
	list-style-type: none;
}
nav a {
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
nav ul#menu-main {
    margin: 0;
    padding: 0;
}
nav ul#menu-main a {
    display: block;
    padding: 10px 0px 10px 20px;
    background-color: #383838;
    font-weight: normal;
    text-decoration: none;
    border-bottom: solid 1px #777;
}

footer {
    clear: both;
    padding: 30px;
    background: #373433;
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 2px;
}
footer small {
	font-size: 1.3em;
}

#to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;

}
#to-top a {
    display: block;
    width: 35px;
    height: 35px;
    padding: 3px;
    background: #777;
    color: #eee;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    opacity:0.8;
}
#to-top a:hover {
    background: #777;
    border-style: none;
}
#to-top a img {
    width: 20px;
    position: absolute;
    top: 11px;
    right: 11px;
}

/*---------- iPad Mini Y-axis ----------*/
@media (min-width: 1024px) {
	body {
		background: #eee;
    }
	header {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
    #page,
    #index {
        float: left;
        width: 60%;
        background: #fff;
        padding: 130px 30px 20px;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }
	 #wrapper {
		 max-width: 1000px;
		 margin: 0 auto;
		 padding: 0;
    }
    #banner #logo {
		position: absolute;
		float: left;
		width: 60px;
		height: 60px;
		margin-top: 0px;
		margin-right: 20px;
		font-size: 20px;
    }
	#banner img {
		position: absolute;
		width: 80px;
		height: 80px;
	}
    #banner #site-title {
		padding-left: 100px;
		font-size: 22px;
		color: #4f4f4f;
	}
	#menu_bar {
		position: absolute;
		margin-top: 50px;
		border-bottom: none;
	}
	#menu_bar button {
		display: none;
	}
	nav {
    display: inline-block;
    position: absolute;
    top: 100px;
    right: auto;
    width: auto;
    height: auto;
    margin-right: 0;
    background: none;
	}
	nav ul#menu-main a {
    display: block;
    text-decoration: none;
    background: none;
    border-bottom: none;
    color: #0693e3;
    font-size: 17px;
    padding: 10px 0 10px 30px;
	}
	nav ul#menu-main a:hover {
		text-decoration: underline;
	}
    #nav_bar nav {
        padding-left: 40px;
    }
    article img.size-medium {
        width: 100%;
    }
    article ol {
        padding: 10px 0 20px 20px;
    }
    article blockquote {
    width: 90%;
    margin: 30px auto 40px;
    box-sizing: border-box;
	}
}