@charset "utf-8";

/*=====================================

student.css

=====================================*/

/*-------------------------------------
 wrapper
-------------------------------------*/
#wrapperStudent {
	position: relative;
	min-width: 1110px;
	overflow-x: hidden;
}



/*-------------------------------------
 header
-------------------------------------*/
#headerTop {
	position: absolute;
	top: 0;
	left: 87px;
	z-index: 100;
	width: 334px;
	padding: 8px 0 0 0;
}
#headerTop h1 {
	margin: 0 0 10px 0;
}
#headerTop #headerNav {
	padding: 0 0 3px 6px;
}
#headerTop #headerNav li {
	float: left;
	margin: 0 15px 0 0;
	font-size: 11px;
}


/* gnav
-------------------------------------*/
#headerTop #gNav {
	clear: both;
	padding: 7px 6px;
	background: url(../images/gnav_top_bg.png) no-repeat 0 0;
	overflow: hidden;
	zoom: 1;
}
#headerTop #gNav li {
	float: left;
	width: 322px;
	height: 38px;
	padding: 0;
	background: none;
}
#headerTop #gNav li a {
	display: block;
	padding: 2px 11px;
	border-top: 1px solid #d9d9d9;
}
#headerTop #gNav li:first-child a {
	border-top: none;
}


/*-------------------------------------
 student
-------------------------------------*/
.studentBlock {
	overflow: hidden;
}


.studentBlock .std {
	position: relative;
}
.studentBlock .std .msg {
	position: absolute;
	z-index: 100;
}
.studentBlock .std .visual {
	position: relative;
	width: 100%;
	height: 100%;
}
.studentBlock .std .inner {
	position: relative;
	overflow: hidden;
}
.studentBlock .std .inner .grn {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	background: rgba(134,184,27,0.8);
}
.studentBlock .std .inner .pic {
	position: relative;
	overflow: hidden;
}
.studentBlock .std .inner .pic img {
	width: 100%;
}

.studentBlock .std .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.studentBlock .std .bg img {
	width: 100%;
}





.studentBlock #std01 {
	min-height: 1220px;
	z-index: 2;
}
.studentBlock #std01 .msg {
	right: 6%;
	bottom: 13%;
	text-align: right;
}
.studentBlock #std01 .msg h2 {
	margin: 0 0 52px 0;
}
.studentBlock #std01 .msg h3 {
	margin: 0 0 43px 0;
}
.studentBlock #std01 .grn {
	bottom: -5%;
	right: -43%;
	width: 80%;
	height: 105%;
	-webkit-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}


.studentBlock #std02 {
	min-height: 1620px;
	z-index: 8;
}
.studentBlock #std02 .msg {
	left: 6%;
	bottom: 20%;
}
.studentBlock #std02 .msg h2 {
	margin: 0 0 73px 0;
}
.studentBlock #std02 .msg h3 {
	margin: 0 0 37px 0;
}
.studentBlock #std02 .visual {
	-webkit-transform: skewY(20deg);
	-webkit-transform-origin: top left;
	transform: skewY(20deg);
	transform-origin: top left;
}
.studentBlock #std02 .inner {
	margin-top: -37%;
	padding-bottom: 18%;
}
.studentBlock #std02 .inner .pic,
.studentBlock #std02 .inner .bg {
	margin-top: -20%;
	-webkit-transform: skewY(-20deg);
	transform: skewY(-20deg);
}
.studentBlock #std02 .grn {
	bottom: 0;
	left: -38%;
	width: 103%;
	height: 100%;
	-webkit-transform: skew(44deg, 0);
	transform: skew(44deg, 0);
}


.studentBlock #std03 {
	min-height: 1220px;
	z-index: 10;
}
.studentBlock #std03 .msg {
	right: 6%;
	bottom: 5%;
	text-align: right;
}
.studentBlock #std03 .msg h2 {
	margin: 0 0 71px 0;
}
.studentBlock #std03 .msg h3 {
	margin: 0 0 47px 0;
}
.studentBlock #std03 .visual {
	-webkit-transform: skewY(-20deg);
	-webkit-transform-origin: top right;
	transform: skewY(-20deg);
	transform-origin: top right;
}
.studentBlock #std03 .inner {
	margin-top: -38.5%;
	margin-bottom: -2%;
	padding-bottom: 20%;
}
.studentBlock #std03 .inner .pic,
.studentBlock #std03 .inner .bg {
	margin-top: -20%;
	-webkit-transform: skewY(20deg);
	transform: skewY(20deg);
}
.studentBlock #std03 .grn {
	bottom: 0;
	right: -51%;
	width: 100%;
	height: 100%;
	-webkit-transform: skew(-44deg, 0);
	transform: skew(-44deg, 0);
}










/*-------------------------------------
 student2014
-------------------------------------*/
.studentBlock2014 img {
	width: 100%;
}



/*-------------------------------------
 student common
-------------------------------------*/
#photoPrev,
#photoNext {
	position: absolute;
	top: 445px;
	z-index: 100;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#photoPrev {
	left: 93px;
}
#photoNext {
	left: 193px;
}
#photoPrev:hover,
#photoNext:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#photoBack {
	position: absolute;
	top: 390px;
	left: 87px;
	z-index: 200;
	cursor: pointer;
}

#icnScroll {
	display: none;
	position: absolute;
	top: 340px;
	left: 0;
	right: 0;
	z-index: 300;
}
#icnScroll img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}



/* 
--------------------------------------------------------------------------*/
@media screen and (max-width: 1110px) {

#wrapperStudent {
	/*min-width: inherit;*/
}





}

