@charset "utf-8";

#lineup article .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 1100px;
}

#lineup article .container img {
	margin-right: 24px;
	float: left;
	width: 538px;
}

#lineup article .container h2 {
	margin-bottom: 15px;
	padding-left: 50px;
	float: right;
	width: 488px;
	height: auto;
	line-height: 50px;
	background-image: url(../../lineup/images/icons.png);
	background-repeat: no-repeat;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: 0.2em;
}

#lineup article .rice h2 { background-position: 0 0px; }
#lineup article .greentea h2 { background-position: 0 -100px; }
#lineup article .apple h2 { background-position: 0 -200px; }
#lineup article .konnyaku h2 { background-position: 0 -300px; }
#lineup article .hitachioguro h2 { background-position: 0 -400px; }
#lineup article .shamo h2 { background-position: 0 -500px; }

#lineup article .container p {
	margin: 0 auto 2em auto;
}

#lineup article .container dl dt {
	font-weight: 700;
}

#lineup article .container dl dd {
	text-indent: 1em;
}

#lineup article .container .point_section {
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: dotted 3px #ccc;
}

#lineup article .container .point_section img {
	margin-bottom: 0;
	width: 350px;
}

#lineup article .container #point01 img,
#lineup article .container #point03 img {
	margin-right: 30px;
	float: left;
}

#lineup article .container #point02 img {
	margin-left: 30px;
	float: right;
}

#lineup article .container section h3 {
	margin-bottom: 1.5em;
	padding: 1.0em 0;
	border-top: dotted 3px #ccc;
	border-bottom: dotted 3px #ccc;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.3em;
	font-weight: 500;
}


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

#lineup article .container {
	margin: 0 15px;
	padding: 50px 0;
	width: auto;
}

#lineup article .container img {
	margin-bottom: 20px;
	float: none;
	width: 100%;
}

#lineup article .container h2 {
	float: none;
	width: auto;
	height: auto;
}

}
