body, html, main {
    /* important */
    height: 100%;
}
  

.pName {
	background: url(../img/main.jpg) center center;
}



#thought p {
	font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 5%;
}

#greeting p { margin-bottom: 3%;}




#contents #cpList {
	margin: 0 auto 10%;
	width: 960px;
}


#contents #cpList li {
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	box-shadow:0px 8px 0px 0px #e4e4e4;
-moz-box-shadow:0px 8px 0px 0px #e4e4e4;
-webkit-box-shadow:0px 8px 0px 0px #e4e4e4;
	color: #FFF;
    float: left;
    font-size: 1.6em;
    height: 280px;
	margin-bottom: 8px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 225px;
}

#contents #cpList li a {color: #FFF;}

#contents #cpList ul li:last-child{ margin-right: 0;}



#contents #cpList li::after {
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


#contents #cpList li:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


#contents #cpList li div {
	background :url(../img/icon_pc_arrow.png) 204px bottom no-repeat;
	height: 270px;
	padding: 30% 5%;
    position: absolute;
    width: 100%;
	line-height: 1.2;
    z-index: 1;
}

#contents #cpList li div span.iconCp {
	display: block;
	padding-top: 10;
	margin-bottom: 35px;
}

#contents #cpList .cp01:after { background: url(../img/bg_cp01.jpg) no-repeat center center;}
#contents #cpList .cp02:after { background: url(../img/bg_cp02.jpg) no-repeat center center;}
#contents #cpList .cp03:after { background: url(../img/bg_cp03.jpg) no-repeat center center;}
#contents #cpList .cp04:after { background: url(../img/bg_cp04.jpg) no-repeat center center;}


#contents #cpList li.cp02 div span.iconCp{ margin-bottom: 22px; } 




#campus_map{
     width: 100%;
     height:300px;
}











@charset "utf-8";
@media only screen and (max-width: 800px) {
/* CSS Document */
	

	#thought p {
	font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 5%;;
}
	
	#greeting p { margin-bottom: 3%;}
	
	
	
	#contents #cpList,#contents #cpList ul { width: 100%;}
	#contents #cpList li { 
		height: auto;
        margin-bottom: 20px;
        min-height: 50px;
        width: 100%;
	}
	#contents #cpList li div { 
		background-position: right bottom;
		padding:1%; 
		height: auto;
		clear:both;
		overflow: hidden;
		width: 100%;
		font-size: 0.7em;
		padding: 4% 2% 5%;
}
	#contents #cpList li div span.iconCp {
	   left: 5%;
       margin: 0;
       position: absolute;
       top: 9px;
       width: 9%;
	}
	
	#contents #cpList .cp01::after,#contents #cpList .cp02::after,#contents #cpList .cp03::after,#contents #cpList .cp04::after {
		background-size: cover;
	}
	
}
