/**
 * This is just sample theme of POSTEASE.
 * @name    Gentle Donkey
 * @author  POSTEASE.ORG
 * @license GNU (GPL ver.2)
 * @version 1.1
 */

@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400italic);



/* Global
 -------------------------------------------------------------*/
* {
	font-size: 1em;
}
html {
	background-color: #000;
}
body {
  font-family: 'Noto Sans Japanese', 'Lato', arial, sans-serif;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #2e2e2e;
  border-top: solid 20px #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4, h5, h6 {
	font-size: 1em;
}
ul {
	list-style: none;
	padding-left: 0;
}
li {
	margin-bottom:0.5em;
}
nav {
	display: block;
	text-align: center;
}
a {
	color: #28bbf8;
}
a:hover {
	color: #007acc;
}



/* Header
 -------------------------------------------------------------*/
header {
	position: relative;
	padding: 4em 0;
}
header h1 {
	font-weight: 600;
}
header h1 a {
	color: inherit;
}
header h1 a:hover {
	color: #28bbf8;
	text-decoration: none;
}
header h2 {
	color: #777;
	font-size: 1em;
}
.option {
	position: absolute;
	top: 4em;
	right: 3em;
	text-align: center;
	font-size: 0.85em;
}
.site, .posttype {
	margin-bottom: 2em;
	color: #555;
}
.site a, .posttype a {
	margin: 0 .5em;
	text-decoration: underline;
}
.language {
	margin-bottom: 3em;
	color: #555;
}
.language a {
	margin: 0 .5em;
	text-decoration: underline;
}

@media (max-width: 992px)
{
	header {
		text-align: center;
	}
	.option {
		position: relative;
		top: auto;
		right: auto;
		margin-top: -2em;
		margin-bottom: 3em;
		text-align: center;
		font-size: 1em;
	}
}



/* Main
 -------------------------------------------------------------*/
.container {
  position: relative;
}
main {
	position: relative;
	margin-bottom: 10em;
	min-height: 100vh;
}
.content-loader {
	position: absolute;
	top: 240px;
	left: calc(50% - 30px);
	font-size: 60px;
	color: #ccc;
}
@media (max-width: 992px)
{
	.content-loader {
		top: 200px;
	}
}
.condition > div {
	margin: 1.5em 0;
	border: 1px solid #ccc;
}



/* Posts / Post
 -------------------------------------------------------------*/
.post {
  margin-bottom: 3em;
}
.post-heading {
	font-size: 2em;
	padding-bottom: 1em;
}
.post-heading a {
	color: inherit;
}
.post-heading a:hover {
	color: #28bbf8;
}
.post-heading a:hover {
	text-decoration: none;
}
.post-eyecatch {
	display: inline;
}
.post-eyecatch img {
	max-width: 100%;
	margin-bottom: 1em;
	vertical-align: top;
}
.post-eyecatch img:hover {
	opacity: 0.8;
}
.post-metas {
	display: block;
	margin-top: 1em;
	margin-left: 1em;
}
.post-date {
	display: block;
	margin-bottom: 1em;
	font-family: 'Titillium Web', 'Noto Sans Japanese', sans-serif;
	font-style: italic;
	font-size: .85em;
	text-decoration: underline;
}
.post-extra {
	display: block;
	margin-top: 3em;
	margin-bottom: 2em;
	margin-left: .5em;
	font-family: 'Titillium Web', 'Noto Sans Japanese', sans-serif;
	font-style: italic;
	font-size: .85em;
}
.post-extra > * {
	display: block;
	margin-bottom: 1em;
}
.post-separator {
  padding-top: 3em;
  border-bottom: 1px solid #d0d0d0;
}
.post-comments > * {
	display: block;
	margin-bottom: 0.5em;
}
.post-signature {
	display: block;
	margin-top: 2em;
	font-family: 'Titillium Web', 'Noto Sans Japanese', sans-serif;
	font-style: italic;
	font-size: .85em;
	text-align: right;
	color: #999;
}
.post-prevnext {
	padding: 4em 0 2em 0;
}
.post-prevnext a {
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid #ccc;
}
.post-prevnext a:hover {
	text-decoration: none;
}
.post-back {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.post-prev {
	float: left;
	margin-bottom: 1em;
}
.post-next {
	float: right;
	margin-bottom: 1em;
}
.post-content {
  position: relative;
	margin-bottom: 3em;
	padding-top: 3em;
	padding-bottom: 2em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.post-content img {
	max-width: 100%;
	margin: 1em 0;
}
.post-content iframe {
	max-width: 100%;
	border: 0;
}
.post-category {
	font-family: 'Titillium Web', 'Noto Sans Japanese', sans-serif;
  font-style: italic;
  display: block;
	margin-left: .5em;
	margin-bottom: .5em;
	font-size: .85em;
}
.post-category a {
  margin-right: .8em;
}
.post-tag {
	font-family: 'Titillium Web', 'Noto Sans Japanese', sans-serif;
  font-style: italic;
  display: block;
	margin-left: .5em;
	margin-bottom: .5em;
	font-size: .85em;
}
.post-tag a {
	margin-right: .8em;
}
.post-counter {
	font-family: 'Titillium Web', 'Noto Sans Japanese', sans-serif;
	display: block;
	margin-left: .5em;
	margin-bottom: .5em;
	font-size: .85em;
}
.post-readmore {
	display: block;
	margin-top: .5em;
	font-size: .85em;
	text-align: right;
}
.fa-eye, .fa-tag, .fa-tags {
  color: #777;
  margin-right: .4em;
}

@media (max-width: 992px)
{
	.post-prevnext {
		display: block;
	}
	.post-prev {
		position: relative;
		text-align: left;
	}
	.post-next {
		position: relative;
		text-align: right;
	}
	.post-prev a,
	.post-next a {
		display: block;
		margin-bottom: .5em;
	}
}



/* Comments
 -------------------------------------------------------------*/
.comments {
	margin-bottom: 10em;
}
.comments-heading {
	margin-bottom: 2em;
}
.comment {
	margin-bottom: 4em;
}
.comment-eyecatch {
	float: left;
	margin-right: 1.5em;
}
.comment-postedby {
	display: block;
	margin-right: 1em;
	line-height: 1;
	word-break: break-all;
}
.comment-datetime {
	display: block;
	margin-top: .3em;
	color: #999;
}
.comment-suspended {
	display: block;
	margin-top: .3em;
	color: #d43f3a;
}
.comment-content {
	margin-top: .5em;
	margin-left: 4em;
	word-break: break-all;
}
.comment-edit {
	margin-left: 4em;
	font-size: 1em;
}
.comment-reply {
	margin-top: 3em;
	margin-left: 4em;
}
.commentForm-heading {
	margin-bottom: 2em;
}
.commentForm-message {
	font-size: 1.25em;
	margin-bottom: 1em;
	text-align: center;
	color: #28bbf8;
}
.commentForm-alert {
	font-size: 1.25em;
	margin-bottom: 1em;
	text-align: center;
	color: #d43f3a;
}
.commentForm-cancel {
	font-size: 1em;
	margin-left: 1em;
	color: inherit;
	cursor: pointer;
}
@media (max-width: 992px)
{
	main {
		margin-bottom: 4em;;
	}
	.post-eyecatch > img {
		padding-right: 0;
		padding-bottom: 1em;
	}
}



/* Social
 -------------------------------------------------------------*/
.social {
  text-align: center;
  margin: -2em 0 -1em 0;
}
.social-article {
  text-align: right;
	margin-top: 1em;
}
.social-button {
  color: #777;
  font-size: 1.8em;
  padding: .2em;
}
.social-article a:link, .social-article a:visited {
  color: #777;
}
.social-article a:hover {
  color: #999;
}



/* Sidebar
 -------------------------------------------------------------*/
.sidebar {
	margin-bottom: 10em;
	padding: 1em 0;
}
.sidebar h3 {
	margin-top: 1.5em;
	margin-bottom: 2em;
}
.search {
	margin-bottom: 5em;
}
.search button {
	margin-top: .5em;
}
.sidebar-block {
	margin-bottom: 5em;
	border-top:  solid 3px #000;
}
.archive ul {
	padding-left: 1em;
}
.archive ul ul {
	padding-left: 2em;
	margin-bottom: 0.25em
}
.archive ul li {
	margin-bottom: 0.25em;
}
.category ul {
	padding-left: 1em;
}
.category ul ul {
	padding-left: 2em;
	margin-top: 0.5em
}
.tag-label {
	display: inline-block;
	margin-left: 1em;
}
.pickupPost {
	margin-bottom: 5em;
	border-top:  solid 3px #000;
}
.sideContent {
	margin-top: 10em;
	margin-bottom: 5em;
	border-top:  solid 3px #999;
}
.sideContent-heading {
	color: #999;
}
.sideContent-content {
	margin-left: 1em;
}

@media (max-width: 992px)
{
	.sidebar {
		padding: 1em;
	}
}



/* Pagenator
 -------------------------------------------------------------*/
.pagenator {
	margin: 1em 0;
}
.pagenator li {
	display: inline-block;
}
.pagenator-nextHeadline {
	display: block;
	margin: 2em 0;
}
.pagenator-page {
	display: inline-block;
	margin: .2em;
	padding: .6em 1em;
	border: 1px solid #ccc;
	cursor: pointer;
}
.focus {
	display: inline-block;
	margin: .2em;
	padding: .6em 1em;
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #fff;
}



/* Contact
 -------------------------------------------------------------*/
input, textarea, select {
	display: block;
	width: 100%;
	padding: .7em;
	border: 1px solid #999;
	border-radius: 2px;
  margin-bottom: .2em;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: .5em;
	vertical-align: .1em;
	cursor: pointer;
}
input[type="text"], textarea, select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
	min-height: 16em;
  line-height: 1.8em;
}
.contact {
	padding: .5em;
}
.contact-heading {
	font-size: 2em;
	margin-bottom: 1.5em;
	text-align: center;
}
.contact-attention {
	margin: 3em;
	text-align: center;
}
.contact-message {
	font-size: 1.25em;
	margin-bottom: 1em;
	text-align: center;
	color: #28bbf8;
}
.contact-alert {
	font-size: 1.25em;
	margin-bottom: 1em;
	text-align: center;
	color: #d43f3a;
}
.contact dt {
	margin-bottom: .5em;
  color: #777;
}
.contact dd {
	margin-bottom: 2em;
}
.contact-submit {
	text-align: center;
}
.contact-loader {
  font-size: 30px;
  color: #777;
}



/* Pe-form
 -------------------------------------------------------------*/
.pe-form {
	width: 100%;
}

/* base_element = div (deafault) */
.pe-form-element > label {
	display: inline-block;
	width: 23%;
	padding: .7em .5em;
	vertical-align: middle;
}
.pe-form-element > span {
	display: inline-block;
	width: 75%;
	padding: .7em .5em;
	vertical-align: middle;
}
.pe-form-element > span > label {
	margin-right: 1em;
}

/* base_element = table (option) */
.pe-form-table {
	width: 100%;
}
.pe-form-table th,
.pe-form-table td {
	padding: .7em .5em;
}
td label {
	display: inline-block;
	margin-right: 2em;
	font-weight: 300;
}

/* submit button */
.pe-form-submit {
	margin: 4em 0;
	text-align: center;
}
.pe-form-submit input[type="submit"],
.pe-form-submit button,
.pe-form-submit span {
	background-color: #fff;
	padding: .5em 3em;
	border: 3px solid #28bbf8;
	color: #28bbf8;
	cursor: pointer;
}
.pe-form-submit input[type="submit"],
.pe-form-submit button:hover,
.pe-form-submit span:hover {
	opacity: 0.5;
}

@media (max-width: 992px)
{
	.contact-heading {
		text-align: center;
	}

	/* div */
	.pe-form-element > label {
		display: block;
		width: 100%;
		margin-bottom: .5em;
		padding: 0;
	}
	.pe-form-element > span {
		display: block;
		width: 100%;
		margin-bottom: 2em;
		padding: 0
	}

	/* table */
	th, td {
		display: block;
	}
	th, td {
		padding: 0;
	}
}



/* Footer
 -------------------------------------------------------------*/
footer {
	background-color: #000;
	padding: 4em 0 4em 0;
	text-align: center;
	color: #28bbf8;
}
footer small {
  display: block;
  margin-top: 2em;
}
.close {
	margin-top: .2em;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
