/* 商品ラインナップ */

@media screen and (min-width: 641px){

#lin.top li {
	width: 475px;
	margin: 0px 50px 50px 0px;
	float: left;
	text-align: center;
	}

#lin.top li:nth-child(2n) {
	margin: 0px 0px 50px 0px;
	}

#lin.top h3 {
	font-size: 21px;
	line-height: 130%;
	margin: 30px 0px 10px 0px;
	}

#lin.top h2 {
	font-size: 18px;
	color: #F6A900;
	margin: 0px 0px 20px 0px;
	}

#lin.top li:nth-child(3) h2 {
	color: #FD6A6A;
	}

#lin.top span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	}

#lin.top .det {
	width: 160px;
	background: #2DB584;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	margin: 0px auto 0px auto;
	display: block;
	}

}

@media screen and (max-width: 640px){

#lin.top li {
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#lin.top img {
	width: 80%;
	margin: 0px auto;
	display: block;
	}

#lin.top h3 {
	font-size: 18px;
	line-height: 130%;
	margin: 20px 0px 5px 0px;
	}

#lin.top h2 {
	font-size: 14px;
	color: #F6A900;
	margin: 0px 0px 15px 0px;
	}

#lin.top li:nth-child(3) h2 {
	color: #FD6A6A;
	}

#lin.top span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	}

#lin.top .det {
	width: 120px;
	background: #2DB584;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
	margin: 0px auto 0px auto;
	display: block;
	}

}


