#schoolContents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	padding-top: 45px;
	position: relative;
}

/* ヘッダー */
#schoolHead {
	width: 930px;
	position: relative;
	background-image: url(/school/images_ver2/school_head_back.gif);
	background-repeat: repeat-x;
	padding-top: 28px;
	min-height: 102px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}

#schoolHead h2 {
	font-size: 30px;
	width: 590px;
	line-height: 1.3em;
}

#schoolHead h2 span {
	font-size: 14px;
	line-height: 1.6em;
}

#schoolHead ul.btn {
	position: absolute;
	top: 28px;
	right: 15px;
	height: 82px;
	width: 320px;
}

#schoolHead ul.btn li.pamph{
    display: inline-block;
	float:right;
}

#schoolHead ul.btn li.oc{
    display: inline-block;
	float: left;
	margin-right: 10px;
}

/*#schoolHead img {
	position: absolute;
	top: 28px;
	right: 10px;
}*/

#schoolHead p.kana {
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
}

#schoolHead p span.school {
 font-size: 12px;
 color: #fff;
 background-color: #1ba6ef;
 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: #1ba6ef;
 padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#schoolNaviHead {
	width: 960px;
	height: 56px;
	margin-bottom: 20px;
	text-align: center;
}

#schoolNaviHead ul {
	border: 1px solid #d2d2d2;
	/*width: 100%;*/
	/*display: table;
	table-layout: fixed;*/
	overflow: hidden;
	text-align: center;
	background-color: #e9e9e9;
	-moz-box-shadow: 0 2px 3px 0 #d2d2d2;
	-webkit-box-shadow: 0 2px 3px 0 #d2d2d2;
	box-shadow: 0 2px 3px 0 #d2d2d2;
	/*width: 963px;*/
}

/*for IE6 */
* html #schoolNaviHead ul {
	height: 50px;
}

#schoolNaviHead li{
	font-size: 13px;
	font-weight: bold;
	border-right: 1px solid #d2d2d2;
	/*margin-right:-1px;*/
	display: table-cell;
	vertical-align:middle;
	height: 50px;
	width: 107px;
}

#schoolNaviHead li:nth-child(n+9) {
	border-right-style:none;
}

/*#schoolNaviHead li:last-child{
	border-right-style:none;
}*/

/*for IE6 */
* html #schoolNaviHead li {
	float:left;
	display: block;
	width: 105px;
}

/*for IE7 */
*:first-child+html #schoolNaviHead li {
	float:left;
	display: inline;
	zoom: 1;
	width: 105px;
}

/*for IE7 */
*:first-child+html #schoolNaviHead li:first-child {
	width: 109px;
}

#schoolNaviHead li span{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	text-align: center;
	width: 107px;
}

/*for IE7 */
*:first-child+html #schoolNaviHead li span {
	display: inline;
	zoom: 1;
	/*width: 105px;*/
}

#schoolNaviHead li.on {
	background-color: #dae000;
	/*width: 112px;*/
}

#schoolNaviHead li a {
	display: block;
	color: #484848;
	height: 50px;
}

#schoolNaviHead li a:link {
 color: #484848;
	display: block;
	height: 50px;
}

#schoolNaviHead li a:visited {
 color: #484848;
	display: block;
	height: 50px;
}

#schoolNaviHead li a:hover {
	background-color: #dae000;
	color: #484848;
	display: block;
	height: 50px;
}

/*for IE7 */
*:first-child+html #schoolNaviHead li a:hover{
	cursor: pointer;
}
/*for IE6 */
* html #schoolNaviHead li a:hover{
	cursor: hand;
}

#schoolNaviHead li a:active {
 color: #484848;
	display: block;
	height: 50px;
}

#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;
}

/*メイン*/
#schoolMain {
	width: 710px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

/*サイドメニュー*/
#schoolMenu {
	width: 230px;
	float: left;
	padding-bottom: 15px;
	overflow: hidden;
}

.schoolPamphBox {
	background-image: url(/school/images_ver2/school_pamph_back.gif);
	background-repeat: repeat-x;
	border: 1px solid #dae000;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}

.schoolPamphBox h4{
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	margin-bottom: 15px;
	line-height: 1.3em;
}

.schoolPamphBox h4 span{
	font-size: 8px;
}

.schoolMenuBox {
	margin-bottom:15px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	text-align:center;
}

.schoolMenuBox h4 {
	font-size: 14px;
	font-weight: bold;
	background-color: #dae000;
	color: #484848;
	padding: 10px;
	text-align:left;
}

.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;*/
	max-width: 198px;
	max-height: 120px;
}

.schoolMenuBox .pd15 img.movie {
	width: 62px;
	height: 20px;
}

.movieStart{
  margin-top:5px;
}

#login{
  display:none;
}













/*#schoolHomeContents,#schoolHomeContentsIndex{
	width: 583px;
	float: right;
	padding-right: 23px;
	padding-bottom: 15px;
}

#contents{
	padding-top:10px;
}

#schoolHeader{
	clear: both;
}

#schoolHeader h2{
	font-size:19px;
	font-weight:bold;
	background-image:url(/school/images/line_bg_gray.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	margin-bottom:3px;
	padding-bottom:3px;
}

#schoolHeaderLeft{
	float: left;
}
#schoolHeaderLeft p{
	font-size:10px;
	line-height:1.2em;
	text-align:left;
}
#schoolHeaderRight{
	float: right;
	height: 32px;
	width: 157px;
	margin-bottom:10px;
}*/


#schoolFooter{
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(/school/images_ver2/school_head_back.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#schoolFooter:after{
 clear: both;
}

#schoolFooter ul{
	/*width:600px;
	margin: 0 auto;*/
}

#schoolFooter li{
	/*float:left;*/
	display:inline;
	margin:0 20px;
}

.schoolBox{
	margin-bottom: 20px;
	clear: both;
	padding: 0 15px;
	overflow: hidden;

}

.schoolBoxText{
	padding-bottom:15px;
}

/*#schoolHomeContentsIndex h3{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left:14px;
	color:#333366;
	background-color:#bbddff;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 14px;
}

#schoolHomeContents h3{
	margin-bottom: 15px;
}

#schoolHomeContents h4{
	font-size:14px;
	font-weight: bold;
	background-color: #bbddff;
	line-height: 14px;
	color: #333366;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


#schoolHomeContentsIndex h5,
#schoolHomeContentsIndex h4{
	background-image:url(/school/images/circle.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	margin-top: 10px;
  margin-bottom:3px;
	clear:both;
	line-height:1.4em;
	padding-bottom:4px;
}*/

#schoolFooter h6,#schoolFooter h5 {
	font-size: 20px;
	font-weight: bold;
	color: #484848;
	text-align: center;
	margin-bottom: 10px;
}

/*.pageTop{
 text-align: right;
}*/

/*#schoolPamphlet {
	text-align:center;
	margin-top: 10px;
	height: auto;
	clear: both;
}

#schoolPamphlet img{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align:center;
	font-size:10px;
}

#schoolPamphletText {
	height: auto;
	clear: both;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
}*/

/*p.s1Tab30{
	font-size: 12px;
	padding-bottom: 10px;
}*/

.dot{
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#cccccc;
	padding-bottom:20px;
	margin-bottom:20px;
}

/*.dot{
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #0198E7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}*/

.schoolBox p.catch{
	color: #FF6600;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
}

/*socialbutton*/
#socialButton {
	height: 22px;
	width: 230px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 10px;
	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;
}
