@charset "utf-8";
/* CSS Document */

/* ヘッダー */
#schoolHead {
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8ec33b;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8ec33b;
	padding-left: 15px;
	padding-right: 15px;
}

#schoolHead h2 {
	font-size: 22px;
	line-height: 1.3em;
}

#schoolHead h2 span {
	font-size: 14px;
	line-height: 1.6em;
}

#schoolHead ul.btn {  
    position: relative;
	top: -25px;
}

#schoolHead ul.btn li{
	float: right;
	border-radius: 5px;
	text-align: center;
	line-height: 1.3em;
	font-size: 16px;
}
#schoolHead ul.btn li.pamph a{
	background-color: #F60;
	border-radius: 5px;
	display: block;
	color: #FFF;
	box-sizing: border-box;
	padding: 10px;
}

#schoolHead ul.btn li.oc a{
	height: 70px;
	width: 170px;
	background-color: #FF9900;
	border-radius: 5px;
	display: block;
	color: #FFF;
	box-sizing: border-box;
	padding-top: 15px;
}

#schoolHead p.kana {
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
}

#schoolHead p span.school {
	font-size: 12px;
	color: #fff;
	background-color: #ec565f;
	padding: 3px;
	margin-right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#schoolHead p span.area {
 font-size: 12px;
 color: #fff;
 background-color: #ec565f;
 padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* グローバルメニュー */
#schoolNaviHead {
	height: 55px;
	width: 1050px;
	margin-top: 30px;
	background-color: #e9e9e9;
	margin-bottom: 2px;
}

#schoolNaviHead ul {
	text-align: center;
}

#schoolNaviHead li{
	font-size: 14px;
	border-right: 1px solid #d2d2d2;
	height: 50px;
	width: 116px;
	float:left;
}

#schoolNaviHead li:nth-child(n+9) {
	border-right-style:none;
}

#schoolNaviHead li:first-child {
	width: 114px;
}

#schoolNaviHead li span{
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	text-align: center;
	width: 115px;
	line-height: 1.3em;
}

#schoolNaviHead li.on {
	background-color: #8EC33B;
	color: #fff;
	height: 55px;
}

#schoolNaviHead li a {
	display: block;
	height: 55px;
	color: #333;
}

#schoolNaviHead li a:link {
	display: block;
	height: 55px;
	color: #333;
}

#schoolNaviHead li a:visited {
	display: block;
	height: 55px;
	color: #333;
}

#schoolNaviHead li a:hover {
	background-color: #8EC33B;
	display: block;
	height: 55px;
	color: #fff;
}

/*for IE7 */
*:first-child+html #schoolNaviHead li a:hover{
	cursor: pointer;
}

#schoolNaviHead li a:active {
	display: block;
	height: 55px;
	color: #333;
}

/*socialbutton*/
#socialButton {
	height: 22px;
	width: 230px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 20px;
	overflow: none;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#socialButton li {
	float: left;
	margin-right: 5px;
}

#socialButton a{
  vertical-align:top;
  overflow:hidden;
  display:inline-block;
  height:16px;
  padding-top:2px;
}

#socialButton #gree{
  vertical-align:top;
  padding-top:2px;
}

a.connect_widget_like_button {
  padding:0px;
}

.facebooklike{
  display: inline-block;
  border:none; 
  overflow:hidden;
  width:100px; 
  height:20px;
  margin:0px;
  padding-top:0px;
  vertical-align:bottom;
}

.dot{
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#cccccc;
	padding-bottom:20px;
	margin-bottom:20px;
}

.schoolBox p.catch{
	color: #FF6600;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
}

/* 右カラム
-------------------------------------*/
/*パンフレット*/
.schoolPamphBox {
	background-image: url(/school/images_ver2/school_pamph_back.gif);
	background-repeat: repeat-x;
	border: 1px solid #FF6600;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
}

.schoolPamphBox h4{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.3em;
}

.schoolPamphBox.fade .pamphletBtn a {
	color: #FFF;
	text-align: center;
	height: 50px;
	width: 200px;
	line-height: 50px;
	background-color: #F60;
	display: block;
	font-size: 16px;
	border-radius: 5px;
}

/*記事広告*/
.schoolSpecial {
	margin-bottom: 20px;
	background-color: #efefef;
	padding: 15px;
}
 
.schoolSpecial a {
	display: block;
}
 
.schoolSpecial h4 {
	font-size: 16px;
	color: #ec565f;
	margin-top: 10px;
}

/*右カラム共通*/
.schoolMenuBox {
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.schoolMenuBox h4 {
	font-size: 14px;
	background-color: #C2DF97;
	padding: 10px;
	text-align: left;
	font-weight: bold;
}

.schoolMenuBox .pd15 {
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.schoolMenuBox .pd15 img.img {
	/*width: 140px;*/
	max-height: 100px;
}

.schoolMenuBox .pd15 img{
	margin-bottom:10px;
}

.schoolMenuBox .pd15 p {
	line-height: 1.5em;
	text-align: left;
}

.schoolMenuBox .pd15 img.kijiko {
	width: 63px;
	height: 84px;
}

.schoolMenuBox .pd15 img.movie {
	width: 62px;
	height: 20px;
}

.movieStart{
  margin-top:5px;
}

/* フッター
-------------------------------------*/
#schoolFooter{
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8ec33b;
}

#schoolFooter:after{
 clear: both;
}

#schoolFooter h6 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #C2DF97;
}

#schoolFooter ul.btn {
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}

#schoolFooter ul.btn li{
	height: 75px;
	width: 260px;
	border-radius: 5px;
	text-align: center;
	line-height: 1.5em;
	font-size: 20px;
	margin-right: 25px;
	margin-left: 25px;
}
#schoolFooter ul.btn li.pamph a{
	height: 75px;
	width: 260px;
	background-color: #F60;
	border-radius: 5px;
	display: block;
	color: #FFF;
	box-sizing: border-box;
	padding-top: 10px;
}

#schoolFooter ul.btn li.oc a{
	height: 75px;
	width: 260px;
	background-color: #FF9900;
	border-radius: 5px;
	display: block;
	color: #FFF;
	box-sizing: border-box;
	padding-top: 10px;
}
#schoolNaviFoot{
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#schoolNaviFoot li {
	padding-right: 10px;
	padding-left: 12px;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 3em;
}

* html #schoolNaviFoot li  {  
    /*float:left;  */
}  

#schoolNaviFoot li.last {
 border-right-style: none;
 padding-right: 0px;
}
/* 学校基本情報
-------------------------------------*/
.schoolDataBox {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.schoolDataBox h3 {
	font-size: 16px;
	font-weight: bold;
	background-color: #8EC33B;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.schoolDataBox .dataAccess  dl{
	overflow: hidden; /*floatしたので高さ確保*/
	background: #ececec;
}

.schoolDataBox .dataAccess dl dt{
	width: 90px;
	float: left;
	padding: 10px;
	text-align: center;
	line-height: 1.8em;
	border-top: 2px solid #fff;
	font-size: 14px;
}

.schoolDataBox .dataAccess dl dd{
	margin-left: 110px;
	padding: 10px;
	background: #fff;
	line-height: 1.8em;
	border-top: 2px solid #fff;
	font-size: 14px;
}

.schoolDataBox .dataAccess dl dd:after {
 content : '';
 display : block;
 clear : both;
}

.schoolDataBox .dataAccess {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.schoolDataBox .dataAccess .btn {
	width: 100px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	background-color: #ec565f;
	border-radius: 3px;
}

.schoolDataBox .dataAccess .btn a {
	color: #fff;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
