#pgTitle h1 {
		background: url(/shinkoshi/search/images/iconPgtitleSearch.png) no-repeat;
		background-position: 24px center;
}

#searchBox {
	width: 100%;
	margin-bottom: 30px;
}


/*　フォーム部品　*/

.searchCheck {
	width: 100%;
	text-align: center;
}

.searchCheck ul {
	display: table;
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
    border-spacing: 20px 0;
}

.searchCheck ul li {
	display: table-cell;
	width: 30%;
	padding: 9px 0;
	background: #ffffff;
}


#searchCategory input[type="checkbox"],
#sCheckCate input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;

}


/*　検索結果一覧　*/

ul.resultList {
}

	ul.resultList li {
		border-top: 1px solid #e4e0e1;
		background: #ffffff;
	}
	
		ul.resultList li:first-child {
			border-top: none;
		}
		
.resultBox {
	display: table;
	width: 100%;
}

.resultBox .ssLogo,
.resultBox .ssRight {
	display: table-cell;
	vertical-align: middle;
}

.resultBox .ssLogo {
	width: 130px;
	height: auto;
	border-right: 1px solid #ebe8e9;
}

.ssLogo a {
	display: block;
	width: 100%;
}
	
.ssLogo a:hover {
	opacity: 0.7;
}
	
.ssLogo img {
	display: block;
	margin: auto;
}
	
.resultBox .ssRight {
	display: table;
	padding: 15px;
}

.ssRight .ssData,
.ssRight .ssCoupon {
	display: table-cell;
}

.ssData {
	width: 459px;
	padding-right: 10px;
	vertical-align: top;
}

.ssCoupon {
	width: 98px;
	line-height: 0;
	vertical-align: middle;
	border: 1px solid #e4e0e1;
}

	.ssCoupon a {
		display: block;
		height: auto;
	}
	
	.ssCoupon img {
		width: 54px;
		margin: 0 22px;
		height: auto;
	}



.shopCategory {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	background: #eeeeee;
}

	.shopCategory .lCategoryFashion,
	.shopCategory .lCategoryFood,
	.shopCategory .lCategoryRestaurant,
	.shopCategory .lCategoryService {
		display: table-cell;
		width: 100px;
		padding: 2px 5px;
		color: #ffffff;
		font-size: 86%;
		text-align: center;
		vertical-align: middle;
	}
	
	.shopCategory .lCategoryFood {
		background: #33b8bd;
	}
	
	.shopCategory .lCategoryFashion {
		background: #f35cad;
	}
	
	.shopCategory .lCategoryRestaurant {
		letter-spacing: -2px;
		background: #c285b7;
	}
	
	.shopCategory .lCategoryService {
		background: #c29470;
	}



.shopCategory .mCategory {
	display: table-cell;
	padding: 4px 7px;
	font-size: 86%;
	line-height: 145%;
	vertical-align: middle;
}

.ssData p.shopName {
	font-size: 150%;
	margin-bottom: 10px;
	line-height: 130%;
}

.ssData p.intro {
	line-height: 145%;
	padding-bottom: 5px;
}

.ssData p.floor {
	text-align: right;
}


/*==============================================
				01 キーワード
==============================================*/

#searchWord {
	width: 100%;
	background: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#searchWordInner {
	padding: 32px;
	float: left;
	position: relative;
	left: 50%;
}

#searchWordInner .textbox,
#searchWordInner .submit {
	float: left;
	position: relative;
	left: -50%;
}

#searchWordInner .textbox {
	width: 380px;
	height: 22px;
	padding: 10px 5px 11px;
	font-size: 114%;
	border: 1px solid #d2d2d2;
	border-right: none;
}

#searchWordInner .submit {
	width: 60px;
}

/*==============================================
			02 50音順・05 フロア別
==============================================*/

#searchKana,
#searchFloor {
	width: 100%;
	margin-bottom: 20px;
}

#searchKana .row,
#searchFloor .row {
	width: 100%;
	display: table;
}

#searchKana p,
#searchFloor p {
	display: table-cell;
	width: 20%;
	text-align: center;
	border-left: 1px solid #e4e0e1;
	border-top: 1px solid #e4e0e1;
	background: #ffffff;
}

#searchKana .row p:first-child,
#searchFloor .row p:first-child {
	border-left: none;
}

#searchKana .row:first-child p,
#searchFloor .row:first-child p {
	border-top: none;
}

#searchKana p a,
#searchFloor p a {
	display: block;
	padding: 25px 10px 18px;
}

#searchKana p a span,
#searchFloor p a span {
	font-size: 214.5%;
	padding-right: 2px;
}

#searchKana p a:hover,
#searchFloor p a:hover {
	color: #333333;
	text-decoration: none;
}

#searchKana p.current a,
#searchFloor p.current a {
	color: #333333;
}

/*カナ選択*/
.rTop {
    overflow: hidden;
    position: relative;
	height: 32px;
	margin-bottom: 20px;
}
.rBottom {
    overflow: hidden;
    position: relative;
	min-height: 27px;
	margin-top: 30px;
}
.rTop ul, 
.rBottom ul {
    float: left;
	padding: 2px 0;
    position: relative;
    left: 50%;
}
.rTop ul li,
.rBottom ul li {
    float: left;
	font-size: 114%;
	border-right: 1px solid #c7cbd3;
    position: relative;
    left: -50%;
}

	.rTop ul li:first-child,
	.rBottom ul li:first-child {
		border-left: 1px solid #c7cbd3;
	}
	
.rTop ul li a,
.rBottom ul li a {
	display: block;
	padding: 0 10px;
}

.rTop ul li.current,
.rBottom ul li.current {
	padding: 0 10px;
}


/*==============================================
			  03 アルファベット別
==============================================*/

#searchAlphabet {
	width: 100%;
	margin-bottom: 20px;
}

#searchAlphabet .row {
	width: 100%;
	display: table;
}

#searchAlphabet p {
	display: table-cell;
	width: 7%;
	font-size: 128%;
	text-align: center;
	border-left: 1px solid #e4e0e1;
	border-top: 1px solid #e4e0e1;
	background: #ffffff;
}

	#searchAlphabet p#number {
		width: 14%;
	}

#searchAlphabet .row p:first-child {
	border-left: none;
}

#searchAlphabet .row:first-child p {
	border-top: none;
}

#searchAlphabet p a {
	display: block;
	padding: 16px 10px 12px;
}

#searchAlphabet p a:hover {
	color: #333333;
	text-decoration: none;
}

#searchAlphabet p.current a {
	color: #333333;
}

/*==============================================
			  04 カテゴリ別
==============================================*/
#searchCategory {
	width: auto;
	padding: 30px;
	margin-bottom: 20px;
	background: #ffffff;
}

h2.cateTitle {
	width: 100%;
	margin-bottom: 17px;
	padding: 6px 0;
	font-size: 128%;
	text-align: center;
	border: 3px solid #d8d8d8;
}

div.selectCategory {
	width: 100%;
	margin-bottom: 20px;
}

	div.selectCategory .row {
		overflow: hidden;
		display: table;
		width: 100%;
		margin-top: 7px;
		text-align: left;
	}
	
		div.selectCategory .row:first-child {
			margin-top: 0;
		}
	
	div.selectCategory .row p {
		display: table-cell;
		float: left;
		width: 33.3%;
	}
	
.searchBtn {
	text-align: center;
}

input#submitBtn {
	width: 250px;
    display: block;
	margin: 40px auto 10px;
    padding: 11px 0;
    border: 1px solid #f39626;
    text-align: center;
    color: #ffffff;
    background: #f39626 url(/shinkoshi/common/images/arrowBtnLink.png) no-repeat;
    background-position: right center;
}

	input#submitBtn:hover {
		color: #f39626;
		text-decoration: none;
		background: #ffffff url(/shinkoshi/common/images/arrowBtnLink_o.png) no-repeat;
		background-position: right center;
	}


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


#pgTitle h1 {
	background: url(/shinkoshi/search/images/iconPgtitleSearch.png) no-repeat;
	background-size: 23px 23px;
	background-position: 13px center;
}

#searchBox {
	margin-bottom: 20px;
}

.contBox02 {
	width: 100%;
}


/*　フォーム部品　*/

.searchCheck ul {
	width: 100%;
    border-spacing: 10px 0;
}


/*検索結果一覧*/
ul.resultList {
	width: 100%;
	border-bottom: 1px solid #ebe8e9;
}

ul.resultList li {
	width: 100%;
	padding: 0;
}

.resultBox {
	width: 100%;
}

.resultBox .ssLogo {
	width: 25%;
	text-align: center;
}
	
	.ssLogo img {
		width: 60px;
	}

.resultBox .ssRight {
	display: table-cell;
	width: 75%;
	padding: 10px;
}

.resultBoxInner {
	display: table;
	width: 100%;
}

.ssData {
	width: 75%;
	padding: 0;
	padding-right: 10px;
}

.ssCoupon {
	width: 25%;
	text-align: center;
}

	.ssCoupon img {
		width: 41px;
		margin: 0;
		height: auto;
	}
	
.ssData p.shopName {
	font-size: 114%;
	margin-bottom: 2px;
	line-height: 130%;
}
	
.ssData p.intro {
	display: none;
}

.ssData p.floor {
	font-size: 71%;
}

.shopCategory {
	display: block;
	width: 100%;
	margin-bottom: 6px;
	background: none;
}

.shopCategory .lCategoryFashion,
.shopCategory .lCategoryFood,
.shopCategory .lCategoryRestaurant,
.shopCategory .lCategoryService {
	display: block;
    width: 75px;
    margin-bottom: 5px;
    padding: 4px 5px;
    font-size: 71%;
    line-height: 100%;
}

.shopCategory .mCategory {
	display: block;
	padding: 0;
	font-size: 71%;
	line-height: 145%;
}

/*==============================================
				01 キーワード
==============================================*/

#searchWord {
	width: auto;
	padding: 10px;
	background: none;
	
	overflow: inherit;
	position: inherit;
}

#searchWordInner {
	left: inherit;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
}

#searchWordInner .textbox,
#searchWordInner .submit {
	left: inherit;
	position: inherit;
	border-radius: 0;
	-webkit-appearance: none;
}

#searchWordInner .textbox {
	width: 90%;
	height: 22px;
}

#searchWordInner .submit {
	width: auto;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
}


/*==============================================
			02 50音順・05 フロア別
==============================================*/

#searchKana,
#searchFloor {
	width: auto;
	padding: 0 10px;
	font-size: 86%;
	margin-bottom: 10px;
}

#searchKana p a,
#searchFloor p a {
	display: block;
	padding: 12px 10px;
}

#searchKana p a:not(current):hover,
#searchFloor p a:not(current):hover {
	color: #f39626;
}

#searchKana p a span,
#searchFloor p a span {
	font-size: 160%;
	margin-right: 2px;
}


/*カナ選択*/
.rTop,
.rBottom {
	height:auto;
    overflow: inherit;
    position: inherit;
	margin-top: 0;
	margin-bottom: 0;
	/*min-height: 47px;*/
	min-height: 0;
}
.rTop ul, 
.rBottom ul {
    float: none;
	width: 100%;
	overflow: hidden;
    position: inherit;
	display: table;
	padding: 0;
	border-bottom: 1px solid #ebe8e9;
	background: #0F0;
}
.rTop ul li,
.rBottom ul li {
    float: none;
    position: inherit;
	display: table-cell;
	width: 20%;
	text-align: center;
	border-right: none;
	border-left: 1px solid #ebe8e9;
	background: #ffffff;
}

	.rTop ul li:first-child,
	.rBottom ul li:first-child {
		border-left: none;
	}

.rTop ul li a,
.rBottom ul li a {
	display: block;
	padding: 11px 10px;
}

.rTop ul li.current,
.rBottom ul li.current {
	padding: 0 10px;
}


/*==============================================
			  03 アルファベット別
==============================================*/

#searchAlphabet {
	width: auto;
	padding: 0 10px;
	margin-bottom: 10px;
}

#searchAlphabet .row {
	width: 100%;
	display: block;
	overflow: hidden;
}

#searchAlphabet p {
	display: block;
	float: left;
	width: 14%;
	font-size: 142.5%;
	text-align: center;
	border-left: 1px solid #e4e0e1;
	border-top: 1px solid #e4e0e1;
	background: #ffffff;
}

	#searchAlphabet p#number {
		width: 28.2%;
	}

#searchAlphabet .row p:first-child,
#searchAlphabet .row p:nth-child(8) {
	border-left: none;
}

#searchAlphabet .row:first-child p {
	border-top: 1px solid #e4e0e1;
}

#searchAlphabet .row:first-child p:nth-child(-n+7) {
	border-top: none;
}

#searchAlphabet p a {
	display: block;
	padding: 16px 10px 12px;
}

#searchAlphabet p a:not(current):hover {
	color: #f39626;
}

#searchAlphabet p.current a {
	color: #333333;
}

/*==============================================
			  04 カテゴリ別
==============================================*/
#searchCategory {
	margin: 10px;
	padding: 0;
	margin-bottom: 20px;
	background: none;
}

h2.cateTitle {
	width: 100%;
	margin-bottom: 0;
	padding: 7px 0;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	border: none;
	background: #b5b5b5;
}

div.selectCategory {
	margin-bottom: 10px;
	background: #ffffff;
}

	div.selectCategory .row {
		overflow: inherit;
		display: block;
		width: 100%;
		margin-top: 0;
		text-align: left;
	}
	
		div.selectCategory .row:first-child {
			margin-top: 0;
		}
	
	div.selectCategory .row p {
		display: block;
		float: none;
		width: 100%;
		padding: 11px;
		box-sizing: border-box;
		border-top: 1px solid #e4e0e1;
	}
	
	
	div.selectCategory .row p label {
		width: auto;
	}

input#submitBtn {
	margin: 20px auto 10px;
	 -webkit-appearance: none;
    border-radius: 0;
}



}