@charset "utf-8";
/* ////////// jQuery TOPスクロール start ////////// */

h2{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#New,
#Item2019,
#Item2018,
#Item2017,
#Item2016,
#Item2015{
	margin:60px 0 30px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  width: 830px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(255,255,255) 75%, rgb(235,235,235) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(235,235,235) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(255,255,255) 75%,rgb(235,235,235) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
#New h2,
#Item2019 h2,
#Item2018 h2,
#Item2017 h2,
#Item2016 h2,
#Item2015 h2{
	padding: 5px 0px 3px 15px;
	margin-left: 10px;
	background-image: url("../../images/icon01.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	color: #567182;
	font-size: 15px;
	font-family: monospace;
	/* font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	font-weight: bold;
	letter-spacing: 2px;
}


@media screen and (min-width: 813px) {
	#page-top{
		margin:0 0 0 935px;
		width:55px;
		height:55px;
		display:none;
		position:fixed;
		/* right:35px; */
		bottom:35px;
		opacity: 0.8;
	}

	#move-page-top img{
		width: 100%;
		transition:all .2s ease-in-out;
	}

	#page-top img:hover{
		opacity: 0.8;
	}
}

@media screen and (max-width: 812px) {
	#page-top{
		display:none;
		position:fixed;
		bottom:3%;
		right:3%;
		opacity: 0.8;
	}
	#move-page-top img{
		width: 100%;
	}
}

/* @media screen and (min-width:480px) {
	#page-top{
		margin:0 0 0 782px;
		width:54px;
		height:67px;
		display:none;
		position:fixed;
		bottom:65px;
	}
} */

#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	/*background:#3b3b3b;*/
	-webkit-transition:all 0.3s;

	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#page-top p:hover{
	/*background:#8b8b8b;*/
}

#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
