@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #323232;
	overflow-x: hidden;
}
body a {
	color: #323232;
}
body a:hover {
	transition: .2s;
	opacity: 0.60;
	filter: progid:DXImageTransform.Microsoft.alpha(Opacity=70,FinishOpacity=70);
	cursor: pointer !important;
}
body article {
	margin: 0 auto;
	width: 960px;
}

@media screen and (max-width: 960px) {
	body article {
		width: 100%;
	}
}

article #pickup_ueda img {
	display: block;
}
article #pickup_ueda h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	border-bottom: 1px solid #5AC8A0;
	padding-bottom: 10px;
	margin-top: 30px;
}
article #pickup_ueda ul {
	margin-top: 50px;
	font-size: 0px;
}
article #pickup_ueda ul li {
	font-size: 14px;
	display: inline-block;
	 *display: inline;
	 *zoom: 1;
	letter-spacing: 0;
	vertical-align: top;
	line-height: 190%;
}
article #pickup_ueda ul li span {
	font-weight: 600;
	color: #5AC8A0;
	display: block;
	border-bottom: 1px dashed #848484;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

article #pickup_ueda ul:nth-of-type(1) {
	overflow: hidden;
}
article #pickup_ueda ul:nth-of-type(1) li ~ li {
	float: left;
	width: 440px;
	margin-top: 20px;
	margin-right: 80px;
}
article #pickup_ueda ul:nth-of-type(1) li:last-child {
	margin-right: 0;
}

article #pickup_ueda ul:nth-of-type(2) {
	position: relative;
	min-height: 445px;
}
article #pickup_ueda ul:nth-of-type(2) li:nth-child(1) {
	margin-right: 320px;
	margin-left: 320px;
}
article #pickup_ueda ul:nth-of-type(2) li:nth-child(2) {
	position: absolute;
	left: 0;
}
article #pickup_ueda ul:nth-of-type(2) li:nth-child(3) {
	position: absolute;
	right: 0;
}
article #pickup_ueda ul:nth-of-type(2) li:nth-child(3) img {
	margin-bottom: 10px;
}

article #pickup_ueda ul:nth-of-type(3) {
	overflow: hidden;
}
article #pickup_ueda ul:nth-of-type(3) li ~ li {
	float: left;
	width: 477px;
	margin-top: 20px;
	margin-right: 6px;
}
article #pickup_ueda ul:nth-of-type(3) li:last-child {
	margin-right: 0;
}

article #pickup_ueda ul:nth-of-type(4) {
	margin-top: 80px;
	margin-bottom: 0px;
	text-align: center;
	background: none;
	border: 0px;
}
article #pickup_ueda ul:nth-of-type(4) li {
	margin-right: 50px;
	width: auto;
}
article #pickup_ueda ul:nth-of-type(4) li a {
	display: block;
}
article #pickup_ueda ul:nth-of-type(4) li a img {
	margin: 0 auto;
	margin-top: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #B4B5B5;
	-webkit-box-shadow: 0px 0px 2px #B4B5B5;
	box-shadow: 0px 0px 2px #B4B5B5;
}
article #pickup_ueda ul:nth-of-type(4) li:nth-of-type(2) {
	margin-right: 0px;
	width: auto;
	margin-top: 0px;
}



@media screen and (max-width: 960px) {

	article #pickup_ueda img {
	    width: 100%;
	}
	article #pickup_ueda h2 {
		width: 90%;
		margin: 0% 5%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	article #pickup_ueda ul {
		width: 90%;
		margin: 0% 5%;
		margin-top: 40px;
	}
	article #pickup_ueda ul li {
		display: block;
		width: 100%;
		margin-right: 0px;
	}

	article #pickup_ueda ul:nth-of-type(1) li ~ li {
		float: none;
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	article #pickup_ueda ul:nth-of-type(1) li:last-child {
		margin-right: 0;
	}

	article #pickup_ueda ul:nth-of-type(2) {
		min-height: auto;
	}
	article #pickup_ueda ul:nth-of-type(2) li:nth-child(1) {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	article #pickup_ueda ul:nth-of-type(2) li:nth-child(2) {
		position: relative;
		left: 0;
		margin-bottom: 10px;
	}
	article #pickup_ueda ul:nth-of-type(2) li:nth-child(3) {
		position: relative;
		right: 0;
	}
	article #pickup_ueda ul:nth-of-type(2) li:nth-child(3) img {
		margin-bottom: 10px;
	}
	article #pickup_ueda ul:nth-of-type(3) li ~ li {
		float: none;
		width: 100%;
	}
	

	article #pickup_ueda ul:nth-of-type(4) li {
		width: 80%;
		margin: 0% 10%;
	}
	article #pickup_ueda ul:nth-of-type(4) li:nth-of-type(2) {
		width: 80%;
		margin: 0% 10%;
	}


}
