@charset "utf-8";

/*  【注意】このファイルsample1はAPIを複数呼び出していて複雑なので、単純なサンプルとしてsample2～4も参照のこと */

/*  デザイン例（本番は外部CSS推奨） */

/* 必須 */
[class^="blog-system-postmonths-yearmonth-"] {/* 将来の機能拡張に備えいったん全てを非表示にする */
	display: none;
}
.blog-system-postmonths-yearmonth-container,
.blog-system-postmonths-yearmonth-year,
.blog-system-postmonths-yearmonth-month2,
.blog-system-postmonths-yearmonth-count {/* 必要なパーツのみを明示的に表示 */
	display: inline;
}
[class^="blog-system-headlines-headline-"] {/* 必須（将来の機能拡張に備えいったん全てを非表示にする） */
	display: none;
}
.blog-system-headlines-headline-container,
.blog-system-headlines-headline-date,
.blog-system-headlines-headline-title,
.blog-system-headlines-headline-body,
.blog-system-headlines-headline-img1 {/* （↑の続き）必要なパーツのみを明示的に表示 */
	display: block;
}
/* ここから下は全くの自由 */

		

/* box index list 使用  F9F4F4(ピンク系)  FCFCFC*/
.blog-system-headlines-headline-container{
/* 	width: 28%;
    border: 1px #ddd solid;
    padding: 1%;
    margin: 1%;
    float: left;
    min-height: 340px;
    background: #FCFCFC;*/
}




/*
.flexboxA {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4em;
  margin: 0 0 2em;

}

.flexboxA > div {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 1em;
  flex: 1 0 300px;
  margin: 0.4em;
  text-align: center;
    max-width: 300px;
}

*/




.flexboxA {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  /* border: 1px solid #ddd; */
  padding: 0.8em;
  margin: 0 0 5em;
  text-align: center;
}

.flexboxA > div {
 /* background: #ddd;*/
 border: 1px solid #eee;
 /*  overflow: auto;*/
 min-width: 0;
 padding: 1em;
 max-width: 300px;
}

.flexboxA > div img{

	max-width: 100%;
	    height: auto;
	    width: auto\9;
	    margin-bottom: 1em;
}



.flexboxA {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  /* border: 1px solid #ddd; */
  padding: 0.8em;
  margin: 0 0 5em;
}

.flexboxA > div {
 /* background: #ddd;*/
  overflow: auto;
  min-width: 0;
  padding: 1em;
}

.flexboxA > div img{

	max-width: 100%;
	    height: auto;
	    width: auto\9;
	    margin-bottom: 1em;
}











.blog-system-headlines-headline-img1 img{

	max-width: 100px;


}

.blog-system-headlines-headline-title {
	/* background: #14294e; */
	padding: 2px;
	text-align: center;
}
.blog-system-headlines-headline-title a{
	font-size: 1em;

	padding: 1% 1%;
	color: #14294e;
	width : 100%;
}


.blog-system-headlines-headline-title a{
	font-weight: 700;
}

.blog-system-headlines-headline-title a:hover{
	color: #999999;
	text-decoration: underline;
}

.blog-system-postmonths-yearmonth{

}


.blog-system-postmonths-yearmonth-year,
.blog-system-postmonths-yearmonth-month2,
.blog-system-postmonths-yearmonth-count {
		font-size: 1.05em;
		color: #222;
}

.blog-system-postmonths-yearmonth-year{
	padding-left: 1px;
}

.blog-system-postmonths-yearmonth-count{
	padding-left: 10px;
}
.blog-system-postmonths-yearmonth-count:before {
	content: '(';
}
.blog-system-postmonths-yearmonth-count:after {
	content: ')';
}
.blog-system-postmonths-yearmonth-year:after {
	content: '年';
}
.blog-system-postmonths-yearmonth-month2:after {
	content: '月';
}
.blog-system-headlines-headline-date {
	color: #999;
	font-size: large;
	font-weight: bold;
	display: none;
}
.blog-system-headlines-headline-img1 img {width: 90%;height: auto;margin: 0 auto;padding: 10px;}}


.blog-system-headlines-headline-body{
	font-size: 0.9em;
	color: #222;
}

/* ここから下は自由に記述可 */





.child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  color: #fff;
  font-size: 1.4rem;
}
.left {
  background: #e74c3c;
}
.center {
  background: #3498db;
}
.right {
  background: #f39c12;
}
@media (min-width:768px) {
  .child:not(.center) {
    width: 150px;
  }
  .parent {
    display: flex;
  }
  .left {
    order: 1;
  }
  .center {
    flex: 1;
    order: 2;
  }
  .right {
    order: 3;
  }
}




.blog-system-post-post-container{
	padding: 0 3%;
	text-align: left
}


.blog-system-post-post-date {
	margin-top: 15px;
	color: #000;
	font-size: 0.9rem;
	text-align: right;
	font-weight: 400;
/*	display: none;*/
}
.blog-system-post-post-title{
	color: #fff;
	font-size: large;
	font-weight: 600;
	background: #14294e;
	margin-bottom: 10px;
	padding: 8px;
}

.blog-system-post-post-body{
	color: #000000;
	margin-top: 10px;
	padding: 15px;
}




.blog-system-post-post-body img {

}
[class^="blog-system-post-post-img"] img {
	max-width: 90%;
	height: auto;
	margin-bottom: 100px;
}


.t_title{
	font-size: 1.3em;
	margin-bottom: 15px;
	text-align: left;
}


.s_title{
	font-size: 1.2em;
	margin-bottom: 15px;
	border-bottom: 1px #999 solid;
	text-align: center;
	background: #330401;
	color: #fff; 
	padding: 5px;
}




[data-img-pos="右"] .blog-system-post-post-img1,
 [data-img-pos="右"] .blog-system-post-post-img2,
 [data-img-pos="右"] .blog-system-post-post-img3{
    float: right;
    width:30%;

}

[data-img-pos="右"] .blog-system-post-post-body {
	width: 59%;
	margin-right: 1%;
    float: left;
}


[data-img-pos="左"] .blog-system-post-post-img1,
[data-img-pos="左"] .blog-system-post-post-img2,
[data-img-pos="左"] .blog-system-post-post-img3{
    float: left;
    width: 40%;
}

[data-img-pos="左"] .blog-system-post-post-body {
	width: 59%;
    float: right;
    margin-left: 1%:
}

[data-img-pos="下"] .blog-system-post-post-img1,
 [data-img-pos="下"] .blog-system-post-post-img2,
 [data-img-pos="下"] .blog-system-post-post-img3{
    float: right;
    width:30%;

}





.int_blogR{
	width: 15%;
	margin-left: 1%;
	float: right;
}

.int_blogL{
	width: 82%;
	padding-right: 1%;
	float: left;
	border-right: 1px solid #f1efef;
}

.int_blog{
	width: 100%;
}


/* pad SIZE */
@media screen and (max-width: 1024px){


	.int_blogL{
		width: 70%;
	}
	.int_blogR{
		width: 25%;
	}	



	/	.blog-system-headlines-headline-container{
		width: 42%;
		min-height:350px;
	}
	
	*/
}


/* SMARTPHONES SIZE */
@media screen and (max-width: 850px){

	/* 	.blog-system-headlines-headline-container{
			width: 45%;
			border: 1px #999 solid;
			padding: 1%;
			margin: 1%;
			float: left;
			min-height: 320px;
		}*/

		.blog-system-postmonths-yearmonth{
			display: inline; 
			float: left;
			padding: 1%;
			margin-right: 1%;
			margin-bottom: 1%;
			border: 1px solid #999;
			min-width: 29.3%;
		}
					
		.blog-system-postmonths-yearmonth-year,
		.blog-system-postmonths-yearmonth-month2,
		.blog-system-postmonths-yearmonth-count {
				font-size: 0.9em;
		}
		
		.blog-system-postmonths-yearmonth-year{
			padding-left: 2px;
		}


		
	.int_blogR{
		width: 98%;
		margin-left: 1%;
		float: right;
		margin: 2%;
		margin-left:2%;
	}

	.int_blogL{
		width: 98%;
		padding-right: 1%;
		float: left;
		border-right: none;
		margin: 2%;
	}

	.int_blog{
		width: 100%;
	}

		

}





/* SMARTPHONES SIZE 
@media screen and (max-width: 667px){



}*/

/* SMARTPHONES SIZE */
@media screen and (max-width: 400px){
		.int_blogR {
			width: 98%;
		    float: right;
		    margin: 1%;
		    padding: 0;
		}
		.blog-system-postmonths-yearmonth{
			min-width: 45.2%;
			margin: 1%;
		}


/* 		.blog-system-headlines-headline-container{
			width: 96%;
			border: 1px #999 solid;
			padding: 2%;
			margin: 10px 2%;
			float: left;
			min-height: 250px;
		}
*/



		[data-img-pos="右"] .blog-system-post-post-img1,
		[data-img-pos="右"] .blog-system-post-post-img2,
		[data-img-pos="右"] .blog-system-post-post-img3{
		    float: right;
		    width:90%;
		    padding: 5%;

		}
		
		[data-img-pos="右"] .blog-system-post-post-body {
			width: 100%;
			margin-right: 0%;
		    float: left;
		}
		

		[data-img-pos="左"] .blog-system-post-post-img1,
		[data-img-pos="左"] .blog-system-post-post-img2,
		[data-img-pos="左"] .blog-system-post-post-img3{
		    float: left;
		    width: 90%;
		    padding: 5%;
		}
		
		[data-img-pos="左"] .blog-system-post-post-body {
			width: 100%;
		    float: right;
		    margin-left: 0%:
		}



}

