@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FDDC6B;
}

#wrap {
	background-color: #FFF;
}

#slider img {
	width: 100%;
	height: auto;
}

.onerow {
	margin-bottom: 0;
}

header .inner {
	position: relative;
}

.inner {
	max-width: 1020px;
	margin: 0 auto;
	overflow:hidden;
	clear:both;
}

.main-inner {
	padding: 0 10px;
}

header h1 {
	text-align: center;
	padding: 60px 0 30px 0;
}

footer {
	width:100%;
	text-align: center;
	padding: 10px 0;
	clear: both;
}

.logo-univ {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:20px 0;
	margin-bottom:20px;
}

footer small {
	font-weight: bold;
	font-size:16px;
}

.no-pc {
	display: none;
}

#fixedTop {
	display:block;
	right: 10px;
    bottom: -60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    transition: all 0.3s;
    opacity: 0.8;
	text-decoration:none;
}

article p {
	margin-bottom: 1em;
	line-height: 170%;
	text-align: justify;
}

figure {
	margin: 0;
}

.onerow.aboutus {
	padding: 50px 10px;
}
/*
.entry-row {
	display: flex;
}
*/

.entry-box {
	border: 1px solid #D8ABBF;
	margin:20px 0;
}

.entry-box:hover {
	background-color:#EEE;
}

.entry-title {
	padding:10px 10px 0 10px;
	color: #777;
}

.entry-image {
	overflow: hidden;
}

.entry-image img {
	transition: all, .5s;
}

a:hover > .entry-image img {
	opacity: .8;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.entry-body {
	padding: 0 10px;
	color: #777;
}
.entry-date {
	padding: 0 10px;
	text-align: right;
	color: #0063AF;
	padding-bottom: 10px;
font-size: 80%;
}


.entry-box img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media all and (max-width : 768px ){

.no-mobile {
	display: none;
}

.no-pc {
	display: block;
}

.inner.padding-10p {
	padding:0 1em 20px;
}

.column-box {
	background-size:
		100% auto,
		100% auto;
}

}/*end 768px*/

@media all and (max-width: 640px) {

	.aboutus .col2 img {
		max-width: 152px;
	}
	
	footer {
		padding: 10px 0;
		text-align: left;
	}

	footer img {
		width: 100%;
		height: auto;
	}	

}/*end 640px*/
