@charset "UTF-8";

/*--------------------------------------------------------------
/healthy/nyq/
尿酸サポート
--------------------------------------------------------------*/

body.stColumn {
    min-width: 1150px;
}

div#nyq {
	margin: 16px auto 83px;
	padding-top: 20px;
	border: 0px;
	text-align: center;
    background: -moz-linear-gradient(top, #cbffcb 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cbffcb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cbffcb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

div#nyq h1 {
	margin-bottom:10px;
}

div#nyq div.btn_Box {
	background:#fbf7ce;
	margin:30px auto 0;
	width:599px;
	padding:31px 0 30px;
}

div#nyq div.btn_Box img {
	width:329px;
	margin-bottom:15px;
}

div#nyq div.btn_Box a {
	text-decoration:underline;
}

.viewPC {
	 display:block !important;
}

.viewSP {
	 display:none !important;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
body.stColumn {
    min-width: 320px;
}

div#nyq {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px !important;
	width: 100%!important;
	text-align:left;
}


div#nyq h1 {
	width:84%;
	border-bottom:none !important;
	background:none !important;
	padding: 6% 4% 4% 0 !important;
	margin:5% auto 0 !important;
}

div#nyq h1 img {
	width:100%;
}

div#nyq p.txt {
	padding:0 4%;
}

div#nyq div.btn_Box {
	width:auto;
	text-align:center;
	margin:7% 3% 12%;
	padding:8% 4% 10%;
}

div#nyq div.btn_Box img {
	width:100%;
	margin-bottom:3%;
}

.hideSP{
	display:none;
}

.hidePC{
	width:100%;
	display:block !important;
}

.m-backButton {
	padding-bottom:25px;
	border-bottom:1px solid #d4d6d9;
	margin-bottom:30px;
}

.m-backButton_prev {
      width: 170px !important;
}



}