@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  font-size: 14px;
  /* Base font size, change to 14px or 16px if needed */
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header{
    width: 940px;
    height: 120px;
    margin: 0 auto;
}

#header h1{
    width: 320px;
    height: 120px;
    padding: 36px 0;
    float: left;
}

#contentsbox {
	width:940px;
    margin: 0 auto;
    background: #ffffff;
}




table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}


address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

ol {
  counter-reset: number;
}

ol li {
  display: list-item;
  list-style: none;
}

ol li:before {
  content: counter(number) ". ";
  counter-increment: number;
}

caption,
th {
  text-align: left;
}

h1 {
}
h2{
	font-size:18px;
    color: #009944;
    font-weight: bold;
	line-height:55px;
	padding-left:15px;
    width: 900px;
	height:50px;
    background-color: #c6e19e;
    margin: 0 0 20px 0;
}

h3{
	font-size:16px;
    color: #009944;
    font-weight: bold;
}

h4{
	font-size:14px;
    color: #000000;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}


a {
    text-decoration: none;
}




/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
    color: #000000;
    background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
    font-family: "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",Arial, Helvetica, sans-serif;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ---------------------------------
Float & clear
----------------------------------*/
.clearfix, {
  *zoom: 1;

}

.clearfix:before, {
  content: "";
  display: table;
}

.clearfix:after, {
  clear: both;
  content: "";
  display: table;
}

/* ---------------------------------
 ナビゲーション
----------------------------------*/

#g-navi{
    padding-top: 50px;
}
#g-navi ul{
	
}
#g-navi li{
	margin: 0 0 0 20px;
	float: left;
}
#g-navi a {
    text-decoration: none;
    color: #009944;
}
#g-navi a:hover {
  opacity:0.8;
}

/* ---------------------------------
 トップページ
----------------------------------*/

.page-index{
}

.section-index-01{
	width: 940px;
	height: 280px;
    margin: 0px;
}
.section-index-02{
	width: 670px;
    margin-right: 20px;
    float: left;
}
.section-index-03{
	width: 210px;
    padding: 20px;
    float: left;
}



.newsBox{
	display: table;
    padding: 20px;
}
.newsBox ul{
	height: auto;
	margin: 20px 0px;
}
.news{
	display: table-cell;
}
.news hr{
	border: none;
	border-top: 1px dotted #878787;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news ul{
	vertical-align: top;
}
.news li{
	padding: 10px 0px;
}
.news {
	width: 670px;
}
.news-tx{
	font-size:18px;
    color: #009944;
    font-weight: bold;
	line-height:55px;
	padding-left:15px;
    width: 670px;
	height:50px;
    background-color: #c6e19e;
}
.topic{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 1em;
    padding-bottom: 20px;
    color:#333333;
    border-bottom: 1px dotted #ccc;
}

.news a {
  text-decoration: none;
  color: #666666;
}

a:hover {
  color:#009944;
}


/* ---------------------------------
 挨拶
----------------------------------*/


.section-index {
	width: 940px;
    padding: 20px;
}

.president{
    text-align: right;
}

/* ---------------------------------
 JMSNについて
----------------------------------*/


.about-datail {
    margin-top: 20px;
}

.about-datail_end {
    margin: 20px 0;
}

.about-datail h3 {
}


/* ---------------------------------
 多発性硬化症とは
----------------------------------*/

.ms-midashi{
	font-size:16px;
    font-weight: bold;
}

/* ---------------------------------
 フッタ
----------------------------------*/


footer{
  margin-top: auto;
}


.ftBox{
	width: 100%;
	margin: 0 auto;
    background: #f2f2f2;
}
.ftBox ul{
	width: 940px;
	margin: 0 auto;
	text-align: left;
    padding: 20px;
}

.ft01{
	font-size: 14px;
    font-weight: bold;
}
.ft02{
	font-size: 14px;
	height: auto;
}
.copyright {
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #009944;
	padding: 15px 0px 15px 0px;
	}

.jisage{
    text-indent: 1em;
}