@charset "UTF-8";
/* CSS Document */
html {
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
.wrapper {
	max-width: 960px;
	margin: auto;
}
.top,
.inner-bg {
	background-color: #FFF000;
	background-image: url(../img/side.gif);
	background-repeat: no-repeat;
	background-position: center 85%;
	background-attachment: fixed;
}
.top h1,
.inner-bg h1 {
	width: 960px;
	margin: 0 auto 30px;
}
.top h1 img {
	max-width:100%;
	height: auto;
}
.top-main {
	border-bottom: 5px solid #000;
	margin-bottom: 30px;
}
.main-menu {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu a {
	color: #000000;
	text-decoration: none;
}
.main-menu a:hover {
	text-decoration: underline;
	color: #000000;
}

.content {
	float: right;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	/*padding-top: 10px;*/
}
.content img {
	max-width: 100%;
	height: auto;
}
.inner-bg h1 {
	text-align: center;
}
.top-main:after,
.inner-nav:after,
.main:after,
.student:after {
	content: '';
	display: block;
	clear: both;
}
.inner-nav {
	text-align: center;
	border-bottom: 5px double #000;
	margin-bottom: 20px;
}
.inner-nav li {
	display: inline-block;
}
.inner-nav li a {
	color: #000000;
	display: block;
	padding: 10px 40px 20px; 
}

.inner-nav li a:hover{
	color: #999999;
}
.inner-nav li a span {
	display: block;
}
.student {
	width: 50%;
	float: left;
	color: #000000;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.student .photo {
	float: left;
}
.student h3 {
	margin-left: 120px;
	margin-bottom: 7px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.student h3.de-h3 {
	background-image: url(../img/de-h3.png);
}
.student h3 span {
	float: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: 0.8em;
}
.student .sakuhin {
	margin-left: 120px;
}
.student .sakuhin img {
	/* [disabled]margin-right: 14px; */
}
.student .text {
	clear: both;
	padding:10px;
	font-size:12px;
}
.syoukai {
	width: 600px;
	margin: auto;
}
.syoukai h2{
	color: #000;
}
.syoukai h3{
	color: #000;
}
.syoukai h4{
	color: #000;
}
.syoukai p{
	color: #000000;
}

#gakka{
	margin: 0 auto 20px;
}
#gakka h2{
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}
#gakka p {
	font-size: 0.8em;
	padding: 10px;
}
#seisaku{
	width: 400px;
	float: left;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.8em;
}
#seisaku h3,
#hizyou h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-left: -10px;
	font-weight: bold;
}
#hizyou{
	width: 200px;
	float: right;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.8em;
}

#footer {
	text-align: center;
	color: #000;
	clear: both;
	font-size: 12px;
	padding-top: 20px;
	background-image: url(../img/footer.png);
	background-position: center bottom;
	background-repeat:repeat-x;
	padding: 25px 0;
}
#footer p {
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow: 0 0 4px #FFF;
	-webkit-box-shadow: 0 0 3px #FFF;
	box-shadow: 0 0 4px #FFF;
	padding: 10px;
}
#footer {
	padding-top: 110px;
}
.main-menu li {
	padding-bottom: 20px;
}
