@charset "UTF-8";
/* ---------------------------------------
Common
---------------------------------------- */
html, body {
	height: 100%;
	background-color: #BDD3D7;
	background-image: url(../images/backimage/back_white.png);
	background-repeat: repeat;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
}
* {
  box-sizing: border-box;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
	font-size: 1.5rem;
}
.cf:after {
  content:"";
  display:block;
  clear:both;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	position:relative;
	background-color: #FFF;
	height: auto!important;
	height: 100%;
	min-height:100%;
}
.container{
	padding-bottom:150px;
}
.main {
	max-width: 850px;
	margin: 70px auto 50px auto;
}
/* ---------------------------------------
HEDDER
---------------------------------------- */
.page-top {
	padding:10px 0 10px 20px;
}
.page-top a {
	float:left;
}
.page-top a img {
	height:60px;
}
.page-top p {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3rem;
	font-weight: bold;
	margin-left: 30px;
	color: #666;
	float: left;
	line-height:60px;
}
.banner {
	width: 940px;
	height:300px;
}
.banner img{
	width: 100%
}

.dropmenu {
	list-style-type: none;
	background-color: #FFFFFF;
	border-bottom:3px solid #666;
}

.dropmenu li {
	position: relative;
	width:25%;
	float: left;
	text-align: center;
}
.dropmenu > li:not( :first-child ):before {
  content:"";
	height:10px;
	border-left: 1px solid #666;
	float:left;
	margin-top:13px;
}
.tri{
	position:absolute;
	top:8px;
	left:15px;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
  }
.activetri{
	transform:rotate(180deg);
}
.dropmenu li a {
	cursor:pointer;
	display: block;
	text-align: center;
	color: #666;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}

.dropmenu li ul {
	list-style-type: none;
}

.dropmenu li ul li {
	width: 100%;
	display:none;
}
.dropmenu li ul li a{
	font-weight: normal;
}
.mouseover{
	background-color:#9ad4da;
}


/* ---------------------------------------
NEWS
---------------------------------------- */
.holder{
	float:right;
}


#itemContainer {
	list-style-type: none;
	margin-top:-40px;
}

.contents {
	padding:50px 30px 50px 0;
	border-bottom: 1px dashed #000;
}

.contents .news_img {
	float: left;
	width: 300px;
}
.contents .img {
	margin: 0 auto;
	text-align: center;
}
.contents img {
	display:table;
	margin: 0 auto;
	max-height:400px !important;
	max-width:200px !important;
	margin-bottom:30px;
}
.contents .news_text {
	float: right;
	width: 500px;
	position: relative;
}
.contents .news_text .article-title {
	padding-bottom:10px;
	line-height: 2;
	font-size: 1.5rem;
	font-weight:bold;
}
.contents .news_text .subtitle {
	padding-bottom:10px;
	line-height: 2;
	font-size: 1.5rem;
	font-style:italic;
}
.contents .news_text .caption {
	padding-bottom:20px;
	font-size: 1.3rem;
}

/* ---------------------------------------
PLOFILE
---------------------------------------- */
.name{
	padding-bottom:25px;
	line-height: 2;
	font-size: 1.7rem;
	font-weight:bold;
}
.keireki{
	font-size:1.7rem;
	margin:0 0 10px 30px;
}
.profile td{
	padding:10px 0 10px 30px;
}

/* ---------------------------------------
CONCEPT
---------------------------------------- */
.context{
	padding-bottom:50px;
}
.context:not(:first-child) {
	padding-top: 50px;
}
.context:not(:last-child) {
	border-bottom: 1px dashed #000;
}
.context p{
	width:670px;
	text-align: justify;
  text-justify: inter-ideograph;/*（IE用）*/
}

.midashi{
	padding-bottom:10px;
	line-height: 2;
	font-size: 1.7rem;
	font-weight:bold;
}

/* ---------------------------------------
STUDENTS
---------------------------------------- */
.student td{
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px dashed #000;
}

.student .top{
	padding-top:0px;
	border-top:none;
}

.grade{
	font-weight:bold;
	text-align:right;
}
.member{
	padding-left:100px;
	text-align: justify;
  text-justify: inter-ideograph;/*（IE用）*/
}


/* ---------------------------------------
FOOTER
---------------------------------------- */
.footer {
	width:100%;
	bottom: 0px;
	height: 150px;
	background-color: #666;
	position:absolute;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	color: #FFF;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	line-height: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #FFF;
	float: right;
	margin-top: 127px;
	margin-right: 30px;
}
