/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}

img {
vertical-align: bottom;
}

li {
	list-style-type: none;
}
p {
}


body {
	width: 960px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 14px;/*14px*/
	line-height:170%;
	background-color:#FFFFFF;
	color: #333;
	margin: 0 auto;
	padding: 0px;

	}

div#contentArea {
	width: 770px;
	float: left;
}

div#mainArea {
	width: 572px;
	float: right;
}

div#sideArea {
	width: 190px;
	float: left;
}

div#sideArea_right {
	width: 190px;
	float: right;
}

.bold {
	font-weight:bolder;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

a:link    { color: #26621E;text-decoration: underline}
a:visited { color: #26621E;text-decoration: underline}
a:active  { color: #26621E;text-decoration: underline}
a:hover   { color: #568250;text-decoration: none}

h1 {
	margin: 0;
	padding: 3px;
	font-size: 12px;
	color: #cccccc;
	text-align: center;
}

p.infomation {
        width: 564px;
        padding: 10px 0;
        margin: 0 0 5px 0;
        background-color: #FF0000;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        color: #FFF;
}

/* ----------------------------------
   トップページバナー
------------------------------------- */

#imageContainer {
position:relative;
margin:0 0 5px 0;
width:564px; /*画像の横幅*/
height:130px;
overflow:hidden;
}

#imageContainer img {
display:none;
position:absolute;
top:0; left:0;
}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	color: #FFF;
	margin-top: 0;
	margin-bottom: 5px;
	}

#header p {
	width: 960px;
	height: 79px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/title_bg.jpg) no-repeat;
	margin-bottom: 5px;
	}

.title a {color: #FFFFFF;}
.title a:link    {color: #FFFFFF;text-decoration: underline;}
.title a:visited {color: #FFFFFF;text-decoration: underline;}
.title a:active  {color: #FFFFFF;text-decoration: underline;}
.title a:hover   {color: #FFFFFF;text-decoration: none;}

/*ホーム・マイアカウント・お問合せリンク*/
#header ul {
	color: #FFF;
	width: 960px;
	font-size: 12px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/menu_1_bg.jpg) no-repeat left center;
	padding: 2px 0 3px 10px;
	}

#header ul li,#footer ul li {
	display: inline;
	padding-left: 7px;
	margin-right: 3px;
	border-left: 1px solid #fff;
}

#header ul li.home,#footer ul li.home {
	border-right: 1px solid #fff;
	padding-left: 7px;
	padding-right: 4px;
	margin-right: 3px;
}

#header ul li a {color: #FFFFFF;}
#header ul li a:link    {color: #FFFFFF;text-decoration: underline;}
#header ul li a:visited {color: #FFFFFF;text-decoration: underline;}
#header ul li a:active  {color: #FFFFFF;text-decoration: underline;}
#header ul li a:hover   {color: #FFFFFF;text-decoration: none;}


/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

div#sideArea,#sideArea_right {
	width: 190px;
	color:#333;
}

p.imgBnr,li.imgBnr {
	margin-bottom: 5px;
}

p.side_title {
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/side_cat_title_bg.jpg) no-repeat;
	color: #FFF;
	padding:2px 0 2px 15px;
	}

.side_text {
	padding: 12px;
	border-bottom: 1px #eee solid;
	border-left: 1px #CCC solid;
	border-right:1px #CCC solid;
	background-color: #eeeeee;/*#EEEEEE*/
	}

.mailmaga_text {
	font-size: 10px;
	padding-bottom: 0;
	line-height: 1.5;
}

.manamemo_text {
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5;
}

div#sideArea div,div#sideArea_right div {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	background-color:#EEEEEE;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/side_bottom_bg.gif) no-repeat left bottom;
	}

div#sideArea_right div.feed {

	 text-align:center;
	 padding-top:10px;
	 background: none;
}

form.side_text {
	padding: 12px 0;
}

form.side_text select {
	margin: 0 0 5px 12px;
	width: 140px;
}

form.side_text input {
	margin-left: 12px;
}

form.side_text input.textKeyword {
	margin: 0 0 15px 12px;
	width: 140px;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

div#sideArea div.side_cat_bg {
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/side_cat_bg.jpg);
	margin-bottom: 5px;
	padding-bottom: 0;
	}

.side_cat_title {
	padding:2px 0 2px 15px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/side_cat_title_bg.jpg) no-repeat;
	border-bottom:1px #FFF solid;
	color: #FFF;
	padding-left:15px;
	}

.side_cat_text {
	/*height:29px;*/
	border-bottom: 1px #FFF solid;
	color: #432A16;
	padding:0px 12px;
	}

div#sideArea div.side_cat_bottom {
	padding-bottom: 18px;
	margin-bottom: 0;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/side_cat_bottom_bg.jpg) no-repeat left bottom;
	}

.side_cat_text a {color: /*#432A16*/#432A16;}
.side_cat_text a:link    {color: /*#432A16*/#432A16;text-decoration: underline;}
.side_cat_text a:visited {color: /*#432A16*/#432A16;text-decoration: underline;}
.side_cat_text a:active  {color: /*#432A16*/#432A16;text-decoration: underline;}
.side_cat_text a:hover   {color: /*#7E5E44*/#7E5E44;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #87876A;
	border-right: 3px solid #87876A;
	margin: 3px 0px 3px 0px;
	padding-left:5px;
	font-size:10px;
	}


/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width: 960px;
	padding: 14px 0;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/footer_bg.jpg) no-repeat;
	margin-top: 30px;
	margin-bottom: 15px;
	}

#footer ul {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
	text-align:center;
	color:#FFFFFF;
	}

#footer a {color: #FFFFFF;}
#footer a:link    {color: #FFFFFF;text-decoration: underline;}
#footer a:visited {color: #FFFFFF;text-decoration: underline;}
#footer a:active  {color: #FFFFFF;text-decoration: underline;}
#footer a:hover   {color: #FFFFFF;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {

	padding: 3px 0 2px 15px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/main_title_bg.jpg) no-repeat left center;
	color: #FFF;
	margin-bottom: 15px;
	font-weight: normal;
	}

.rank_title {

	height: 28px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/rank_title_bg.jpg) no-repeat;
	color: #FFF;
	margin-bottom: 15px;
	}



/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

div.topBnr {
        margin: 0 0 15px 0;
}

.info_bg {
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/info_bg.jpg) repeat-y;
	margin-bottom: 5px;
	}

.info_title {
	padding: 5px 0 5px 15px;
	color: #ffffff;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/info_top_bg.gif) no-repeat left top;
	font-weight:normal;
	}

.info_text {
	color:#333;
	width: 530px;
	background: #FFF;
	border-top:#B4BEB4 1px solid;
	border-left:#B4BEB4 1px solid;
	margin-left: 6px;
	padding: 10px 10px;
	background:#FFF url(https://img06.shop-pro.jp/PA01021/741/etc/info_text_bottom_bg.gif) no-repeat left bottom;

	}


.info_bottom {

	padding: 3px 0;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/info_bottom_bg.gif) no-repeat left bottom;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#333;
	margin-bottom: 15px;
	}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/sort_bg.jpg) no-repeat;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:active,
.sort_01 a:visited {
	color:#26621E;
	text-decoration:underline;
	}

.sort_01 a:hover {
	color:#568250;
	text-decoration:none;
	}

div.sort_01 ul {
	padding-left: 15px;
}

div.sort_01 ul li {
	display: inline;
}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/sort_bg.jpg) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:active,
.sort_02 a:visited {
	color:#26621E;
	text-decoration:underline;
	}

.sort_02 a:hover {
	color:#568250;
	text-decoration:none;
	}

div.sort_02 ul {
	padding-left: 15px;
}

div.sort_02 ul li {
	display: inline;
}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/pagenavi_bg.jpg) no-repeat;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 15px 0px;
	}


.product_item {
	text-align: center;
	width:175px;
	margin: 0px auto;
	}

.product_item img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

.product_item .name {
	line-height: 120%;
	margin:5px 0px 0px 0px ;
	}

.product_item .price {
	color: #383371;
	}

.product_item .expl {
	color: #FF6600;
	font-size: 12px;
	line-height:120%;
	text-align: center;
	margin:5px 0px 3px 0px ;
	}

.product_item .expl02 {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height:120%;
	text-align: center;
	margin:5px 0px 3px 0px ;
	}
.product_item .expl03 {
	color: #996600;
	font-size: 12px;
	line-height:120%;
	text-align: center;
	margin:5px 0px 3px 0px ;
	}
.product_item .expl04 {
	color: #666666;
	font-size: 12px;
	line-height:120%;
	text-align: center;
	margin:5px 0px 3px 0px ;
	}

font-weight: bold;
	line-height:120%;
	text-align: center;
	margin:5px 0px 3px 0px ;
	}

.product_list a,
.product_list a:link,
.product_list a:active,
.product_list a:visited {
	text-decoration:underline;
	}

.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	width: 564px;
	height: 28px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/footstamp_bg.jpg) no-repeat;
	color: #FFFFFF;
	margin-bottom: 5px;
	}

div.footstamp ul {
	padding-left: 15px;
}

div.footstamp ul li {
	display: inline;
}

.footstamp a {color: #FFFFFF;}
.footstamp a:link    {color: #FFFFFF;text-decoration: underline;}
.footstamp a:visited {color: #FFFFFF;text-decoration: underline;}
.footstamp a:active  {color: #FFFFFF;text-decoration: underline;}
.footstamp a:hover   {color: #FFFFFF;text-decoration: none;}


/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	}



/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
	color:#333;
	}

#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_title {
        line-height:170%;
	padding: 3px 0 2px 15px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/main_title_bg.jpg) no-repeat left center;
	color: #FFF;
	margin: 0 0 15px 0;
	font-weight: normal;
	}

#detail .main_img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: 160px;
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

#detail .table {
	width: 375px;
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/detail_table_bg.jpg) left top repeat-y;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 15px;
	}

#detail .table .cell_1 {
	width: 105px;
	height: 28px;
	color: #FFF;
	border-right: 1px #FFF solid;
	border-bottom:1px #FFF solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #432A16;
	border-bottom:1px #FFF solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}

/* ------------------------------------- 
 *	商品についての注意書き
 * ------------------------------------- */

div.proInfo {
	text-align: left;
	padding:10px 10px 5px 30px;
	font-size: 12px;
}


/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CC9966;
	border-bottom: 1px dotted #CC9966;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}

/* ------------------------------------- 
 *	商品詳細のお客様の声
 * ------------------------------------- */

div.voice {
	background: url(https://img06.shop-pro.jp/PA01021/741/etc/voice_bg.gif) repeat-y;
	width: 564px;
	margin-bottom: 26px;
	text-align: left;
	padding-right: 8px;
}

div.voice .voice_title {
	margin: 0;
	padding: 0 0 15px 0;
	border-top: 0;
	line-height: 1.0;
}

/* ------------------------------------- 
 *	名人へのご注文はこちらからどうぞ
 * ------------------------------------- */

div.bnr_cart {
	padding-top: 30px;
}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:15px;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}


/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 564px;
	color:#333;
	margin-bottom: 15px;
	}


#ShopKeeper th {
	width: 160px;
	height: 28px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-bottom: 1px solid #cccccc;
	text-align:left;
	}


/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	color:#333;
	margin-bottom: 15px;
	}

.pe_up_text {
	margin:0px 15px 15px 25px;
	color:#666;
}

.pe_title {
	color: #432A16;
	border-top: 1px solid #cccccc;
	margin: 0px 15px 0px 5px;
	padding: 15px 15px 0px 0px;
	font-weight: normal;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}


/* ************************************************ 
 *	名人紹介
 * ************************************************ */

/* テーブル
---------------------------------------------------- */
.meijin {
	color: #333333;
	margin: 5px 0px 5px 5px;
	padding: 0px 10px 5px 0px;
	line-height: 133%;
}
.meijin table {
  margin: 0px 0 5px 5px;
  width: 520px;
  border-spacing: 1px;
}
.meijin table th {
  text-align: center;
  font-weight: normal;
  padding: 2px;
  color: #333333;
  background: #CCE69F;
  font-size: x-small;
}
.meijin table td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  padding: 2px;
  color: #333333;
  background: #EEEEEE;
  font-size: x-small;
  border-bottom: 1px dotted #cccccc;
}
.meijin table tr {
  clear: left;
}
.meijin table .hidden {
  border-style: none;
  background: #FFFFFF;
}


/* ************************************************ 
 *	スケジュール
 * ************************************************ */

/* テーブル
---------------------------------------------------- */
.schedule {
	color: #333333;
	margin: 5px 0px 5px 5px;
	padding: 0px 10px 5px 0px;
}
.schedule table {
  margin: 0px;
  width: 550px;
  border-spacing: 1px;
}
.schedule th {
  text-align: center;
  font-weight: normal;
  padding: 0px;
  color: #333333;
  background: #EEEEEE;
  font-size: x-small;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.schedule table td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 0px;
  color: #333333;
  background: #FFFFFF;
  font-size: x-small;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.schedule table tr {
  clear: left;
}
.schedule table img {
  padding: 0px;
  margin: 0px;
}



/* ************************************************ 
 *	内容
 * ************************************************ */

.story p{
	color: #333333;
	margin: 5px 0px 5px 15px;
	padding: 0px 25px 5px 10px;
	line-height: 133%;
}
.story h1{
	font-size: 1.2em;
	color: #333333;
	padding: 0px 0px 0px 7px;
	margin: 15px 0px 15px 5px;
	border-left: 7px solid #006600;
	border-bottom: 1px solid #006600;
	line-height: 200%;
}
.story h2{
 	font-size: 1.2em;
	color: #333333;
 	padding: 5px 0px 5px 3px;
	margin: 10px 0px 15px 8px;
 	border-top: 2px solid #006600;
 	border-bottom: 1px dotted 006600;
}
.story h3{
	font-size: 1.0em;
	color: #006600;
	padding: 5px 0px 5px 3px;
	margin: 10px 20px 15px 15px;
	border-bottom: 1px solid #006600;
}
.story h3.subtitle {
	font-size: 1.2em;
	color: #006600;
	padding: 5px 0px 5px 3px;
	margin: 10px 20px 15px 15px;
	border-bottom: 1px solid #006600;
}
.story h4{
	font-size: 1.0em;
	font-weight: bold;
	color: #006600;
	margin: 5px 0px 10px 20px;
	line-height: 150%;
}
.story h4.square {
	font-size: 1.0em;
	font-weight: bold;
	color: #006600;
	margin: 5px 0px 10px 20px;
	border-left: 10px solid #006600;
	line-height: 150%;
}
.story h5{
	font-size: 1.0em;
　　font-weight: bold;
	color: #FF3300;
	margin: 5px 0px 5px 20px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.story ul {
	margin: 0px 15px 10px 15px;
	padding: 0px 5px 10px 15px;
	font-size: small;
	line-height: 1.2;
}
.story li {
	margin: 0px 5px 0px 15px;
}
.story ol {
	margin: 0px 15px 10px 15px;
	padding: 0px 5px 10px 15px;
	font-size: small;
	line-height: 1.2;
	list-style-type: decimal;
}
.story ol li {
	margin: 5px 0px 5px 35px;
	list-style-type: decimal;
}
.story strong {
	color: #006600;
	font-weight:bold;
}
.smltxt {
	font-size: x-small;
}
.caution {
	font-size: 80%;
}
.caution01 {
	color: #FF0000;
	font-weight: bold;
}
.caution02 {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
}
.topic {
	font-size: 1.2em;
	font-weight: bold;
}
.SA0020 {
	width: 100%;
	border-collapse: collapse;
}
.SA0020 th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #FFF;
	border: 1px solid #666;
}
.SA0020 td{
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #666;
}
.SA0020 td.center{
	text-align: center;
}
.concept_area {
	margin: 0px 0px 15px 0px;
}
.conceptimg {
	margin: 5px 0px 15px 3px;
}



/* あなた */
.box01 {
	background-color: #FFF;
	padding: 10px 0 10px 0;
	margin: 10px 10px 10px 0;
	border: 1px solid #CCC;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;        /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;        /* Firefox用 */ 
}


/* あきた森の宅配便 */
.box02 {
	background-color: #FFF;
	padding: 10px 0 10px 0;
	margin: 10px 10px 10px 0;
	border: 1px solid #CCC;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;        /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;        /* Firefox用 */ 
}


/* 山の名人 */
.box03 {
	background-color: #FFF;
	padding: 10px 0 10px 0;
	margin: 10px 10px 10px 0;
	border: 1px solid #CCC;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;        /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;        /* Firefox用 */ 
}

.flowimg {
	margin: 10px 10px 10px 20px;
}

.recipeimg {
	margin: 0px 0px 0px 20px;
}



.SA0030 {
	width: 100%;
	border-collapse: collapse;
}
.SA0030 th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #FFF;
	border: 1px solid #666;
}
.SA0030 td{
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #666;
}
.SA0030 td.center{
	text-align: center;
}
.caution03 {
	font-size: x-small;
	color: #FF0000;
}
.scroll table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}