@charset "utf-8";
/*
Theme Name:graphy-child
Template:graphy
Version:2.3.0
*/
* {
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif !important;
	line-height: 1.6 !important;
	font-size: 1em !important;
	background: #F5F5F5 !important;
}
h1, h2, h3, h4, h5, h6, .site-title {
	font-family: 'Roboto', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif !important;
}
p {
	color: #181A1C !important;
}
.contents-wrapper {
	min-height: calc(100vh - 40px);
}
@media screen and (max-width: 460px) {
.contents-wrapper {
	min-height: calc(100vh - 100px);
}
}
#home{
	background: #f5f5f5 !important;
}
a, a:visited {
    color: #181A1C !important;
}
.content-area, .sidebar-area {
	margin-bottom: 0;
}
.page-header {
	margin: 1em 0 0 !important;
	padding: 0 !important;
}
.site-content, .footer-widget-wrapper {
	max-width: 100%;
	width: 100%;
}
.content-area {
	padding: 0 1em;
	width: 100%;
}
@media screen and (min-width: 980px) {
.site-branding, .site-content, .footer-widget-wrapper {
 max-width: 100%;
}
.content-area {
 border-right: none;
 float: none;
 padding: 0 2em;
 width: 100%;
}
}
/************* search list *************/
#search-list, .main-wrapper, .contents-wrapper {
	background: #F5F5F5;
	color: #181A1C;
}
.page-header {
    border-bottom: none;
}
.post-grid-list .hentry {
	margin-bottom: 1em;
	border-top: 1px dotted #999;
	padding: 1em 0 0 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-grid-list .entry-header {
	margin-bottom: 0;
}
.post-grid-list .cat-links {
	font-size: 60%;
	text-align: left;
	margin-bottom: 0;
}
.post-grid-list .cat-links a {
	color: #8e8157 !important;
}
.post-grid-list .entry-title {
	font-size: 1.4rem;
	text-align: left;
}
#search-list .searchform {
	display: inline-block;
	max-width: 90%;
	width: auto;
	height: 40px;
    border: solid 1px #ddd;
    background: #fff;
	position: relative;
	margin-top: 2em;
	border-radius: 20px;
}
#search-list .searchform input[type="text"], textarea {
    border: none;
    color: #666;
    padding: 0;
	margin-left: 10px;
    min-width: 260px !important;
    font-size: 0.8rem !important;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	line-height: 30px;
    height: 30px;
    background: transparent;
}
#search-list .searchform input[type="submit"] {
    font-family: 'Font Awesome\ 5 Free';
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
    border: none;
    color: #436ac8;
    cursor: pointer;
    padding: 0;
    margin: 3px 7px 0 0;
    position: relative;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    height: 30px;
}
#search-list .searchform input[type="submit"]:hover {
    font-size: 1.2rem;
    background-color: #fff;
    border: none;
    color: #f89406;
}
.post-grid-list .entry-summary p {
    text-align: left;
    margin: 0;
    padding: 0;
	color: #666 !important;
}
.post-grid-list .entry-summary a {
	text-decoration: none;
	color: #666 !important;
}
.post-list .post-thumbnail {
    width: 60px;
    max-width: 60px;
	min-width: 60px;
    margin: 0 0.5em 0 0;
	display: inline-block;
}
.post-list .post-thumbnail img {
    width: 100%;
    max-width: 60px;
}
.post-list-content {
	display: inline-block;
}
/*------
footer
--------*/
footer {
	font-family: 'Roboto', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
    background: #c9bd8d !important;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
footer p {
	padding: 10px;
	color: #fff !important;
}

/************* top page *************/
/*------
search
--------*/
.s{
border: 1px solid #D6D6D6;
margin: 0 0 0 10px;
height: 28px;
width: 180px;
border-radius:7px;
}
.search-wrapper {
	width: 100%;
	padding: 0 2em;
}
button, input, input[type="search"], select, textarea {
	width: 80%;
	display: inline-block;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	width: 18%;
	background-color: rgba(193, 178, 117, 0.34);
	border: 2px solid #a09a83;
	border-radius: 5px;
	color: #797566;
	cursor: pointer;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	color: #fff;
}
#search-list .searchform {
  position: relative;
}
.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}
.searchsubmit {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  top: 0;
  /*right: 8%;*/
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
input.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
