@charset "UTF-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6,ul,li,p{
	margin:0;
	padding:0;
}
/* リンク文字色 */
a:link {
    color: #E6488D;
    text-decoration: underline;
}
a:visited {
    color: #E6488D;
    text-decoration: underline;
}
a:hover {
    color: #E6488D;
    text-decoration: none;
}
a:active {
    color: #E6488D;
    text-decoration: none;
}
body{
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background:#FFFFFF;
	color:#4B4145;
	}
	
.header {
     border: 1px solid #7FBF26;padding:0.5em;
	 max-width: 970px;
	 margin:0 0 1em 0;
}
 
.wrapper {
     float: right;
     margin: 0;
     width: 100%;
     margin-left: -250px;
}
 
.content {
	margin: 0 0 0 250px;
	padding-left:3em;
	max-width: 689px;
	
}
.content h3 {
	font-family: Ryumin Regular KL;
	padding: 0.3em;
	font-weight: normal;
	font-size: 1.5em;
	border-radius: 5px;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	background-color: #EDF0B8;
	color: #4C4C4C;
	max-width: 700px;
}

.content h4 {
	color: #7FBF26;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #c0c0c0;
}
.content h5 {
	text-align: left;
	font-size: 1.1em;
	color: #f39800;
	margin-top: 2em;
	padding: 0;
	margin-bottom: 1em;
	font-weight: normal;
}


.content p{
	line-height:1.8em;
	text-align: left;
}
.photo{
	padding:0 0 1em 0;
}
.review {  
    -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #f39800;
  background-color: #fff;
  padding:0.5em 0 0.5em 1em !important;
  margin:1.5em 0 1em 0 !important;
}  


/* ナビゲーション */
#hpb-nav {
	max-width: 985px;
	height: 25px;
	overflow: hidden;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7FBF26;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7FBF26;
	margin:0 0 1em 0;
	font-size: 1.1em;
}

#hpb-nav ul {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li {
    display: block;
/*    width: 150px; */
    float: left;
}


#hpb-nav li a {
    display: block;
    height: 25px;
    line-height: 26px;
    overflow: hidden;
    text-align: left;
    padding-left: 35px;
    padding-right: 10px;
    background-position: center left;
    background-repeat: repeat-x;
    font-size: 0.8em;
}

#hpb-nav li span.en {
    float: right;
    font-size: 10px;
}

#hpb-nav li span.ja {
    padding-right: 10px;
}

#hpb-nav a:link {
    text-decoration: none;
    background-image : url(../navBg_7D_01.png);
}
#hpb-nav a:visited {
    text-decoration: none;
    background-image : url(../navBg_7D_01.png);
}
#hpb-nav a:hover {
    text-decoration: none;
    background-image : url(../navBg_7D_01_on.png);
}
#hpb-nav a:active {
    text-decoration: none;
    background-image : url(../navBg_7D_01_on.png);
}

.sidebar {
     border: 0px solid #000;
     width: 250px;
     height: auto;

}
.sidebar p{
font-size: 0.8em;

}
.sidebar h4{
	margin:2em 0 0.3em 0;
	font-size: 1.2em;	
}
.sidebar ul  { list-style:none;

	}
.sidebar li{

                   }

.sidebar ul li a:hover{
	background-color::#66CC66
}

ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	text-decoration: none;
	color: #fff;
	display: block;            /* ブロック化 */
   padding: 1em;            /* 内側の余白 */
   border-radius: 0.2em;     /* 角を丸くする */
   text-decoration: none;     /* 下線を消す */
   padding:0.3em 0 0.3em 1em;
   width: 248px;
   background: #fff;
   margin:0 0 0.5em 0;
   background-color: #7FBF26;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #6F7D94;
	color: #FFF;
	display: block;
}
ul.sub-nav{
	margin:1em 0 3em 0;
	font-size:0.9em;
	line-height:1.5em;
}
ul.sub-nav a,ul.sub-nav a:visited{
	text-decoration:none;
	padding:0.3em 0 0.3em 1em;
}
.footer {
	float: left;
	width: 100%;
	background-color: #7FBF26;
	color: #FFF;
	text-align: center;
	font-size:0.9em;
	margin:3em 0 0 0;
	padding:0.5em;
}
img{
     max-width: 100%;
     height: auto;
     display:block;
}
h2.head{font-size:11px;
font-weight:100;}

.news{
	margin:2em 0 3em 0;
}
.news h3,
#map h3 {
	color: #7FBF26;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	font-family:sans-serif;
	background-color: #FFF;
}


.news h5{
	margin:0.3em 0 0.3em 0;
	padding:0.5em 0 0 0;
	border-top:solid 1px #dcdcdc;
	font-size:1.0em;
}
.news h5 a{
	color:#F69;
	padding-top: 5px;	
}
.newscontent {
	background-image: url(../images/furyoku01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin: 0px;
}
.map-detail{
	margin:0 0 3em 0;
}
.fb-page {
    width:250px !important;
	margin:1em 0;
  }
   .yahoomap{
	   margin:2em 0;
   }
   
   /* メインコンテンツ内基本パーツ */

.content ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.content ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 18px;
    background-image : url(../point_7D.png);
    background-position: 5px 8px;
    background-repeat: no-repeat;
}
.content ol li{
    line-height: 1.4;	
}
.content dl {
    margin-top: 0.5em;
    margin-right: 0;
    margin-bottom: 2em;
    margin-left: 0;
    padding:0;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d3d3d4;
}

.content dt {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	line-height: 1.4;
	font-weight: normal;
	width: 14em !important;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 3px;
	color: #7FBF26;
	font-size:1em !important;
}

.content dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 1em;
    padding-right: 0;
    padding-bottom: 1em;
    text-align: left;
    line-height: 1.4;
    padding-left: 16em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d4;
    overflow: visible;
}

.fa-imgs {
	display: block !important;
	float: left !important;
}


* html .content dd {
    height: 1%; /* for IE6 */
}

.content dl:after,
.content dd:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#schedule dl  {
	font-size:1em !important;	
}
#schedule dt {
width: 4.5em !important;	
}

#schedule dd  {
	padding-left: 6em;
}
#curriculum dl{
	border:0px;
	font-size:1em;
}
#curriculum dt{
	border:0px;
	width: 5em !important;	
}
#curriculum dd{
	border:0px;
	padding-left: 7em;
}
.content.sitemap ul {
	list-style-type:none !important;
	text-decoration: none;
}
#ad dl  {
	font-size:1em !important;	
}
#ad dt {
width: 140px !important;	
clear: left;
}

#ad dd  {
	padding-left: 150px;
}
#ad h4{
	margin:0 0 0.3em 0;
	color:#4B4145;
	font-size:1.1em;
	border:none;
}
/*    あいこんふぉんと; */
.colormail {color: #E6488D;}
.colorFB {color: #305097;}
.colorTW {color: #00aced;}
.colorGo {color: #db4a39;}
.colorRs {color: #f26522;}
@media screen and (max-width: 900px) {
     .wrapper, .content, .sidebar {
          float: none;
          margin: 0;
          width: auto;
		  padding:0.5em;
		  	 max-width: none;
     }
	 
	
	 
	 img{
     max-width: 100%;
     height: auto;
     display:block;

}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	text-decoration: none;
	color: #fff;
	display: block;            /* ブロック化 */
   padding: 1em;            /* 内側の余白 */
   border-radius: 0.2em;     /* 角を丸くする */
   text-decoration: none;     /* 下線を消す */
   font-size:1.3em;
   padding:0.3em 0 0.3em 1em;
   width: 95%;
   background: #fff;
   margin:0.5em 0 0.5em 0;
   background-color: #7FBF26;
   font-weight:bolder;
}
#hpb-nav {
	overflow: visible;
    text-align: left;
    padding: none;

}
#hpb-nav {
    height: 100px;
    border-top-width: 0;
    border-top-style: solid;
    border-top-color: #7FBF26;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #7FBF26;
	margin:0 0 0.5em 0;
}
#hpb-nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
	visibility:visible;
	margin:0 0 1em 0;
}
#hpb-nav li {
	display:block;
    float: left;
}
#hpb-nav li a{
	    display: inline-block;
    height: 25px;
    line-height: 26px;
    text-align: left;
    padding-left: 35px;
    padding-right: 0;
    background-position: center left;
    background-repeat: repeat-x;
	font-size:0.9em;
}
 .fb-page,
 .yahoomap {
    width:100% !important;
	margin:2em 0;
  }
}
@media screen and (max-width: 479px) {
     .wrapper, .content, .sidebar {
          float: none;
          margin: 0;
          width: auto;
		  padding:0.3em;
max-width: none;
     }
h1,h2,h3,h4,h5,h6{
	font-size:115%;
}
 
	 
	 img{
     max-width: 100%;
     height: auto;
     display:block;
	 margin-left: auto;
 margin-right: auto;

}
.newscontent {
	background-image: url(../images);
	text-indent:0;
}

ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	text-decoration: none;
	color: #fff;
   padding: 1em;            /* 内側の余白 */
   border-radius: 0.2em;     /* 角を丸くする */
   text-decoration: none;     /* 下線を消す */
   font-size:1.2em;
   padding:0.3em 0 0.3em 1em;
   width: 95%;
   background: #fff;
   margin:0.5em 0 0.5em 0;
   background-color: #7FBF26;
   font-weight:bolder;
}
#hpb-nav {
	overflow: visible;
    text-align: left;
    padding: none;

}
#hpb-nav {
    height: 100px;
    border-top-width: 0;
    border-top-style: solid;
    border-top-color: #7FBF26;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #7FBF26;
	margin:0 0 0.5em 0;
}
#hpb-nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
	visibility:visible;
	margin:0 0 1em 0;
}
#hpb-nav li {
	display:block;
/*    width: 150px; */
    float: left;
}
#hpb-nav li a{
	    display: inline-block;
    height: 25px;
    line-height: 26px;
    overflow: hidden;
    text-align: left;
    padding-left: 35px;
    padding-right: 0;
    background-position: center left;
    background-repeat: repeat-x;
	font-size:0.9em;
}
 .fb-page,
 .yahoomap {
    width:100% !important;
	margin:2em 0
 
}
.content dl {
	font-size:1em !important;
	margin:0.5em 0 2em 0;
	
}

.content dt {
	float: none;
	font-size:1em !important;
	font-weight: normal;
	width: auto !important;
	padding:0.5em 0 0.5em 0;
	line-height:1.8em;
}

.content dd {
	font-size:1em !important;
    padding-right: 0;
padding:0em 0 0.5em 0!important;
}
}
.content .sitemap ul {
	list-style-type: none;
}
.newscontent {
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin: 0px;
}
}
