@import "font.css";
@import "ncms.css"; /* 新CMS用削除・変更不可 */
@import "https://fonts.googleapis.com/css?family=M+PLUS+1p:100&amp;subset=japanese";

/* ncss基本 ********************************************************************* start **/
A:link			{color:#3399CC;}		/* リンク色:青 default:0000FF */
A:visited		{color:#206080;}		/* ブリンク色:紫 default:800080 */
A:hover 		{text-decoration: none;}

.clear { clear: both }


/* 段落共通 */
.txtRight { text-align: right; }
.txtCenter { text-align: center; }
.txtLeft { text-align: left; }

/* 詳細ページ */
.detail {
	text-align: right;
	font-size: 0.9em;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow:before,
.arrow:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.detail a {
	color: #333;
}
.detail a:hover {
	text-decoration: underline;
}
.detail a:before {
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #ab0004;
	border-right: 2px solid #ab0004;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

img {
	border-width: 0px;
}

/* リストデザイン */

/* チェックマーク */
.list-1 ul li {
	position: relative;
	list-style: none
}
.list-1 li:after {
	display: block;
	content: "";
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #ab0004;
	border-bottom: 2px solid #ab0004;
	transform: rotate(-45deg);
}


/* ヘッダー部分 */
header {
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
}

/* ページトップ */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background: #ef4549;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	color: #fff!important;
	text-decoration: none!important;
}
.page-top .arrow2 {
	position: relative;
	display: inline-block;
	padding: 0 16px 0 0;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
}
.page-top .arrow2:before,
.page-top .arrow2:after {
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.page-top span:after {
	right: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* グローバルナビゲーション */
nav {
	width: 100%;
	background: #ab0004;
	display: inline-block;
	padding: 0;
	margin: 0;
}

nav ul {
	/* display: table; */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* width: 100%; */
	text-align: center;
}
nav li {
	/* display: table-cell; */
	/* position: relative; */
	float: left;
}	
nav li a {
	padding: 0.8em 0;
	margin: 0;
	display: block;
	color: #fff !important;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}
nav li a:hover {
	background: #ef4549;
}

nav li a.menu-0 img {
	max-width: 20px;
	margin: 3px 0 0 0;
}
	
nav li a.menu-1:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/menu/menu-1.png");
	background-size: contain;
	vertical-align: middle;
}

nav li a.menu-2:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/menu/menu-2.png");
	background-size: contain;
	vertical-align: middle;
}
	
nav li a.menu-3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/menu/menu-3.png");
	background-size: contain;
	vertical-align: middle;
}

nav li a.menu-4:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/menu/menu-4.png");
	background-size: contain;
	vertical-align: middle;
}
	
nav li a.menu-5:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/menu/menu-5.png");
	background-size: contain;
	vertical-align: middle;
}


/* セクション共通 */
section {
	background: #fff;
}

.Contents {
	padding: 1.5em;
}
.Contents img {
	max-width: 100%;
}

/* トップページ ターゲットメニュー */
.TargetMenu {
	padding-top: 10px;
	background-image: url("http://kasuga.fku.ed.jp/html/images/TargetMenu_stripe.png");
	background-repeat: no-repeat;
	background-color: #eee;
	text-align: center;
}

ul.TargetList {
	padding: 1.0em 0.5em 0.5em 1.0em;
	list-style-type: none;
}

ul.TargetList li {
	position: relative;
	padding: 0 0.3em 0.5em 0.8em;
	display: inline-block;
	margin-right: 10px;
}

ul.TargetList li:before, 
ul.TargetList li:after {
	position: absolute;
	content: '';
	display: block;
}

ul.TargetList li:after {
	top: 1.1em;
	left: 1.5em;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
}

ul.TargetList li:before {
	z-index: 2;
	top: 1.4em;
	left: 1.6em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #ef4549;
	border-bottom: 2px solid #ef4549;
	transform: rotate(-45deg);
}

a.TargetButton {
	width: 155px;
	margin: 0 auto;
	padding: 12px 0px 12px 10px;
	font-size: 15px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background: #ef4549;
	border-radius: 10px;
}
a.TargetButton:hover {
  background: #ab0004;
}


/* 緊急情報 */
.EmergencyInfo {
	padding: 0.8em 0;
}
.EmergencyInfoLeft {
	display: table;
}
.EmergencyInfoScrollHead {
	width: 120px;
	padding: 0;
	background: -moz-linear-gradient(top, #ab0004, #ef4549);
	background: -webkit-linear-gradient(top, #ab0004, #ef4549);
	background: -ms-linear-gradient(top, #ab0004, #ef4549);
	background: linear-gradient(top bottom, #ab0004, #ef4549);
	text-align: center;
	display: table-cell;
	z-index: 1;
}
.EmergencyInfoScrollHead a {
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
 width: 100%;
 padding: 0.9em 0;
}
.EmergencyInfoScroll {
	display: table-cell;
	padding: 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.EmergencyInfoScroll .detail_kinkyu {
  text-align: right;
  padding: 2px 5px;
  background-color: #eee;
  font-size: 0.9em;
}

.EmergencyInfoScroll iframe {
	width: 380px;
	height: 22px;
}

.EmergencyInfoRight {
	position: relative;
	line-height: 1.0em;
	margin-top: 0em;
	padding: 0em;
	display: inline-block;
	top: 0;
}
a.EmergencyManual {
	padding: 0 1.0em;
	/*text-decoration: none !important;*/
	color: #333 !important;
	font-size: 15px;
	font-weight: bold;
}
a.EmergencyManual:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/attention.png");
	background-size: contain;
	vertical-align: middle;
}
.EmergencyInfoLeft,
.EmergencyInfoRight {
	padding: 2%;
}
.EmergencyInfoRight {
  	padding-left: 0;
}


/* NEWS & TOPICS */
.NewsTopicsLeft {
	background: #fff;
	padding: 0.8em;
}
.NewsTopicsRihgt {
	background: #f0d8d8;
	padding: 0.8em;
}
.NewsTopics h2 {
	font-size: 20px;
	color: #ab0004;
	font-weight: bold;
	display: block;
	position: relative;
	padding-bottom: 0.8em;
}
.NewsTopics h2 span {
	display: inline-block;
	position: absolute;
	top: 0.2em;
	right: 0;
	color: #333;
	font-size: 13px;
	text-align: right;
	padding-bottom: 0.8em;
}
.NewsTopicsList {
	text-align: right;
	font-size: 0.9em;
	display: block;
}
.NewsTopicsList span.rss {
	width: 50px;
	margin: 0;
	padding: 0 0.1em;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #cc683d;
	border-radius: 3px;
}
.NewsTopics span.rss:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/rss.png");
	background-size: contain;
	vertical-align: middle;
}
.NewsTopics span.rss a {
	color: #fff !important;
	text-decoration: none !important;
}


/* トップページ学校案内ショートカット */
.SchoolGuide {
	text-align: center;
	padding: 0;
	margin: 0;
}
.SchoolGuide ul {
	list-style-type: none;
	padding-bottom: 0.5em;
}
.SchoolGuide li {
	position: relative;
	margin: 0.5em 0.2em;
	padding: 0;
	display: inline-block;
}
.SchoolGuide a {
	position: relative;
	display: inline-block;
	padding: 1.2em 0;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	width: 125px;
	background: #ab0004;
	border-radius: 5px;
}
.SchoolGuide a:hover {
	background: #ef4549;
}
.SchoolGuide a:before,
.SchoolGuide a:after {
	position: absolute;
	bottom: 0.7em;
	left: 50%;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.SchoolGuide a:before {
	left: 50%;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


/* トップページ サイト内検索 */
.sitesearch {
	margin: 0 auto;
	width: 90%;
	padding: 1.0em 0;
	text-align: center;
	display: block;
}


/* トップページ中学生向け情報 */
.ForJHS {
	display: block;
	padding: 0.8em;
	margin: 0 auto;
	width: 95%;
	background: #d8f0ef;
	text-align: center;
}
.ForJHS h2 {
	text-align: center;
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #2a938f;
}
.ForJHS ul {
	list-style-type: none;
	padding-bottom: 0.5em;
}
.ForJHS li {
	position: relative;
	margin: 0.5em 0.8em;
	padding: 0;
	display: inline-block;
	text-align: center;
	width: 152px;
 overflow: hidden;
}
.ForJHS li span {
	display: block;
	padding: 0.1em 0;
}
.ForJHS li a {
	color: #333 !important;
}
.ForJHS img {
  display:block;
  transition-duration: 0.3s;
}
.ForJHS img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}


/* トップページKIA */
.KIA {
	display: block;
	position: relative;
	padding: 0.5em 1.5em;
	width: 92%;
	margin: 0 auto;
	border-top: solid 5px #f0d8d8;
	border-bottom: solid 5px #f0d8d8;
	text-align: center;
}
.KIA:before,
.KIA:after {
	content: "";
	top: -15px;
	width: 5px;
	height: -webkit-calc(100% + 30px);
	height: calc(100% + 30px);
	background: #f0d8d8;
	position: absolute;
}
.KIA:before {
	left: 10px;
}
.KIA:after {
	right: 10px;
}
.KIA h2 {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	margin-bottom: 0.8em;
	font-size: 1.5em;
	letter-spacing: 5px;
	font-weight: bold;
}
.KIA h2:before,
.KIA h2:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #333;
}
.KIA h2:before {
	left: 0;
}
.KIA h2:after {
	right: 0;
}

.KIA ul {
	list-style-type: none;
}

.KIA ul li {
	position: relative;
	padding: 0 0.3em 0.5em 0.8em;
	display: inline-block;
	margin-right: 5px;
}

.KIA ul li:before,
.KIA ul li:after {
	position: absolute;
	content: '';
	display: block;
}

.KIA ul li:after {
	top: 1.0em;
	left: 1.5em;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
}

.KIA ul li:before {
	z-index: 2;
	top: 1.25em;
	left: 1.65em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #ab0004;
	border-bottom: 2px solid #ab0004;
	transform: rotate(-45deg);
}

.KIA a {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background: #ab0004;
}
.KIA a:hover {
 background:#ef4549;
}


/* トップページ行事予定 */
.EventSche {
	display: block;
	position: relative;
	padding: 0.5em 1.5em;
	width: 92%;
	margin: 0 auto;
}
.EventSche h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 0.5em;
	background: #ef4549;
	margin-bottom: 15px;
}
.EventSche h2:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ef4549;
	width: 0;
	height: 0;
}
.EventSche h2 span {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 0;
	color: #fff;
	font-size: 13px;
	text-align: right;
	padding: 0.5em;
}


/* トップページバナー画像 */
.TopBanner {
	display: block;
	position: relative;
	padding: 0.5em 1.5em;
	width: 92%;
	margin: 0 auto;
	text-align: center;
}
.TopBanner ul {
	list-style-type: none;
}

.TopBanner ul li {
	position: relative;
	padding: 0 1px 0.5em 1px;
	display: inline-block;
	margin-right: 5px;
}
.TopBanner a {
	background: #434343;
	padding: 0.5em 0.5em 0.2em 0.5em;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 170px;
}
.TopBanner a span {
	display: block;
	font-size: 0.9em;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/link.png") no-repeat right  center;
}


/* トップページサイトマップ */
.TopSitemap {
	display: -webkit-flex;
	display: flex;
	width: 85%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.TopSitemap-column2 {
	margin-left: 80px;
	-webkit-flex: 1;
	flex: 1;
}
.TopSitemap-column3 {
	width: 200px;
}
.TopSitemap ul {
	list-style-type: none;
	font-size: 12px;
}
.TopSitemap ul li ul {
	margin-left: 16px;
}
.TopSitemap ul li a {
	text-decoration: none;
	color: #333;
}
.TopSitemap ul li a:hover {
  text-decoration: underline;
}
.sitemap-1 {
	font-weight: bold;
}
.sitemap-1:before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ab0004;
}
.sitemap-1:after {
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* フッター */
footer {
	background: #ab0004;
	font-size: 0.9em;
	color: #fff;
}

footer ul {
	list-style-type: none;
	margin-bottom: 30px;
}
footer ul li {
	position: relative;
	display: inline-block;
	margin-right: 18px;
}
footer ul li a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
}
footer ul li a:before {
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/*ページタイトル*/
#headerTtl
{
	/* default options */
	/* height: 48px */
	/* background:url("./images/con_title_bg.gif") repeat-x; */
	/* customize options */
	clear: both;
	margin: 0px auto;
	display: block;
	background: #fff;
	/* background: url("../../images/h1Ttl_bg.gif") top left no-repeat; */
	/* background-color: #752727; */
}
#headerTtl h1 {
	/* default options */
	color:#fff; 			/* 333366 */
	/* font: bold 130% Arial,sans-serif,Helvetica; */
	width:100%; 			/* 585px */
	font-size:1.8em; 		/* 130% */
	font-weight:bold;		/* bold */
	padding: 0.25em 0;	/* 10px 0px 0px 15px */
 margin-top: 70px;
	text-align: center;
	border-top: solid 3px #333;
	border-bottom: solid 3px #ab0004;
	background: -webkit-repeating-linear-gradient(-45deg, #EF4549, #EF4549 3px, #F05A5D 3px, #F05A5D 7px);
	background: repeating-linear-gradient(-45deg, #EF4549, #EF4549 3px, #F05A5D 3px, #F05A5D 7px)
}

#headerTtl img
{
	margin:5px 2px 2px 1px;
}

#headerTtl .navibtn
{
	width:180px;
	height:35px;
	float:right;
	text-align:right;
	padding:5px 20px 0px 0px;
}


#headerTtl .Ttlbg
{
	clear:both;
	background:url("./images/headerbg.gif") repeat-x;
	width:798px;
	height:8px;
	overflow:hidden;
}

.headergaiyou {
  width: 90%;
  margin: 0.5em auto;
}


/* 各ページ内容部分 */
#container {
	margin: 0 auto;
	display: block;
	background: #fff;
 table-layout:fixed;
}
#cont_body {
	/* default options */
	line-height: 140%;
	margin: 0 auto;
	background: #fff;
	/* display: inline-block; */
}

#cont_body p
{
	margin:2px 0;
}

#cont_body ul {
	margin-left: 1.5em;
}

/* customize css settings */
#cont_body a {
	color: #333;
	text-decoration: none;
}
#cont_body a:hover {
	color: #333;
	text-decoration: underline;
}
#cont_body a:visited {
	color: #666;
}
#cont_body img {
  max-width: 100%;
}


/* パン屑リスト */
#pankuzu
{
	/* default options */
	text-align:left;
	font-size:0.9em;
	margin: 0 auto;		/* customize option */
	padding: 0.8em 0;
	background: #fff;
}

#pankuzu .pankuzu-inner
{
	/* default options */
	text-align:left;
	padding: 5px 25px 30px 25px;
	display: block;
	line-height: 1.5em;
}

/* customize css settings */
#pankuzu a {
	color: #333;
	text-decoration: none;
}
#pankuzu a:hover {
	color: #333;
	text-decoration: underline;
}
#pankuzu a:visited {
	color: #666;
}



/* 各ページ詳細部分 */
#cont_body #main {
	/* default options */
	/* width: 700px */
	line-height: 1.8em;		/* 140% */
	margin:0px auto;
	padding:20px 0 30px 0;	/* 20px 0px 10px 0px */
	/* customize options */
	background-color: #fff;
}

/* customize css settings */
#cont_body #main a {
	color: #39C;
	text-decoration: underline;
}
#cont_body #main a:hover {
	color: #39C;
	text-decoration: none;
}
#cont_body #main a:visited {
	color: #206080;
	text-decoration: underline;
}

.catGrpMenu {
	width: 85% !important;
	margin: 0 auto;
}



/***** トップページパーツ ******/


/* 新着情報 */
ul.newlist
{
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 0;
	font-size: 0.95em;
}
ul.newlist li {
	position: relative;
	padding: 5px 0 5px 18px;
	margin: 7px 0 7px 0;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: dotted 1px #ccc;
}
ul.newlist li:before {
	content: "";
	display: block;
 vertical-align: top;
	position: absolute;
	left: 0;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #ef4549;
	top: 16px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.newlist li:after {
	content: "";
	display: block;
 vertical-align: top;
	position: absolute;
	left: 5px;
	height: 0;
	width: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #fff;
	top: 16px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.newlist li a {
	text-decoration: none !important;
}


/* 行事予定 */
.schedulelist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.schedulelist li {
	margin: 5px 0;
	position: relative;
	padding-left: 20px;
	font-size: 1.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.0em;
}
.schedulelist li:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 4px;
	border-radius: 30px;
	height: 5px;
	width: 5px;
	border: 3px solid #aaa;
}
.schedulelist li a {
	text-decoration: none !important;
}

span.colorScCalBk{
	color:#353535;
}
a.colorScCalBk
{
	text-decoration:none;
	color:#353535;
}
        
span.colorScCalRd{
	color:#dd0000;
}
a.colorScCalRd
{
	text-decoration:none;
	color:#dd0000;
}

span.colorScCalBl{
	color:#0000cc;
}
a.colorScCalBl
{
	text-decoration:none;
	color:#0000cc;
}


/* ----- 行事ページ ------ */
/* 主な行事 */
.event-list {
	display: flex;
	margin-bottom: 40px;
}
.event-left {
	width: 90px;
}
.event-photo {
	width: 125px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.event-photo img {
	max-width: 100%;
}
.event-right {
	flex: 1;
	padding: 0 15px;
}

.event-date {
	position: relative;
	display: block;
	width: 80px;
	height: 70px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/date.png") repeat-x;
	color: #333;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	font-weight: normal;
}
.date-month {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.date-day {
	display: block;
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	color: #333;
}
.date-gatsu {
	font-size: 22px !important;
	font-weight: normal !important;
}
.date-gatsu:before {
	content: " ";
}
.event-month {
	font-size: 0.95em;
	color: #999;
	font-weight: bold;
}
.event-title {
	font-size: 2.0em;
	line-height: 1.5em;
	color: #333;
}
.event-subtitle {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.75em;
	color: #666;
}


/* ----- 日記ページ ----- */
#calbox {
	width: 20% !important;
	border: none !important;
	padding-right: 15px !important;
	background: #fff;
}

#calbox a {
	text-decoration: none !important;
}

#kijibox {
	width: 74% !important;
	padding-left: 20px !important;
	border-left: 1px solid #ccc;
}

#kijibox ul {
	margin-left: 20px !important;
}


.pdf_download a {
	padding: 0.8em 1.0em;
	margin: 0.5em 0;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.2em;
	background: #ab0004;
	border-radius: 8px;
}	
.pdf_download a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 8px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/pdf.png");
	background-size: contain;
	vertical-align: middle;
}
.kirameki {
	display: flex;
	margin-bottom: 40px;
}
.kirameki img {
	max-width: 100%;
}
.kirameki1-left {
	width: 180px;
	margin: 0;
	padding: 0;
}
.kirameki1-right {
	flex: 1;
	padding-left: 15px;
}
.kirameki2-left {
	flex: 1;
	padding-right: 15px;
}
.kirameki2-right {
	width: 180px;
	margin: 0;
	padding: 0;;
}
.kirameki-title {
	font-size: 2.0em;
	line-height: 1.5em;
	color: #333;
}
.kirameki-subtitle {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.75em;
	line-height: 1.2em;
	color: #666;
	margin-bottom: 15px;
}


/* ----- ギャラリー ----- */

ul.polaroids li {
	display: inline;
}
ul.polaroids a {
	background: #fff;
	display: inline;
	float: left;
	margin: 0 10px 20px 10px;
	width: auto;
	padding: 10px 10px 15px 10px;
	text-align: center;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 1.0em;
	font-weight: bold;
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
	transform: rotate(-2deg);
}

ul.polaroids img {
	display: block;
	margin-bottom: 8px;
}
ul.polaroids a:after {
	content: attr(title);
}

ul.polaroids li:nth-child(even) a {
	transform: rotate(2deg);
}
ul.polaroids li:nth-child(3n) a {
	transform: none;
}
ul.polaroids li:nth-child(6n) a {
	transform: rotate(3deg);
}
ul.polaroids li:nth-child(8n) a {
	position: relative;
	right: 5px;
	top: 8px;
}
ul.polaroids li:nth-child(11n) a {
	position: relative;
	left: -5px;
	top: 3px;
}

/* スマートフォン用スタイル */
@media only screen and (max-width: 480px){
	#HeaderArea {
		width: 100%;
	}
	
	.HeaderTitle {
		text-align: center;
		padding: 10px;
	}
	.HeaderTitle img {
		height: 70px;
	}
	.HeaderMenu{
		display: none;
	}
	
	nav ul li .menu-0 {
		display: none;
	}
	
	nav ul li .menu-1, .menu-2, .menu-3, .menu-4, .menu-5 {
		width: 152px;
	}
 
 .EmergencyInfoScroll iframe{
   width: 200px;
 }
	
	.EmergencyInfoRight {
		clear: both;
		width: 90%;
		margin: 0.5em;
		text-align: center;
	}
	
	.TopSitemap {
		display: none;
	}
	
	#cont_body {
		width: 100% !important;
	}
	
	#cont_body img {
		max-width: 100%;
	}
	
	#cont_body #main {
		padding: 10px;
	}
 
 .footerContentSP {
    display: none !important;
 }
	
}

/* デスクトップ用スタイル */
@media only print, screen and (min-width: 481px){
	#HeaderArea {
		/* default options */
		/* margin-top:30px; */
		width:900px;/*800px default:802px */
		/* height:73px; */
		margin-left:auto;
		margin-right:auto;
		/* background-color:#084D85; */
		display: flex;
	}
	
	.HeaderTitle {
		width: 350px;
		padding: 14px 0;
	}
	.HeaderMenu {
		flex: 1;
		font-size: 12px;
		color: #666;
		padding-top: 8px;
		text-align: right;
	}
	.HeaderMenu ul {
		list-style-type: none;
	}
	.HeaderMenu ul li {
		position: relative;
		display: inline-block;
		margin-left: 10px;
	}
	.HeaderMenu ul li a {
		font-size: 0.9em;
		color: #666 !important;
		text-decoration: none !important;
	}
	.HeaderMenu ul li a.Hmenu-1:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -3px 5px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/sitemap.png");
	background-size: contain;
	vertical-align: middle;
	}
	.HeaderMenu ul li a.Hmenu-2:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -3px 5px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/traffic.png");
	background-size: contain;
	vertical-align: middle;
	}
	.HeaderMenu ul li a.Hmenu-3:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -3px 5px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/contact.png");
	background-size: contain;
	vertical-align: middle;
	}
	.HeaderMenu ul li a.Hmenu-4:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -3px 5px 0 0;
	background: url("http://kasuga.fku.ed.jp/html/images/icons/search.png");
	background-size: contain;
	vertical-align: middle;
	}
	
	#GlobalMenu {
		width: 900px;
		margin: 0 auto;
	}
	
	nav li .menu-0 {
		width: 100px;
	}
	
	nav li .menu-1, .menu-2, .menu-3, .menu-4, .menu-5 {
		width: 160px;
	}

	
	section {
		width: 900px;
		margin: 0 auto;
	}
	
	.EmergencyInfo {
		display: flex;
	}
	.EmergencyInfoLeft {
		margin: 0 10px 0 0;
	}
	.EmergencyInfoRight {
	}
	
	.NewsTopics {
		display: -webkit-flex;
		display: flex;
	}
	.NewsTopicsLeft {
		width: 50%;
	}
	.NewsTopicsRihgt {
		flex: 1;
	}
	
	footer {
		width: 900px;
		margin: 0 auto;
	}
	
	#headerTtl {
		width:900px; /* 798px */
	}
	
	#container {
		width: 900px;
  max-width: 100%;
	}
	
	#cont_body {
		width: 900px;		/* 780px */
	}
	
	#pankuzu {
		width:900px;		/* 798px */
	}

	#cont_body #main {
		width: 85%;
		margin: 0 auto;
	}
}

@media screen and (-ms-high-contrast: none) {
	.EmergencyInfoRight {
		/* margin-left: 350px; */
	}
}


/* tabmenu search */
#headerTab
{
	width:798px;
    height:33px;
    border-right:solid 1px #084D85;
    border-left:solid 1px #084D85;
    background-color:#FFFFFF;
    margin:0px auto;
    padding:0px;
}

/* トップページ切替タブ */
.menuTab
{
	width:400px;
    float:left;
    margin:3px 15px 0px 0px;
    padding:0px;
    height:30px;
    overflow:hidden;
}

/* メニュー(サイトマップ等) */
.menuTop
{
	width:300px;
    float:right;
    text-align:right;
    font-size:80%;
    color:#999999;
    margin:12px 10px 0px 0px;
    padding:0px;
}





/* default css settings */
#pagetop
{
	clear: both;		/* customize option */
	width:800px;		/* 798px */
	/* text-align:left; */
	padding-bottom: 30px;	/* customize option */
}

#pagetop .pagetop-inner
{
	width:800px;		/* 790px */
	text-align:right;
	padding:5px 0px;
	font-size:90%;
	
}

/* フッターボタン */
#footerbtn
{
	width:200px;
	float:right;
	text-align:right;
	padding:5px 20px 0px 0px;
	display: none;		/* cusomize option */
}
#footerbtn img
{
	margin:15px 2px 10px 1px;
}

/* 問合せ先 */
#siteinfo
{
    clear:both;
    border-top:solid 1px #084D85;
    border-right:none;    
    border-bottom:none;
    border-left:none;
    padding:10px 0px 10px 0px;
    font-size:0.8em;
    line-height:130%;
    background-color:#FFFFFF;
}

#siteinfo p
{
	width:60%;
	margin:0 auto;
}

#ToiawaseMailImage
{
	/* width:60%;
	margin:0 auto; */
}

/* Copyrights */
#copyright
{
    width:100%;/*798px default:800px */
    /* border-top:solid 1px #084D85; */
    /* text-align:center; */
	margin: 0;
    font-size:0.85em;
    color:#ffffff;
    /* margin-left:auto; */
    /* margin-right:auto; */
    /* margin-bottom:10px; */
    padding:15px 0;	/* 1px */
    background-color: #ab0004;	/* #084D85 */
}


/* 各ページ詳細画面のアドビ紹介部分 */
TABLE.adobe{
    border-top:1px dotted #AAAAAA;
	border-collapse:collapse;
	margin:20px auto 10px auto;
}

TABLE.adobe td
{
	padding:2px 0px 3px 0px;
}

/* 入力チェックエラーメッセージの添え書き */
div.inputErrMsgSoegaki
{
	width:90%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border:0px none #4682b4;
	border-collapse:collapse;
}
/* 入力チェックエラーメッセージ */
div.inputErrMsg
{
	width:90%;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
	text-align:left;
	color:Red;
	border:1px solid #4682b4;
	border-collapse:collapse;
}

/* IME-MODE 有効 */
input.ime-mode-active 
{
	IME-MODE: active;
}
/* IME-MODE 選択後有効 */
input.ime-mode-inactive 
{
	IME-MODE: inactive;
}
/* IME-MODE 無効 */
input.ime-mode-disabled  
{
	IME-MODE: disabled;
}

/* 基本 ********************************************************************* end **/

/* customize css settings */
p.body {
	padding: 5px 0;
}

/* デザイン部分 ******************************************************************* start **/

/* テーブルリスト */
TABLE.border1 td,TABLE.border1 th,TABLE.border1{
	border:1px solid #999999;
	border-collapse:collapse;
	padding: 5px;
	margin:0px auto 0px auto;
}

TABLE.border1 th{
	background-color:#fcefca;
	text-align:center;
	font-weight:bold;
}

TABLE.border1 td{
	border-bottom:1px dotted #AAAAAA;
}


TABLE.border1nobg td,TABLE.border1nobg th,TABLE.border1nobg{
	border-collapse:collapse;
	padding: 5px;
	margin:0px auto 0px auto;
}

TABLE.border1nobg th{
	background-color:#faa50b;
	text-align:center;
	font-weight:bold;
}

.search{
	float: right;
	text-align: left;
	line-height:120%;
}

.search2{
	float: left;
	text-align: left;
	width: 410px;
	margin-top: 5px;
	padding: 5px;
	line-height:120%;
	background-color: #ffffff;
}

.searchItem{
	text-align: left;
	padding: 3px;
	font-size:96%;							/* 文字サイズ：標準 */
	color:#000000;							/* 文字色：白 */
	line-height:120%;						/* 行間：120% */
	font-weight:bold;						/* スタイル：太字 */
	/*background-color: #ffffff;*/				/*C0C0C0,073c78,FF5900 */
}

.indent 
{
	margin: 0px auto 0px auto;
	width: 700px;
	height:0px;
	padding:0px;
	clear:both;
}

/* デザイン部分 ******************************************************************* end **/

/**** トップページ全体枠 ***/

#topContainer
{
	width:800px;/*798px*/
	font-size:95%;
	line-height:150%;
	margin:30px auto 0px auto;
	/*color:#333333;*/
	border-left:solid 1px #084D85;
	border-right:solid 1px #084D85;	
	padding:0px;
	/*background-color:#FFFFF8;*/
}



                   
/* アクセスカウンター */
p.accesscounter_0
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/0.gif");
    background-repeat: no-repeat;
}
p.accesscounter_1
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/1.gif");
    background-repeat: no-repeat;
}
p.accesscounter_2
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/2.gif");
    background-repeat: no-repeat;
}
p.accesscounter_3
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/3.gif");
    background-repeat: no-repeat;
}
p.accesscounter_4
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/4.gif");
    background-repeat: no-repeat;
}
p.accesscounter_5
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/5.gif");
    background-repeat: no-repeat;
}
p.accesscounter_6
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/6.gif");
    background-repeat: no-repeat;
}
p.accesscounter_7
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/7.gif");
    background-repeat: no-repeat;
}
p.accesscounter_8
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/8.gif");
    background-repeat: no-repeat;
}
p.accesscounter_9
{
	width:9px;
	height:12px;
	margin:0px;
	padding:0px;
	float:left;
    background:url("./images/9.gif");
    background-repeat: no-repeat;
}

/* サイト内検索 */
#search
{
    float:left;
    margin:3px 0px 0px 0px;
    background:url("http://kasuga.fku.ed.jp/html/images/common/search.gif") no-repeat 0px 2px;
}

.searchBox
{
    width:100px;
    margin-left:22px;
    border: none;
    background-color: #CCC;
}

.btnSearch
{
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    background-color: #DDD;
    font-size: 90%;
    padding: 1px 8px;
    cursor: pointer;
    color: #666;
}


/* customize css settings */

table.table1 {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFF;
	empty-cells: show;
}
.table1 th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #333;
	background-color: #CCC;
	padding: 0.3em 1em;
	text-align: center;
	font-weight: bold;
}
.table1 td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0.3em 1em;
}
.tdright {
	text-align: right;
}
.syokei {
	background-color: #EEE;
	font-weight: bold;
}
.gokei {
	background-color: #FCF;
	font-weight: bold;
}

.more_link {
	margin: 0;
	padding: 5px 0;
	cursor: pointer;
}
.more_link:after {
	top: 3px;
	left: -10px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #ab0004;
}

blockquote {
	margin-top: 20px !important;
 margin-left: 20px !important;
 margin-bottom: 20px !important;
	padding-left: 20px !important;
 border: 1px solid #ccc;
}