@media all and (min-width: 641px) {

	body#home {
		background: #056f88;
	}

	body#home #side {
		position: absolute;
		width: 220px;
		height: 500px;
		background: none;
	}

	body#home #main {
		width: 100%;
		position: relative;
	}

	body#home .container-inner {
		width: 830px;
		padding-left: 220px;
	}

	/* MAINV */
	body#home #mainv {
		width: 100%;
		height: 640px;
		box-sizing: border-box;
		padding-top: 460px;
		background: url(../images/home/mainv.jpg) no-repeat right top;
		background-size: cover;
	}

	body#home #mainv .title span {
		display: block;
		margin-bottom: 5px;
	}

	body#home #home-nav .nav-list li {
		float: left;
		width: 25%;
	}

	body#home #home-nav .nav-list li.about a {
		background-image: url(../images/home/nav-about.jpg);
	}

	body#home #home-nav .nav-list li.member a {
		background-image: url(../images/home/nav-member.jpg);
	}

	body#home #home-nav .nav-list li.research a {
		background-image: url(../images/home/nav-research.jpg);
	}

	body#home #home-nav .nav-list li.archives a {
		background-image: url(../images/home/nav-archives.jpg);
	}

	body#home #home-nav .nav-list li a {
		position: relative;
		display: block;
		height: 180px;
		padding: 15px 0 0 20px;
		box-sizing: border-box;
		background-position: center;
		background-size: cover;
		z-index: 10;
	}

	body#home #home-nav .nav-list li a::after {
		content: "";
		display: block;
		height: 180px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0);
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
	}

	body#home #home-nav .nav-list li a:hover::after {
		background: rgba(255, 255, 255, 0.5);
	}

	body#home #home-nav .nav-list li a img {
		position: relative;
		z-index: 30;
	}

	body#home #home-news .title {
		margin: 0 20px 0 0;
		padding-bottom: 10px;
		box-sizing: border-box;
		text-align: right;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #fff;
		background: url(../images/home/title-news.png) no-repeat left top;
		background-size: 88px auto;
		border-bottom: 1px solid #fff;
	}

	body#home #home-news .news-box {
		position: relative;
	}

	body#home #home-news .news-box .news-list {
		max-height: 500px;
		overflow: scroll;
	}

	body#home #home-news .news-box::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 800px;
		height: 1px;
		border-bottom: 1px solid #fff;
	}

	body#home #home-news #as-info {
		max-height: 300px;
		overflow: auto;
	}

	body#home #home-news #as-info::-webkit-scrollbar {
		width: 3px;
	}

	body#home #home-news #as-info::-webkit-scrollbar&:hover {
		width: 10px;
	}

	body#home #home-news #as-info::-webkit-scrollbar-track {
		border-radius: 2px;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	}

	body#home #home-news #as-info::-webkit-scrollbar-thumb {
		background: #e4e4e4;
		border-radius: 2px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	}

	body#home #home-news .news-list .morelink a {
		color: #31d7d7;
	}

	body#home #home-news .news-list dt {
		clear: left;
		float: left;
		padding: 20px;
		color: #31d7d7;
	}

	body#home #home-news .news-list dd {
		margin-right: 20px;
		padding: 22px 20px 22px 130px;
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	body#home #home-news .news-list dd .titles, body#home #home-news .news-list dd .titles a {
		color: #fff;
		font-weight: bold;
		text-decoration: none !important;
	}

	body#home #home-news .news-list dd:last-of-type {
		border: none;
	}

	body#home #home-recuit .bnr-box {
		margin-bottom: 75px;
		padding: 30px;
		background: #1ab7cd;
		color: #fff;
	}

	body#home #home-recuit .title {
		display: inline-block;
		margin-right: 50px;
		vertical-align: middle;
		font-size: 2.6rem;
		font-weight: bold;
	}

	body#home #home-recuit .text {
		display: inline-block;
		vertical-align: middle;
	}

	body#home #home-recuit .mail {
		margin-bottom: 0;
		font-size: 1.8rem;
		font-weight: bold;
	}

	body#home #home-recuit .mail a {
		padding: 5px;
		padding-left: 50px;
		color: #fff;
		text-decoration: none;
		background: url(../images/common/icon-mail.png) no-repeat left center;
		background-size: 42px auto;
	}

	body#home #home-recuit .mail a:hover {
		text-decoration: underline;
	}

	body#home #footer {
		border-top: 1px solid #fff;
		color: #fff;
	}

	body#home #footer a {
		color: #fff;
	}

	body#home #footer .f-name {}

	body#home #footer .f-name span {}

	body#home #footer .f-relation .relation-list li {
		border-right: 1px solid #fff;
	}

	body#home #footer .f-relation .relation-list li:first-child {
		border-left: 1px solid #fff;
	}

	body#home #footer .f-relation .relation-list li a {
		border-bottom: 1px solid #056f88;
	}

	body#home #footer .f-relation .relation-list li a:hover {
		border-bottom: 1px solid #fff;
	}


}

@media only screen and (max-width: 640px) {


	body#home {
		background: #056f88;
	}

	body#home #content .container-inner {
		padding-left: 30px;
	}

	/* MAINV */
	body#home #mainv {
		width: 100%;
		height: 300px;
		box-sizing: border-box;
		padding-top: 150px;
		background-image: url(../images/common/title-bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: cover;
	}

	body#home #mainv img {
		width: 70%;
		max-width: 260px;
	}

	body#home #mainv .title span {
		display: block;
		margin-bottom: 5px;
	}

	body#home #home-nav .nav-list li {
		float: left;
		width: 50%;
	}

	body#home #home-nav .nav-list li.about a {
		background-image: url(../images/home/nav-about.jpg);
	}

	body#home #home-nav .nav-list li.member a {
		background-image: url(../images/home/nav-member.jpg);
		background-position: center bottom;
	}

	body#home #home-nav .nav-list li.research a {
		background-image: url(../images/home/nav-research.jpg);
	}

	body#home #home-nav .nav-list li.archives a {
		background-image: url(../images/home/nav-archives.jpg);
	}

	body#home #home-nav .nav-list li a {
		position: relative;
		display: block;
		height: 110px;
		padding: 10px 0 0 10px;
		box-sizing: border-box;
		background-position: center;
		background-size: cover;
		z-index: 10;
	}

	body#home #home-nav .nav-list li a::after {
		content: "";
		display: block;
		height: 120px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0);
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
	}

	body#home #home-nav .nav-list li a:hover::after {
		background: rgba(255, 255, 255, 0.5);
	}

	body#home #home-nav .nav-list li a img {
		position: relative;
		width: 55px;
		z-index: 30;
	}

	body#home #home-news .container-inner {
		padding: 10px 0;
	}

	body#home #home-news .title {
		padding: 30px 0 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #fff;
		background: url(../images/home/title-news.png) no-repeat center top;
		background-size: 70px auto;
		border-bottom: 1px solid #fff;
	}

	body#home #home-news .news-box {
		border-bottom: 1px solid #fff;
	}

	body#home #home-news .news-box .news-list {
		max-height: 400px;
		overflow: scroll;
	}

	body#home #home-news #as-info {
		max-height: 350px;
		overflow: auto;
	}

	body#home #home-news #as-info::-webkit-scrollbar {
		width: 3px;
	}

	body#home #home-news #as-info::-webkit-scrollbar&:hover {
		width: 10px;
	}

	body#home #home-news #as-info::-webkit-scrollbar-track {
		border-radius: 2px;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	}

	body#home #home-news #as-info::-webkit-scrollbar-thumb {
		background: #e4e4e4;
		border-radius: 2px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	}

	body#home #home-news .news-list .morelink a {
		color: #31d7d7;
	}

	body#home #home-news .news-list dt {
		padding: 0 20px;
		color: #31d7d7;
	}

	body#home #home-news .news-list dd {
		margin-bottom: 10px;
		padding: 0 20px 15px;
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	body#home #home-news .news-list dd .titles,
	body#home #home-news .news-list dd .titles a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}

	body#home #home-news .news-list dd:last-of-type {
		border: none;
	}

	body#home #home-recuit .bnr-box {
		width: 285px;
		margin: 0 auto 10px;
		padding: 10px;
		background: #1ab7cd;
		color: #fff;
	}

	body#home #home-recuit .title {
		margin-bottom: 10px;
		text-align: center;
		font-size: 2.2rem;
		font-weight: bold;
	}

	body#home #home-recuit .text p:first-child {
		margin-bottom: 45px;
		padding: 0 30px;
	}

	body#home #home-recuit .mail {
		margin-bottom: 0;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}

	body#home #home-recuit .mail a {
		padding-top: 35px;
		color: #fff;
		text-decoration: none;
		background: url(../images/common/icon-mail.png) no-repeat center top;
		background-size: 42px auto;
	}

	body#home #home-recuit .mail a:hover {
		text-decoration: underline;
	}

	body#home #footer {
		border-top: 1px solid #fff;
		color: #fff;
	}

	body#home #footer a {
		color: #fff;
	}

	body#home #footer .f-relation .relation-list li {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	body#home #footer .f-relation .relation-list li a {
		border-bottom: 1px solid #056f88;
	}

	body#home #footer .f-relation .relation-list li a:hover {
		border-bottom: 1px solid #fff;
	}

}