@charset "utf-8";

/* update 2013/11/07 */

.tit-aaa a { color: #fff !important }
.tit-aaa a:hover { color: #fff !important } 
.tit-bbb a { color: #000 !important }
.tit-bbb a:hover { color: #000 !important } 
/*-- links --*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #333;
}

a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #999;
}

/*-- layout --*/
body {
  background: url(../img/contents-bg.png) repeat;
}

#wrapper, .inner {
  margin: 0 auto;
  width: 952px;
}

#header {
  height: 105px;
  background: url(../img/header-bg.png) no-repeat center;

}

#content {
  float: left;
  width: 700px;
  padding: 28px 0 56px 0;
}

#sidenav {
  float: right;
  width: 210px;
  margin: 28px 0;
}

#footer {
  clear: both;
  padding-top: 14px;
  background: url(../img/blue-bg.png) repeat-y center #00529c;
} 

/*-- header --*/
#header-bg {
  text-align: center;
  background: url(../img/blue-bg.png) repeat-y center #00529c;
}

#header h1,#header p {
  float: left;
  padding: 14px 0;
  color: #fff;
  font-size: 80%;
}

#header h2 {
  clear: both;
  float: left;
}

#header ul {
  float: right;
}

#header ul li {
  padding-right: 14px;
  display: inline;
  font-size: 80%;
}

#header ul li a {
  color: #fff;
}

#header ul li a:hover {
  text-decoration: underline;
}

/*-- top mainimg --*/
#mainimg {
  clear: both;
  text-align: center;
  z-index: 0;
}

/*-- toppage --*/
#contents-bnr {
  padding-bottom: 28px;
}

#contents-bnr ul li {
  padding-top: 21px;
  float: left;
}

#contents-bnr ul .leftbnr {
  padding-right: 28px
}

#pickup-container {
  line-height: 1.9;
}


#pickup-container ul {
  font-size: 90%;
  line-height: 2.1;
  padding: 14px 7px;
  color: #3f74ff;
}

#pickup-container ul li {
  margin: 0 14px;
  padding-left: 7px;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1em;
}

#pickup-container a {
  color: #3f74ff;
  text-decoration: underline;
}

#pickup-container a:hover {
  text-decoration: none;
}

#pickup-box {
  width: 222px;
  margin: 28px 4px 0 4px;
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
}

#pickup-box h6 {
  line-height: 2.7;
  width: 224px;
  height: 35px;
  padding-left: 28px;
  background: url(../img/top-lesson-tit.png) no-repeat;
}

/*-- toppage-table --*/
#news {
  width: 100%;
  height: 210px;
  overflow: auto;
}

#news p {
  margin-bottom: 12px;
}

#news table {
  width: 100%;
}

#news table tr th {
text-align: left;
  padding: 9px 7px;
}

#news table tr td {
  line-height: 1.9;
  padding: 7px;
  vertical-align: top;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c8bec3;
}

#news table tr .border-none {
  border: none;
}

#news table tr th {
  width: 14%;
}

#news table tr .day {
  width: 24%;
}

/*-- sidenav --*/
#sidenav p {
  font-size: 90%;
  line-height: 1.7;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}

#sidenav section {
}

.maptit {
  color: #fff;
  line-height: 2.6;
  height: 32px;
  padding-left: 14px;
  background: url(../img/side-tit.png) no-repeat;
}

#googlemap {
  width: 210px;
  height: 266px;
}

#sidebnr ul li {
  margin-bottom: 14px;
}

/*-- typography --*/
h4 {
  font-size: 100%;
  clear: both;
  color: #fff;
  line-height: 2.6;
  height: 36px;
  padding-left: 14px;
  background: url(../img/contents-tit.png);
}

.post {
  padding: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-top : 0;
}

.post p {
  line-height: 1.9;
}

/*-- footer --*/
#footer ul {
  padding-bottom: 14px;
}

#footer ul li {
  font-size: 90%;
  display: inline-block;
  text-align: left;
  padding: 7px 0;
}

#footer ul li a {
  color: #ccc;
  display: block;
  padding-left: 16px;
  padding-right: 14px;
  background: url(../img/footer-ico.png) no-repeat;
}

#footer ul li a:hover {
  color: #fff;
  text-decoration:underline;
}

#copyright {
  clear: both;
  padding: 14px;
  text-align: center;
  font-size: 80%;
  color: #fff;
}

/*-- pagenav --*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}

/*-- sp用改行br --*/
.br-sp { display:none; }

/*-- margin --*/
.mb7 {
  margin-bottom: 7px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb21 {
  margin-bottom: 21px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb49 {
  margin-bottom: 49px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb63 {
  margin-bottom: 63px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt7 {
  margin-top: 7px;
}

.mt14 {
  margin-top: 14px;
}

.mt21 {
  margin-top: 21px;
}

.mt28 {
  margin-top: 28px;
}

.mt35 {
  margin-top: 35px;
}

.mt42 {
  margin-top: 42px;
}

.mt49 {
  margin-top: 49px;
}

.mt56 {
  margin-top: 56px;
}

.mt63 {
  margin-top: 63px;
}

.mt70 {
  margin-top: 70px;
}


/* float */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.left-img {
  float: left;
  padding-right: 28px;
}

.right-img {
  float: right;
  padding-left: 28px;
}

/*-- effect --*/
.milky {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 200%;
  padding: 49px;
  display: block;
  color: #f1ebe5;
  text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
  font-weight: bold;
  letter-spacing: -4px;
  text-align: center;
  background: linear-gradient(to bottom, #ece4d9 0%,#e9dfd1 100%);
  transform: translate(-50%,-50%);
  border-radius: 20px;
}

/*-- clear --*/
.clear {
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

nav .panel:after, nav#globalnav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#globalnav,.newsTitle,.bg, .post{zoom: 1;}

@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}

.fixed-bottom{background: url(../img/blue-bg.png) repeat-y center #00529c;text-align: center;position:fixed;right:0;bottom:0;left:0;z-index:1030}

.row-100 { height: 100px; width: 100% } 

.wrap {
	overflow: hidden;
}