@charset "utf-8";


body{
            color: #333333;
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-family: Verdana, sans-serif;
            overflow: scroll;
            background-color: #EFF8FB;
}

h1,h2,h3,p,ol,li,dl,dt,dd {
           margin: 0px;
           padding: 0px;
}

a {
     text-decoration:  none;
     color: #666;
}

a:hover {
     color: #8258FA;
}


/*コンテナー*/
.container{
          width: 75%;
          margin: 0 auto;
          padding-left: 30px;
          padding-right: 30px;
          background-color: #fff;
}


/*ヘッダー(ロゴの位置)*/
header  {
         padding-top: 10px;
          background-color: #fff;
}

header h1 {
      margin-top: 10px;
}

/*header文字サイズ*/
header p {
    font-size: 11px;
}

/*メニューバー*/
div #menu ul {
        background-color: #E0F8F7;
        height: 40px;
        border-radius: 5px;
        background: linear-gradient(#EFF5FB, #E0F8F7);
        padding-left: 20px;
        }

div #menu ul li {
        	float: left;
        	border-right: 1px solid #fff;
          list-style-type:none;
}

div #menu ul li a {
        	line-height: 40px;
        	color: #333;
        	text-decoration: none;
        	display: block;
        	text-align: center;
        	transition: 0.5s;
        	padding-right: 20px;
        	padding-left: 20px;
}

div #menu ul li a:hover {
        	background-color: #81BEF7;
        	color: #222;
}

div #menu ul li:first-child {
        	border-left: 1px solid #fff;
}

/* 各セクション*/
section {
    padding: 30px 0;
}


h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#333;
   font-size: 15px;
   font-weight: bold;
   border-bottom: 3px  dotted  #535D57;
}

#aboutus img {
    clear: both;
    padding: 5px 0;
    margin: 0 auto;
}

#isms article{
    width: 80%;
   margin: 0 auto;
}

/*テーブル*/
table {
	width: 90%;
	margin: 1em auto;
  border-spacing: 0;
}

th {
  border-bottom: 1px dashed #cccccc;
	background: #F5FBEF;
	color: #333;
	font-weight: normal;
	padding: 1em 21px;
	text-align: left;
	vertical-align: top;
}

td {
  	border-bottom: 1px dashed #cccccc;
	padding: 1em 21px;
	vertical-align: middle;
}


/* to top */
#totop {
  position: fixed;
  bottom: 0;
  right: 10px;
}

#totop a {
  display: block;
  z-index: 999;
  padding: 0px;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
}

#totop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*フッター*/
footer{
        clear: both;
        text-align: right;
        padding-top: 30px;
        font-size: 11px;
}

/* large */

@media (win-width: 820px) {
.containter {
      width: 820px;
}
}
