/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
 
img{
max-width: 100%;
height: auto;

}

iframe{
max-width: 100%;
}

 
/* ここから通常のCSS */
body { 
	color: #333333; 
	font-family: sans-serif;
}


/* リンク */
a { color: #333333; }
a:hover { color: #996600 }
a:focus { outline: dotted 1px #996600 }
.publink {
  color: skyblue;
  text-decoration: none;
}
/* ページの先頭へ戻る */
.pagetop {
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
}

p.pagetop a{
	background-image: url("../images/ico_pagetop.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

/* ページ */
#page {
	width: 98%;
	margin: 0 auto;
}

/* ページヘッダー */
#pageHead #siteTitle {
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 0;
}

#pageHead #major {
	font-size: 15px;
	font-weight: lighter;
	line-height: 1.4;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-top: 5px;
}

#pageHead #major a {
	text-decoration: none;
}

#pageHead .globalNavi {
	padding: 10px 0;
}

#pageHead .globalNavi ul {
	margin: 0;
	padding: 0;
	display: flex;
}

#pageHead .globalNavi ul li {
	list-style: none;
	width: 245px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.429;
}
#pageHead .globalNavi ul li:last-child {
	border-right: solid 1px #CCCCCC;
}

#pageHead .globalNavi ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

#pageHead .globalNavi ul li a span {
	font-size: 11px;
	font-weight: normal;
}

#pageHead .globalNavi ul li a:hover,
#pageHead .globalNavi ul li.current a {
	background-color: #f0ebe8;
}



/* ページフッター */
#pageFoot {
	border-top: solid 1px #CCCCCC;
	margin-top: 15px;
}


#pageFoot #copyright small {
	font-size: 12px;
	line-height: 1.5;
}

/* ページボディ */
#pageBody {
	margin-top: 30px;
}

#pageBody .articleDetail img {
	text-align: center;
}


/* お知らせ */
#pageBody .NewsList {
	margin-top: 20px;
	border-top: solid 1px #CCCCCC;
}

#pageBody .NewsList .NewsTable {
	height: 200px;
	overflow-y: scroll;
}

#pageBody .NewsList .NewsTable th {
	width: 150px;
	vertical-align: top;
}

/* センター寄せ画像 */
#pageBody .imageCenter {
	text-align: center;
}

/* ニュースリスト_改訂版1 */

.msr_newslist01 {
  border-top: 1px solid #CCCCCC;
  padding-left: 0;
}
.msr_newslist01 li {
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
}
.msr_newslist01 li a {
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist01 li a:hover {
  background: #EEEEEE;
  text-decoration: none;
}
.msr_newslist01 li div {
  display: table-cell;
  width: 164px;
}
.msr_newslist01 li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

/* 時間の設定 */
.msr_newslist01 li time {
  display: table-cell;
  vertical-align: top;
  width: 110px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat00,
.msr_newslist01 li .cat01,
.msr_newslist01 li .cat02, 
.msr_newslist01 li .cat03,
.msr_newslist01 li .cat04,
.msr_newslist01 li .cat05 {
  background-color: #CCCC00;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist01 li .cat01 {
  background-color: #1B73BA;
}
.msr_newslist01 li .cat02 {
  background-color: #0E3A5F;
}
.msr_newslist01 li .cat03 {
  background-color: #006400;
}
.msr_newslist01 li .cat04 {
  background-color: #800000;
}
.msr_newslist01 li .cat05 {
  background-color: #FF9933;
}
}
