/*
Template:generatepress
Theme Name:generatepress_child
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, h1, h2, h3, h4, h4, h6 {font-weight: inherit !important; font-family: 'Noto Sans Japanese', sans-serif !important; }

body header h1,body.home .breadcrumbs {
	display:none;
}

#site-description{
	display:none;
}

h1, h2, h3, h4, h4, h6 {
  font-weight:600 !important;
}

.one-container .site-content, .separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation, .separate-containers .widget {
  padding: 0 10px 10px;
}

.home .inside-article {
	padding:0px;
}

h1 {
	font-size:30px;
}

.main-navigation li {
  width: 16.6%;
}

.entry-content, .entry-summary, .page-content {
  margin: 0;
}

blockquote {
  background: #eaeaea none repeat scroll 0 0;
  border-left: medium none;
  border-radius: 5px;
  font-style: normal;
  padding: 20px;
  position: relative;
}
/*
blockquote {
  background: #eaeaea none repeat scroll 0 0;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  border:none;
  font-style: normal;
}
*/

h1 {
 background-image: url("https://shirayuri-nagasaki.com/wp-content/uploads/2016/12/h1under2.jpg");
 background-position: -5px bottom;
 background-repeat: no-repeat;
 padding-bottom: 20px;
}

h2 {
	padding: .25em .0 .25em .75em !important;
	border-left: 6px solid #ff3a69;
}

h3 {
 background-image: url("https://shirayuri-nagasaki.com/wp-content/uploads/2016/12/h3under.gif");
 background-position: left bottom;
 background-repeat: no-repeat;
 padding-bottom: 8px;
}


#main p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

#right-sidebar p {
  margin-bottom:15px;
  font-size:12px;
}

th {
  font-weight: 500;
}

td, th {
  font-size: 15px;
}

.br5 > div {
border-radius: 5px !important;
}

.br8 > div {
border-radius: 8px !important;
}

.br10 > div {
border-radius: 10px !important;
}

@media screen and (max-width: 600px) {

* {
  margin-left:0 !important;
  margin-right:0 !important;
}

.content-area, .sidebar {
  width: 90% !important;
  margin: 0 auto !important;
}

.sidebar{
	 width: 95% !important;
}
	
.fl-node-57872822ad3a5 .fl-post-grid-post {
  width: 95% !important;
}

.main-navigation li {
  width: 100%;
}

.inside-article{
		padding:0!important;
}

}

/*--投稿ページcss--*/

.single header.entry-header {
  margin-top:40px;
}
/*--投稿ページcss_end--*/


/*ボタン文字太さ(太く)*/
.fl-button-text{
	font-weight:500;
}

/*投稿者表記消去*/
.byline{
	display:none!important;
}


/*サイドbanner*/
.gaiyo:hover{
   background-color:#ffffff !important;
}
.jyoho:hover{
   background-color:#ffffff !important;
} 
.kujyo:hover{
   background-color:#ffffff !important;
} 

#right-sidebar .gaiyo a:link{
  color:#ff3a69 !important;
}
#right-sidebar .gaiyo a:visited{
  color:#ff3a69 !important;
}
#right-sidebar .gaiyo a:hover{
  color:#ff3a69 !important;
}
#right-sidebar .gaiyo a:active{
  color:#67ff3a !important;
}
#right-sidebar .jyoho a:active{
  color:#67ff3a !important;
}
#right-sidebar .kujyo a:active{
  color:#67ff3a !important;
}
/*サイドbanner*/

/*footer*/
#footer-widgets li {
 font-size: 20px!important;
}

/*コンテンツ領域をメニューにフィットさせる*/
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0em;
}
/*コンテンツ領域をメニューにフィットさせる*/
