﻿/*!
Theme Name: ひらかたマラソン
Theme URI: 
Author:
Author URI:
Description: ひらかたマラソン専用テーマです。
Version: 1.0.0
Tags: ひらかたマラソン
*/

*{margin:0;padding:0;border:0;outline:0;font:inherit;font-size:100%;text-decoration:none;vertical-align:baseline}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%}article,aside,dialog,figcaption,figure,footer,header,main,menu,nav,section,svg{display:block}audio,canvas,video{display:inline-block;vertical-align:middle}hr{box-sizing:content-box;height:0;overflow:visible}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{cursor:pointer}strong{font-weight:bold}table{border-collapse:collapse;border-spacing:0;table-layout:fixed}img{-webkit-backface-visibility:hidden;backface-visibility:hidden;vertical-align: top;}caption,th{font-weight:bold;text-align:left}label{cursor:pointer}label span{vertical-align:middle}input,textarea,select{padding:4px 8px;border-radius:0;vertical-align:middle}input:not([type="radio"]):not([type="checkbox"]),textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="radio"],input[type="checkbox"],input[type="submit"]{padding:0}textarea{overflow:auto;resize:vertical}a,area,button,input,label,select,textarea{-ms-touch-action:manipulation;touch-action:manipulation}article{word-wrap:break-word;overflow-wrap:break-word}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}


/*ブログテンプレ*/
.article {
  font-size: 16px;
  line-height: 2.2em;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: bold;
  line-height: 1.4em;
}
.article .day{
font-size:12px;
line-height: 1;
margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
.article .day{
margin-bottom: 10px;
	}
}
.article h1 {
  font-size: 24px;
	border-bottom: 3px solid #1ba2e6;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.article h2, .article h3 {
  margin: 60px 0 20px;
}
.article h2 {
  font-size: 22px;
  border-bottom: 2px solid #1ba2e6;
  padding: 0 0 10px 0;
  position: relative;
}
/*
.article h2:before {
  content: "";
  background-color: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
*/
.article h3 {
  font-size: 20px;
  border-bottom: 1px solid #1ba2e6;
  padding-bottom: 10px;
}
.article h4 {
  font-size: 20px;
  margin: 40px 0 15px;
}
.article h5, .article h6 {
  margin: 30px 0 10px;
}
.article h5 {
  font-size: 18px;
  font-style: oblique;
}
.article h6 {
  font-style: oblique;
}
@media screen and (max-width: 960px) {
  .article h1 {
  font-size: 21px;
	padding-bottom: 10px;
	margin-bottom: 15px;

  }
  .article h2, .article h3 {
    margin: 40px 0 20px;
  }
  .article h2 {
    font-size: 20px;
    border-left-width: 2px;
		padding-bottom: 5px;
  }
  .article h3 {
    font-size: 19px;
    padding-bottom: 5px;
  }
  .article h4 {
    font-size: 18px;
    margin: 30px 0 10px;
  }
  .article h5, .article h6 {
    margin: 20px 0 5px;
  }
  .article h5 {
    font-size: 17px;
  }
}
.article p, .article table, .article dl, .article ul, .article ol, .article blockquote, .article hr {
  margin: 0 0 20px;
}
.article a {
  display: inline-block;
  color: #004eff;
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .article a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.article strong {
  font-weight: bold;
}
.article strong, .article span {
  display: inline;
  line-height: 1.6em;
}
.article em {
  font-style: oblique;
}
.article del {
  text-decoration: line-through;
}
.article img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .article img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .article .alignleft {
    float: left;
    margin-right: 30px;
    text-align: left;
  }
  .article .alignright {
    float: right;
    margin-left: 30px;
    text-align: right;
  }
}
.article .aligncenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .article .aligncenter {
    display: block;
  }
}
.article table {
  width: 100%;
  table-layout: auto;
  line-height: 1.6em;
}
.article th, .article td {
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
}
.article th {
  background-color: #eaf1f5;
}
.article dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.article dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .article dd {
    margin-bottom: 20px;
  }
  .wp-caption{
    width: 100% !important;
  }
}
.article ul, .article ol {
  line-height: 1.4em;
  padding-left: 1.5em;
}
.article ul {
  list-style: disc outside;
}
.article ol {
  list-style: decimal outside;
}
.article li:not(:last-child) {
  margin-bottom: 8px;
}
.article ul + ul, .article ol + ol {
  margin-top: -20px;
}
.article ul ul, .article ol ol {
  margin: 0.8em 0 0;
}
.article ul ul {
  list-style: circle outside;
}
.article ul ul ul {
  list-style: none;
}
.article ul ul ul li {
  position: relative;
}
.article ul ul ul li:before {
  content: ">";
  position: absolute;
  top: 0;
  left: -1.2em;
}
.article blockquote {
  display: block;
  background-color: #eaf1f5;
  padding: 20px 20px 0;
  border: 2px solid #dcdcdc;
  line-height: 1.6em;
}
.article blockquote:before {
  content: "“";
  display: block;
  height: 35px;
  color: #9daaac;
  font-family: Georgia,"Times New Roman",Times,"serif";
  font-size: 80px;
  line-height: 0.8em;
  text-indent: -5px;
}
.article hr {
  display: block;
  background-color: #dcdcdc;
  height: 1px;
}
.article .movie {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
.article .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.single_pager {
  margin-top: 50px;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}
.single_pager ul {
  width: 750px;
  margin: 0 auto 10px;
  position: relative;
	display: flex;
	justify-content: space-between;
}
.single_pager ul li {
  width: 31%;
}

.single_pager a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  border: 1px solid #1ba2e6;
	border-radius:5px; 
	background: white;
	text-decoration: none;
	color: black;
	font-weight: bold;
	position: relative;
	font-size: 18px;
}
.single_pager .prev a:before{
content: "";
display: inline-block;
width: 12px;
height: 12px;
border-top: 1px solid #1ba2e6;
border-right: 1px solid #1ba2e6;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
position: absolute;
left: 20px;
top: 50%;
margin-top: -6px;
}
.single_pager .next a:before{
content: "";
display: inline-block;
width: 12px;
height: 12px;
border-top: 1px solid #1ba2e6;
border-right: 1px solid #1ba2e6;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 20px;
top: 50%;
margin-top: -6px;
}

.single_pager .return a{
	background:#1ba2e6;
	color: white;
}

@media screen and (max-width: 960px) {
  .single_pager {
    margin-top: 30px;
    padding-top: 40px;
  }
	.single_pager ul{
	width: 100%;
	}
  .single_pager .prev,
  .single_pager .next {
    width: 10%;
		
  }
	.single_pager .prev a,.single_pager .next a{
	width: 100%;
	text-indent: -9999px;
	display: block;
	}
  .single_pager .return {
    width: 76%;
  }
	.single_pager .prev a:before{
	left: 50%;
	margin-left: -3px;
	}
	.single_pager .next a:before{
	right: 50%;
	margin-right: -3px;
	}

}
@media screen and (max-width: 960px) {
.article iframe{
width: 100%;
height: 240px;
	}
}

