@charset "utf-8";


li.timelineitem_big {
	width: 700px;
	padding: 0 0 35px;
}

li.timelineitem_big div.left {
	width: 48px;
	float: left;
}

li.timelineitem_big div.left p {
	padding: 0 0 2px;
}

li.timelineitem_big div.right {
	width: 651px;
	float: right;
}

li.timelineitem_big div.right_content {
	width: 635px;
	float: right;
	background: url(../../img/portal/f_mid_big.gif) repeat-y top;
}

li.timelineitem_big div.right_f {
	width: 16px;
	height: 33px;
	margin-right: -4px;
	float: right;
}

li.timelineitem_big div.right_top {
	padding: 5px 8px;
	background: url(../../img/portal/f_top_big.gif) no-repeat top;
}

li.timelineitem_big div.right_top div.shop_data {
	width: 470px;
	float: left;
}
li.timelineitem_big div.right_top div.shop_data p {
	padding: 0 0 2px;
}
li.timelineitem_big div.right_top div.shop_data p.shop_data_name {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 8px;
}
li.timelineitem_big div.right_top div.shop_data p.shop_data_name img {
	margin: 2px 3px 0 0;
}
li.timelineitem_big div.right_top div.shop_data p.shop_data_url {
}
li.timelineitem_big div.right_top div.shop_data p.shop_data_tel {
	width: 100px;
	float: left;
}
li.timelineitem_big div.right_top div.shop_data p.shop_data_addr {
}

li.timelineitem_big div.right_top div.shop_navi {
	width: 148px;
	float: right;
	text-align: right;
}
li.timelineitem_big div.right_top div.shop_navi div.time {
	width: 93px;
	height: 24px;
	margin: 0 0 3px;
	background: url(../../img/portal/day.gif) no-repeat top;
}
li.timelineitem_big div.right_top div.shop_navi div.area {
	width: 93px;
	height: 24px;
	background: url(../../img/portal/area.gif) no-repeat top;
}
li.timelineitem_big div.right_top div.shop_navi div.desc {
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	width: 70px;
	float: right;
	padding: 4px 0 0;
}

li.timelineitem_big div.right_top div.shop_navi div.qr {
	width: 50px;
	height: 50px;
	float: right;
	padding: 1px;
}

li.timelineitem_big div.right_middle {
	padding: 10px 8px 0;
	background: url(../../img/portal/d_line_long.gif) no-repeat top;
}
li.timelineitem_big div.right_middle div.twiwari_data {
	width: 310px;
	float: left;
}
li.timelineitem_big div.right_middle div.twiwari_data p.twiwari_data_tweet {
	font-size: 1.2em;
	font-weight: bold;
}
li.timelineitem_big div.right_middle div.shop_photo {
	width: 300px;
	float: right;
	text-align: center;
}

li.timelineitem_big div.right_bottom {
	height: 43px;
	padding: 10px 8px 0;
	background: url(../../img/portal/f_btm_big.gif) no-repeat bottom;
	clear:both;
}
li.timelineitem_big div.right_bottom ol.service_lineup {
	padding: 3px 0 0;
}
li.timelineitem_big div.right_bottom ol.service_lineup li span {
	display: none;
}
li.timelineitem_big div.right_bottom ol.service_lineup li {
	width: 110px;
	height: 34px;
	float: left;
}
li.timelineitem_big div.right_bottom ol.service_lineup li div {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0;
}
li.timelineitem_big div.right_bottom li.twiwari_on {
	background: url(../../img/portal/twiwari_on.gif) no-repeat top;
}
li.timelineitem_big div.right_bottom li.twiwari_off {
	background: url(../../img/portal/twiwari_off.gif) no-repeat top;
}
li.timelineitem_big div.right_bottom li.twiwarinow_on {
	background: url(../../img/portal/now_on.gif) no-repeat top;
}
li.timelineitem_big div.right_bottom li.twiwarinow_off {
	background: url(../../img/portal/now_off.gif) no-repeat top;
}
li.timelineitem_big div.right_bottom li.stasta_on {
	background: url(../../img/portal/stasta_on.gif) no-repeat top;
}
li.timelineitem_big div.right_bottom li.stasta_off {
	background: url(../../img/portal/stasta_off.gif) no-repeat top;
}


li.timelineitem_big div.right_bottom:after,
li.timelineitem_big div.right_middle:after,
li.timelineitem_big div.right_middle div.twiwari_data:after,
li.timelineitem_big div.right_top:after,
li.timelineitem_big:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  zoom: 1;
}

