@charset "UTF-8";

/**
@function -
@brief 店舗ブログトップページのタブ切替
@author T.Kondow
@create 2012/07/22
*/

#tabs div{
	float: left;
	list-style: none outside none;
    padding: 5px;
	margin: 5px 10px 0 0;
	color: #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: none;
	border-left: 2px solid #000000;
	cursor: pointer;
	background: #FFFFFF;
}

#tabs div.selected{
	background: #0089C3;
	color: #FFFFFF;
}

.disnon{
	display: none;
}
.latepick_container{
	width: 736px;
	border: 2px solid #000000;
}
.pickedHead{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background: #CCCCCC;
}
.pickedPic a {
	display: inline-block;
	*display: inline;
	width: 100%;
	height: 140px;
	text-align: center;
	vertical-align:middle;
	background: url(../../mt-images/no_image.gif) center top no-repeat;
}
.pickedPic a img{
	margin: 5px;
}
.bx-prev{ 
	position: absolute;
	top: 60px;
	left: 0px;
	font-weight: bold;
}
.bx-next{
	position: absolute;
	top: 60px;
	right: 0px;
	font-weight: bold;
}
.bx-pager a{
	background: #CCFFFF;
    margin:4px 1px;
    padding: 2px 7px;
    color: #333333;
    text-decoration: none;
}
.bx-pager a.pager-active{
    color: #ffffff;
    background: #00ABE5;;
}
.content_wrap{
	clear:both;
	background: #FFFFFF;
	width: 520px;
	float: left;
	border-right: 1px solid #000000; 
	border-top: 1px solid #000000; 
}
.togglebutton{
	padding: 2px;
	background: #00ABE5;
	color: #FFFFFF;
	border:none;
	cursor: pointer;
	text-align:center;
	clear: both;
}
.older{
	display: none;
}
#pickedBox{
	width: 200px;
	padding: 0 5px 5px 5px;
	float:left;
	margin-top: -30px;
}
#sliderBox{
	width: 140px;
	max-width: 560px;
}
#sliderBox div{
	width: 140px;
}
.picedTitle{
	background: #CCC;
	overflow: hidden;
}
.bx-wrapper {
    width: 100% !important;
    overflow: hidden;
    position: relative !important;
}
.bx-window {
    margin: 0 auto !important;
    overflow: visible !important;
}
#latestopicBox{
	border: none;
	height: auto;
	width: auto;
	background: #f8fec5;/* 121030 T.Kondow Add */
}

#latestopic_title{
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../img/side/side_bg01.gif) repeat;
	margin:0;
	padding: 5px 5px 5px 10px;
}
.latestopic_h4{
	display: inline;
	font-size:120%;
}
.latestopic_date{
	font-size: 120%;
	margin: 0 20px 0 10px;
	display: inline;
}
div.clear{
	clear: both;
}