@charset "utf-8";

/*==========================================================

	shop_search　Tabletレイアウト（画面の横幅が1279pxまで）

==========================================================*/


/* 共通
--------------------------------*/
.main_inner {
    padding: 2%!important;
}

/* 詳細
--------------------------------*/
#shop_search .shop_select_area1 .shop_detail .left {
	display:none;
}
#shop_search .shop_select_area1 .shop_detail .prefTitle {
	padding: 2% 2% 0 2%;
}
#shop_search .shop_select_area1 .shop_detail .right .detail_contents .photo {
	float:left;
	/*border-bottom: 1px solid #CCCCCC;*/
	width:19%;
}
#shop_search .shop_select_area1 .shop_detail .right .detail_contents .photo img{
	width:100%!important;
}
#shop_search .shop_select_area1 .shop_detail .right .shop_search_table {
	float:left;
	width:81%;
}
#shop_search .shop_select_area1 .shop_detail .right .shop_search_table table {
	border-left:1px solid #CCCCCC;
}
#shop_search .shop_select_area1 .shop_detail .right .shop_search_table th	{
	border-right: 1px solid #CCCCCC;
}
#shop_search .shop_select_area1 .shop_detail .right .shop_search_table table td {
	border-right: none!important;
}
#shop_search .shop_select_area1 .shop_detail .right .detail_contents,
#shop_search .shop_select_area1 .shop_detail .right h3	{
	border-left:none;
	border-right:none;
}
#shop_search .shop_select_area1 .shop_detail	{
	border-right: 1px solid #CCCCCC;
}

#shop_navigation_btn {
	margin-top: 1.5%;
}
#shop_navigation_btn.menuWrap .shopMenuBtn .btn {
	margin-top: 0;
}
#shop_navigation .title_layout1 .menuBtn	{
	top: 4.6%;
}

#shop_search .shop_select_area1 .shop_detail .right .btn_box	{
	width:30%;
	margin:10px auto 0;
	padding:0 0 15px;
}
#shop_search .shop_select_area1 .shop_detail .right .btn_box ul li a	{
	font-size:1.2em;
}


#shop_search .shop_select_area1 .shop_detail .right .shop_search_table th.category {
	width:95px;
	padding:10px 0 !important;
}



#shop_search .zaikoBox {
	padding:10px 0 0;
	text-align:center;
}
#shop_search .zaikoBox .zaikoNum {
	text-align:center;
}
#shop_search .zaikoBox .zaikoNum span {
	font-size:26px;
	font-weight:bold;
	color:#FF0000;
}
#shop_search .zaikoBox .zaikoBtn a {
	font-size:14px;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:3px 0;
	margin:0 0px 0;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#1A688D;
	background: -moz-linear-gradient(
		top,
		#20A1DB 0%,
		#1A688D);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#20A1DB),
		to(#1A688D));
}
#shop_search .photo div a {
	text-align:center;
	font-size:12px;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:3px 0;
	margin:10px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#1A688D;
	background: -moz-linear-gradient(
		top,
		#20A1DB 0%,
		#1A688D);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#20A1DB),
		to(#1A688D));
}
#shop_search .trNews td img {
	display:block;
	float:left;
}
#shop_search .trNews td a {
	display:block;
	float:left;
	margin:0 10px;
	padding:3px 0;
}
#shop_search .trNews td .newsBtn a {
	font-size:12px;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:3px 5px;
	margin:0 10px 0 0;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#5D5D5D;
	background: -moz-linear-gradient(
		top,
		#A0A0A0 0%,
		#5D5D5D);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#A0A0A0),
		to(#5D5D5D));
}
.rightPrace {
	display:none;
}
