@charset "UTF-8";

/*--------------------------------------------------------------
/healthy/ekq/
えんきん特別価格
--------------------------------------------------------------*/

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

div#ekq {
	margin: 16px auto 83px;
	padding-top: 20px;
	border: 0px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #c5e5f3));
	background: -webkit-linear-gradient(top, #c5e5f3 0%, #fff 100%);
	background: -moz-linear-gradient(top, #c5e5f3 0%, #fff 100%);
	background: -o-linear-gradient(top, #c5e5f3 0%, #fff 100%);
	background: -ms-linear-gradient(top, #c5e5f3 0%, #fff 100%);
	background: linear-gradient(top, #c5e5f3 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e5f3', endColorstr='#ffffff',GradientType=0 );
}

div#ekq h1 {
	margin-bottom:30px;
}

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

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

.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#ekq {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 3% 0px !important;
	width: 100%!important;
	text-align:left;
}


div#ekq h1 {
	border-bottom:none !important;
	background:none !important;
	padding: 4% 0 !important;
	margin:5% 0 0 0 !important;
}

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

div#ekq p.txt {
	padding:0 2%;
}

div#ekq div.btn_Box {
	width:auto;
	text-align:center;
	margin:9% 0 12%;
	padding:8% 4% 10%;
}

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

.hideSP{
	display:none;
}

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