@charset "utf-8";

/*
Theme Name: カスタマイズデザイン
Theme URI: http://
Author: OFFICE SUPPLEMENT
*/


/** カテゴリー
---------------------------------------- */
.caticon{
  background-color: #646464;
  padding: 4px 6px;
  color: #fff;
  border-radius:3px;
  display: inline-block;
  font-family:"NotoSansJP-2";
}
.news{ background-color: #0068b6; }
.blog{ background-color: #ee84b5; }


/** NOT FOUND
---------------------------------------- */
.notFound{
  margin-top:20px;
  padding:100px 20px;
  -webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;
  border:solid 1px #DFDFDF;
  text-align:center;
}
.notFound dt{
  font-family:"MPLUS1p-7";
  font-size:30px;font-size:3.0rem;
  margin-bottom:10px;
}
.notFound dd{
  font-size:16px;font-size:1.6rem;
}

/** PAGER
---------------------------------------- */
.pager{
	width: 100%;
  margin-top: 20px;
}
.pager ul{
  display:-webkit-box;display:-ms-flexbox;display:flex;
}
.pager a,
.pager a:visited,
.pager a:hover,
.pager span.current,
.pager span.pages,
.pager span.extend,
.pager span.current,
.pager span.dots{
  font-family: Arial, Helvetica, sans-serif;
	display:block;
	width:24px;
	line-height:24px;
	text-align:center;
	background-color:#505050;
  margin-right: 6px;
	text-decoration:none;
	color:#FFF;
  transition: all 0.3s ease 0s;
}
.pager span.current {
	background-color:#00a45d;
}
.pager a:hover {
	background-color:#00a45d;
}


/** 画像関連
---------------------------------------- */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}


@media print,screen and (min-width : 501px) {

#wp_posts{
  margin-top: 40px;
}

/** テキストリスト
---------------------------------------- */
#listtype_text{
  border-top:solid 1px #DFDFDF;
}
#listtype_text li{
  padding:10px;
  border-bottom:solid 1px #DFDFDF;
  line-height: 1;
  display:flex;
  align-items: center;
}
#listtype_text .cat{
  margin-left: 40px;
  font-size:1.2rem;
  margin-top: 4px;
}
#listtype_text .title{
  margin-left: 4px;
}


/** サムネイルリスト
---------------------------------------- */
#thumbnail-list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#thumbnail-list li{
  width: 280px;
  margin-bottom: 20px;
}
#thumbnail-list::after,
#thumbnail-list::before {
  content: "";
  display: block;
  width: 280px;
  height: 0;
}
#thumbnail-list::before {
  order: 1;
}
#thumbnail-list .date{
  font-size:1.4rem;
}


/** シングルページ
---------------------------------------- */
#singlepage{
  border:solid 1px #c8c8c8;
  padding: 60px;
  border-radius:10px;
}
#singlepage h3{
  font-size:18px;font-size:1.8rem;
  font-family:"ShinMGoPro-3";
  margin:10px 0 6px 0;
}
#singlepage .cat a{
  color: #034f6d;
}
#singlepage .update i{
  margin-right: 6px;
}
#singlepage .article{
  margin-top: 80px;
}
#singlepage .update{
  margin-top: 10px;
  font-size:1.4rem;
  text-align: right;
}


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

#wp_posts{
  margin-top: 40px;
}

/** テキストリスト
---------------------------------------- */
#listtype_text{
  border-top:solid 1px #DFDFDF;
}
#listtype_text li{
  padding:10px;
  border-bottom:solid 1px #DFDFDF;
  line-height: 1;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
#listtype_text .date{
  width: 100%;
  font-size:1.2rem;
}
#listtype_text .cat{
  margin-top: 6px;
  font-size:1.1rem;
}
#listtype_text .title{
  margin-top: 2px;
  margin-left: 4px;
}


/** サムネイルリスト
---------------------------------------- */
#thumbnail-list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#thumbnail-list li{
  width: 48%;
  margin-bottom: 20px;
}
#thumbnail-list .date{
  font-size:1.2rem;
}


/** シングルページ
---------------------------------------- */
#singlepage{
  border:solid 1px #c8c8c8;
  padding: 40px 20px;
  border-radius:10px;
}
#singlepage h3{
  font-size:16px;font-size:1.6rem;
  font-family:"ShinMGoPro-3";
  margin:10px 0 6px 0;
}
#singlepage .cat a{
  color: #034f6d;
}
#singlepage .update i{
  margin-right: 6px;
}
#singlepage .article{
  margin-top: 40px;
}
#singlepage .update{
  margin-top: 10px;
  font-size:1.2rem;
  text-align: right;
}




}


