@charset "utf-8";

/* CSS 毎日コミュニケーション */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ======================================================================================
	デザインリセット
====================================================================================== */

*{
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	color: #694b4b;
	font-family:	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../img/back_animaro.png) repeat;
	scrollbar-arrow-color: #FF7575;
	scrollbar-face-color: #ffe3e3;
	scrollbar-highlight-color: #FF8E8E;
	scrollbar-shadow-color: #ff9999;
	scrollbar-3dlight-color: #ffcccc;
	scrollbar-darkshadow-color: #FFB7B7;
	scrollbar-track-color: #ffcccc;
}
	
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}

img,table { border: none;}

th, td, textarea { font-size: 12px; }

ol,ul {	list-style: none;}

address,em,cite { font-style: normal;}

img{
	border: 0;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #FFFFFF;
}


/* --------------------------------------------------------------------------------------
	共通設定
--------------------------------------------------------------------------------------- */

/* リンクカラー -------------------- */

a { overflow: hidden; text-decoration: none; }
a:link { color: #694b4b; }
a:visited { color: #694b4b; }
a:hover { color: #694b4b; text-decoration: underline; }


/* 位置 -------------------- */

.alnR { text-align: right; }
.alnC { text-align: center; }
.alnL { text-align: left; }

.fltR { float: right; }
.fltL { float: left; }


/* マージン・余白 -------------------- */

.mgT05 { margin-top: 5px; }
.mgT06 { margin-top: 6px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgT25 { margin-top: 25px; }
.mgT30 { margin-top: 30px; }


/* float解除 -------------------- */

.clear {
	overflow: hidden;
	display: block !important;
	display: inline-block;
}

/* ======================================================================================
	レイアウト　　
====================================================================================== */

/* 全体
--------------------------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	border-right: 1px solid #ff93a8;
	border-bottom: 1px solid #ff93a8;
	border-left: 1px solid #ff93a8;
	background: #fff;
}
* html #wrapper { /* IE6のみ適応 */
	width: 802px;
}

/* 最上部
--------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 150px;
	width: 800px;
	background: url(../img/header_bg.gif) no-repeat left bottom #fff;
}

/* 中央部
--------------------------------------------------------------------------------------*/
#content {
	width: 800px;
	padding-bottom: 25px;
	background: #fff;
}

/* 最下部
--------------------------------------------------------------------------------------*/
#footer {
	padding: 6px 0 5px;
	border-top: 1px solid #ff93a8;
	color: #694b4b;
	clear: both;
}

/* ======================================================================================
	#header
====================================================================================== */

/* キャッチコピー
--------------------------------------------------------------------------------------*/
h1 {
	position: absolute;
	top: 20px;
	right: 14px;
	height: 30px;
}

/* サイトロゴ
--------------------------------------------------------------------------------------*/
.header_logo {
	display: inline;
	float: left;
	margin: 8px 0 0 12px;
}

/* ヘッダのショッピングカート
--------------------------------------------------------------------------------------*/
#button_cart {
	float: right;
	display: inline;
	width: 152px;
	height: 22px;
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

/* グローバルナビ
--------------------------------------------------------------------------------------*/
#global_navi {
	display: inline-block;
	overflow: hidden;
	border-bottom: 1px solid #ffb3c2;
}

#global_navi li {
	display: inline;
	float: left;
	width: 160px;
	height: 36px;
	font-weight: bold;
	text-align: left;
	line-height: 36px;
}

#global_navi a {
	display: block;
	height: 36px;
	padding-left: 25px;
}

#global_navi a:link    { color: #694b4b; }
#global_navi a:visited { color: #694b4b; }
#global_navi a:hover   { color: #694b4b; text-decoration: none; }

#global_navi .gn01 { background: url(../img/global_navi_bg01.gif) no-repeat; }
#global_navi .gn02 { background: url(../img/global_navi_bg02.gif) no-repeat; }
#global_navi .gn03 { background: url(../img/global_navi_bg03.gif) no-repeat; }
#global_navi .gn04 { background: url(../img/global_navi_bg04.gif) no-repeat; }
#global_navi .gn05 { background: url(../img/global_navi_bg04.gif) no-repeat; }

#global_navi .gn01 a:hover { background: url(../img/global_navi_bg01_on.gif) no-repeat; }
#global_navi .gn02 a:hover { background: url(../img/global_navi_bg02_on.gif) no-repeat; }
#global_navi .gn03 a:hover { background: url(../img/global_navi_bg03_on.gif) no-repeat; }
#global_navi .gn04 a:hover { background: url(../img/global_navi_bg04_on.gif) no-repeat; }
#global_navi .gn05 a:hover { background: url(../img/global_navi_bg04_on.gif) no-repeat; }

/* ======================================================================================
 	#footer
====================================================================================== */

.footernavi {
	display: inline;
	float: left;
	margin: 7px 0 0 15px;
	font-size: 11px;
}

.footerIn {
	margin: 0 auto;
	padding: 2px 0 5px;
	width: 792px;
	background: #ffdcd3;
}

/* コピーライト
--------------------------------------------------------------------------------------*/
#footer address {
	display: inline;
	float: right;
	margin: 5px 10px 0 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　トップページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* トップ画像
--------------------------------------------------------------------------------------*/
.main_img {
	margin: 0 auto;
	padding: 15px 0;
}

/* ======================================================================================
	左カラム
====================================================================================== */
.index_left {
	display: inline;
	float: left;
	margin-left: 15px;
	width: 460px;
	text-align: left;
}

.index_left h2 {
	clear: both;
	background: url(../../img/index_title_bg.gif) no-repeat;
	height: 28px;
	width: 460px;
	font-size: 13px;
	font-weight: bold;
	text-indent: 35px;
	line-height: 28px;
}

/* --------------------------------------------------------------------------------------
	ピックアップ
-------------------------------------------------------------------------------------- */
.index_left .leftBox01 {
	margin-bottom: 10px;
	padding: 10px 13px;
	border-right: 1px solid #ff94a8;
	border-bottom: 4px solid #ff94a8;
	border-left: 1px solid #ff94a8;
}

.leftBox01 h3 {
	color: #ff9c82;
	font-size: 16px;
	font-weight: bolder;
}

.showcase { margin-top: 10px; }
.showcase li {	width: 205px;}
.showcase li .name { color: #ff9c82; }
.showcase li .detail {
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.3;
}
.showcase img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* --------------------------------------------------------------------------------------
	更新情報
-------------------------------------------------------------------------------------- */
.news_list {
	padding: 10px 13px 3px;
	border-right: 1px solid #ff94a8;
	border-bottom: 4px solid #ff94a8;
	border-left: 1px solid #ff94a8;
	line-height: 1em;
	clear: both;
}

.news_list dt {
	width: 7em;
	float: left;
	color: #ff9c82;
	font-size: 11px;
	line-height: 1.3em;
}

.news_list dd {
	margin-bottom: 5px;
	padding-left: 7em;
	font-size: 11px;
	line-height: 1.3em;
}

.index_right {
	display: inline;
	float: right;
	margin-right: 15px;
	width: 295px;
	text-align: left;
}

/* --------------------------------------------------------------------------------------
	フモフモさんコンテンツ
-------------------------------------------------------------------------------------- */
.news_listfumo {
	padding: 10px 13px 3px;
	border-right: 1px solid #ff94a8;
	border-bottom: 4px solid #ff94a8;
	border-left: 1px solid #ff94a8;
	line-height: 1em;
	clear: both;
}

.news_listfumo dt {
	width: 14em;
	float: left;
	color: #ff9c82;
	font-size: 11px;
	line-height: 1.3em;
}

.news_listfumo dd {
	margin-bottom: 5px;
	padding-left: 7em;
	font-size: 11px;
	line-height: 1.3em;
}

.index_rightfumo {
	display: inline;
	float: right;
	margin-right: 15px;
	width: 295px;
	text-align: left;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　サブページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 	サブページ共通
--------------------------------------------------------------------------------------- */

#sub_main {
	margin: 0 20px;
	padding-top: 15px;
	clear: both;
	text-align: left;
}

#sub_main h2 {
	margin-bottom: 27px;
	background: url(../../img/sub_title_bg01.gif) no-repeat;
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	padding-left: 45px;
	font-size: 14px;
	text-align: left;
}

#side_navi {
	float: left;
	width: 135px;
	background: #FFF0F5;
	padding-top: 2px;
	text-align: left;
}

#side_navi li {
	background: url(../img/bg_line01.gif) repeat-x left bottom;
	width: 135px;
	font-weight: bold;
}

#side_navi .odd { 
	background-color: #fff4e0; 
}

#side_navi a {
	display: block;
	background: url(../../img/side_navi_p01.gif) no-repeat left 11px;
	padding: 7px 5px 9px 10px;
}


#side_navi02 {
	float: left;
	width: 135px;
	background:#FFF0F5;
	padding-top: 2px;
	text-align: left;
}

#side_navi02 li {
	background: url(../img/bg_line01.gif) repeat-x left bottom;
	width: 135px;
	font-weight: bold;
}

#side_navi02 .odd { 
	background-color: #FFB6C1; 
}

#side_navi02 .odd02 { 
	background-color: #fff4e0;

}

#side_navi02 a {
	display: block;
	background: url(../../img/side_navi_p01.gif) no-repeat left 11px;
	padding: 7px 5px 9px 10px;
}

#content_two {
	float: right;
	width: 600px;
	text-align: center;
}

#content_one {
	margin: 0 auto;
	width: 670px;
}

#content_two h3 {
	line-height: 28px;
	text-align: center;
	height: 28px;
	width: 600px;
	font-size: 15px;
	font-weight: bold;
	background: url(../../img/sub_title_bg02.gif) no-repeat;
	clear: both;
}

.pagetop {
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	text-align: right;
}

.pagenavi {
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
}

/* --------------------------------------------------------------------------------------
 	商品一覧
--------------------------------------------------------------------------------------- */

.product_set {
	margin-top: 10px;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
	padding-bottom: 17px;
}

.product_set .detail_set {
	float: right;
	width: 300px;
	padding-top: 10px;
	height: auto;
}

.product_set .detail_set h4 {
	font-size: 15px;
	font-weight: bold;
	color: #ff9c82;
}

.product_set .detail_set p {
	padding-top: 12px;
	line-height: 1.4;
}

.product_set .detail_set table {
	width: 300px;
	border-collapse: collapse;
	border-top: 1px solid #d3c9c8;
	margin-top: 10px;
}

.product_set .detail_set th {
	background: #fff0ec;
	padding: 7px 5px 7px 10px;
	width: 80px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #d3c9c8;
}

.product_set .detail_set td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #d3c9c8;
}

.product_set .photo {
	float: left;
	width: 290px;
}

/* --------------------------------------------------------------------------------------
 	商品見出し
--------------------------------------------------------------------------------------- */

.product_set {
	margin-top: 10px;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
	padding-bottom: 17px;
}

.product_set .detail_set03 {
	float: left;
	width: 300px;
	padding-top: 10px;
	height: auto;
}

.product_set .detail_set03 h4 {
	font-size: 15px;
	font-weight: bold;
	color: #ff9c82;
}

.product_set .detail_set03 p {
	padding-top: 12px;
	line-height: 1.4;
}

.product_set .detail_set03 table {
	width: 310px;
	border-collapse: collapse;
	border-top: 1px solid #d3c9c8;
	margin-top: 10px;
}

.product_set .detail_set03 th {
	background: #fff0ec;
	padding: 7px 5px 7px 10px;
	width: 80px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #d3c9c8;
}

.product_set .detail_set03 td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #d3c9c8;
}

/* --------------------------------------------------------------------------------------
 	ストーリー紹介中身
--------------------------------------------------------------------------------------- */

.product_set {
	margin-top: 10px;
	padding-bottom: 17px;
	background-image: url(../img/bg_line03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.product_set .detail_set02 {
	float: right;
	width: 130px;
	padding-top: 10px;
	height: auto;
}

.product_set .detail_set02 h4 {
	font-size: 15px;
	font-weight: bold;
	color: #ff9c82;
}

.product_set .detail_set02 p {
	padding-top: 12px;
	line-height: 1.4;
}

.product_set .detail_set table02 {
	width: 310px;
	border-collapse: collapse;
	border-top: 1px solid #d3c9c8;
	margin-top: 10px;
}

.product_set .detail_set02 th {
	background: #fff0ec;
	padding: 7px 5px 7px 10px;
	width: 80px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #d3c9c8;
}

.product_set .detail_set02 td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #d3c9c8;
}

.product_set .photo02 {
	float: left;
	width: auto;
}


/* --------------------------------------------------------------------------------------
 	新商品
--------------------------------------------------------------------------------------- */

.pickup_set {
	margin-top: 10px;
	background: url(../img/bg_line03.gif) repeat-x left bottom;
	padding-bottom: 17px;
}

.pickup_set .detail_set02 {
	float: none;
	width: 580px;
	padding-top: 10px;
}

.pickup_set .detail_set h4 {
	font-size: 15px;
	font-weight: bold;
	color: #ff9c82;
}

.pickup_set .detail_set p {
	padding-top: 12px;
	line-height: 1.4;
}

.pickup_set .detail_set02 table {
	width: 310px;
	border-collapse: collapse;
	border-top: 1px solid #d3c9c8;
	margin-top: 10px;
}

.pickup_set .detail_set th {
	background: #fff0ec;
	padding: 7px 5px 7px 10px;
	width: 80px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #d3c9c8;
}

.pickup_set .detail_set td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #d3c9c8;
}

.pickup_set .photo02 {
	float: center;
	width: 570px;
}


.pickup_set .detail02_set p {
	padding-top: 12px;
	line-height: 1.4;
}

/* --------------------------------------------------------------------------------------
 	特定取引法に基づく表記
--------------------------------------------------------------------------------------- */

table.law {
	border: 1px solid #694b4b;
	border-left: 4px solid #694b4b;
	border-collapse: collapse;
	text-align: left;
}

table.law th,
table.law td {
	padding: 10px 12px;
	border: 1px solid #694b4b;
	line-height: 1.6;
}

table.law th {
	width: 130px;
	background: #fff5f2;
	vertical-align: text-top;
}

table.law span {
	display: block;
	margin-top: 10px;
	color: #ff9c82;
}

table.law a:link { color: #ff9c82; }
table.law a:visited { color: #ff9c82; }
table.law a:hover { color: #ff9c82; }
table.law a:active { color: #ff9c82; }


table.law2 {
	border: 1px solid #694b4b;
	border-left: 4px solid #694b4b;
	border-collapse: collapse;
	text-align: left;
}

table.law2 th,
table.law2 td {
	padding: 10px 12px;
	border: 1px solid #694b4b;
	line-height: 1.6;
}

table.law2 th {
	width: 130px;
	background: #fff5f2;
	vertical-align: text-top;
}

table.law2 span {
	display: block;
	margin-top: 10px;
	color: #ff9c82;
}

table.law2 a:link { color: #ff9c82; }
table.law2 a:visited { color: #ff9c82; }
table.law2 a:hover { color: #ff9c82; }
table.law2 a:active { color: #ff9c82; }

/* --------------------------------------------------------------------------------------
 	決済・お問い合わせ
--------------------------------------------------------------------------------------- */

ul.faq { line-height: 1.6; }

ul.faq li {
	margin-bottom: 12px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background: url(../img/bg_line03.gif) repeat-x left bottom;
}

ul.faq li ul li ul {
	margin: 10px 0;
	list-style: inside disc;
}

ul.faq li ul li ul li {
	margin: 0;
	background: none;
}

ul.faq li.faqQ {
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../../img/faq_img01.gif) no-repeat;
	color: #ff9c82;
	font-weight: bold;
}

ul.faq li.faqA {

	padding: 0 0 13px 32px;
	background: url(../../img/faq_img02.gif) no-repeat;
}

div.contact {
	overflow: hidden;
	height: 55px;
	background: #ffebe6;
	line-height: 1.6;
	margin-top: 17px;
}

div.contact .contactL {
	float: left;
	width: 180px;
	color: #ff9c82;
	font-size: 15px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
}

div.contact .contactR {
	margin-left: 180px;
	padding: 15px 0;
}

div.contact span { color: #ff9c82; }


/* --------------------------------------------------------------------------------------
 	検索
--------------------------------------------------------------------------------------- */

ul.search { line-height: 1.6; }

ul.search li {
	margin-bottom: 12px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background: url(../img/bg_line01.gif) repeat-x left bottom;
}

ul.search li ul li ul {
	margin: 10px 0;
	list-style: inside disc;
}

ul.search li ul li ul li {
	margin: 0;
	background: none;
}

ul.search li.searchQ {
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../../img/faq_img01.gif) no-repeat;
	color: #ff9c82;
	font-weight: bold;
}

ul.search li.searchA {

	padding: 0 0 13px 32px;
	background: url(../../img/faq_img02.gif) no-repeat;
}


ul.ex {
	margin-bottom: 10px;
	padding-left: 32px;
	color: #5F9EA0;
	font-weight: bold;
}


div.contact {
	overflow: hidden;
	height: 55px;
	background: #ffebe6;
	line-height: 1.6;
	margin-top: 17px;
}

div.contact .contactL {
	float: left;
	width: 180px;
	color: #ff9c82;
	font-size: 15px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
}

div.contact .contactR {
	margin-left: 180px;
	padding: 15px 0;
}

div.contact span { color: #ff9c82; }


/* --------------------------------------------------------------------------------------
 	グループ紹介
--------------------------------------------------------------------------------------- */

dl.privacy {
	padding-bottom: 1px;
	background-image: url(../img/bg_line03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

dl.privacy dt {
	padding-left: 10px;
	height: 26px;
	background: url(../../img/privacy_bg.gif) repeat-x;
	font-weight: bold;
	line-height: 26px;
	padding-top: 3px;
	width: 180px;
}

dl.privacy dd {
	margin: 12px 0 20px;
	line-height: 1.4;
}

dl.privacy ol {
	margin: 10px 0;
	padding-left: 1.8em;
}

dl.privacy li { text-indent: -1.8em; }

dl.privacy span {
	display: block;
	margin-top: 1em;
	color: #ff9c82;
}

p.privacy {
	margin-bottom: 1.6em;
	padding-bottom: 1.4em;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
	line-height: 1.4;
}
#wrapper #content #sub_main #content_one .map {
	text-align: center;
	width: 460px;
	float: right;
}

/* --------------------------------------------------------------------------------------
 	サイトマップ
--------------------------------------------------------------------------------------- */

dl.sitemap {
	padding-bottom: 1px;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
}

dl.sitemap dt {
	padding-left: 10px;
	height: 26px;
	background: url(../../img/privacy_bg.gif) repeat-x;
	font-weight: bold;
	line-height: 26px;
	padding-top: 3px;
}

dl.sitemap dd {
	margin: 12px 0 20px;
	line-height: normal;
}

dl.sitemap ol {
	margin: 10px 0;
	padding-left: 1.8em;
}

dl.sitemap li { text-indent: -1.8em; }

dl.sitemap span {
	display: block;
	margin-top: 1em;
	color: #ff9c82;
}

/* --------------------------------------------------------------------------------------
 	お知らせ
--------------------------------------------------------------------------------------- */

dl.news {
	padding-bottom: 1px;
	background-image: url(../img/bg_line03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

dl.news dt {
	padding-left: 10px;
	height: 26px;
	background: url(../../img/privacy_bg.gif) repeat-x;
	font-weight: bold;
	line-height: 26px;
	padding-top: 3px;
}

dl.news dd {
	margin: 12px 0 20px;
	line-height: normal;
}

dl.news ol {
	margin: 10px 0;
	padding-left: 1.8em;
}

dl.news li { text-indent: -1.8em; }

dl.news span {
	display: block;
	margin-top: 0em;
	color: #990000;
}

/* --------------------------------------------------------------------------------------
		フモフモさんキャラクター一覧
-------------------------------------------------------------------------------------- */

ul.newCatalog {
	display: inline-block;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
/* 	margin-left: -22px; */
}
ul.newCatalog li {
	display: inline;
	float: left;
	width: 70px;
	font-size: 11px;
	line-height: 1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.newCatalog img {
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #690000;
	background: #FFFFFF;
}

ul.newCatalog li strong {
	color: #690000;
}

ul.newCatalog form { margin-top: 5px; }

/* --------------------------------------------------------------------------------------
 	商品ジャンル左メニュー
--------------------------------------------------------------------------------------- */
#content .leftBox02 {
	width: 174px;
	float: left;
	text-align: left;
}

#content .leftBox02 li {
	background: url(../img/leftbox_bg_03.gif) no-repeat bottom right #FFFFFF;
	font-size: 11px;
}

#content .leftBox02 li a {
	display: block;
	padding: 4px 6px 4px 10px;
	width: 158px;
}


#content .leftBox02 .title {
	padding: 2px 10px 0px;
	background: url(../img/leftbox_bg_01.gif) no-repeat;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

#content .leftBox02 .listMenu {
	padding: 0 10px;
	background-image: none;
	background-color: #ffe9c1;
	color: #f08776;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
}

#content .leftBox02 .odd { background-color: #fff4e0; }

#content .leftBox02 .newsBox {
	margin-top: 16px;
	background: #ffefd1;
	padding-bottom: 10px;
}

#content .leftBox02 .newsBox p {
	padding: 0 10px;
	margin-top: 5px;
	font-size: 11px;
	text-indent: 0px;
	line-height: 1.4;
}

#content .leftBox02 .newsBox p span {
	color: #f08776;
	font-size: 11px;
	font-weight: bold;
}
#wrapper #content #sub_main #content_two #recommendset01 .detail02_set {
	width: 255px;
	float: right;
	text-align: left;
	top: 0px;
}
#wrapper #content #sub_main #content_two .detail02_set {
	width: 250px;
	float: right;
}
/* --------------------------------------------------------------------------------------
 	プライバシーポリシー
--------------------------------------------------------------------------------------- */

dl.privacy2 {
	padding-bottom: 1px;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
}

dl.privacy2 dt {
	padding-left: 10px;
	height: 26px;
	background: url(../../img/privacy_bg.gif) repeat-x;
	font-weight: bold;
	line-height: 26px;
	padding-top: 3px;
}

dl.privacy2 dd {
	margin: 12px 0 20px;
	line-height: 1.4;
}

dl.privacy2 ol {
	margin: 10px 0;
	padding-left: 1.8em;
}

dl.privacy2 li { text-indent: -1.8em; }

dl.privacy2 span {
	display: block;
	margin-top: 1em;
	color: #ff9c82;
}

p.privacy2 {
	margin-bottom: 1.6em;
	padding-bottom: 1.4em;
	background: url(../img/bg_line02.gif) repeat-x left bottom;
	line-height: 1.4;
}
