@charset "utf-8";

/* 
** フォント定義
*/
body,
input,
select,
textarea,
button,
.ui-btn {
	font-family: "Meiryo UI", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅", arial,helvetica,clean,sans-serif /*{global-font-family}*/;
}

/* 
** General
*/
/* Overwrite html.css */
h3,
:-moz-any(article, aside, nav, section)
:-moz-any(article, aside, nav, section)
h1 {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 1em 0;
}
.ui-content{
	line-height:150%;
}
.small {
	font-size:0.8rem;
	line-height:150%;
}
.remark,
.notice {
	color:#02af91;
}
.caution{
	color:#FE7445;
}
.alert{
	color:#ff0000;
}
.clear{
	height:0;
	clear:both;
}
.line{
	border-top:1px solid #cccccc;
	height:0;
	margin:0.5em 0;
}
/* Adjust collapsible-content padding */
.ui-collapsible-content{
	padding:1em .5em;
}
.ui-collapsible-content > .ui-listview {
    margin:-1em -.5em;
}
.mainMenu .ui-collapsible-content{
	padding:0em 0.5em!important;
	margin:1em 0;
}
.mainMenu .ui-collapsible-content > .ui-listview{
	padding:0em;
}
.mainMenu .ui-collapsible-set .ui-collapsible{
	margin: -1px -0.5em 0;
}
.mainMenu .ui-listview > .ui-li-has-icon > .ui-btn{
	padding-left: 4em
}
.mainMenu .ui-listview > .ui-li-has-icon > img:first-child, 
.mainMenu .ui-listview > .ui-li-has-icon > .ui-btn > img:first-child {
	left: 0.7em;
	top: 0em;
	max-height: 2.75em;
	max-width: 2.75em;
}
/* Change to normal of collapsible-content header */
h4.ui-collapsible-heading a{
	font-weight:normal !important;
}
/* 画像中央合わせ */
img.cent{
	display:block;
	margin:0 auto;
}
/* ヘッダー下のページタイトル */
div.ui-header[data-theme=d]{
	margin:-1em -1em 0.5em;
	line-height:200%;
}
h1.ui-header[data-theme=d]{
	font-weight:bold;
	font-size:1rem;
	text-align:center;
	margin:-1em -1em 0.5em;
	line-height:110%;
	padding:0.5em;
}
/* カテゴリページヘッダーの画像 */
.category_img{
	margin:-1em -1em 0em;
}
.category_img img{
	width:100%;
}
/* トップ戻る画像 */
.goto_category_top{
	line-height:100% !important;
	font-size:0em;
}
.goto_category_top img{
	width:50%;
}
/* ページ内のカテゴリヘッダー */
.category_header{
	border-top:1px solid #c0c0c0;
	margin:0em -1em 0.5em -1em;
	padding:0.3em 1em 0.35em 1em;
	color:white;
	background-color:#b3b3b3;
	line-height:125%;
	font-size:1.1rem !important;
	font-weight:normal;
	text-shadow:none;
}
.slider_header{
	border-top:1px solid #8e8e8e;
	margin:1em -1em 0.5em -1em;
	padding:0.5em 1em 0 1em;
}
.slider_header img{
	height:30px;
	margin-right:0.5em;
	vertical-align:-20%;
}
.ui-icon-cart:after {
    background-image: url("../img/navi/cart.png");
    /* Make your icon fit */
    background-size: 18px 18px;
}
/* 
** header
*/
.main-header{
	border-top-width:0;
}
/* for menu items */
.main-header .ui-grid-d,
.main-header .ui-grid-d > *,
.main-header .ui-grid-d > * > .ui-btn{
	background-color:#f7f7f7;
}
.main-header .ui-grid-d > .site-logo,
.main-header .ui-grid-d > .site-menu{
	margin:0;
	padding:0;
	width:18%;	/*16%;*/
}
.main-header .ui-grid-d > .site-logo{
	width:28%;	/*36%;*/
}
/* normal of menu items */
.main-header .ui-grid-d > .site-menu > .ui-btn {
	font-size:0.625rem;
	margin:0;
	padding:0.3rem 0;
}
.main-header .ui-grid-d > .site-menu > .ui-btn > img{
	width:40%;
	max-width:5em;
}
/* site logo */
.main-header .ui-grid-d > .site-logo > .ui-btn {
	margin:0;
	padding:0;
	border-left-width:0;
}
.main-header .ui-grid-d > .site-logo > .ui-btn > img{
	margin:0 auto!important;
	padding:0;
	border-left-width:0;
}
.page_heading{
	white-space:normal;
	margin:0 0 0 8.45em;
	font-size:0.7rem;
	height:2.3em;
	padding-top:0.7em;
	overflow:hidden;
	color:white;
	background-color:#d02232;
}
/* 
** footer
*/
#display_mode{
	text-align:center;
}
.ui-footer{
	background-color:#ffffff;
}
.ui-footer .ui-navbar .ui-btn{
	border:1px solid #c0c0c0;
}
#fixed_footer{
	height:3em;
	overflow:hidden;
}

/* 
** 「...」省略表示を解除
*/
.no_elision,
.no_elision a,
.no_elision p,
.no_elision li,
.no_elision option,
.no_elision h2,
.no_elision h3,
.no_elision h4
{
	white-space:normal !important;
}
.ui-select span,
.ui-select select option{
	white-space:normal !important;
}
/*
** チェックボックスとラジオボタンの背景色調整(Discオプションを禁止時)
*/
html .ui-alt-icon.ui-checkbox-off::after, 
html .ui-alt-icon.ui-radio-off::after, 
html .ui-alt-icon .ui-checkbox-off::after, 
html .ui-alt-icon .ui-radio-off::after {
	background-color: #aeaeae !important;
}
/*
** 買物ボタン等（背景オレンジ）の太字を通常に変更
*/
.ui-btn-c{
/*	font-weight:normal !important;*/
}
/* 
** Listviewのサムネイルを中央合わせ
** 画像の上下にスペースを空ける
*/
.ui-group-theme-e{
	box-shadow: none !important;
}
.ui-group-theme-e .ui-li-divider{
	padding-left:0 !important;
	border:1px solid #c0c0c0 !important;
	border-width:1px 0 !important;
}
.ui-group-theme-e .ui-li-has-thumb{
	min-height:5.5em;	/* 6 => 5.5 */
	margin:0;
	border:1px solid #c0c0c0;
	border-width:0 0 0px 0 !important;
}
.ui-group-theme-e .ui-li-has-thumb:first-child{
	border:1px solid #c0c0c0;
	border-width:0px 0 0px 0 !important;
}
.ui-group-theme-e .ui-li-has-thumb:first-child a{
	border-width:1px 0 1px 0 !important;
}
.ui-group-theme-e .ui-li-has-thumb a{
	min-height:4.2em !important;	/* 4.5 => 4.2 */
	border-width:0px 0 1px 0 !important;
}
.lv_icon_wrapper {
	position:absolute;
	top:0em;
	left:0;
	width: 5em; 
	height: 5em;
	text-align: center; 
	vertical-align: middle; 
	display:table-cell;
}
.ui-group-theme-e .lv_icon_wrapper {
	top:0.3em;	/* 0.5 => 0.3 */
}
.ui-page-theme-a a,
.ui-group-theme-e a{
	font-weight:normal!important;
}
.lv_icon_wrapper img{
	max-height: 5em;
	max-width: 5em;
}
/* 
** Collapsibleのサムネイル
*/
h3.ui-collapsible-heading .icon_wrapper,
h4.ui-collapsible-heading .icon_wrapper{
	background-color:white;
	float:left;
	width : 3em;
	text-align:center;
	margin-right:1em;
}
h3.ui-collapsible-heading .icon_wrapper img,
h4.ui-collapsible-heading .icon_wrapper img{
	max-width:3em;
	max-height:3em;
}
h3.ui-collapsible-heading p,
h4.ui-collapsible-heading p{
	display : inline ;
	font-weight:normal;
}
/* 
** ビデオの横幅を画面幅に合わせる
*/
.vid {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	text-align:center;
}
.vid iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* 
** 商品一覧ページのNEW
*/
.new{
	width:33px;
	height:16px;
	background:url(../../img/navi/new.gif) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	border:none;
	margin:0 auto;
}
/* 
** 商品詳細ページのNEW
*/
h4 .new{
	float:left;
	margin:0.4em 0.5em 0 0;
}
/* 
** 商品一覧ページの商品説明欄
*/
.product_info
{
	font-size:0.8rem;
	line-height:140%;
	margin:0 0.5em 2em 0.5em;
}
/* 
** 商品詳細ページの出荷予定／キャンペーン
*/
.delivery_message{
/*	width:95%;*/
	margin:0 auto;
	text-align:left;
}
.delivery_message img{
	vertical-align:-20%;
}
.delivery_schedule,
.delivery_schedule2{
	color:#ff8f73;
	font-weight:bold;
	font-size:1rem;
}
.delivery_remark{
	font-size:0.8rem;
	line-height:120%;
	margin-bottom:5px;
}
.deliveryfee_campaign{
}
.deliveryfee_campaign .title a{
	color:#ff8f73 !important;
	font-weight:bold !important;
}
/* 
** 商品詳細ページの画像
*/
.main_image{
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
	width:200px;
	height:200px;
}
.main_image img{
	width:auto;
	height:auto;
	max-width:200px;
	max-height:200px;
}
.sub_image{
	height:150px;
	float:left;
	margin:0 2em 1em 0
}
/* 
** 商品詳細ページの設定
*/
/* ページヘッダー */
/* 開閉パネルヘッダー */
.ui-content h3.ui-collapsible-heading a{
	font-weight:normal!important;
}
/* フォントサイズ 14px */
.ui-content h3.subtitle,
.ui-content h3 .subtitle,
.ui-content h4.subtitle,
.ui-content h4 .subtitle{
	line-height:100%;
	margin:0;
	font-weight:normal;
	font-size:0.875rem;
}
/* 開閉パネル・コンテンツ */
.ui-content .ui-collapsible-content{
	padding:1rem;
	font-size:0.875rem;
}
/* 関連商品、おすすめ商品、体験談、FAQの周辺余白を調整 */
.ui-content #relp_cont .ui-collapsible-content,
.ui-content #rp_cont .ui-collapsible-content{
	padding:0rem;
}
.ui-content #review .ui-collapsible-content{
	padding:1rem;
}
.ui-content .ui-collapsible-content .ui-listview{
	margin:-1rem;
}
/* タイトルバーとその下のコンテンツ */
.ui-content h4.ui-bar,
div.ui-body{
	padding:0.5rem 1rem;
	margin:0;
}
#review{
	padding:0;
}
.ui-content h4.ui-bar{
	font-size:0.9375rem;
}
.ui-content .ui-body p{
	padding:0.2rem 0rem;
	margin:0;
}
.disclaimer{
	color:#04b38a;
	font-size:0.8rem;
}
#prev{
	width:5%;
	position:absolute;
	top:50%;
	left:0%;
	z-index:2;
}
#next{
	text-align:right;
	width:5%;
	position:absolute;
	top:50%;
	right:0%;
	z-index:2;
}
.ui-listview > li p{
	font-size: 0.875rem;
}
/* 
** 視聴
*/
.tunes{
	font-size:1rem;
	line-height:200%;
}
/* 
** 体験談
*/
table.hoshi{
	border-collapse: collapse;
}
table.hoshi td{
	font-size:0.8rem;
	line-height:100%;
	padding:0 0.2em;
}
table.hoshi td.graph{
	border: 1px solid #fff;
	background-color: #eeeecc;
	padding:0;
}
.feedback,
.s1{
	font-size:0.8rem;
	line-height:100%;
}
.feedback
{
	margin-top:0em;
	margin-bottom:0em;
}
.pagenate a{
	display:inline-block;
	border:1px solid #c0c0c0;
	background-color:#f6f6f6;
	color:black;
	padding:0.5em 0.7em;
	margin:0 0.2em;
}
.pagenate .selected_page{
	display:inline-block;
	border:1px solid #c0c0c0;
	background-color:#0066cc;
	color:white;
	padding:0.5em 0.7em;
	margin:0 0.2em;
}
/* 
** FAQ
*/
#MainContent h1.title_header{
	font-size:1.1rem;
}
/* 
** メンバー
*/
.membermenu {
	margin:-1em -1em 0!important;
    background-color: #ffd7dd !important;
}
.membermenu img{
	float:left;
	height:18px;
}
.membermenu h3{
	padding-top:0em;
	margin:0 auto;
	font-size:1rem;
}
/* 
** 卸メンバー
*/
.wsmembermenu {
	margin:-1em -1em 0!important;
    background-color: #ff7200 !important;
}
.wsmembermenu img{
	float:left;
	height:18px;
}
.wsmembermenu h3{
	color:white;
	padding-top:0em;
	margin:0 auto;
	font-size:1rem;
}
/*--------------------
	calender
--------------------*/
table.calender {
	border-collapse:collapse;
	margin:5px auto;
	width:130px;
}
table.calender td {
	padding:0;
	text-align:center;
	font-size:0.8rem !important;
	border:1px solid gray;
}
table.calender td.header {
	font-weight:bold;
}
table.calender .sunday {
	color:#d51918;
}
table.calender .saturday {
	color:#0404a4;
}
table.calender td.holiday {
	background-color:pink;
}
table.calender td.busyday {
/*	background-color:yellow;*/
}
.calender_remark {
	margin-top:5px;
	color:#006633;
	font-size:0.8rem;
	text-align:center;
}
/*--------------------
	gallery
--------------------*/
.gallery_wrap{
	position:relative;
	margin:0 auto;
	width:90%;
	overflow:hidden;
}
.gallery_indicator{
	margin:0.5em 0 0;
	text-align:center;
}
.indicator_active,
.indicator_inactive{
	width:13px;
	height:13px;
	display:inline-block;
	padding:0;
	margin:0 3px;
	background:url(/img/slimbox/circle.gif) no-repeat 0 0;
}
.indicator_active{
	background-position:0 -13px;
}
.cell{
	border-width:0!important;
}
/*--------------------
	page top
--------------------*/
a#pageTop {
	filter: alpha(opacity=0);
	opacity:0;
	width:36px;
	height:36px;
	z-index:2;
    position: fixed;
    bottom: 30px;
    right: 0;	/*2.7em;*/
}
/*--------------------
	新着情報
--------------------*/
.news_type0,
.news_type1,
.news_type2{
	display:inline-block;
	width:50px;
	height:17px;
	margin:0px;
	text-align:center;
	overflow:hidden;
	background-color:#3ec5ae;
	color:white;
	font-size:0.78rem;
	font-weight:bold;
	line-height:110%;
}
.news_type1{
	background-color:#7996e9;
}
.news_type2{
	background-color:#7996e9;
}
/*--------------------
	タグ・リスト
--------------------*/
/* Round corner for ui-bar, ui-body */
.custom-corners .ui-bar {
	background-color:#00bcbc;
	color:white;
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}
.custom-corners .ui-body {
	margin-bottom:1em;
	border-color:#00bcbc;
	border-top-width: 0;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
}
.tags{
	padding:2px!important;
}
a.lb{
	font-size:1.125em;
	font-weight:bold!important;
	color:#4e4643!important;
	text-decoration:none;
	display:inline-block;
	border:1px solid #cccccc;
	padding:3px;
	margin:2px;
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.lb:hover{
	border:1px solid #F06;
}
