#shopping_hotel{
	font-size:16px;
	padding-bottom: 40px;
}
.main_heading{
	margin-bottom:0px;
}
.banner {
	position: relative;
	width: 980px;
	margin: 40px auto 0;
}
.subTtl{
	color:#0473bd;
}
/*チェックボックスレイアウト*/
.bg_checkbox li {
    position: relative;
    display: inline-block;
    background-color:#fff;
	cursor:pointer;
}
.bg_checkbox input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0 !important;
	left: 0;
}
.categoryBox .bg_checkbox li label img{
    height: 30px;
    width: 30px;
	background-color:#ccc;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;	
}
.bg_checkbox input[type="checkbox"] + label {
	display: block;
	background-image: url(../images/bg_checkbox_off.png);
	background-position: left center;
	background-repeat: no-repeat;
    padding: 11px 0 12px 22px;
	background-position: 15px 12px;
}
.kansaiArea .bg_checkbox input[type="checkbox"] + label {
	background-position: 15px 5px;
}
.kansaiArea .bg_checkbox input[type="checkbox"] + label {
    background-color: #fdeac8;	
}
.kansaiArea .bg_checkbox input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_kansai_on.png);
}
.otherArea .bg_checkbox .hokuriku input[type="checkbox"] + label {
	background-color:#cdddea;
}
.otherArea .bg_checkbox .hokuriku input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_hokuriku_on.png);
}
.otherArea .bg_checkbox .okayama input[type="checkbox"] + label {
    background-color: #c9e1cb;	
}
.otherArea .bg_checkbox .okayama input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_okayama_on.png);
}
.otherArea .bg_checkbox .hiroshima input[type="checkbox"] + label {
    background-color: #e7ecc9;
}
.otherArea .bg_checkbox .hiroshima input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_hiroshima_on.png);
}
.otherArea .bg_checkbox .yamaguchi input[type="checkbox"] + label {
    background-color: #fff9c5;
}
.otherArea .bg_checkbox .yamaguchi input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_yamaguchi_on.png);
}
.otherArea .bg_checkbox .sanin input[type="checkbox"] + label {
	background-color: #e3d4e1;	
}
.otherArea .bg_checkbox .sanin input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_sanin_on.png);
}
.otherArea .bg_checkbox .tokyo-nagoya input[type="checkbox"] + label {
    background-color: #d1d1d1;	
}
.otherArea .bg_checkbox .tokyo-nagoya input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_tokyo-nagoya_on.png);
}
.categoryBox .bg_checkbox input[type="checkbox"] + label {
    background-color: #d5e7fa;
}
.categoryBox .bg_checkbox input[type="checkbox"]:checked + label {
	background-image: url(../images/bg_checkbox_other_on.png);
}
.categoryBox .bg_checkbox input[type="checkbox"] + label {
	padding: 10px 0 10px 0;	
	background-position: 15px 14px;
}
.categoryBox .bg_checkbox input[type="checkbox"]:checked + label img {
	background-color:#0072bc !important;
}

/*******************************/
.infoTxt{
	color: #0072bc;
	padding: 15px 0;
}
.checkBox{
	font-weight: bold;
	color:#666;
}
.areaBox{
	padding:15px 20px 15px 20px;
    background-color: #f2f3f5;
}
.checkBox .areaBox .subTtl small,
.checkBox .categoryBox .subTtl small{
	font-size: 12px;
	font-weight: normal;
}
.kansaiArea{
	background-color:#fff;
	display:table;
    margin: 6px 0;
	width:100%;
}
.kansaiArea p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 110px;
}
.kansaiArea p span{
	/*border-right: 1px solid #666666;
    padding: 6px 10px 6px 0px;*/
}
.kansaiArea .bg_checkbox {
	padding: 0 5px 0 5px;
    border-left: 1px solid #666666;
	margin: 5px 0;
}
.kansaiArea .bg_checkbox li{
    padding: 0 5px 5px 0;
	line-height: 10px;
	font-weight: normal;
	background-image: url(../images/bg_checkbox.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:201px;
}
.kansaiArea .bg_checkbox .rightBox{
    background-image: none;
    padding: 0;
    width: 202px;	
}
/*.kansaiArea .bg_checkbox .mb10{
	padding-bottom:15px;
}*/
.otherArea .bg_checkbox li{
    width: 33%;
    margin-bottom: 5px;	
}
.bg_checkbox li span{
	margin-left:22px;
}
.bg_checkbox .mb3{
	padding-bottom:0 !important;
}
.categoryBox .bg_checkbox li{
    width: 467px;
}
.categoryBox .bg_checkbox .rightBox{
    margin-left: 1px;
}
.categoryBox{
	padding:0 20px 30px 20px;
    background-color: #f2f3f5;

}
.categoryBox h3{
	margin-bottom:5px;
}
.categoryBox .bg_checkbox label span{
	margin: 0 8px 0 40px;
}
.checkBtn{
	margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 27px;
    background-color: #f2f3f5;
    padding-left: 277px;
}
.checkBtn a{
    display: block;
    color: #FFF !important;
    padding: 9px 32px 6px 35px;
    border-radius: 2px;
	width:210px;
    text-align: center;
}
.checkBtn .clearBtn,
.checkBtn .searchBtn{
	float:left;
}
.checkBtn .clearBtn{
	margin-right:10px;
}
.checkBtn .clearBtn a{
    background-color: #cccccc;
    border-radius: 2px;
	text-shadow: -1px -1px 0px rgb(0, 0, 0);
}
.checkBtn .searchBtn a{
    background-color: #0072bc;
    border-radius: 2px;
	text-shadow: -1px -1px 0px rgb(0, 0, 0);
	padding:9px 0px 6px 0;
}
.checkBtn .searchBtn a span{
	background-image:url(/global/common/images/btn_search_pc.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-right: 14px;
}
.checkBox .iconBox{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.checkBox .iconBox ul{
	width: 100%;
}
.checkBox .iconBox ul .iconTtl{
	color:#0473bd;
	width:175px;
	text-align:center;
	padding:15px 0 15px 0;
    font-size: 16px;
}
.checkBox .iconBox ul li{
	display:inline-block;
	padding: 9px 25px 9px 0;
	font-size:14px;
}
.checkBox .iconBox ul li img{

}
.checkBox .iconBox ul li span{
	margin: 0 8px 0 0px;
}
.checkBox .iconBox .message{
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    padding-right: 5px;
}
/*******************************************************/
.areaListBox{
	margin-top:30px;
}
/*関西*/
.areaList.list_kansaiArea .panel_heading .heading{
    background-color: #fdeac8;
    margin-bottom: 20px;
}
.areaList.list_kansaiArea .panel_heading .heading span{
    border-left: 4px solid #f8b84a;
}
/*北陸*/
.areaList.list_hokurikuArea .panel_heading .heading{
    background-color: #cdddea;
    margin-bottom: 20px;
}
.areaList.list_hokurikuArea .panel_heading .heading span{
    border-left: 4px solid #5a8dba;
}
/*岡山*/
.areaList.list_okayamaArea .panel_heading .heading{
    background-color: #c9e1cb;
    margin-bottom: 20px;
}
.areaList.list_okayamaArea .panel_heading .heading span{
    border-left: 4px solid #4b9d53;
}
/*広島*/
.areaList.list_hiroshimaArea .panel_heading .heading{
    background-color: #e7ecc9;
    margin-bottom: 20px;
}
.areaList.list_hiroshimaArea .panel_heading .heading span{
    border-left: 4px solid #aebf4c;
}
/*山口*/
.areaList.list_yamaguchiArea .panel_heading .heading{
    background-color: #fff9c5;
    margin-bottom: 20px;
}
.areaList.list_yamaguchiArea .panel_heading .heading span{
    border-left: 4px solid #ffea3e;
}
/*山陰*/
.areaList.list_saninArea .panel_heading .heading{
    background-color: #e3d4e1;
    margin-bottom: 20px;
}
.areaList.list_saninArea .panel_heading .heading span{
    border-left: 4px solid #a26f9a;
}
/*福岡*/
.areaList.list_fukuokaArea .panel_heading .heading{
    background-color: #f7ceca;
    margin-bottom: 20px;
}
.areaList.list_fukuokaArea .panel_heading .heading span{
    border-left: 4px solid #e65e4e;
}
/*東京・名古屋*/
.areaList.list_tokyoArea .panel_heading .heading{
    background-color: #d1d1d1;
    margin-bottom: 20px;
}
.areaList.list_tokyoArea .panel_heading .heading span{
    border-left: 4px solid #666666;
}


.areaList .items-container {
	overflow:hidden;
	margin-right: -10px;	
}

.areaList .items-container .shopBox{
	float:left;
	width: 320px;
	background-color:#f2f3f5;
	margin-right:10px;
    margin-bottom: 10px;
	padding:10px;
}
.areaList .items-container .shopBox.right{
	margin-right:0;
}
.areaList .items-container .shopBox .shopInner{
	background-color: #fff;
	padding: 10px;
}
.areaList .items-container .shopBox .shop_name{
	color:#0473bd;
	font-weight:bold;
	padding:15px 0;
	font-size:18px;
}
.areaList .items-container .shopBox .shop_icon .iconList li{
	display:inline-block;
	margin:0 1px 10px 0;
}
.shopBox .shop_icon .iconList img{
	width:30px;
	height:30px;
}
.shopBox .shop_icon .iconList .category{
	background-color:#0072bc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;	
}
.shopBox .shopInner .shop_intro{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.shopBox .shopInner .shop_add .addTtl{
	background-image:url(/global/common/images/bullet03.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:0.8em;
	font-weight:bold;
}
.shopBox .shopInner .linkBtn{
    margin: 20px auto 15px 10px;
}
.shopBox .shopInner .linkBtn a{
	display: block;
	color: #FFF;
	padding: 10px 32px 6px 35px;
	font-weight:bold;
	border-radius: 2px;
	width: 260px;
	text-align: center;
	background-color: #0072bc;
	border-radius: 2px;
}
.shopBox .shopInner .linkBtn a span{
	background-image: url(/global/common/images/ico_window.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:22px;
}
.shopBox .shopInner .detaTxt{
	text-align: right;
	font-size: 12px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
.moreBtn{
	margin:30px 0 0 0;
}
.moreBtn a{
	font-size: 14px;
    display: block;
    color: #FFF;
    padding: 9px 0 10px 0;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    background-color: #cccccc;
    border-radius: 2px;
}
.moreBtn a span{
    background-image: url(/global/common/images/arrow_down.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.error {
	padding:20px 0;
	color:#CC0000;
	font-size:18px;
}
.bottomBnr{
	text-align:center;
	padding:95px 0 5px 0;
}
