@charset "utf-8";

/* toppage */
body { min-width: 980px;
max-width: 100%; }
#wrapper { background-size: cover; min-width: 100%;
max-width: 100%; }

header { background: none; height: auto; }

#pagetitle { margin: 64px 16px 0; }
#pagetop { display: none; }

article { margin: 20px auto 0; z-index: 0; }

a:link {
}
a:hover,
a:active,
a:focus { 
	text-decoration: underline;
}

#pagetitle,
#topicPass { display: none; }

.contents h1,
.contents h2 { display: none; }

#topSlide {  /*height: 650px; */ width: 600px; text-align: left; }
#topSlide ul li{ padding-top: 100px; padding-bottom: 34px; }

#index #footer {
	position: fixed; bottom: 0; width: 100%;
	z-index: 10;
}


#newsFeed { /*background: #333;*/ height: 1rem;
    position: relative;
    overflow: hidden;
    width: 640px;
    display: table-cell; vertical-align: middle;
}
#newsFeed h3 { color: #fff;
font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif; display: inline-block;
padding: 0.25rem 1rem; vertical-align: middle; text-align: center; float: left; }
#newsFeed a { color: #fff; }
#newsFeed h3:after { content: "|"; display: inline-block; padding-left: 1rem; }
#newsFeed ul { font-size: 1rem; }
#newsFeed ul li {
    /*display: none;*/  width: 420px; overflow: hidden; height: 1.5rem; padding-top:0.25rem; 
}
#newsFeed ul li span { padding-right: 1rem;
}

#newsFeed .linkList { color: #fff; width: 80px; white-space: nowrap; float: right; padding: 0.25rem; 
border-left: 1px solid #000; text-align: center; vertical-align: middle; }
#newsFeed .linkList a { text-decoration: none; }
#newsFeed .linkList:after { content: " ▶"; font-size: 0.68rem; vertical-align: middle; }
#newsFeed .linkList a:hover { text-decoration: underline; }



