@charset "utf-8";

/*---------------------------------
  背景色（グレー）設定
----------------------------------*/
.gray_bg {
	background-color: #EFEFEF;
	width: 560px;
	padding: 5px 10px 0px;
	height: auto;
}
.sub_gray_bg {
	background-color: #EFEFEF;
	width: 550px;
	padding: 5px;
	height: 40px;
}

/*---------------------------------
  黒矢印
----------------------------------*/
.brack_btn {
	background-image: url(../../common/img/black_btn.jpg);
	background-repeat: no-repeat;
	width: auto;
	padding-left: 15px;
	padding-bottom: 5px;
}

/*---------------------------------
　TOPページ　コンテンツ部分
　見出しを配置
----------------------------------*/
.tit_box {
	margin: 10px 0px;
	clear: both;
	height: auto;
	width: 580px;
}
.sub_box {
	height: auto;
	width: 560px;
	padding: 10px;
	margin-top: 0px;
	clear:both;
}


/*---------------------------------
　「イベント情報枠」
　イベント・ギャラリーの情報を
　掲載（インクルード）させる枠
----------------------------------*/
.border_cont_side {
	display: inline;
	float: left;
	width: 180px;
	border: 1px solid #E0DFE3;
	height: auto;
	margin-top: 10px;
}

.border_cont_middle {
	display: inline;
	float: left;
	width: 180px;
	border: 1px solid #E0DFE3;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}


/*---------------------------------
　コンテンツ部分
　「店舗～」のボタンのレイアウト
----------------------------------*/
.btn-cont-side {
	padding: 0px;
	float: left;
	height: 30px;
	width: 180px;
	margin-top: 5px;
}
.btn-cont-middle {
	float: left;
	height: 30px;
	width: 180px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.dot_line {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfbfbf;
	clear: both;
	height: 10px;
	width: 560px;
}
.blue_btn_cont {
	float: left;
	height: 40px;
	width: 265px;
	padding-right: 5px;
	padding-left: 0px;
	margin: 0px;
}
.white_btn_cont {
	float: left;
	height: 40px;
	width: 135px;
	padding-right: 0px;
	padding-left: 5px;
	margin: 0px;
}

.other_btn {
	float: right;
	height: 17px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}



/*---------------------------------
 コンテンツ部分
 ジャンル別ランキングを表示させる枠
----------------------------------*/
.column {
	float: left;
	padding-right: 1px;
	padding-left: 5px;
	width: 187px;
}

