/*============================================================
  TOP
============================================================*/
@media screen and (max-device-width: 480px){
	body#topPage #contents {
		background: none;
	}
	body#topPage #sideArea {
		display: none;
	}
	#eyeCatch {
		height: auto;
		margin-bottom: 10px;
	}
	#eyeCatch p {
		float: none;
	}
	#eyeCatch img {
		width: 100%;
	}
	#eyeCatch ul {
		float: none;
	}
	#eyeCatch li {
		float: left;
		width: 48%;
		margin: 0 1% 10px;
	}
	body#topPage #mainArea {
		float: none;
		overflow: hidden;
		margin-bottom: 0;
	}
	body#topPage #mainArea h2 img {
		zoom: .9;
	}
	.nagareyama {
		border: 1px solid #800;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px;
		margin: 0 10px 20px;
		background: rgb(213,56,56); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(213,56,56,1) 0%, rgba(144,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,56,56,1)), color-stop(100%,rgba(144,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(213,56,56,1) 0%,rgba(144,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(213,56,56,1) 0%,rgba(144,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(213,56,56,1) 0%,rgba(144,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(213,56,56,1) 0%,rgba(144,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53838', endColorstr='#900000',GradientType=0 ); /* IE6-9 */
		text-align: center;
	}
	.nagareyama span {
		display: block;
		text-align: right;
	}
	.nagareyama a {
		color: #fff;
	}

	#mycarousel {
		overflow: hidden;
		margin-bottom: 20px;
	}
	#mycarousel li {
		float: left;
		width: 100px;
		padding-right: 10px;
	}
	#mycarousel li img {
		width: 100%;
		height: auto;
	}
	#mycarousel li dd {
		width: auto;
	}

	#stocklist {
		overflow: hidden;
		margin: 0;
	}
	#stocklist li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 48%;
		margin: 0 1% 10px 1%;
	}
	#stocklist li img {
		width: 100%;
	}



}