@charset "UTF-8";

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

	Okinawa FalmilyMart
	base.css
	
	[1] ヘッダー・メニュー
	[2] タイトル・パンくず
	[3] メインコンテンツ
	[4] サイドコンテンツ
	[5] フッター

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

@import "colorbox.css";


/* ● [1] ヘッダー・メニュー ---------------------------------------- */

#head_block {
	width: 100%;
	display: table;
	background:url(../img/common/head_bg.gif) top center repeat-x;
	height: 134px;
}

#head_box {
	width: 940px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	background:url(../img/common/head_bg_main.jpg) top center no-repeat;
	height: 76px;
}

#logo {
	position: absolute;
	top: 7px;
	left: 31px;
}

.head_menu {
	position: absolute;
	top: 0;
	left: 632px;
	margin: 0;
	padding: 0;
	list-style: none;
	_width: 335px;
}

.head_menu li {
	float: left;
	margin: 0 2px 0 0;
}

.search_block {
	position: absolute;
	top: 36px;
	left: 747px;
	width: 213px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
}

.head_search_txt {
	width: 186px;
	*width: 180px;
	height: 24px;
	border-style:none;
	background-color: transparent;
	line-height: 1.8;
}

.head_search_bt {
	
}

#menu {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
	background-color: #fff;
}



/* ● [2] タイトル・パンくず ---------------------------------------- */

#title_block {
	width: 100%;
	display: table;
	background:	url(../img/common/title_bg.gif) top center repeat-x;
}

#title_box {
	width: 940px;
	margin: 0 auto;
	padding: 0 25px 5px;
	font-size:27px;
	color: #00752f;
}

#title_box h1 {
	width: 710px;
}

#title_box02 {
	background: url("../img/common/title_bg02.gif") no-repeat scroll left center transparent;
	clear: both;
	color: #333;
	font-size: 138%;
	line-height: 1.2;
	margin: 0 auto 8px;
	padding: 15px 10px 10px 40px;
	width: 878px;
}

#topic_path_block {
	width: 940px;
	margin: 0 auto;
	padding: 5px 10px;
}

#topic_path_block ul {
	margin:0;
	padding:0;
	list-style: none;
}

#topic_path_block li {
	float: left;
	font-size: 85%;
	margin:0 .5em 0 0;
}

#pan {
	width: 940px;
	margin: 0 auto;
	clear: both;
}

#pan ul {
	margin: 0;
	padding: 10px 0 5px 0;
	list-style: none;
	float: right;
	clear: both;
}

#pan li {
	list-style: none;
	float: left;
	font-size: 83%;
	color: #424242;
}

#pan li a:link,
#pan li a:visited {
	color: #424242;
	text-decoration: underline;
}

#pan li a:hover,
#pan li a:active {
	color: #008cd6;
	text-decoration: underline;
}


/* h2 */

.s_title_box {
	width: 655px;
	margin: 0 auto 25px auto;
	padding: 15px 10px 10px 40px;
	font-size: 138%;
	color: #fff;
	background: url(../img/common/s_title_bg.gif) center left no-repeat;
	line-height: 1.2;
	clear: both;
}

.s_title_box02 {
	width: 655px;
	margin: 0 auto 8px auto;
	padding: 15px 10px 10px 40px;
	font-size: 138%;
	color: #333;
	background: url(../img/common/s_title_bg02.gif) center left no-repeat;
	line-height: 1.2;
	clear: both;
}

.s_title_box03 {
	margin: 0 0 8px;
	padding: 15px 10px 10px 40px;
	font-size: 138%;
	color: #fff;
	background: url(../img/common/s_title_bg03.gif) center left no-repeat;
	line-height: 1.2;
	clear: both;
}


#title_box02 .title_text ,
.s_title_box02 .title_text {
	width: 90%;
	float: left;
}

#title_box02 .img_r ,
.s_title_box02 .img_r {
	width: 10%;
	float: right;
	margin: 2px 0 0;
	border: 0;
	padding: 0;
	text-align: right;
}

/* h3 */

.ss_title_box {
	width: 705px;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 108%;
	color: #fff;
	background: url(../img/common/subtitle_bg.gif);
	line-height: 1.2;
	clear: both;
}

.ss_title_box h3 {
	padding: 8px 10px 3px 23px;
	background: url(../img/common/subtitle_head02.gif) top left no-repeat;
	color: #444444;
	font-weight: bold;
}



/* ● [3] メインコンテンツ ---------------------------------------- */

#contents_block {
	width: 100%;
	display: table;
	background-color: #fff;
}

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

#main_contents_block {
	float:left;
	width: 735px;
}

#main_contents_wide_block {
	
}



/* ●カテゴリトップ・2カラム均等 */

.contents_2col_even {
	
}

.contents_2col_even_left {
	float: left;
	width: 357px;
}

.contents_2col_even_right {
	float: right;
	width: 357px;
}

.contents_2col_even_left .feature_item_block,
.contents_2col_even_right .feature_item_block {
	background: #d5ecf9  url(../img/common/feature_block_m_bg_top.gif) top no-repeat;
}

.contents_2col_even_left .feature_item_box,
.contents_2col_even_right .feature_item_box {
	background: url(../img/common/feature_block_m_bg_btm.gif) bottom no-repeat;
	padding: 5px 7px;
}

.contents_2col_diff {
	
}

.contents_2col_diff_left {
	float: left;
	width: 455px;
}

.contents_2col_diff_right {
	float: right;
	width: 260px;
}

.contents_2col_diff_left .feature_item_block {
	background: #d5ecf9  url(../img/common/feature_block_l_bg_top.gif) top no-repeat;
}

.contents_2col_diff_left .feature_item_box {
	background: url(../img/common/feature_block_l_bg_btm.gif) bottom no-repeat;
	padding: 5px 7px;
}


/* ●カテゴリトップ・3カラム均等 */

.contents_3col_even {
	
}

.contents_3col_even_left {
	width: 231px;
	float: left;
	margin: 0 20px 0 0;
}

.contents_3col_even_center {
	width: 231px;
	float: left;
}

.contents_3col_even_right {
	width: 231px;
	float: right;
}

.contents_3col_even_left .feature_item_block,
.contents_3col_even_center .feature_item_block,
.contents_3col_even_right .feature_item_block {
	background: #d5ecf9 url(../img/common/feature_block_s_bg_top.gif) top no-repeat;
}

.contents_3col_even_left .feature_item_box,
.contents_3col_even_center .feature_item_box,
.contents_3col_even_right .feature_item_box {
	background: url(../img/common/feature_block_s_bg_btm.gif) bottom no-repeat;
	padding: 5px 7px;
}

/* ●カテゴリトップ 共通 */

.contents_2col_even p,
.contents_2col_diff p,
.contents_3col_even p {
	padding:4px 8px 8px;
	margin:0;
}

.contents_2col_even a:link,
.contents_2col_diff a:link,
.contents_3col_even a:link,
.contents_2col_even a:visited,
.contents_2col_diff a:visited,
.contents_3col_even a:visited {
	color: #333;
}

/* ●商品詳細ボックス */

.item_block {
	margin:0 0 10px;
}

.contents_2col_diff_right .item_thumb {
	float: left;
	width: 70px;
} 

.contents_2col_diff_right .item_txt {
	float: right;
	width: 180px;
}

.contents_2col_even_left .item_thumb,
.contents_2col_even_right .item_thumb {
	float: left;
	width: 130px;
}

.contents_2col_even_left .item_txt,
.contents_2col_even_right .item_txt {
	float: right;
	width: 215px;
}

.item_block .link {
	margin:0 0 5px;
	padding: 0 0 0 18px;
	background: url(../img/common/icon_mark01.gif) 0px 4px no-repeat;
}

.item_block .link img {
	vertical-align: -4px;
	margin-left: 4px;
}

.item_block .txt {
	font-size: 93%;
	padding: 0 0 0 18px;
}

/* ●トピックス一覧 */

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

.topics_list dt {
	float: left;
	clear: left;
	padding: 6px 0 6px 10px;
}

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

.topics_list02 {
	margin: 0;
	padding: 0;
}

.topics_list02 ul {
	margin: 0;
	padding: 0;
}

.topics_list02 li {
	padding: 6px 10px 6px 10px;
	background: url(../img/common/icon_mark01.gif) 8em .8em no-repeat;
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}

.topics_list02 .date {
	width: 80px;
	float: left;
}

.topics_list02 .icon {
	width: 75px;
	float: left;
	text-align: center;
}

.topics_list02 .txt {
	width: 542px;
	float: left;
	background: url(../img/common/icon_mark01.gif) 0 4px no-repeat;
	padding: 0 0 0 18px;
}

.topics_list02 .txt02 {
	width: 542px;
	float: left;
	background: url(../img/common/icon_mark01.gif) 0 4px no-repeat;
	padding: 0 0 0 18px;
}

#index .topics_list02 .txt02 {
	width: 382px;
	float: left;
	background: url(../img/common/icon_mark01.gif) 0 4px no-repeat;
	padding: 0 0 0 18px;
}


/* ●ページャー */

.pager {
	width: 680px;
	margin: 25px auto 0 auto;
	text-align:center;
}

.pager li {
	display: inline-block;
	*display:inline; /* for IE6,7 */
	*zoom:1; /* for IE6,7 */
	margin: 0 3px; /* for IE6,7 */
	margin-right: 5px;
	border: 1px #e5e5e5 solid;
	font-weight: bold;
	background: #f1f1f1;
	list-style: none;
	vertical-align: bottom;
}
.pager li.prev,
.pager li.next {
	border: none;
	background: none;
	padding: 1px 0 0 0;
}

.pager li a {
	display: block;
	padding: 5px 8px 2px 8px;
	color: #717171;
}
.pager li a:link,
.pager li a:visited {
	text-decoration: none;
}
.pager li a:hover,
.pager li a:active {
	background: #AADDFF;
	text-decoration: none;
}
.pager li.prev a:hover,
.pager li.prev a:active,
.pager li.next a:hover,
.pager li.next a:active {
	background: none;
	text-decoration: none;
}
.pager li em {
	display: block;
	padding: 5px 8px 2px 8px;
	background: #AADDFF;
}

.pager li.current {
    background: none repeat scroll 0 0 #AADDFF;
    display: inline-block;
	padding: 5px 8px 2px 8px;
}
.pager li .disabled {
	color: #dddddd;
}
/* ● [4] サイドコンテンツ ---------------------------------------- */

#sub_contents_block {
	float: right;
	width: 180px;
	margin-top: -63px;
	_position: relative;
}

#sub_contents_block_nomenu {
	float: right;
	width: 180px;
	_position: relative;
}

.local_menu_block {
	background:	url(../img/common/submenu_bg_top.gif) top no-repeat;
	padding: 15px 0 0;
	margin:0 0 15px;
}

.local_menu_box {
	background:	url(../img/common/submenu_bg_btm.gif) bottom no-repeat;
	padding: 0 0 13px;
}

.local_menu_ttl {
	margin: 0;
}

.local_menu_ttl a {
	display:block;
	border-top: 1px solid #f6fbfe;
	border-bottom: 1px solid #bcd0db;
	background-color: #d6ecf9;
	font-weight: bold;
	padding: 7px 6px;
	*zoom: 1;
}

.local_menu_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.local_menu_box ul li a {
	display: block;
	background:	url(../img/common/submenu_bg.gif) top no-repeat;
	border-top: 1px solid #f6fbfe;
	border-bottom: 1px solid #bcd0db;
	padding: 7px 6px 6px 26px;
	*zoom: 1;
}

.local_menu_box ul li li a {
	background:	url(../img/common/submenu_child_bg.gif) top no-repeat;
}

.local_menu_box ul li a:link,
.local_menu_box ul li a:visited {
	color: #333;
}

.local_menu_box ul li a:hover,
.local_menu_box ul li a:active {
	background-position: 0 -200px;
}




/* ● [5] フッター ---------------------------------------- */

#footer_block {
	width: 100%;
	display: table;
	
}

#footer_box {
	width: 940px;
	margin: 0 auto;
	padding: 0 25px;
	background: url(../img/common/footer_bg.gif) top center no-repeat;
}

.address_block {
	float: left;
	width: 340px;
	padding: 13px 0 0;
}

.address_block .foot_logo {
	float: left;
	width: 86px;
	booder: 1px solid #f00;
	margin: 0 0 10px;
}

.address_block address {
	booder: 1px solid #f00;
	overflow: hidden;
	font-size: 77%;
	margin: 0 0 10px;
	padding: 2px 0 0;
}

.address_block .foot_copy {
	font-size: 77%;
	font-family:Verdana, Geneva, sans-serif;
}

#footer_block .foot_banner_block {
	float: left;
	width: 480px;
	margin: 0;
	padding: 13px 0 0;
	list-style: none;
}

#footer_block .foot_banner_block li {
	float: left;
	margin: 0 4px 0 0;
	background-color: #fff;
}

#footer_block .foot_pagetop {
	float: right;
	width: 72px;
}


/* ● リンク ---------------------------------------- */


.link_list {
	padding: 0;
	margin: 0;
}

.link_list li {
  padding: 0 0 0 18px;
	margin: 0 0 5px 0;
	list-style: none;
  background: url("../img/common/icon_mark01.gif") no-repeat scroll 0 4px transparent;
}

.link_list li span {
	padding: 0 17px 0 0;
}

.link_list .pdf span 	{	background: url(../img/common/icon_pdf.gif) right 0 no-repeat;}
.link_list .word span {	background: url(../img/common/icon_word.gif) right 0 no-repeat;}
.link_list .blank span{	background: url(../img/common/icon_window.gif) right 0 no-repeat;}