@charset "utf-8";
/* 「すぐ使えるCGI」記事ページテンプレート CSS */
/* Sugutsukaeru CGI Article pages CSS (Please see the admin CSS file for English explanation) */
/*
■スタイルの分類

「すぐ使えるCGI」の記事ページで使っているスタイル定義は、以下の2つに分類できます。

A. Pure
pure-* というクラス名のスタイル定義は、フレームワーク pure を使用しているものです。レスポンシブWebの仕組みの実装に利用しています。
Pure のレスポンシブWebデザインの設定の仕組みについては、管理画面側のCSSファイル内にコメントで説明があります。

B. 「すぐ使えるCGI」で定義したスタイル
sugu-* というクラス名のスタイル定義は、「すぐ使えるCGI」で定義し表示調整に使用しています。

これらのスタイルは不要であれば削除、変更して使って下さい。

*/
/* 
■フレームワーク pure をベースにした、表示調整のためのスタイル  Pure-based layout adjustment */



.pure-g > div {
  /* マージンまで含んだ幅がボックスのサイズ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-g{
	display: flex;
	webkit-flex-flow: none;
}
.pure-g [class *="pure-u"]{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
}
.title {
    background-repeat: no-repeat;
    background-position: left center;
}

.news_info{
    padding-left: 90px; /* 表示するアイコンの幅＋余白 */
	background-image: url("../../../../img/news_info.png");
	background-size: 70px;
}
.news_event {
    padding-left: 90px; /* 表示するアイコンの幅＋余白 */
	background-image: url("../../../../img/news_event.png");
	background-size: 70px;
}
h1 .title .news_info{
	background-position: left;
	border-bottom: solid 1px #cbcbcb;
}
/* 
■背景色と基本の枠組み  Background and container */
body {
  background-color: transparent;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
 font-size: 14px;
}
.news_list{
	display: flex;
    padding: 15px!important;
    box-sizing: border-box;
}
/* ページ全体の枠 */
.sugu-window {
    width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.sugu-container {
  padding: 0 2em 0 2em;
    width: 100%!important;
}

@media screen and (max-width: 35.499em) {
  .sugu-container {
    padding: 0 2.5em 1em 1em;
  }
}
/* 
■文字サイズ  Font */
h1 {
  line-height: 45px;
  font-size: 22px;
  padding-top: 50px;
  font-weight: normal;
}
h2 {
  font-size: 24.5px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 11.9px;
}
h6 {
  font-size: 10.5px;
}
h1 small {
  font-size: 17.5px;
}
h2 small {
  font-size: 14px;
}
h3 small {
  font-size: 11.9px;
}
h4 small {
  font-size: 11.9px;
}
h1 small,
h2 small {
  white-space: nowrap;
}
/* 
■右寄せ・左寄せ・中央  Alignment and Centering */
.sugu-clearfix:before,
.sugu-clearfix:after {
  content: " ";
  display: table;
}
.sugu-clearfix:after {
  clear: both;
}
.sugu-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sugu-pull-right {
  float: right;
	box-sizing: border-box;
}
.sugu-pull-left {
  float: left;
	box-sizing: border-box;
}
.sugu-text-center {
  text-align: center;
}
.sugu-text-right {
  text-align: right;
}
/* 
■ページネーション  Pagination */
/* （※管理画面と同じクラス名ですが、定義が異なります） */
ul.sugu-pagination {
  margin: 1em 0;
  padding: 0;
}
ul.sugu-pagination li {
  list-style: none;
  display: inline-block;
  min-height: 0.8;
}
ul.sugu-pagination li a {
  padding: 4px 10px 4px 10px;
  vertical-align: middle;
  border: #cbcbcb 1px solid;
  margin-left: -1px;
  text-decoration: none;
}
ul.sugu-pagination li a:active,
ul.sugu-pagination li a:hover {
	opacity: 0.7;
}
ul.sugu-pagination li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.sugu-pagination li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.sugu-pagination .sugu-active a,
ul.sugu-pagination .pagethis a {
  font-weight: normal;
	color:rgba(36,36,36,1.00);
}
/* 
■前後リンク  Pager link */
ul.sugu-pager {
  margin: 80px 0 0.3em 0;
  padding: 0;
  height: 3em;
}
ul.sugu-pager li {
  list-style: none;
  display: inline-block;
}
ul.sugu-pager li a {
  padding: 12px;
  vertical-align: middle;
  height: 2em;
  border: #cbcbcb 1px solid;
	border-radius: 50px;
  /* height + padding の 50% */
  text-decoration: none;
	color: #cbcbcb;
	-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all  0.35s ease;
}
ul.sugu-pager li a:active,
ul.sugu-pager li a:hover {
	color:#fff;
	background-color: #cbcbcb;

}
/* 
■全一覧のスタイル  Article list classes */
.sugu-article-list .sugu-entry {
  border-bottom: #dfdfdf solid 1px;
}
.sugu-article-list .sugu-entry:first-child {
  border-top: #dfdfdf solid 1px;
}
.list_summary{
  padding: 20px 40px 20px 40px;
}
.sugu-article-list .sugu-entry .sugu-entry-right {
  padding: 0 0 20px 0;
  padding-left: 40px;
}
.sugu-article-list .sugu-entry h3,
.sugu-article-list .sugu-entry h2 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.6em;
  font-weight: normal;
}
.summary{
	line-height: 1.4em;
}
.sugu-article-list .sugu-entry p {
  margin: 10px auto;
}
.sugu-article-list .sugu-entry p:last-child {
  margin-bottom: 0;
}
/* 
■短い一覧のスタイル  Short list classes */
/* 罫線 */
.short{
	padding: 0;
}
ul.sugu-ruled-list {
  list-style: none outside none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;	
}
.sugu-ruled-list li {
  border-bottom: #dfdfdf solid 1px;
  /* 太さ、線種、色 */
  padding: 15px 30px 15px 70px;
  width: 100%;
}
.sugu-ruled-list li:first-child {
  border-top: #dfdfdf solid 1px;
  /* 太さ、線種、色 */
}
.sugu-ruled-list li:last-child{
  border-bottom: #dfdfdf solid 1px;
}
/* 文字色・スタイル */
.sugu-listdate {
	color:rgba(36,36,36,1.00);
  padding-right: 25px;
	letter-spacing: .1em;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
}
.sugu-listlink a,
.sugu-listlink a:link {
  text-decoration: none;
	color:rgba(36,36,36,1.00);
	padding: 5px 0 5px 80px;
}
.sugu-listlink a:hover,
.sugu-listlink a:active {
  text-decoration: none;
	color:rgba(36,36,36,1.00);
}
.sugu-listlink a:visited {
	color:rgba(36,36,36,1.00);
}
/* 文字色・スタイル ここまで */
/* マウスオーバーでの背景色の設定 ここから */
.sugu-interactive-list li:hover {
	opacity: 0.7;
}
/* マウスオーバーで背景色を変更する時は、リンク文字の変更を止めておく
   （この措置が不要なら設定を削除して下さい。） */
.sugu-interactive-list .sugu-listlink a:hover,
.sugu-interactive-list .sugu-listlink a:active {
  text-decoration: none;
}
/* マウスオーバーでの背景色の設定 ここまで */
/* 
■記事ページ設定  Article page classes */
/* 記事部分 */
.sugu-article {
	    line-height: 1.8em;
  /* 記事ページの画像
	   pure-img クラスの付いているものは枠幅いっぱいに表示される設定になっている
	 */
}
.sugu-article .sugu-article-left {
  padding: 45px 0 0;
    border-top: solid 1px #cbcbcb;
	margin-top: 20px;
    width: 700px;
}
.sugu-article .sugu-article-right {
  padding: 60px 0 0.8em 0;
}
.list_date{
	padding-bottom: 10px;
	font-size: 14px;
}
.list_h1{
	padding-left: 40px;
}
.list_window{
	padding-bottom: 110px;
	padding-top: 120px;
}
.list_pager{
	display: flex;
	justify-content: center;
}
.sugu-article-list{
	margin-bottom: 40px;
}

.sugu-article img {
  margin-bottom: 20px;
}
/* 記事ページのフッタリンク調整 */
.sugu-page-link {
  margin: 2em 0;
}
.sugu-page-link a {
  border: solid 1px #cbcbcb;
  padding: 12px;
  color: #cbcbcb;
	-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all  0.35s ease;
}
.sugu-page-link a:hover{
  border: none;
  color: #fff;
  background-color: #cbcbcb;
}
/* 
■ファイル一覧の形式（ul） Files */
.sugu-file-list {
  list-style-position: outside;
  padding-left: 1.35em;
}
.sugu-file-list li {
  line-height: 1.4;
}
/* ファイルをアップロードしたときのアイコン表示  Icons for uploaded files */
.filelink {
  padding-left: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0.06em 50%;
  background-image: url(../../icons/general.gif);
}
.doc {
  background-image: url(../../icons/doc.gif);
}
.pdf {
  background-image: url(../../icons/pdf.gif);
}
.ppt {
  background-image: url(../../icons/ppt.gif);
}
.img {
  background-image: url(../../icons/img.gif);
}
.txt {
  background-image: url(../../icons/txt.gif);
}
.xls {
  background-image: url(../../icons/xls.gif);
}
.zip {
  background-image: url(../../icons/zip.gif);
}
a{
    text-decoration: none;
	color: rgba(36,36,36,1.00);
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24{
	width: auto;
}
.pure-button{
	background-color: #fff;
}
.article_list_img{
	max-width: 300px;
    padding-left: 40px;
}
.article_container{
	padding-bottom: 100px;
	max-width: 600px;
	padding-top: 120px;
}



@media screen and (max-width: 470px) {
body{
	font-size: 13px;
	margin: 0 auto;
}
.sugu-listdate{
	padding-right: 0;
	display: block;
}
.sugu-listlink a, .sugu-listlink a:link{
	padding: 20px 0 0;
    display: block;
    margin-top: 5px;
}
.sugu-ruled-list li{
	display: block;
	padding: 15px 0px 15px 0px;
	max-width: 500px;
	width: auto;
}
.sugu-container{
	padding: 0;
}
.sugu-window{
	max-width: 500px;
	padding-top: 15px;
}
.sugu-article-list .sugu-entry p {
	margin: 0.8em auto;
	font-size: 14px;
	line-height: 1.6em;
}
.sugu-article-list .sugu-entry .sugu-entry-left {
	padding: 0.8em 0px 0.8em 0px;
}
.sugu-article-list .sugu-entry .sugu-entry-right {
    padding: 0.8em 0 0 0;
    padding-left: 0px;
}	
.sugu-article-list .sugu-entry h3, .sugu-article-list .sugu-entry h2 {
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 600;
}	
.news_info {
    padding-left: 80px;
    background-size: 64px;
    background-position: top left;
}	
.news_event	{
    padding-left: 80px;
    background-size: 64px;
}	
.list_date{
    font-size: 13px;
    display: block;
    padding-bottom: 8px;
	padding-top: 8px;
    letter-spacing: 0.05em;
}	
.list_window {
	padding: 80px 20px 60px;
}	
.list_h1 {
    padding-left: 0px;
}	
.article_container {
    width: -webkit-fill-available;
	padding: 0 20px 60px 20px;
}	
	.article_window{
		padding-top: 0px;
	}
.sugu-article .sugu-article-left {
    padding: 0;
    margin-top: 20px;
    width: -webkit-fill-available;
    padding-top: 20px;
}	
h1 {
    font-size: 15px;
    line-height: 1.8em;
	padding-top: 0;
}	
ul.sugu-pager {
    margin: 80px 0 20px 0;
}	
.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24{
	width: 100%;
}
.news_list{
    padding: 15px 0!important;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}






