@charset "UTF-8";

@media screen and (min-width:1280px) {
html,body {
	height: 100%;
}

* {padding: 0px;margin: 0px;}

body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
	-webkit-text-size-adjust:none;
	text-align: center;
 	background: url(../images/sub_bcg.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	height: 100%;
	min-height:auto;
	}
	
#wrapper{
	width: 100%;
     position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
	 }
	 
body >#wrapper{
height:auto;
min-height:100%;
}

}

@media screen and (max-width:480px) {
html,body {
	height:100%;
	height:auto !important;
	min-height:100%;
}
body > #container{
 height:auto;
 min-height:100%;
 _height:100%; /* IE6用ハック */
}
* {padding: 0px;margin: 0px;}

body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
	-webkit-text-size-adjust:none;
	text-align: center;
	width:100%;
 	background: url(../images/sub_mobilebcg.jpg) no-repeat;
	background-size:cover;
}
}

@media screen and (min-width:481px) and ( max-width:1279px) {
html,body {
	height:100%;
	height:auto !important;
	min-height:100%;
}
body > #container{
 height:auto;
 min-height:100%;
 _height:100%; /* IE6用ハック */
}
* {padding: 0px;margin: 0px;}

body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
	-webkit-text-size-adjust:none;
	text-align: center;
	width:100%;
 	background: url(../images/sub_padbcg.jpg) no-repeat;
	background-size:cover;
}
}

.page-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 16px;
}
.page-top a {
	display: block;
	width: 40px;
	height: 40px;
	background-color:#efc94c;
	text-align: center;
	color:#fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 45px;
	border-radius: 10%;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
}

@media screen and (min-width:1280px) {
#main {
  padding-top:124px;
  padding-bottom:102px;
  width: 100%;
}

#main #sub #contents {
  margin: 0 0 0 0;
  z-index: 20;
}

#sub #contents_main {
	width: 100%;
	margin: 0;
	text-align: center;
}

#sub #contents_main #submain {
	text-align: left;
	width:100%;
	}

#submain #pankuz{
	text-align: left;
	padding-left:359px;
	padding-bottom:40px;
	}

#submain #pankuz ul{
	background-color:#34642e;
	height: 37px;
	}

#submain #pankuz ul li{
	width:auto;
	display:block;
	float:left;
	}

#submain #pankuz ul li a{
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	display:block;
	background-color:#000;
}

#submain #pankuz ul li.active{
	background-color:#547f52;
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	display:block;
	color:#fff;
	}


#submain #sub_contents{
	width:48%;
	height:auto;
	padding-left:359px;
	background:none;
	float:left;
}

#submain #sub_contents a:link{
	color:#3b7773;
	text-decoration:none;
}

#submain #sub_contents a:visited{
	color:#3b7773;
}

#submain #sub_contents a:hover{
	color:#5d1d31;
	text-decoration:none;
	}


div.entry-content{
overflow: hidden;  
	margin-left:30px;
	margin-bottom:130px;
	padding:30px 30px 90px 30px;
	background:#fff;
	background-color: rgba(255, 255, 255, 0.5);
}

div.entry-content p{
	font-size:110%;
	line-height:180%;
	color:#000;
}

div.entry-content h2{
	font-size:170%;
	line-height:180%;
	color:#000;
	font-weight:normal;
}

div.entry-content ul.pagenavi{
	text-align:center;
	margin:0 auto;
	width:100%;
	height:auto;
}

div.entry-content ul.pagenavi li.pgtitle{
font-size:20px;
color:#33632e;
padding-top:40px;
padding-bottom:20px;
clear:both;
text-align:left;
}
div.entry-content h3.pgtitle{
font-size:20px;
color:#33632e;
padding-top:40px;
display: block;
font-weight:normal;
clear:both;
}



div.entry-content div.cyushaku{
font-size:14px;
color:#333;
padding-top:20px;
padding-bottom:20px;
clear:both;
text-align:left;
}

div.entry-content ul.menu{
width:100%;
clear:both;
margin-top:30px;
}

div.entry-content ul li.menu-item{
font-size:15px;
float:left;
width:48%;
background-color: rgba(255, 255, 255, 0.3)
/* border-radius */
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
/* box-shadow */
box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
-webkit-box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
-moz-box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
margin:1%;
display:block;
text-align:left;}

div.entry-content ul li.menu-item a{
display:block;
padding:40px;
color:#000;
}

div.entry-content ul li.menu-item a:hover{
display:block;
background:#7caa77;
}

span.edit-link{
position:absolute;
left:389px;
bottom:150px;
}

span.edit-link a{
background:#fff;
filter:alpha(opacity=60); 
-moz-opacity: 0.6;
opacity: 0.6; 
color:#294835;
padding:10px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}


#submain #secondary{
float:left;
width:12%;
height:auto;
margin-left:30px;
margin-bottom:130px;}

#secondary span.trigger{
margin:0;
padding:0;
}

#secondary h1.widget-title{
margin-bottom:5px;
margin-top:27px;
padding:0;
color:#fff;
font-size:15px;
font-weight:600;
}

#secondary ul.menu{
margin-bottom:10px;
padding:0;
}

#secondary ul.sub-menu{
padding-bottom:1px;
margin-bottom:2px;}

#secondary ul.sub-menu li{
background:#84b7a0;
}


#secondary ul.menu li{
width:auto;
display:block;
background:#84b7a0;
margin:1px;}

#secondary ul.menu li a{
text-decoration:none;
display:block;
padding:15px;
color:#fff;
}

#secondary ul.menu li a:link{
text-decoration:none;
color:#fff;
}


#secondary ul.menu li a:hover{
text-decoration:none;
background:#000;
display:block;
}

#secondary ul.menu li.menu-item-has-children{
background:#72a48d;
margin-top:2px;
}

#secondary ul.menu li.current_page_item{
background:#000;
}

#main #news .note .newstxt a:hover {
	color: #FFF;
}

#submain #sub_contents h1.entry-title {
	color: #FFF;
	font-size: 30px;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#main h3.xxx {
	font-size: 14px;
	background-color: #EDEDED;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 8px;
	margin-bottom: 13px;
	color: #1C2D64;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #174832;
}


#profid{
margin:0;
padding:2%;
background-color: rgba(190, 219, 187, 0.5);
width:96%;
height:185px;
}

#profid div.cleft{
margin:0;
width:50%;
height:185px;
float:left;
}
#profid div.cright{
margin-top:20px;
width:45%;
height:auto;
float:left;
}


#submain #sub_contents #profid h1.pname {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top:30px;
	}

#profid h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:15px;
	margin-bottom:30px;
}

#profid h3{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:20px;
	margin-bottom:30px;
	}

#profid p{
	font-size: 14px;
	font-weight: normal;
	margin-top:30px;
}
#profid p a{
	color: #5d1d31;
	text-decoration:none;}

#profinfo{
clear:both;}

#profinfo label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #174832;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-bottom: 30px;
	margin-top:25px;
}

#profinfo p{
	font-size: 14px;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	line-height:180%;
}

#profinfo ul{
	list-style-type : disc;
	margin-left:20px;
}

#profinfo ol{
	margin-left:20px;
}

#profinfo ul li,#profinfo ol li{
	line-height:180%;
	font-size: 14px;
	color: #333333;
	}
	

#plist{
margin:0;
padding:2%;
width:96%;
height:auto;
font-size:14px;
}

#plist ul {
}

#plist ul li{
padding:2%;
clear:both;
min-height:140px;
height:auto;}

#plist ul li.lightc{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(255, 255, 255, 0.3);
}

#plist ul li.lightd{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist ul li.start{
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
border-top:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
border-bottom:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist ul li.endc{
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(255, 255, 255, 0.3);}

#plist ul li.endd{
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist h1{
font-size:27px;
font-weight:normal;
}

.title{
padding-top:5px;
}


#plist div.plistleft{
margin-top:10px;
width:45%;
height:auto;
float:left;
}
#plist div.plistright{
margin-top:10px;
width:55%;
height:auto;
float:left;
}

#plist label{
font-weight:bold;
margin-bottom:10px;
padding-left:8px;
border-left:2px #666 solid;
float:left;
}

#plist p{

font-size:15px;}

.naiyo{
padding-left:10px;
padding-bottom:10px;
float:left;
width:100%;
}

#plist p.att{
font-size:13px;
margin-left:10px;
color:#333;}


#plist p.att:after {  
content: "";
display: block;
clear: both;
} 

p.gakubucho{ 
width: 100%;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 2%;
-webkit-border-radius: 2%;
-moz-border-radius: 2%;
margin-bottom:20px;
 }

p.gakubucho img { 
width: 95%;
text-align: center;
color:#fff;
text-decoration: none;
padding:2%; }

 /* --- 沿革 --- */

 /* --- 組織図 --- */
p.tree{ 
width: 100%;
text-align: center;
margin-bottom:20px;
 }

p.tree img { 
width: 100%;
text-align: center;
color:#fff;
text-decoration: none;
 }

div.common{
}
 
div.common h3,div.senpai h3{ 
font-size:18px;
margin-bottom:10px;
color:#000;
 }

div.common p{ 
margin-bottom:30px;
 }

div.common p.button { 

}

div.common p.button  a{ 
width:92%;
font-weight:bold;
margin: 10px;
padding: 15px;
text-align: center;
text-decoration: none;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
font: bold 20px/22px;
 
text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
transition: all 0.15s ease;

 }

div.common p.button  a:hover{ 
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
 }

div.common p.button  a:active{ 
-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}

div.common h4{
margin-bottom:5px;
color:#174832;
font-size:16px;
}

div.common ol{
margin-left:25px;
margin-bottom:20px;
}

div.common ol li{
line-height:180%;
font-size:14px;
color:#000;
}

div.senpai{
width:100%;
}

div.senpai img{
padding:10px;
border-top-left-radius: 10em;
border-bottom-right-radius: 5em;
ackground:#d3ecbd;
border:1px #8cb468 dashed;
float:left;
}

div.senpai p.name{ 
line-height:140%;
padding:20px;
text-align:center;
background-color: rgba(245,255,193,0.3);
 }

span.big{
font-size:110%;
font-weight:bold;
color:#666;
}
 
div.senpai p{ 
margin-bottom:20px;
 }

 /* --- リンクボックス --- */
div.common p.box{
background-color: rgba(255,255,255,0.6);
text-align:center;
padding:20px 10px;
width:200px;
margin-left: auto;
margin-right: auto;
font-size:15px;
box-shadow:0px 0px 10px #ccc;
font-weight:bold;
}

div.common h1{
font-size:22px;
font-weight:bold;
color:#000;
margin-bottom:10px;
}

div.common h2{
font-size:18px;
font-weight:bold;
color:#000;
margin-bottom:5px;
}

 /* --- 学科教員・生徒コメント --- */
div.combox{
color:#333;
margin-top:40px;
}

div.combox img{
margin-right:10px;
margin-bottom:10px;}


div.combox h2{
font-size:17px;
font-weight:bold;
margin-bottom:5px;
}

div.combox h3{
font-size:15px;
margin-bottom:10px;
}

div.combox h4{
font-size:15px;
font-weight:bold;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
margin-bottom:5px;
color:#333;
}

div.combox span.sho{
font-size:13px;
font-weight:bold;
}

div.combox h5{
font-size:13px;
margin-left:10px;
margin-bottom:30px;
}

div.common img.gazoc{
margin-left:10px;
margin-bottom:3px;
}

div.common ul.list{
margin:0;
}

div.common ul.list li{
list-style-type: square;
margin:10px;
color:#000;
font-size:110%;
line-height:150%;
}

div.common p.chushaku{
font-size:90%;
}

div.common hr{
height:1px;
border: none;
border-top: 1px #000 solid;}

div.common table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	padding: 0px;
	margin-bottom: 50px;
	font-size: 100%;
	line-height: 140%;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
div.common table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 7px;
}
div.common table tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 7px;
	background-color: #EDEDED;
	text-align: center;
	font-weight:bold;
}

div.picture{
border:#999999 1px solid;
margin-top:20px;
border-radius: 25px 25px 0 0 / 25px 25px 0 0;

}

div.picture p.title{
font-size:16px;
border-bottom:1px #999999 dotted;
padding:5px;
text-align:center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

div.picture p.bun{
font-size:15px;
padding:10px;}


div.common td.moji{
font-size:16px;
}

 /* --- 夜間主FAQ --- */
div.common dl{
     width:100%;
     line-height:1.6em;
     font-size: 16px;
     overflow: hidden;
     _zoom: 1;
}

div.common dl dd,
div.common dl dt{
     text-indent: -2.5em;   
     padding: 10px 40px;
}

div.common dl dt{
     margin:10px 20px 0 0;
}

div.common dl dd:first-letter,
div.common dl dt:first-letter{
     font-size: 1.5em;
     font-weight: bold;
     margin-right:15px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


div.common dl dd{
     margin: 0px 15px 15px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


div.common dl dt:first-letter{
     color: #0F78E1;
}
div.common dl dd:first-letter{
     color: #663333;
}

 /* --- 学科・院扉 --- */
div.sectionf{
font-size:22px;
margin-top:50px;
}

div.sectionf h1{
font-family: "Times New Roman", "游明朝", Yu Mincho, "ヒラギノ明朝 ProN W3", "HG明朝" ,"MS PMincho", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
margin-bottom:10px;
font-size:120%;
}

div.sectionf h3{
font-family: Verdana, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
margin-bottom:8px;
margin-top:50px;
color:#365b34;
font-size:100%;
}

div.sectionf p{
font-family: Verdana, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size:70%
}

div.sectionf img.faculty{
width:100%;
margin-top:50px;
}

div.sectionf p.faculty{
font-size:60%;
margin-top:3px;
text-align:right;
}

div.entry-content #more{
border:#5f7c6f 1px solid;
background-color:#9ab1a6;
width:70px;
text-align:center;
float:right;
}

div.entry-content #news ul{
clear:both;
}

div.entry-content div.date_a{
margin-bottom:5px;
color:#333;
}
div.entry-content div.newstxt{
margin-bottom:10px;
border-bottom:1px #5f7c6f solid;
padding-bottom:3px;
font-size:110%;
line-height:150%;}


#nopage{
}

#nopage img.notfound{
position: absolute;
top: 0;
bottom: 0;
left: 359px;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}


}

@media screen and (max-width:480px) {
#sub #main {
margin:0;
padding:0;
width:100%;
}

#main #sub #contents {
  width: 100%;
  height:auto;
  margin: 0;
  padding:0;
  z-index: 20;
}


#sub #contents_main {
	width: 100%;
	height: 100%; 
    min-height: auto; 
	text-align: center;
	margin:0;
}


#sub #contents_main #submain {
	text-align: left;
	}

#submain #pankuz{
	text-align: left;
	}

#submain #pankuz ul{
	background-color:#34642e;
	height: 37px;
	}

#submain #pankuz ul li{
	width:auto;
	display:block;
	float:left;
	}

#submain #pankuz ul li a{
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	display:block;
	background-color:#000;
}

#submain #pankuz ul li.active{
	background-color:#547f52;
	margin-left:10px;
	margin-top:10px;
	display:block;
	padding:5px;
	color:#fff;
	}


#submain #sub_contents{
	background:none;
	float:left;
	margin:0;
	padding:0;
}

#submain #sub_contents a:link{
	color:#3b7773;
	text-decoration:none;
}

#submain #sub_contents a:visited{
	color:#3b7773;
}

#submain #sub_contents a:hover{
	color:#5d1d31;
	text-decoration:none;
	}


div.entry-content{

	margin:0;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:4%;
	padding-right:4%;
	background-color: rgba(255, 255, 255, 0.5);
}


div.entry-content p{
	font-size:110%;
	color:#000;
	line-height:160%;
}

div.entry-content ul.pagenavi{
clear:both;
margin:0;
padding:20px;}

div.entry-content ul.pagenavi li.pgtitle{
font-size:20px;
color:#33632e;
padding-top:30px;
padding-bottom:10px;
display: block;
clear:both;
}

div.entry-content h3.pgtitle{
font-size:20px;
color:#33632e;
padding-top:40px;
padding-left:20px;
display: block;
font-weight:normal;
clear:both;
}


div.entry-content ul.menu{
width:90%;
clear:both;
margin:20px 20px;
padding:0;
}

div.entry-content ul li.menu-item{
font-size:15px;
width:100%;
background-color: rgba(255, 255, 255, 0.3)
/* border-radius */
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
/* box-shadow */
box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
-webkit-box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
-moz-box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
margin:3px;
display:block;
}

div.entry-content ul li.menu-item a{
display:block;
padding:10px;
color:#000;
}

div.entry-content ul li.menu-item a:hover{
display:block;
background:#7caa77;
}

section h3.pgtitle {
 cursor: pointer;
 }
section h3.pgtitle + ul.menu {
 display: none;

 }

span.edit-link{
display:block;
padding-top:60px;
padding-left:20px;
clear:both;
}

span.edit-link a.post-edit-link{
border:1px #294835 solid;
background:#fff;
filter:alpha(opacity=60); 
-moz-opacity: 0.6;
opacity: 0.6; 
color:#294835;
padding:10px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}

#submain #secondary{
float:left;
width:100%;
height:auto;
}

#secondary li{
list-style: none;
cursor: pointer;
}
 
#secondary ul.accordion{
background: #123912;
border-right: solid 1px #808080;
border-left: solid 1px #808080;
margin: 15px;
padding: 0;
}
 
#secondary ul.accordion li {
border-bottom: solid 1px #808080;
}
 
#secondary ul.accordion li:first-child {
border-top: solid 1px #808080;
}
 
#secondary ul.accordion li ul {
margin: 0;
padding: 0;
border: none;
}
 
#secondary ul.accordion li ul li {
background: #fff;
}
 
#secondary ul.accordion li ul li:last-child{
border-bottom: none;
}
 
#secondary ul.accordion li ul li a {
color: #696969;
display: block;
padding: 10px;
text-decoration: none;
}
 
#secondary ul.accordion li .none-menu {
background: url(trigger-arrow.png) no-repeat 98% 50%;
background-size: 2%;
display: block;
padding: 15px;
}
 
#secondary ul.accordion li .active-menu {
background: url(triggeractive-arrow.png) no-repeat 98% 50%;
display: block;
padding: 15px;
}
 
@media only screen and (max-width: 600px) {
#secondary ul.accordion li .none-menu{ background: url(trigger-arrow.png) no-repeat 96% 50%; }
#secondary ul.accordion li .active-menu{ background: url(triggeractive-arrow.png) no-repeat 96% 50%; }
}


#main #news .note .newstxt a:hover {
	color: #FFF;
	text-decoration: underline;
}

#submain #sub_contents h1.entry-title {
	color: #FFF;
	font-size: 27px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top:30px;
}

#submain #secondary h1 {
	color: #FFF;
	font-size: 15px;
	padding: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

#profid{
margin:0;
padding:2%;
background-color: rgba(190, 219, 187, 0.5);
width:96%;
height:auto;
}

#profid div.cleft{
margin:0;
clear:both;
}
#profid div.cright{
margin:0;}


#submain #sub_contents #profid h1.pname {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top:20px;
	}

#profid h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:15px;
	margin-bottom:30px;
}

#profid h3{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:20px;
	margin-bottom:30px;
	}

#profid p{
	font-size: 14px;
	font-weight: normal;
}
#profid p a{
	color: #5d1d31;
	text-decoration:none;}

#profinfo{
padding:1%;
clear:both;}

#profinfo label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #174832;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-bottom: 30px;
	margin-top:25px;
}

#profinfo p{
	font-size: 14px;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	line-height:180%;
}

#profinfo ul{
	list-style-type : disc;
	margin-left:20px;
}

#profinfo ol{
	margin-left:20px;
}

#profinfo ul li,#profinfo ol li{
	line-height:180%;
	font-size: 14px;
	color: #333333;
	}

	

#plist{
margin:0;
padding:2%;
width:96%;
height:auto;
font-size:14px;
}

#plist ul {
}

#plist ul li{
padding:2%;
clear:both;
height:auto;}

#plist ul li.lightc{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(255, 255, 255, 0.3);
}

#plist ul li.lightd{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist ul li.start{
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
border-top:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
border-bottom:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist ul li.endc{
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(255, 255, 255, 0.3);}

#plist ul li.endd{
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist h1{
font-size:20px;
font-weight:normal;
}

.title{
padding-top:5px;
}


#plist div.plistleft{
margin-top:10px;
height:auto;
}
#plist div.plistright{
margin-top:10px;
height:auto;
}

#plist label{
font-weight:bold;
margin-bottom:10px;
padding-left:8px;
padding-right:10px;
border-left:2px #666 solid;
}

#plist p{
font-size:15px;}

.naiyo{
padding-left:10px;
padding-bottom:10px;
float:left;
width:100%;
}

#plist p.att{
font-size:13px;
margin-left:10px;
color:#333;}


#plist p.att:after {  
content: "";
display: block;
clear: both;
} 

p.gakubucho img { 
width: 100%;
 }


p.gakubucho img { 
width: 100%;
 }


 /* --- 沿革 --- */

 /* --- 組織図 --- */
p.tree{ 
width: 100%;
text-align: center;
margin-bottom:20px;
 }

p.tree img { 
width: 100%;
text-align: center;
color:#fff;
text-decoration: none;
 }

div.common{
}
 
div.common h3,div.senpai h3{ 
font-size:18px;
margin-bottom:10px;
color:#000;
 }

div.common p{ 
margin-bottom:30px;
 }


div.common p.button { 

}

div.common p.button  a{ 
width:80%;
font-weight:bold;
margin: 10px;
padding: 15px;
text-align: center;
text-decoration: none;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
font: bold 20px/22px;
 
text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
transition: all 0.15s ease;

 }

div.common p.button  a:hover{ 
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
 }

div.common p.button  a:active{ 
-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}

div.common h4{
margin-bottom:5px;
color:#174832;
font-size:16px;
}

div.common ol{
margin-left:25px;
margin-bottom:20px;
}

div.common ol li{
line-height:180%;
font-size:14px;
color:#000;
}

div.senpai{
width:100%;
}

div.senpai img{
padding:10px;
border-top-left-radius: 10em;
border-bottom-right-radius: 5em;
ackground:#d3ecbd;
border:1px #8cb468 dashed;
float:left;
}

div.senpai p.name{ 
line-height:140%;
padding:20px;
text-align:center;
background-color: rgba(245,255,193,0.3);
 }

span.big{
font-size:110%;
font-weight:bold;
color:#666;
}
 
div.senpai p{ 
margin-bottom:20px;
 }

 /* --- リンクボックス --- */
div.common p.box{
background-color: rgba(255,255,255,0.6);
text-align:center;
padding:20px 10px;
width:200px;
margin-left: auto;
margin-right: auto;
font-size:15px;
box-shadow:0px 0px 10px #ccc;
font-weight:bold;
}

div.common h1{
font-size:22px;
font-weight:bold;
color:#000;
margin-bottom:10px;
}

div.common h2{
font-size:18px;
font-weight:bold;
color:#000;
margin-bottom:5px;
}

 /* --- 学科教員・生徒コメント --- */
div.combox{
color:#333;
margin-top:40px;
}

div.combox img{
margin-right:10px;
margin-bottom:10px;}


div.combox h2{
font-size:17px;
font-weight:bold;
margin-bottom:5px;
}

div.combox h3{
font-size:15px;
margin-bottom:10px;
}

div.combox h4{
font-size:15px;
font-weight:bold;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
margin-bottom:5px;
color:#333;
}

div.combox span.sho{
font-size:13px;
font-weight:bold;
}

div.combox h5{
font-size:13px;
margin-left:10px;
margin-bottom:30px;
}

div.common img.gazoc{
margin-left:10px;
margin-bottom:3px;
}

div.common ul.list{
margin:0;
}

div.common ul.list li{
list-style-type: square;
margin:10px;
color:#000;
font-size:110%;
line-height:150%;
}

div.common p.chushaku{
font-size:90%;
}

div.common hr{
height:1px;
border: none;
border-top: 1px #000 solid;}

div.common table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	padding: 0px;
	margin-bottom: 50px;
	font-size: 100%;
	line-height: 140%;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
div.common table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 7px;
}
div.common table tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 7px;
	background-color: #EDEDED;
	text-align: center;
	font-weight:bold;
}

div.picture{
border:#999999 1px solid;
margin-top:20px;
border-radius: 25px 25px 0 0 / 25px 25px 0 0;

}

div.picture p.title{
font-size:16px;
border-bottom:1px #999999 dotted;
padding:5px;
text-align:center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

div.picture p.bun{
font-size:15px;
padding:10px;}


div.common td.moji{
font-size:16px;
}

 /* --- 夜間主FAQ --- */
div.common dl{
     width:100%;
     line-height:1.6em;
     font-size: 16px;
     overflow: hidden;
     _zoom: 1;
}

div.common dl dd,
div.common dl dt{
     text-indent: -2.5em;   
     padding: 10px 40px;
}

div.common dl dt{
     margin:10px 20px 0 0;
}

div.common dl dd:first-letter,
div.common dl dt:first-letter{
     font-size: 1.5em;
     font-weight: bold;
     margin-right:15px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


div.common dl dd{
     margin: 0px 15px 15px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


div.common dl dt:first-letter{
     color: #0F78E1;
}
div.common dl dd:first-letter{
     color: #663333;
}

 /* --- 学科・院扉 --- */
div.sectionf{
font-size:22px;
margin-top:50px;
}

div.sectionf h1{
font-family: "Times New Roman", "游明朝", Yu Mincho, "ヒラギノ明朝 ProN W3", "HG明朝" ,"MS PMincho", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
margin-bottom:10px;
font-size:120%;
}

div.sectionf h3{
font-family: Verdana, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
margin-bottom:8px;
margin-top:50px;
color:#365b34;
font-size:100%;
}

div.sectionf p{
font-family: Verdana, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size:70%
}

div.sectionf img.faculty{
width:100%;
margin-top:50px;
}

div.sectionf p.faculty{
font-size:60%;
margin-top:3px;
text-align:right;
}

div.entry-content #more{
border:#5f7c6f 1px solid;
background-color:#9ab1a6;
width:70px;
text-align:center;
float:right;
}

div.entry-content #news ul{
clear:both;
}

div.entry-content div.date_a{
margin-bottom:5px;
color:#333;
}
div.entry-content div.newstxt{
margin-bottom:10px;
border-bottom:1px #5f7c6f solid;
padding-bottom:3px;
font-size:110%;
line-height:150%;}
 
#nopage{
height:300px;
}

#nopage img.notfound{
position: absolute;
top: 200px;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
height:auto;
}

 
}

@media screen and (min-width:481px) and ( max-width:1279px) {
#sub #main {
margin-top:-1px;
}

#sub #contents {
  width: 100%;
  height:auto;
  margin: 0 0 0 0;
  z-index: 20;
}


#sub #contents_main {
	width: 100%;
	height: 100%; 
    min-height: auto; 
	text-align: center;
	margin:0;
}


#sub #contents_main #submain {
	height:auto;
	text-align: left;
	width:100%;
	float:left;
	}

#sub #contents_main #submain {
	height:100%;
	min-height:auto;
	text-align: left;
	width:100%;
	float:left;
	}

#submain #pankuz{
	text-align: left;
	}

#submain #pankuz ul{
	background-color:#34642e;
	height: 37px;
	}

#submain #pankuz ul li{
	width:auto;
	display:block;
	float:left;
	}

#submain #pankuz ul li a{
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	display:block;
	background-color:#000;
}

#submain #pankuz ul li.active{
	background-color:#547f52;
	margin-left:10px;
	margin-top:10px;
	display:block;
	padding:5px;
	color:#fff;
	}


#submain #sub_contents{
	width:100%;
	background:none;
	margin:0;
	padding:0;
	float:left;
}

#submain #sub_contents a:link{
	color:#3b7773;
	text-decoration:none;
}

#submain #sub_contents a:visited{
	color:#3b7773;
}

#submain #sub_contents a:hover{
	color:#5d1d31;
	text-decoration:none;
	}


div.entry-content{
    margin:0;
	padding:20px 20px 80px 20px;
	background:#fff;
	background-color: rgba(255, 255, 255, 0.5); 
    overflow:hidden;
}


div.entry-content p{
	font-size:110%;
	color:#000;
	line-height:160%;}

div.entry-content ul.pagenavi{
clear:both;}

div.entry-content ul.pagenavi li.pgtitle{
font-size:20px;
color:#33632e;
padding-top:40px;
padding-bottom:20px;
clear:both;
}


div.entry-content h3.pgtitle{
font-size:20px;
font-weight:normal;
color:#33632e;
padding-top:40px;
padding-bottom:20px;
clear:both;
}



div.entry-content ul.menu{
width:100%;
clear:both;
margin-top:20px;
}

div.entry-content ul li.menu-item{
font-size:15px;
float:left;
width:48%;
background-color: rgba(255, 255, 255, 0.3)
/* border-radius */
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
/* box-shadow */
box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
-webkit-box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
-moz-box-shadow:0px 0px 6px 2px rgba(38,38,38,0.15);
margin:1%;
display:block;
}

div.entry-content ul li.menu-item a{
display:block;
padding:25px;
color:#000;
}

div.entry-content ul li.menu-item a:hover{
display:block;
background:#7caa77;
}

span.edit-link{
display:block;
padding-top:40px;
padding-left:20px;
clear:both;
}

span.edit-link a.post-edit-link{
border:1px #294835 solid;
background:#fff;
filter:alpha(opacity=60); 
-moz-opacity: 0.6;
opacity: 0.6; 
color:#294835;
padding:10px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}

#submain #secondary{
float:left;
width:100%;
height:auto;
}

#secondary li{
list-style: none;
cursor: pointer;
}
 
#secondary ul.accordion{
background: #123912;
border-right: solid 1px #808080;
border-left: solid 1px #808080;
margin: 15px;
padding: 0;
}
 
#secondary ul.accordion li {
border-bottom: solid 1px #808080;
}
 
#secondary ul.accordion li:first-child {
border-top: solid 1px #808080;
}
 
#secondary ul.accordion li ul {
margin: 0;
padding: 0;
border: none;
}
 
#secondary ul.accordion li ul li {
background: #fff;
}
 
#secondary ul.accordion li ul li:last-child{
border-bottom: none;
}
 
#secondary ul.accordion li ul li a {
color: #696969;
display: block;
padding: 10px;
text-decoration: none;
}
 
#secondary ul.accordion li .none-menu {
background: url(trigger-arrow.png) no-repeat 98% 50%;
background-size: 2%;
display: block;
padding: 15px;
}
 
#secondary ul.accordion li .active-menu {
background: url(triggeractive-arrow.png) no-repeat 98% 50%;
display: block;
padding: 15px;
}
 
@media only screen and (max-width: 600px) {
#secondary ul.accordion li .none-menu{ background: url(trigger-arrow.png) no-repeat 96% 50%; }
#secondary ul.accordion li .active-menu{ background: url(triggeractive-arrow.png) no-repeat 96% 50%; }
}

#submain #sub_contents h1.entry-title {
	color: #FFF;
	font-size: 30px;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top:30px;
}

#submain #secondary h1 {
	color: #FFF;
	font-size: 15px;
	padding: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

#profid{
margin:0;
padding:2%;
background-color: rgba(190, 219, 187, 0.5);
width:96%;
height:auto;
}

#profid div.cleft{
margin:0;
clear:both;
}
#profid div.cright{
margin:0;}


#submain #sub_contents #profid h1.pname {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top:30px;
	}

#profid h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:15px;
	margin-bottom:30px;
}

#profid h3{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:20px;
	margin-bottom:30px;
	}

#profid p{
	font-size: 14px;
	font-weight: normal;
}
#profid p a{
	color: #5d1d31;
	text-decoration:none;}

#profinfo{
clear:both;}

#profinfo label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #174832;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-bottom: 30px;
	margin-top:25px;
}

#profinfo p{
	font-size: 14px;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	line-height:180%;
}

#profinfo ul{
	list-style-type : disc;
	margin-left:20px;
}

#profinfo ol{
	margin-left:20px;
}

#profinfo ul li,#profinfo ol li{
	line-height:180%;
	font-size: 14px;
	color: #333333;
	}
	
#plist{
margin:0;
padding:2%;
width:96%;
height:auto;
font-size:14px;
}

#plist ul {
}

#plist ul li{
padding:2%;
clear:both;
min-height:140px;
height:auto;}

#plist ul li.lightc{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(255, 255, 255, 0.3);
}

#plist ul li.lightd{
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist ul li.start{
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
border-top:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
border-bottom:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist ul li.endc{
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(255, 255, 255, 0.3);}

#plist ul li.endd{
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom:#ccc 1px solid;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
background-color: rgba(187, 215, 214, 0.3);
}

#plist h1{
font-size:27px;
font-weight:normal;
}

.title{
padding-top:5px;
}


#plist div.plistleft{
margin-top:10px;
width:45%;
height:auto;
float:left;
}
#plist div.plistright{
margin-top:10px;
width:55%;
height:auto;
float:left;
}

#plist label{
font-weight:bold;
margin-bottom:10px;
padding-left:8px;
border-left:2px #666 solid;
float:left;
}


#plist p{
font-size:15px;}

.naiyo{
padding-left:10px;
padding-bottom:10px;
}

#plist p.att{
font-size:13px;
margin-left:10px;
color:#333;}


#plist p.att:after {  
content: "";
display: block;
clear: both;
} 

p.gakubucho img { 
width: 100%;
 }

 /* --- 沿革 --- */

 /* --- 組織図 --- */
p.tree{ 
width: 100%;
text-align: center;
margin-bottom:20px;
 }

p.tree img { 
width: 100%;
text-align: center;
color:#fff;
text-decoration: none;
 }

div.common{
}
 
div.common h3,div.senpai h3{ 
font-size:18px;
margin-bottom:10px;
color:#000;
 }

div.common p{ 
margin-bottom:30px;
 }


div.common p.button { 

}

div.common p.button  a{ 
width:92%;
font-weight:bold;
margin: 10px;
padding: 15px;
text-align: center;
text-decoration: none;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
font: bold 20px/22px;
 
text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
transition: all 0.15s ease;

 }

div.common p.button  a:hover{ 
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
 }

div.common p.button  a:active{ 
-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}

div.common h4{
margin-bottom:5px;
color:#174832;
font-size:16px;
}

div.common ol{
margin-left:25px;
margin-bottom:20px;
}

div.common ol li{
line-height:180%;
font-size:14px;
color:#000;
}

div.senpai{
width:100%;
}

div.senpai img{
padding:10px;
border-top-left-radius: 10em;
border-bottom-right-radius: 5em;
ackground:#d3ecbd;
border:1px #8cb468 dashed;
float:left;
}

div.senpai p.name{ 
line-height:140%;
padding:20px;
text-align:center;
background-color: rgba(245,255,193,0.3);
 }

span.big{
font-size:110%;
font-weight:bold;
color:#666;
}
 
div.senpai p{ 
margin-bottom:20px;
 }

 /* --- リンクボックス --- */
div.common p.box{
background-color: rgba(255,255,255,0.6);
text-align:center;
padding:20px 10px;
width:200px;
margin-left: auto;
margin-right: auto;
font-size:15px;
box-shadow:0px 0px 10px #ccc;
font-weight:bold;
}

div.common h1{
font-size:22px;
font-weight:bold;
color:#000;
margin-bottom:10px;
}

div.common h2{
font-size:18px;
font-weight:bold;
color:#000;
margin-bottom:5px;
}

 /* --- 学科教員・生徒コメント --- */
div.combox{
color:#333;
margin-top:40px;
}

div.combox img{
margin-right:10px;
margin-bottom:10px;}


div.combox h2{
font-size:17px;
font-weight:bold;
margin-bottom:5px;
}

div.combox h3{
font-size:15px;
margin-bottom:10px;
}

div.combox h4{
font-size:15px;
font-weight:bold;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
margin-bottom:5px;
color:#333;
}

div.combox span.sho{
font-size:13px;
font-weight:bold;
}

div.combox h5{
font-size:13px;
margin-left:10px;
margin-bottom:30px;
}

div.common img.gazoc{
margin-left:10px;
margin-bottom:3px;
}

div.common ul.list{
margin:0;
}

div.common ul.list li{
list-style-type: square;
margin:10px;
color:#000;
font-size:110%;
line-height:150%;
}

div.common p.chushaku{
font-size:90%;
}

div.common hr{
height:1px;
border: none;
border-top: 1px #000 solid;}

div.common table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	padding: 0px;
	margin-bottom: 50px;
	font-size: 100%;
	line-height: 140%;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

div.common table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 7px;
}

div.common table tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 7px;
	background-color: #EDEDED;
	text-align: center;
	font-weight:bold;
}

div.picture{
border:#999999 1px solid;
margin-top:20px;
border-radius: 25px 25px 0 0 / 25px 25px 0 0;

}

div.picture p.title{
font-size:16px;
border-bottom:1px #999999 dotted;
padding:5px;
text-align:center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

div.picture p.bun{
font-size:15px;
padding:10px;}


div.common td.moji{
font-size:16px;
}

 /* --- 夜間主FAQ --- */
div.common dl{
     width:100%;
     line-height:1.6em;
     font-size: 16px;
     overflow: hidden;
     _zoom: 1;
}

div.common dl dd,
div.common dl dt{
     text-indent: -2.5em;   
     padding: 10px 40px;
}

div.common dl dt{
     margin:10px 20px 0 0;
}

div.common dl dd:first-letter,
div.common dl dt:first-letter{
     font-size: 1.5em;
     font-weight: bold;
     margin-right:15px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


div.common dl dd{
     margin: 0px 15px 15px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


div.common dl dt:first-letter{
     color: #0F78E1;
}
div.common dl dd:first-letter{
     color: #663333;
}

 /* --- 学科・院扉 --- */
div.sectionf{
font-size:22px;
margin-top:50px;
}

div.sectionf h1{
font-family: "Times New Roman", "游明朝", Yu Mincho, "ヒラギノ明朝 ProN W3", "HG明朝" ,"MS PMincho", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
margin-bottom:10px;
font-size:120%;
}

div.sectionf h3{
font-family: Verdana, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
margin-bottom:8px;
margin-top:50px;
color:#365b34;
font-size:100%;
}

div.sectionf p{
font-family: Verdana, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size:70%
}

div.sectionf img.faculty{
width:100%;
margin-top:50px;
}

div.sectionf p.faculty{
font-size:60%;
margin-top:3px;
text-align:right;
}

div.entry-content #more{
border:#5f7c6f 1px solid;
background-color:#9ab1a6;
width:70px;
text-align:center;
float:right;
}

div.entry-content #news ul{
clear:both;
}

div.entry-content div.date_a{
margin-bottom:5px;
color:#333;
}
div.entry-content div.newstxt{
margin-bottom:10px;
border-bottom:1px #5f7c6f solid;
padding-bottom:3px;
font-size:110%;
line-height:150%;}


#nopage{
height:500px;
width:100%;
text-align:center;
margin:auto 0;
}

#nopage img.notfound{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}
 
}

