@charset "UTF-8";

/*========================================

	Okinawa FalmilyMart
	skin_index.css

========================================*/


/* ●bace.css上書き */

#index #contents_box {
	width: 940px;
	margin: 0 auto;
	padding: 20px 25px 30px;
	background-color: #fff;
}

#index #main_contents_block {
	float:left;
	width: 575px;
}

#index #sub_contents_block {
	float: right;
	width: 335px;
	margin-top: 0px;
	position: static;
}

/* ●Flash */

#flash_block {
	width: 100%;
	display: table;
	background: #fff url(../img/top/flash_bg.gif) top repeat-x;
}

#flash_box {
	width:990px;
	margin: 0 auto
}

/* ●緊急のお知らせ */

#urgency_block {
	width: 940px;
	margin: 0 auto;
}

#urgency_block table {
	background-color: #fff600;
}

#urgency_block table .ttl {
	padding: 14px;
	vertical-align: middle;
	border-right: 1px solid #b7ab1e;
	width: 140px;
}

#urgency_block table .list {
	padding: 14px;
	vertical-align: middle;
}

#urgency_block table .list dl {
	margin: 0;
	padding: 0;
}

#urgency_block table .list dt {
	float: left;
	clear: left;
	padding: 0
}

#urgency_block table .list dd {
	padding: 0 0 0 6em;
}

#urgency_block table .list dd a:link, 
#urgency_block table .list dd a:visited {
	color: #333;
	text-decoration: underline;
}

#urgency_block table .list dd a:hover,
#urgency_block table .list dd a:active {
	color: #00a040;
	text-decoration: underline;
}



/* ●限定商品／店舗検索 */

.top_feature_block {
	background: url(../img/top/feature_block_bg.gif) repeat-y;
	margin: 0 0 20px;
}

.top_feature_box {
	background: url(../img/top/feature_block_bg_top.gif) top no-repeat;
}

.top_feature_inner {
	background: url(../img/top/feature_block_bg_btm.gif) bottom no-repeat;
	padding: 6px 0 15px;
}

.feature_item_block {
	float: left;
	width: 366px;
}

.feature_item_block h2 {
	padding: 0 0 0 8px;
}

.feature_item_block div {

}

.feature_item_block p {
	margin:0;
	padding: 0 5px 0 14px;
}

.feature_item_block p a {
	color: #333;
}

.feature_item_block p img {
	vertical-align: -4px;
	margin-left: 4px;
}

.feature_item_block p a:link,
.feature_item_block p a:visited {
	color: #333;
}

.feature_item_block p a:hover,
.feature_item_block p a:active {
	color: #008cd6;
}

#balloon_top {
	width: 342px;
	padding: 22px 0 0;
	margin: -12px 0 5px 13px;
	background: url(../img/top/balloon_top.gif) top left no-repeat;
	line-height: 1.3;
	zoom: 1;
}

#balloon_bottom {
	padding: 0 0 8px 8px;
	background: url(../img/top/balloon_bottom.gif) bottom left no-repeat;
	zoom: 1;
}

.feature_search_block {
	float: right;
	width: 205px;
}

.feature_search_block h2 {
	padding: 0 0 0 4px;
}

.feature_search_block div {
	padding: 0 0 0 4px;
}


/* ●ニュース */

.news_block {
	
}

.news_block h2 {
	margin-bottom: 15px;
}

.news_block dl {
	margin: 0;
	padding: 0;
}

.news_block dt {
	float: left;
	clear: left;
	padding: 5px 0 5px 10px;
}

.news_block dd {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px 5px 9.2em;
	background: url(../img/common/icon_mark01.gif) 8em .7em no-repeat;
}


/* ●バナー*/

.bnr_box {
	text-align: center;
	margin: 50px 0 0;
	padding: 0 0 10px;
}

.bnr_box li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}


/* ●新商品スクロール */

#newitem_block {
	width: 351px;
	height: 140px;
	overflow: hidden;
	padding: 0 0 0 14px;
}

#newitem_block .jcarousel-container {
    position: relative;
}

#newitem_block .jcarousel-clip {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
	top: 0;
	left: 13px;
	width: 314px;
	height: 140px;
	overflow: hidden;
}

#newitem_block .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#newitem_block .jcarousel-list li,
#newitem_block .jcarousel-item {
    float: left;
	width: 100px;
    list-style: none;
		text-align: center;
}

#newitem_block a {
	color: #333;
}

.jcarousel-item img {
	border: 1px #a8d5ed solid;
}

#newitem_block .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 7px;
}

#newitem_block .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 18px;
    left: 331px;
    width: 9px;
    height: 65px;
		padding: 0;
    cursor: pointer;
    background: transparent url(../img/top/btn_next02.gif) no-repeat 0 0;
}

#newitem_block .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#newitem_block .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#newitem_block .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -65px;
}

#newitem_block .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 18px;
    left: 0;
    width: 9px;
    height: 65px;
		padding: 0;
    cursor: pointer;
    background: transparent url(../img/top/btn_prev02.gif) no-repeat 0 0;
}

#newitem_block .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#newitem_block .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#newitem_block .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -65px;
}

/* ●メインビジュアル JS OFF時 */

#flash_alternate {
	background: url(../img/top/flash_alternate_bg.gif) top center no-repeat;
	height: 400px;
}

#flash_alternate_list {
	
}

#flash_box .jcarousel-container {
    position: relative;
}

#flash_box .jcarousel-clip {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
	top: 26px;
	left: 250px;
	width: 498px;
	height: 325px;
	overflow: hidden;
}

#flash_box .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#flash_box .jcarousel-list li,
#flash_box .jcarousel-item {
    float: left;
    list-style: none;
}

#flash_box .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 8px;
}

#flash_box .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 150px;
    right: 180px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../img/top/btn_next.gif) no-repeat 0 0;
}

#flash_box .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#flash_box .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#flash_box .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -40px;
}

#flash_box .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 150px;
    left: 180px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../img/top/btn_prev.gif) no-repeat 0 0;
}

#flash_box .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#flash_box .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#flash_box .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -40px;
}

