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

article #pickup_jitsuiki ul:nth-of-type(1) li:nth-of-type(1) {
	width: 750px;
	margin-right: 20px;
}
article #pickup_jitsuiki ul:nth-of-type(1) li:nth-of-type(2) {
	width: 190px;
	margin-right: 0;
}
article #pickup_jitsuiki ul:nth-of-type(2) li:nth-of-type(1) {
	float: right;
	width: 440px;
	margin-right: 0;
}
article #pickup_jitsuiki ul:nth-of-type(2) li:nth-of-type(2) {
	width: 500px;
}
article #pickup_jitsuiki ul:nth-of-type(3) {
	margin-top: 20px;
}
article #pickup_jitsuiki ul:nth-of-type(3) li {
	margin-right: 0;
}
article #pickup_jitsuiki ul:nth-of-type(4) li:nth-of-type(1) {
	float: right;
	width: 400px;
	margin-right: 0;
}
article #pickup_jitsuiki ul:nth-of-type(4) li:nth-of-type(2) {
	width: 540px;
}

article #pickup_jitsuiki ul:nth-of-type(5) li {
	margin-right: 0;
}
article #pickup_jitsuiki ul:nth-of-type(5) li ~li {
	margin-left: 10px;
}
article #pickup_jitsuiki ul:nth-of-type(6) {
	margin-top: 20px;
}
article #pickup_jitsuiki ul:nth-of-type(7) {
	margin-top: 80px;
	margin-bottom: 0px;
	text-align: center;
}
article #pickup_jitsuiki ul:nth-of-type(7) li {
	margin-right: 50px;
	width: auto;
}
article #pickup_jitsuiki ul:nth-of-type(7) li a {
	display: block;
}
article #pickup_jitsuiki ul:nth-of-type(7) 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_jitsuiki ul:nth-of-type(7) li:nth-of-type(2) {
	margin-right: 0px;
	width: auto;
	margin-top: 0px;
}


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

	article #pickup_jitsuiki img[src*="jitsuiki"] {
	    margin: 10px auto;
	    max-width: 320px;
	    width: 90%;
	}
	article #pickup_jitsuiki h2 {
		width: 90%;
		margin: 0% 5%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
		article #pickup_jitsuiki h2 + ul {
			margin-top: 0;
		}
	article #pickup_jitsuiki h3 {
		width: 90%;
		margin: 0% 5%;
		margin-top: 50px;
		line-height: 1.7em;
	}
	article #pickup_jitsuiki ul {
		width: 90%;
		margin: 0% 5%;
		margin-top: 40px;
	}
	article #pickup_jitsuiki ul li {
		display: block;
		width: 100%;
		margin-right: 0px;
	}
	article #pickup_jitsuiki ul:nth-of-type(1) li:nth-of-type(1) {
		width: 100%;
		margin-right: 0;
	}
	article #pickup_jitsuiki ul:nth-of-type(1) li:nth-of-type(2) {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	article #pickup_jitsuiki ul:nth-of-type(2) li:nth-of-type(1) {
		width: 100%;
		float: none;
	}
	article #pickup_jitsuiki ul:nth-of-type(2) li:nth-of-type(2) {
		width: 100%;
		margin-right: 0;
	}
	article #pickup_jitsuiki ul:nth-of-type(3) {
		margin-top: 20px;
	}
	article #pickup_jitsuiki ul:nth-of-type(3) li {
		margin-right: 0;
	}
	article #pickup_jitsuiki ul:nth-of-type(4) li:nth-of-type(1) {
		width: 100%;
		float: none;
	}
	article #pickup_jitsuiki ul:nth-of-type(4) li:nth-of-type(2) {
		width: 100%;
		margin-right: 0;
	}
	article #pickup_jitsuiki ul:nth-of-type(6) {
		margin-top: 40px;
	}
	article #pickup_jitsuiki ul:nth-of-type(7) li {
		margin-right: 0px;
		width: 80%;
		margin: 0% 10%;
	}
	article #pickup_jitsuiki ul:nth-of-type(7) li:nth-of-type(2) {
		width: 80%;
	}

}
