@charset "UTF-8";
/* CSS Document */

/*===================================================
	トップページ用CSS用CSS(スマホ)
===================================================*/

/* --------------------------------------------------
	header
-------------------------------------------------- */
header .headMain {
	overflow: hidden;
	position: relative;
	padding: 10px;
}
	header .headMain .headLeft,
	header #bird {
		float: none;
		width: 100%;
	}
	header .headMain {
		position: relative;
		z-index: 2;
	}
		header .headMain  .headLeft {
			max-width: none;
			width: 100%;
		}
		header .headMain .headLogo {
			height: 290px;
		}
		header .headMain h1 {
			max-width: none;
			text-align: center;
			margin: 0 auto 10px;
		}
		header .headMain h1 + p {
			margin: 0 auto 170px;
			/* margin: 0 auto; */
			font-size: 12px;
		}
		form {
			display: block;
			/* position: absolute; */
			bottom: 0;
			width: 100%;
			border-bottom: 4px solid #F3F3F3;
		}
		/* チェックボックス */
		header .searchBox dl .checkBox {
			height: 36px;
			line-height: 36px;
		}
		header .searchBox dl .radioBox ul li label{
			height: 36px;
			line-height: 36px;
		}
		header .searchBox dl .radioBox ul li{
			height: 36px;
		}
		/*-- 価格 --*/
		header .searchBox dl .selectBox > div{
			width: 100px;
			height: 36px;
			line-height: 36px;
		}
		/* 詳細条件を指定する */
		header .searchBox > #btnSearchCondAccrd{
			width: 290px;
			margin:0 auto;
		}
		.modalSelect .modalOpen input{
			padding: 8px 0;
		}


/* 雲
-------------------------------------------------- */
header #cloud {
	/* height: 500px; */
	/*min-height: 500px;*/
/*background: url("../../img/index/1x/header_cloud.png") left center repeat-x;
background-size: auto 230px;*/
	background: url("../../../common/img/1x/bg_index_smp.png") no-repeat;
	background-size: auto 300px;
	background-position: 80% top;
	padding: 10px 0 0;
}
header #cloud .headLeft a img {
	width: 80%;
}
header #cloud_bg {
	/*
	background: url("../../img/index/1x/header_cloud.png") left center repeat-x;
	background-size: auto 230px;
	background-position: 0 10px;
	 */
}
/*    検索ボックス
-------------------------------------------------- */
header .searchBox {
	max-width: none;
	margin-bottom: 30px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	border-top: 4px solid #90C31F;
}
	header .searchBox .balloon {
		display: none;
		top: -50px;
		right: -10px;
	}
	header .searchBox > dl {
		max-width: none;
	}
/* 探すボタン */
header .btnArea {
	-webkit-align-items: normal;
	align-items: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 10px auto 0;
}
header #btnSearch {
	width: 100%;
}
header #btnPetShopSearch {
	margin: 10px 0 0;
	width: 100%;
}
header #btnPetShopSearch a {
	font-family: 'rounded-mplus';
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
header .headBtm {
	border-top: none;
}

/* 鳥
-------------------------------------------------- */
header #bird {
	display: none;
	/*
	position: absolute;
	top: 100px;
	z-index: -1;
	*/
}
	header #bird p {
		max-width: none;
		width: 200px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

/* 新着はこちら */
#btnNew {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 50px;
	margin: 0 auto;
	z-index: 10;
}
	#btnNew a {
		display: block;
	}

/* --------------------------------------------------
	main
-------------------------------------------------- */
article {
	padding: 30px 10px 90px;
}
.searchCnt {
	padding: 40px 10px 120px;
}
