@charset "utf-8";
/* CSS Document */

/* テーマ：ベーシック／ピンク */

body{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-size:80%;
	line-height:135%;
	color:#000000;
	letter-spacing:0;
	/*background:#C9D1D1;*/
}

table{ /* 基本テーブル設定（固定）*/
	border:0px none;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse:collapse;
}

th {border:0px /*none;margin:0px;padding:0px;border-collapse:collapse;*/vertical-align:top;}

td {border:0px /*none;margin:0px;padding:0px;border-collapse:collapse;*/vertical-align:top;}

th {white-space:nowrap;} 

h1,h2,h3,h4 { /* 基本タイトル（固定）*/
	padding:0px;
	margin:0px;
	font-size:100%;
	text-align:left;
}

a{ /* 基本のリンク （固定）*/
	color:#666666;text-decoration:underline;}
a:hover {
	color:#7195F4;text-decoration:none;}

ul{ /* 基本のリスト （固定）*/
	list-style-type:square;}

ul ul{	list-style-type:none;}

img{ border:0px;}/* イメージボーダー指定 */

form {	padding:0px;display:inline;}

p{ /*line-height:150%;margin:5px 0px;padding:2px 0px;*/}

.clear_both { /* 画像の周り込み解除 */
	clear:both;
	font-size:1px;
	visibility:hidden;
	overflow:hidden;
	height:1px;
	text-align:center;
}

.button1{ /* inputボタン設定 */
	/*cursor:hand;
	font-size:12px;
	color:#FFFFDD;
	background:#333333;
	border:1px solid #999999;
	font-weight:normal;*/
}

.sidebox .text1 {
  border:1px solid #CCCCCC;
  width:100px;
  float:left;
  margin-right:5px;
}
.text1 { /* テキストエリアデザイン設定 */
  border:1px solid #CCCCCC;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
 .text1 { /* テキストエリアデザイン設定 */
  width: 50% !important;
  margin-right:2px !important;
  margin-top:1px !important;
 }
}

.caution{ font-weight:bold;color:#CC0000;}/* エラーメッセージ */

.no2{font-size:110%;} /* フォントズーム */

.strong{ font-weight:bold;}/* フォントボールド */

.red{color:#CC0000;} /* フォント赤 */
.orange{color:#FF9900;} /* フォントオレンジ */
.blue{color:#0000FF;} /* フォント青 */
.green{color:#006600;} /* フォント緑 */
.glay{color:#666666;} /* フォントグレー */

.item img{/* 商品画像枠  */ 
	height:auto;
	padding:5px;
	margin:0px;
	background:#FFFFFF;
	text-align:center;
}

.spacebox{/* スペース設定  */ 
	height:50px;
}

/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*border-left:1px solid #333333;
	border-right:1px solid #333333;*/
	background:/* url(../img/container.gif) */ #ffffff;
	position:relative;
}

/* マイページ、ポップアップ画面 */
#enter {
	width:100%;
	text-align:left;
	background:/* url(../img/enter.gif) */ #ffffff;
	border:1px solid #B6A081;
}

/* ヘッダー */
#header{
	width:100%;
	height:85px;
	padding-bottom:2px;
	background:url(<EBHfBgurl>) <EBHfBgurlp> no-repeat;
}

td>#header { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:85px;
}

#header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#header {
	display: inline-block;
}
/*\*/
* html #header {
	height: 1%;
}
#header {
	display: block;
}
.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding:15px 5px 5px 0px;
	margin:0px;
	width:100%;
}

.shoplogo img{ /* サイトロゴブロック（表示なし） */
	/*display:none;*/
}

.siteName { /* サイト名 h1 （テキスト） */
	margin:0px;
	padding:20px 10px 3px 0px;
	font-size:150%;
	font-weight:900;
	line-height:1em;
}
.siteName a { color:#FF286F;text-decoration:none;}
.siteName a:hover {
	color:#7195F4;
	text-decoration:underline;
}


.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	padding:5px 10px 2px 0px;
	margin:0px;
	line-height:120%;
	font-weight:normal;
}

.sitecopy a {color:#666666;text-decoration:none;}
.sitecopy a:hover {color:#7195F4;text-decoration:none;}


/* ヘッダーメニュー */
#headMenu {
	width:100%;
	margin:0;
	margin-bottom:4px;
	background-color:#FFF0F5;
	/*border-bottom:3px #009193 solid;
	border-top:1px #009193 solid;*/
	margin-bottom:10px;
	color:#FFFFFF;
	clear:both;
}

.headnavi { /* ヘッダーメニューテキスト */
	padding:5px 5px 5px 1px;
	font-weight:normal;
	text-align:right;
	color:#FFFFFF;
	background-image:url(../img/headnavi_bg.gif);
	background-color:#FF286F;
}

.headnavi a{
	padding:10px 5px 10px 5px ;
	margin:5px 0px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.headnavi a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../img/headnavi_bg_on.gif);
}
.navi01 {/* ヘッダーメニューアイコン */
	color:#333333;
	/*background:url(../img/hnavi01.gif) no-repeat center left;*/
}

/* ヘッダー下装飾ライン */
.hline {
	border:0px solid #B6A081;
	/*background:url(../img/hline.gif) no-repeat #B6A081;*/
}

/********************************************************************/

#leftSide {min-width:/*17*/0px; /* 左サイドtd */

	padding:0px;
	margin:0px;
	background:#ffffff;
	vertical-align:top;
	/* background:url(../img/leftside.gif) ;*/
}

#rightSide {min-width:/*17*/0px; /* 右サイドtd （3列）*/
	padding:0px;
	margin:0px;
	background:#ffffff;
	vertical-align:top;
	/* background:url(../img/rightside.gif) ;*/
}

#rightSide {min-width:/*17*/0px; /* 右サイドtd （3列 ブログ）*/
	padding:0px;
	margin:0px;
	vertical-align:top;
	/* background:url(../img/rightside2.gif) ;*/
}

#center1 { /* センター td （2列）*/
	/*width:690px;*/
	width:1100px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#FFFFFF;
	/* background:url(../img/center1.gif) ;*/
}

#center2 {min-width:/*52*/0px; /* センターtd （3列）*/
	width:auto;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#FFFFFF;
	/* background:url(../img/center2.gif) ;*/
}

#center3 { /* センターtd （装飾用）*/
	vertical-align:top;	
	background:#ffffff;
	width:100%;
	/* background:url(../img/center3.gif) ;*/
}


/* 表組みセンタリング */
#center3 table{
	margin:0 auto;
}
#center3 table table.bordlayoutp3{
	margin:0;
}

.header_area { /* ヘッダのフリーエリア */
	text-align:left;
	margin:0 auto;
	padding:0px;
	height:0px;
	width:680px;
}

.footer_area { /* フッタのフリーエリア */
	text-align:left;
	margin:0 auto;
	padding:0px;
	height:0px;
	width:680px;
}

.sidebox { /* サイド用ブロック（幅設定） */

	padding:1px 0px 5px 0px;
	margin:0px;
}

.centerbox { /* センター用ブロック（幅設定） */
	margin:0px;
	padding:/*1*/0px;
	/* background:url(../img/centerbox.gif) ;*/
}


.center{ text-align:center;} /* センター */
.right{ text-align:right;} /* 右 */
.left{ text-align:left;} /* 左 */
.middle{ vertical-align:middle;}/* テキスト縦中央 */
.buttom{ vertical-align:bottom;}/* テキスト縦下 */
.float_right{ float:right;}
.float_left{ float:left;}

/********************************************************************/
/* 基本商品テキスト設定 */

.price{ /* 商品価格 */
	color:#FF0000;
	text-align:left;
	font-weight:bold;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size:140%;
	font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align:left;
	color:#333333;
}
.expl a{color:#333333;	text-decoration:none;}
.expl a:hover{color:#333333;text-decoration:underline;}

.fixed{ /* 商品定価 */
	font-size:120%;
	color:#333333;
	text-align:left;
}

h2.goods /* 商品名 （商品一覧）*/
a{color:#FF286F;text-decoration:none;font-weight:bold;text-decoration:underline;}
h2.goods a:hover{color:#7195F4;text-decoration:underline;}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin:0px ;
	padding:0px;
}

.topIMG td{
	margin:0px;
	padding:0px;
	background:#ffffff;
}

.shopCopy { /* サイト説明 */
	font-size:110%;
	line-height:130%;
	margin:0px;
	padding:3px 10px 3px 10px;
	color:#7195F4;
	font-weight:normal;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:8px 0px 8px 7px;
	margin:0px;
	width:auto;
	color:#FF286F;
	line-height:100%;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.2em;
	background:#fbc1de url(../img/title_bar01.gif)  repeat-x;
}

.title1{ /* タイトル2 h1 */
	padding:8px 0px 8px 7px;
	margin:0px;
	width:auto;
	color:#FF286F;
	line-height:100%;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.2em;
	background:#fbc1de url(../img/title_bar01.gif)  repeat-x;
}
.title1 a{color:#FF286F;text-decoration:underline;}
.title1 a:hover{
	color:#FF286F;
	text-decoration:underline;
	font-weight:bold;
}
.title2{ /* タイトル2 h1 */
	padding:10px 0px 10px 7px;
	margin:0px;
	width:auto;
	color:#FF286F;
	line-height:100%;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	background:#fbc1de url(../img/title_bar01.gif)  repeat-x;
}
.title2 a{color:#FF286F;text-decoration:underline;}
.title2 a:hover{
	color:#FF286F;
	text-decoration:underline;
	font-weight:bold;
}
.title3{ /* タイトル2 h1 */
	padding:10px 0px 10px 7px;
	margin:0px;
	width:auto;
	color:#FF286F;
	line-height:100%;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	background:#fbc1de url(../img/title_bar01.gif)  repeat-x;
}
.title3 a{color:#FF286F;text-decoration:underline;}
.title3 a:hover{
	color:#FF286F;
	text-decoration:underline;
	font-weight:bold;
}

.rank{/* ランキングアイコン */
        text-align:left;
}

.mainCont { /* メインコンテンツ */

	padding:/*1*/0px;
	margin:0px;
	width:auto;
	background:#FFFFFF;
	/* background:url(../img/maincont.gif) ;*/
}

.contbox { /* メインコンテンツ内項目ボックス*/
	padding:10px 0px;
	margin:0px;
	width:auto;
}


ul.news{ /* 最新情報リスト設定 */
	text-align:left;
	padding:0px 0px 0px 12px;
	margin:0px;
	list-style-type:none;
	color:#000000;
}

li.p3{padding:3px;}

ul.free_list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#333333;
}

ul.list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#333333;
}

ul.map{ /* サイトマップリスト設定 */
	font-size:110%;
	text-align:left;
	padding:0px 20px;
	margin:0px;
	color:#333333;
}
li.sm1 { margin:4px ;display:block;list-style-type:none;}
li.sm2 { margin:0px 0px 0px -35px;display:block;list-style-type:none;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	font-size:110%;
	padding:5px 25px;
	color:#333333;
	background:url(../img/icon_sitemap.gif) no-repeat ;
	background-position:left center;
}


/* テーブル余白設定  （固定） */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}

.layoutp3 table{text-align:left;width:100%;}
.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #999999;}

.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #999999;}
.bordlayoutp3 td { padding:3px;border:1px solid #999999;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#FFF0F5;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF;vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#D7EBF4;padding:10px 0px;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin:10px 0px 0px 0px;
	padding:1px;
	width:99%;
	/* background:url(../img/layoutframe.gif) ;*/
}
.layoutFrame td{
	text-align:center;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin:1px;
	padding:3px;
	background:#FFFFFF;
	/* background:url(../img/layout1.gif) ;*/
}
.layout1 td{
	margin:0px;
	padding:3px;
	text-align:center;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin:0px;
	padding:3px 15px;
	color:#AE0038;
	text-align:left;
	background:#FFFFFF;
}
#bread a { color:#AE0038;}
#bread a:link { 
	text-decoration:underline;
}
#bread a:hover { 
	text-decoration:underline;
	color:#7195F4;
}

h4.title{
	font-size:110%;
	margin:5px 0px;	
	padding:2px 0px;
	color:#FF286F;
	border-bottom:1px dotted #333333;
}

.mainFrame{ /* メイン大枠 */
	margin:0px;
	padding:1px;
	/*ackground:#1587C2;*/
	/* background:url(../img/mainframe.gif) ;*/
}

p.title	{ margin:3px 0px;	
	padding:2px 0px;
	color:#669933;
	border-bottom:1px dotted;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent,.mailmag_cha,.mailmag_can {
	color:#FF286F;
}


.mailmag_ent{ /* 新規登録 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_can.gif) no-repeat;
}

#sortList{ /* ソート */
	margin:0px;
	padding:10px 3px 5px 3px;
	width:auto;
	color:#333333;
	float:right;
}

.pageTop { /* ページトップ */
	padding:3px 5px 0px 17px;
	margin:10px 5px;
	background-image:url(../img/icon_top.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:90%;
	font-weight:bold;
	float:right;
}
.pageTop a{ color:#FF286F;text-decoration:none;}
.pageTop a:hover{ color:#7195F4;text-decoration:none;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding:0px;
	margin-bottom:2px;
	width:auto;
	border-top:1px #FF286F solid;
	height:100px;
	text-align:center;
	margin-top:5px;
	<EBIfNonEmpty tag="EBHffBgurl">background:url(<EBHffBgurl>) <EBHffBgurlp> no-repeat ;</EBIfNonEmpty>
}

td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:100px;
}

.footnavi { /*フッターメニューテキスト設定*/
	padding:15px 20px 5px 20px;
	color:#FF286F;
}
.footnavi a{ 
	color:#FF286F;
	text-decoration:underline;
	font-weight:normal;
}
.footnavi a:hover { color:#7195F4;text-decoration:underline;}

#copyright { /* コピーライト */
	padding:0px;
	padding-bottom:40px;
	width:auto;
	height:20px;
	color:#FF286F;
	text-align:center;
	/* background:url(../img/copyright.gif) ;*/
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:20px;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding:6px 5px 12px 5px;
	margin:0px;
	width:auto;
	background:#FFF0F5;
}
#search form{width:155px;}
#search label{
	padding:7px 0px 0px 7px;
	margin:0px;
	color:#FF286F;
	line-height:100%;
	letter-spacing:0.2em;
	font-size:12px;
	font-weight:bold;
}


.fieldarea{padding:5px 0px 5px 0px;vertical-align:middle;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding:0px 0px;	
	display:block;
	line-height:130%;
}

.list h3 { /* タイトル */
	padding:5px 5px;
	margin:0px;
}

ul.free_listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

li.ca1 {
	margin:0px;
	border-top:1px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;
}

li.ca2 {
	margin:0px;
	border-bottom:1px solid #FFFFFF;
}
li.ca1 a{ padding:5px 3px 5px 15px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;
	/*background:#FFF0F5;*/
	color:#FF286F;
}

li.ca1 a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../img/icon_eye01_ov.gif);
	background-repeat:no-repeat;
	background-color:#FF286F;
}

li.ca2 a{ padding:1px 3px 1px 15px;
	display:block;
	color:#AE0038;
	font-weight:normal;
	text-decoration:none;
	
}
li.ca2 a:hover{
	color:#6A0023;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #FFF0F5;
}

li.ca3 {
	margin:0px;
	border-top:1px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;	
}

li.ca3 a{ padding:5px 3px 5px 15px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;
	/*background:#FFF0F5;*/
	color:#FF286F;
}

li.ca3 a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../img/icon_eye01_ov.gif);
	background-repeat:no-repeat;
	background-color:#FF286F;
}

li.ca4 {
	margin:0px;
	border-bottom:1px solid #FFFFFF;
}

li.ca4 a{ padding:3px 3px 3px 25px;
	display:block;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #EBEBEB;
}

li.ca4 a:hover{
	color:#547D2B;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #EBFFAC;
}

.sline1 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
}

.sline2 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin:0px ;
	padding:5px;
	background: #FFFFFF;
}

.sidemain1 p {
	padding:3px 0px 3px 0px;
	margin:0px;
	line-height:120%;
}

.sidemain1 ul { /* リスト設定 */
	margin:0px;
	padding:3px 0px 3px 0px;
	list-style:none;
} 

.sidemain1 li {
	display:block;
	padding:2px 0px 2px 10px;
	color:#0E577E;
	/*background:url(../img/icon_eye03.gif) no-repeat;*/
}

/* カレンダー */
caption { /* 年月タイトル */
	 font-weight:bold;
	 text-align:center;
	 padding:3px;
	 color:#333333;
}
caption a{ color:#333333;text-decoration:underline;}
caption a:hover{ color:#333333;	 text-decoration:underline;}

.carender { /* カレンダー テーブル*/
	 border-collapse:collapse;
	 padding:5px 0px;
	 margin:0 auto;
	 text-align:center;
	 background-color:#FFFFFF;
}

div#calendar_div table{
	margin:0 auto;
	text-align:center;
	width:150px;
}

.carender td {
	padding:2px;
	border-collapse:collapse;
	text-align:right;
	border:1px solid #CCCCCC;	
	 background-color:#FFFFFF;
}

.carender th {
	padding:2px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;	
	 background-color:#FFFFFF;
}

th.day { /* ヘッダ平日 */
	font-weight:bold;
	color:#FF286F;
	background:#FFF0F5;
	text-align:center;
}

th.sun { /* ヘッダ日曜 */
	color:#FFFFFF;
	background:#FF286F;
	text-align:center;
}

th.sat { /* ヘッダ土曜 */
	color:#FFFFFF;
	background:#7195F4;
	text-align:center;
}

.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:84%;
}
.chert td {
	border-collapse:separate;
	padding:0px 0px 0px 5px;
	border:2px solid #FFFFFF;
}

.line01{
	/*border:#DEDBBE 1px dotted;*/
	vertical-align:bottom;
} 

/* RSS設定 */
#rss{
	margin:0 0 20px 0;
	padding:0;
}

#count{ /* カウンター */
	margin:0px;
	padding:5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /*コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;
	/*background:url(../img/blogbox.gif) ;*/
}

.entry_title { /* ブログエントリータイトル h2 */
	padding:5px 0px 5px 0px;
	display:block;
	font-size:110%;
/*color:#FFFFFF;*/
	color:#333333;
	height:19px;
/*	background:url(../img/entry_title.gif);*/
}

.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#333333;
	text-align:right;
}

.state{ /* ブログステータス */
	padding:2px 0px;
	text-align:right;
	border-top:1px solid #ded9c5;
}

.subtitle {/* h3 ブロックサブタイトル */
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:110%;
	color:#547D2B;
	background:url(../img/subtitle.gif);
	height:19px;
}

 p.label { /* ブログコメントタイトル */
	font-weight:bold;
}

.tb_url{ /* トラックバックurl */
	font-weight:bold;margin-bottom:10px;
}

/********************************************************************/
/* カート */

.point {font-size:120%;color:red;font-weight:900;}

.pointline {font-size:100%;color:#FFFFFF;font-weight:900;padding:3px;background-color:#FF286F;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}

.step_navi01 {
	background-image:url(../img/navi01.gif);
	background-repeat:no-repeat;
}

.step_navi02 {
	background-image:url(../img/navi02.gif);
	background-repeat:no-repeat;
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
	background-repeat:no-repeat;
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
	background-repeat:no-repeat;
}

/* ご利用案内 */
table.layout_left_shoppinguide{
	width:100%;
}

/********************************************************************/
/*** 商品詳細ページの在庫の直接表示用 ***/
#itemStocklist table {
	border-collapse:collapse;
	margin:5px 0;
	padding:0;
}

#itemStocklist th,
#itemStocklist td {
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}

#itemStocklist th {
	white-space:normal;
	width:auto;
	border:1px solid #999;
	vertical-align:middle;;
}

#itemStocklist td {
	white-space:normal;
	width:auto;
	border:1px solid #999;
}

#itemStocklist th p,
#itemStocklist td p {
	padding:1px 4px;
	line-height:1.2;
}

#itemStocklist td input,
#itemStocklist td img {
	width:80px;
	height:24px;
	margin:2px;
}

/* バリエーションなしorまとめて管理 */
#itemStocklist table.contType {width:auto;}

#itemStocklist table.contType th,
#itemStocklist table.contType td {
	padding:0 10px;
	vertical-align:middle;
	font-size:0.9em;
}

/* バリエーションごとに管理 */
#itemStocklist table.listType {width:100%;}

#itemStocklist table.listType th,
#itemStocklist table.listType td {font-size:0.8em;}

#itemStocklist table.listType td.stk {
	width:5em;
	text-align:center;
}

#itemStocklist table.listType td.btn {
	width:84px;
	vertical-align:middle;
	text-align:center;
}


/*************************************************/
/*** 複数カテゴリ（サブメニュー用） ***/

/*サブメニュー準備*/
#sps-itemCategoryBox ul {
	zoom:1;
}

#sps-itemCategoryBox,
#sps-itemCategoryBox ul,
#sps-itemCategoryBox li {
	margin:0;
	padding:0;
}

#sps-itemCategoryBox li {
	list-style:none;
}

#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList {
	position:relative;
}

/*サブメニュー非表示（初期）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	width:100%;
	position:absolute;
	top:0;
	left:100%;
	display:none;
}

/*サブメニュー表示（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList:hover .sps-itemCategorySub {
	display:block;
	z-index:99;
}

/*サブメニューボックス*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	padding: 5px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background:#fff;
}

/*サブメニュー内リンク*/
#sps-itemCategoryBox .sps-itemList .ca2 a {
	color:#00f;
	font-weight:normal;
	text-decoration:underline;
}

/*サブメニュー内リンク（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .ca2 a:hover {
	color:#00f;
	font-weight:normal;
	text-decoration:underline;
}

/*************************************************/
/*** 複数カテゴリ（商品一覧用） ***/

/*商品一覧の選択カテゴリの上位カテゴリ*/
#sps-itemCategoryBox .sps-selList .sps-itemCategoryUp .ca2 a {
	padding-left:0.3em;
	background-image:none;
}

/*商品一覧の表示パターン1（全商品カテゴリを見る非表示）*/
#sps-itemCategoryBox .sps-selList+.sps-itemList {
	margin:2em 0;
}

/*商品一覧の表示パターン2（全商品カテゴリを見る表示）*/
#sps-itemCategoryBox .sps-allList {
	margin:2em 0;
}

#sps-itemCategoryBox .sps-allList .sps-itemCategoryMain .ca2 a {
	padding-left:0;
	padding-right:0;
	background-image:none;
	text-align:center;
}

/*商品一覧表示パターン2（全商品一覧の表示位置調整）*/
#sps-itemCategoryBox .sps-allList+.sps-itemList {
	margin:-2em 0 2em;
}

/*************************************************/
/*** 複数カテゴリ（サイトマップ用） ***/

/*見出し*/
#sps-smItemCategory h5 {
	margin:0 0 0 25px;
	font-size:1em;
}

/*第2階層以下のカテゴリ*/
#sps-smItemCategory li.sm1 ul {
	margin:0;
	padding:0;
}

/*第2階層のカテゴリ*/
#sps-smItemCategory li.sm2 {
	margin:0 0 0 1px;
}

/*************************************************/
/*** キーワードリンク（左サイド用）レイアウト ***/
#sps-leftKeywordBox li {background:none;margin:0 5px 0 0;padding:0;display:inline;line-height:1.6;}
#sps-leftKeywordBox li a {background:none;padding:0;display:inline;text-decoration:underline;}

/*** 商品検索（ヘッダ用）レイアウト ***/
#sps-headSearchBox {text-align:left;}
#sps-headSearchBox form {display:block;padding:5px 10px;}
#sps-headSearchBox form label {padding-right:10px;font-size:1.1em;}
#sps-headSearchBox form input[type=text] {width:40%;padding:0.1em 0.3em;font-size:1.1em;}
#sps-headSearchBox form input[type=submit] {font-size:1.1em;}

/*** 商品検索（ヘッダ用）デザイン ***/
#sps-headSearchBox {
	background:#fff0f5; /* 背景 */
}

#sps-headSearchBox form {
/*	border:1px solid #ccc; /* 枠線 */
}

div + #sps-headSearchBox form {
/*	border-top:none; /* 枠線の調整 */
}

#sps-headSearchBox form label {
	color:#ff286f; /* 文字色 */
	font-weight:bold; /* 太字 */
}

/*** キーワードリンク（ヘッダ用）レイアウト ***/
#sps-headKeywordBox {text-align:left;}
#sps-headKeywordBox div {padding:5px 10px;line-height:1.6;font-size:0.9em;}
#sps-headKeywordBox ul {margin:0;padding:0;display:inline;}
#sps-headKeywordBox li {list-style:none;display:inline-block;padding-right:0.5em;}

/*** キーワードリンク（ヘッダ用）デザイン ***/
#sps-headKeywordBox {
	background:#fff; /* 背景色 */
}

#sps-headKeywordBox div {
/*	border:1px solid #ccc; /* 枠線 */
}

div + #sps-headKeywordBox div {
/*	border-top:none; /* 枠線の調整 */
}

#sps-headKeywordBox span {
	color:#ae0038; /* 見出し */
}

#sps-headKeywordBox span:after {
	content:" ： "; /* 見出し区切り文字 */
}

/*** ヘッダ区切り線調整 ***/
#sps-headSearchBox + div.hline,
#sps-headKeywordBox + div.hline {margin-bottom:10px;}



/**********************ここから追加css***************************/


.clear {
clear:both;
}

.text1 {
color:#666666;
font-size:13px;
line-height:1.5;
}

.text2 {
color:#777777;
font-size:15px;
line-height:1.7;
font-weight:bold;
}

.text3 {
color:#E37DA2;
font-size:13px;
font-weight:bold;
}


.text4 {
color:#E37DA2;
font-size:15px;
font-weight:bold;
}

.text5 {
font-size:11px;
font-weight:bold;
color:#999999;
}



/***********************header*************************/

.header1 {
width:1100px;
margin:0 auto;
padding:0;
line-height:0;
overflow:hidden;
}

.header1 h2 {
margin:10px 25px 0px 0px;
padding:0;
text-align:right;
}

.header1 div {
float:left;
}

.logo1 {
margin-right:480px;
}

.login1 {
margin:50px 20px 0px 0px;
}

.qb1 {
margin:50px 20px 0px 0px;
}

.header1 ul {
width:1100px;
margin:0;
padding:0;
list-style-type:none;
}

.header1 ul li {
float:left;
}




/***************************center***************************/


.top1 {
width:1100px;
margin:0 auto;
padding:0;
}

.bottom1 {
margin-bottom:20px;
}

.top2 {
height:410px;
background-image:url(https://www.bodyspro.co.jp/images/volcenta001_002.jpg);
background-repeat:no-repeat;
}

.top2 ul {
width:146px;
padding:245px 0px 0px 770px;
margin:0;
list-style-type:none;
}

.voice1 {
height:780px;
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_top_03.jpg);
background-repeat:no-repeat;
}


.voice1 ul {
padding:120px 0px 0px 25px;
margin:0;
list-style-type:none;
}


.voice1 ul li {
width:465px;
height:150px;
margin:0px 20px 20px 0px;
padding:160px 20px 0px 30px;
float:left;
}

.review1 {
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_review01.jpg);
background-repeat:no-repeat;
}

.review2 {
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_review02.jpg);
background-repeat:no-repeat;
}

.review3 {
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_review03.jpg);
background-repeat:no-repeat;
}

.review4 {
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_review04.jpg);
background-repeat:no-repeat;
}

.voice1 ul li p {
text-align:right;
margin:0px 10px 0px 0px;
padding:0;
}

/*20160114追加修正箇所ここから*/
.seibun1_2 {
height:300px;
/*padding:280px 450px 0px 80px;*/
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_top_07_3_2.jpg);
background-repeat:no-repeat;
}

.seibun1_2 p {
margin:125px 0px 0px 0px;
padding:0;
}

.seibun11_2 {
padding:0px 0px 0px 70px;
margin:20px 0px;
list-style-type:none;
overflow:hidden;
}


.seibun11_2 li {
width:453px;
margin-right:55px;
float:left;
}

.seibun11_2 li.seibun11_3 {
width:960px;
margin-right:55px;
float:left;
}

.seibun1-2 {
height:530px;
padding:20px 0px 0px 125px;
background-image:url(https://image1.shopserve.jp/demobp1351.ri.shopserve.jp/pic-labo/y_top_07-2.jpg);
background-repeat:no-repeat;
color:#DB497E;
font-size:26px;
font-weight:bold;
}

.seibun1-2>p {
margin:15px 0px 0px 0px;
padding:0;
color:#777777;
font-size:13px;
line-height:1.5;
font-weight:normal;
}

.volc1 {
width:1100px;
margin:0 auto;
background:url(https://image1.shopserve.jp/demobp1351.ri.shopserve.jp/pic-labo/z_volc00.jpg) no-repeat;
height:460px;
position:relative;
}

.volc1 img {
position:absolute;
right:150px;
top:300px;
}

.toplineup {
width:1100px;
margin:0 auto;
padding:0;
background:url(https://image1.shopserve.jp/demobp1351.ri.shopserve.jp/pic-labo/it_bg.jpg) no-repeat;
background-color:#F9E1EF;
}

ul.lineup1 {
width:800px;
margin:0 auto 20px;
padding:100px 0px 20px;
overflow:hidden;
list-style-type:none;
}

ul.lineup1 li {
display:inline-block;
background-color:#FFFFFF;
margin-bottom:30px;
margin-right:15px;
text-align:center;
}

ul.lineup1 li a {
text-decoration:none;
text-align:center;
}

.lineuptxt {
color:#E43483;
}


.fb1 {
width:960px;
margin:0 auto 30px;
padding:0;
overflow:hidden;
}
.fb1>div {
float:left;
}

.fb1 div.fb2 {
width:440px;
margin-right:70px;
height:600px;
padding:0;
}
ul.news {
position:absolute;
top:1600px;
left:580px;
width:440px;
height:500px;
overflow:auto;
}

.centerbox>h3.title1 {
display:none;
}




ul.news li.news {
margin-bottom:10px;
}




.text2 {
color:#777777;
font-size:15px;
line-height:1.7;
font-weight:normal;
}









/*20160114追加修正箇所ここまで*/







.seibun2 {
height:110px;
padding:230px 300px 0px 80px;
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_top_09.jpg);
background-repeat:no-repeat;
}

.seibun3 {
height:110px;
padding:230px 80px 0px 80px;
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_top_10.jpg);
background-repeat:no-repeat;
}


.top3 {
height:687px;
background-image:url(https://www.bodyspro.co.jp/images/volcenta003_002.jpg);
margin-bottom:0px;
background-repeat:no-repeat;
}

.top3 ul {
width:342px;
padding:610px 0px 0px 380px;
margin:0;
list-style-type:none;
}

.top3 ul li {
width:342px;
text-align:center;
}


.top3 ul li a {
text-decoration:none;
}


.top4 {
height:330px;
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_top_13_3.jpg);
background-repeat:no-repeat;
}

.top4 ul {
width:204px;
padding:250px 0px 0px 480px;
margin:0;
list-style-type:none;
}


.top5 {
height:330px;
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_top_14_3.jpg);
background-repeat:no-repeat;
}

.top5 ul {
width:204px;
padding:250px 0px 0px 480px;
margin:0;
list-style-type:none;
}

.top6 {
height:70px;
background-color:#F7F6F4;
text-align:right;
}

.top6 img {
margin:46px 25px 0px 0px;
}



/**************************footer*********************************/

.footer1 {
width:1100px;
margin:0 auto;
padding:0;
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_footer00.jpg);
height:245px;
}


.footer1 ul {
width:1100px;
margin:0;
padding:30px 25px 0px 25px;
list-style-type:none;
}

.footer1 ul li {
border-right:1px #E37DA2 solid;
float:left;
}

.left1 {
border-left:1px #E37DA2 solid;
}

.footer1 ul li a {
padding:0px 9px;
display:block;
font-size:13px;
text-decoration:none;
}

.copy1 {
text-align:center;
padding-top:160px;
}




/*************************hiwa*********************************/

.hiwa1 {
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_story_03.jpg);
background-repeat:repeat-y;
width:1100px;
margin:0 auto;
padding:0;
}

.hiwa2 {
margin:0 100px 0 140px ;
text-align:left;
}

.teiki2 {
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_teikibin_04.jpg);
background-repeat:no-repeat;
padding:70px 0px 0px 140px ;
height:505px;
}


.teikei3 {
height:320px;
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_teikibin_06.jpg);
background-repeat:no-repeat;
}

.teikei3 ul {
width:1100px;
padding:200px 0px;
margin:0;
list-style-type:none;
}

.teikei3 ul li {
width:1100px;
text-align:center;
}


.teikei3 ul li a {
text-decoration:none;
}


/*****************************************faq*************************************************/

.faq1 {
background-image:url(https://www.bodyspro.co.jp/pic-labo/y_story_03.jpg);
background-repeat:repeat-y;
margin:0 auto;
padding:0;
width:1100px;
text-align:center;
}




.main1 {
margin:0 auto;
padding:0;
width:960px;
}

.faqBox {
width:930px;
margin:0 auto;
	margin-bottom:30px;
	padding:15px;
	/*background:#f2f3f4;
	border:#e0e0e0 solid 1px;*/
	text-align:left;
}
.faqBox dl {
	margin-bottom: 10px;
	padding-bottom:2px;
	/*background-image:url(http://gigaplus.makeshop.jp/MScosme/https://www.bodyspro.co.jp/pic-labo/y_border_04.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	/*background: url(http://gigaplus.makeshop.jp/MScosme/https://www.bodyspro.co.jp/pic-labo/y_border_04.gif) 0 100% repeat-x;*/
}
.faqBox dt {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.faqBox dt dfn {
	display: block;
	float: left;
	/*margin-reight:10px;*/
}
.faqBox dt p {
	/*padding: 5px 0 0 45px;*/
	cursor: pointer;
	text-decoration:underline;
	color:#444444;
}
.faqBox dt p:hover {
	text-decoration: none;
}

.faqBox dd {
	/*clear: left;*/
	/*margin-bottom: 15px;*/
	padding: 0;
	margin-left:0px;
	background:#FEFAFB;
	/*border:2px solid #cccccc;*/
	display:none;
	overflow:hidden;
}
.faqBox dd dfn{
	display: block;
	float: left;
	/*margin-right:10px;*/
}
.faqBox dd p{
	padding-top:10px;
	float: left;
	width:865px;		
}
.faqBox dd a {	color: #e40077;}

.faqBox dd span{ font-weight:bold; }

.faqBox .switchDetail p {
	margin-top:0px;
	float: left;
	line-height:1.5;
	/*width:80%;*/		
}

.switchHat {
background-color:#EEEEEE;
padding:1px;
}
