﻿@charset "utf-8";

/* 枠（レイアウト）用CSS EC-CUBE拡張版 */

/* 初期設定
----------------------------------------------------*/
#secont li, #leftcolumn li, #rightcolumn li{ list-style:none; }

/* Wordpress設定（管理画面と連動）
----------------------------------------------------*/
/* EC-TABLE */
.tblareabtn { clear:both; margin:15px 0 15px; text-align:center; }
.tblareabtn p{ margin-bottom:0.5em; }
.phototd { width:75px; text-align:center; }
.centertd { text-align:center; }
.pricetd { text-align:right; }
#completetext { margin:15px auto 0 auto; padding:15px; border:5px solid #ccc; }
#completetext p{ padding:20px 0 0 0; }
.pricetd em { font-weight:bold; }

/* フォント */
.price{ color:#ff0000; font-weight:bold; }
.attention{ color:#ff0000; }
.mini{ font-size:90%; }
em{ font-style:normal; color:#ff0000; }

/* テキストフィールド */
input[type='text'] { border:solid 1px #ccc; text-align:left; }

/* ボタン */
input[type='image'] { border:none; vertical-align:bottom; }
input[type='image'].box190 { width:190px; height:30px; }
input[type='image'].box180 { width:180px; height:30px; }
input[type='image'].box150 { width:150px; height:30px; }
input[type='image'].box140 { width:140px; height:30px; }
input[type='image'].box130 { width:130px; height:30px; }
input[type='image'].box51 { width:51px; height:22px; }


/* CSSハック
----------------------------------------------------*/
#information ul, #f_area { min-height:1px; height:1%; }
#information ul:after, #f_area:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }

/* レイアウト
----------------------------------------------------*/
#h_txt p, #header, #menu ul, #visual, #visual_slide, #visu_ban, #container, #cont, #pretop, #prehome, #footer{
	width:900px;
	margin:0 auto;
	display:block;
}
#container, #cont{
	padding-top:5px;
	margin-bottom:10px;
	font-size:107.5%;
}
/* 3カラム設定 */
div#three_maincolumn{
	width:620px;
	float:left;
}
div#three_maincolumn #secont, div#three_maincolumn #scont{
	width:390px;
	float:right;
}

/* 2カラム設定 */
div#two_maincolumn #secont, #scont{
	width:680px;
	float:right;
}

/* 1カラム設定 */
div#one_maincolumn #secont, div#one_maincolumn #scont{
	width:100%;
}

/* サイドバー(EC用) */
#leftcolumn,
#rightcolumn,
#sidebar{
	width:200px;
	float:left;
}
#rightcolumn{
	float:right;
}
*+html #leftcolumn form,
*+html #rightcolumn form{
	display:inline;
	zoom:1;
	width:100%;
}
* html #leftcolumn form,
* html #rightcolumn form{
	display:inline;
	zoom:1;
	width:100%;
}


/* 一応残し（EC用）
----------------------------------------------- */
/* フロート回り込み解除 */
br.clear {
	clear:both;
	display:none;
	font-size:0px;
	line-height:0%;
	height:0px
}

/* 分からない */
select {
	border:solid 1px #ccc;
}

/*商品画像*/
.picture {
	border:1px solid #ccc;
}


/* ヘッダー
------------------------------------------------ */
#h_txt{
	background:#010101;
	color:#9c9c9c;
	font-size:12px;
}

/*通常ヘッダー*/
#h_rap{
	background:url(../img/custom/h_bg.gif) repeat-x bottom;
	margin-bottom:8px;
}

/*冬用ヘッダ*/
#h_rap.winter{
	background:url(../img/custom/h_bg-winter.png) repeat-x bottom !important;
}

/*春用ヘッダ*/
#h_rap.spring{
	background:url(../img/custom/h_bg-spring.png) repeat-x bottom !important;
}

/*新緑用ヘッダ*/
#h_rap.green{
	background:url(../img/custom/h_bg-green.png) repeat-x bottom !important;
}

/*秋用ヘッダ*/
#h_rap.autumn{
	background:url(../img/custom/h_bg-autumn.png) repeat-x bottom !important;
}

#header{
	padding-bottom:14px;
}


/*ナビの位置など
-----------------------*/
.h_nav li{
	display:inline;
	float:right;
}
.h_lef{
	width:250px;
	float:left;
}

/* 冬 */
.winter .h_lef{
	width:250px;
	float:left;
	margin-top:-8px;
}

/* 春 */
.spring .h_lef{
	width:250px;
	float:left;
	margin-top:-8px;
}

/* 新緑 */
.green .h_lef{
	width:250px;
	float:left;
	margin-top:-8px;
}

/* 秋 */
.autumn .h_lef{
	width:250px;
	float:left;
	margin-top:-8px;
}

.h_rig{
	width:500px;
	float:right;
}
.h_nav_txt{
	padding-top:18px;
}
.h_nav_txt li{
	display:inline;
	float:right;
	margin-left:17px;
}
.h_nav_txt li.h_nav_txt_txt{
	padding-top:8px;
}
.h_nav_txt li.h_nav_txt_txt a img{
	vertical-align:top;
}

/* visual */
#visual_multi{
	width:900px;
	margin:0 auto 13px;
}
#multiHeroContents{
	height:340px;
	overflow:hidden;
}
#multiHeroContents li{
	list-style:none;
}
#multiHeroContents li a{
	display:block;
}
#multiHeroControls{
	padding:7px 12px;
	/*padding:7px 72px 7px 80px;*/
	background:#ccc;
}
#multiHeroControls li {
	display:inline;
	float:left;
	margin-right:4px;
}
#multiHeroControls li a{
	display:block;
}
#multiHeroControls li a img{
	filter: alpha(opacity=50);
	opacity:0.5;
}
#multiHeroControls li.thisChild a img{
	filter: alpha(opacity=100);
	opacity:1;
}
#multiHeroControls li a:hover img{
	filter: alpha(opacity=100);
	opacity:1;
}

/* メインバナー */
#tp_van_box{
	margin:0 auto;
	clear:both;
	margin-bottom:8px;
	border:1px solid #ccc;
	width:900px;
}
h2#tp_van_title{
	margin:0px;
	padding:3px 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,9b9b9b+100 */
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e0e0e 0%,#9b9b9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */
	border:none;
}
#visu_ban{
	clear:both;
	margin-bottom:0px;
}
#visu_ban li{
	margin:8px 0px 8px 8px;
	text-decoration:none;
	display:inline;
	float:left;
}
#visu_ban li#ban3,
#visu_ban li#ban4{
    margin-top:0px;
}

#visu_ban li.visu_ban_rig{
	margin:5px 5px 5px 5px;
	float:right;
}
#visu_ban li img{
	border:1px solid #ccc;
}
/* お知らせ */
.tp_osirase{
	text-align:center;
	font-size:0.9em;
	padding:5px 10px;
	margin:0 auto 12px;
	border:solid 1px #ccc;
	background:#f0f0f0;
}
.tp_osirase b{
	display:block;
	margin-bottom:3px;
	font-size:1.1em;
}

/* サイドバー (辻元 .bdr_top追加)
----------------------------------------------- */
.mond_menu{
	margin-bottom:8px;
}
.mond_menu .bdr_top{
	border:solid 1px #ccc;
	border-top:solid 1px #ccc;
	font-size:0.85em;
}
.mond_menu li{
	border:solid 1px #ccc;
	border-top:none;
	font-size:0.85em;
}
.mond_menu li a{
	background:#f0f0f0 url(../img/custom/h_smenu_ico.gif) no-repeat 5px 50%;
	padding:4px 10px 4px 15px;
	display:block;
	text-decoration:none;
	color:#333;
}
.mond_menu li a:hover{
	background:#0f0f0f url(../img/custom/h_smenu_ico.gif) no-repeat 5px 50%;
	color:#fefefe;
}


/* フッター
----------------------------------------------- */
#pretop{
	margin-bottom:5px;
}
#f_nav{
	border-top:solid 2px #989898;
	padding-top:8px;
	font-size:10px;
}
.f_nav_box{
	border-left:solid 2px #cfcfcf;
	padding-left: 4px;
	margin-right: 4px;
	width: 122px;
	float:left;
}
.f_nav_box_double{
	width:200px;
}
.f_nav_lef{
	width:96px;
	float:left;
}
.f_nav_rig{
	width:96px;
	float:right;
	border-left:solid 1px #cfcfcf;
	padding-left:4px;
}

.f_nav_box dt{
	padding-top:4px;
	font-weight:bold;
	margin-bottom:2px;
}
.f_nav_box li{
	list-style:none;
	margin-bottom:2px;
	*zoom:1;
}
.f_nav_box a{
	display:block;
	text-decoration:none;
}
.f_veri{
	float:right;
	width:145;
}

#foot_rap{
	background:#010101;
	border-top:solid 2px #989898;
	padding:8px 0;
}
#footer address{
	color:#fefefe;
	display:inline;
	float:left;
}
.f_rig{
	display:inline;
	float:right;
}

ul.fujii_voice {
  margin:0;
}
ul.fujii_voice li{
  margin:0;
  padding:0;
  float:left;
  width:50%;
}