@charset "utf-8";
/*
Theme Name:  サンキ
Theme URI: https://www.s-a-n-k-i.jp/
Description: サンキ
Version: 1.0
Author: ZEALPLUS
Author URI: https://zeaplus.co.jp/	
Tags: simple

Index:
  - Basic Styling
  - Layout
  - Navigation and Sidebar Widget
  - Form Elements

*/

/* Custum Style Setting
----------------------------------------------------------------------------------------------*/

.post-body strong {
  font-weight: bold;
}
.post-body em {
  font-style: italic;
}
.post-body del {
  text-decoration: line-through;
}
.post-body ul {
  list-style: disc;
  margin: 0 1em 1.5em;
}
.post-body ol {
  list-style: decimal;
  margin: 0 1em 1.5em;
}
.post-body li {
  list-style: inherit;
  margin-bottom: 0.3em;
}
.post-body blockquote {
  margin: 1.2em 1.2em;
}
.post-body h1 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.post-body h2 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 0.5em;
}
.post-body h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.post-body h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.post-body img {
  margin: 1.5em auto;
  max-width: 100%;
  height: auto;
}
.post-body p {
  margin: 0px 0 1.5em;
}
.post-body a {
  text-decoration: underline;
}

/* HACK */
.no-page {
  opacity: 0;
  pointer-events: none;
}
li.current-cat a {
}

.pagination {
  font-size: 1.1em;
  padding: 0px 0 60px;
  line-height: 1;
}
.pagination .current {
  display: inline-block;
  margin: 0 0.2em 0.5em;
  padding: 0.5em;
  color: #fff;
  background: #000;
}

.pagination a {
  display: inline-block;
  margin: 0 0.2em 0.5em;
  padding: 0.5em;
  text-decoration: none;
}

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.post-table {
  line-height: 1.6;
}
@media only screen and (max-width: 480px) {
  .post-table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .post-table th,
  .rps_table td {
    display: list-item;
    list-style-type: none;
    border: none;
  }
}

/* ---------- Basic Styling ---------- */

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 1em;
  display: inline;
}

img.alignleft {
  padding: 1em;
  display: inline;
}

.caution {
  padding: 1em;
  color: #e9e9e9;
  text-align: center;
  background-color: #cc0000;
}
noscript .caution {
  margin: 0;
}

/*
.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}
*/

.wp-caption {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  margin: 1em 0;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0px;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 1.5;
  padding: 10px;
  margin: 0;
}

code strong {
  color: #cc3366;
  font-weight: normal;
}

p.post-meta,
p.comment-meta {
  margin-bottom: 25px;
  font-size: 0.75em;
  line-height: 1.2em;
}

.comment-list .navigation {
  margin: 10px 0;
}
.comment-list .navigation a {
  margin-right: 10px;
}

.comment-list ol li {
  margin: 10px 0;
}

.comment-list ol li.trackback {
  padding: 5px;
  border: 1px solid #c4c4c4;
}

.comment-list ul.children {
  list-style: none;
}
.comment-list ul.children li {
  border-left: 5px solid #c4c4c4;
  padding-left: 5px;
}

.comment-list li.bypostauthor {
}
.comment-list li.bypostauthor cite.fn {
  text-decoration: underline;
}

.comment-list li.comment .reply {
  margin: 10px 0 20px;
}

/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
/* .pagination { font-size: 1.1em;
	padding: 40px 0 80px ;
	line-height:1;
}
.pagination .current {
	display:inline-block;
	margin: 0 0.7em 1em ;
	color: #666;text-decoration:none;
}

.pagination a {
display:inline-block;
margin: 0 0.7em 1em ;
color: #bc8234;text-decoration:none;
} */

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */

/*
#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 50px 0 50px 16px;
	padding-left: 0;
}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0;
	padding-left: 0;
}
#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 5px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 5px 0 0 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
	background-color: #d9d9d9;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}
*/
#wp-calendar {
  margin: 1em 0;
  border: none;
}
#wp-calendar caption {
  text-align: left;
  margin: 2px 0 0 0;
  padding: 0;
}
#wp-calendar td {
  text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
  margin: 0;
  padding: 0;
}

#commentform {
  margin: 0;
  padding: 0;
}
#commentform textarea {
  width: 99%;
  max-width: 640px;
}

/* for sidebar widget */

#searchform {
  width: 300px;
}
#searchform div {
  padding: 0;
  font-size: 12px;
}
#searchform label.screen-reader-text {
  display: none;
}
#searchsubmit {
  display: inline;
}

#s {
  /* #searchform input#s */
  width: 170px;
  margin: 0;
}

/* ---------------------------------------- Add ---------------------------------------- */
