@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
/*  color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;*/
    font-family: "MS PGothic", "Osaka", Arial, sans-serif;
    color: #333333;
    background-color: #f5f5f5;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 1px;/*0.1em;*/
    background: #ffffff;
}

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
    border: 1px solid #ccc;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    background: #fff;
    text-align: left;
    padding: 0px;
    width: 930px;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
/*#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 15px;
    width: 950px;
    background: #fff;
    text-align: left;
}*/

/* 中央カラム */
.main_column {
  /*padding: 10px 0 20px;*/
    padding: 0px;
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 190px;/*20%;*/
}
#rightcolumn {
    float: right;
    width: 156px;/*20%;*/
    padding-left:4px;/*8px;*/
}

/* 1カラム設定 */
#one_maincolumn {
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 0px;
    float: left;
    width: 730px;/*78%;*/
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    padding-right: 1.5%;
    width: 730px;/*78%;*/
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
  /*padding-left: 0.5%;*/
    width: 580px;/*59%;*/
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 3px; /* 左マージン3px追加 2011.12.11 */
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link { color:#3A75AF; }
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover ,
a[href]:hover {
    color: #f60;
    text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
input[type='text'] ,
input[type='password'] ,
.select {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #f60;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #fef3d8;
    font-size: 170%;
}

#one_maincolumn .sub_area h3 ,
#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 ,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}

/* 2011.12.11 ADD SEED_KN 商品詳細サブ　タイトル */
#three_maincolumn .sub_area h3 {
    width: 560px;
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #FCE9F6;
}


div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message ,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/* ------------------------------------------------------------------*/
/* 『ローヤルゼリー』10周年ありがとうキャンペーン */
/* 独自ページにてテーブルタグのスタイルを継承しないように初期化する */
div#dokuji { color: #000000; font-size: 16px; line-height: 22px; }
div#dokuji table,
div#dokuji table tr,
div#dokuji table th,
div#dokuji table td {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}


div#dokuji td.read {
	font-weight: normal;
	padding: 10px 15px 20px 12px;
}

div#dokuji .header {
	height: 29px;
	background: url("../packages/sakura/img2/guide/guide_header.gif") no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
div#dokuji td.style36 {
	line-height: 22px;
	color: #333333;
	font-size: 16px;
	font-weiht: normal;
}

#dokuji table.order {
	background: #FFFFCC;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}

#dokuji .comen {
	font-size: 11px;
	color: #CC0000;
	font-weight: normal;
	line-height: 11px;
}

#dokuji .style45 {
	font-size: 10px;
	text-decoration: none;
}
#dokuji .text11 {
	line-height: 22px;
	font-style: normal;
	margin: auto;
	white-space: normal;
	font-weight: normal;
	text-indent: 3px;
	color: #f00;
}

#dokuji .syouhintxt {
	padding-bottom: 5px;
	line-height: 16px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	padding-top: 5px;
}

#dokuji .style41 {
	color: #ff0000;
}

#dokuji .txts {
	text-align: left;
	font-size: 10px;
	color: #000000;
}

#dokuji .rj3 {
	line-height: 18px;
	font-size: 12px;
}
#dokuji .sb5 { font-size: 12px; }
#dokuji .pankuzu { font-size: 12px; padding: 2px 0 3px 8px; }

div#dokuji dl dt {
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	background: #fdecd2;
	padding: 5px;
}
div#dokuji dl dd {
	float: none;
	margin-left: 15px;
	margin-bottom: 10px;
	background: #FFFFFF;
}

div#dokuji dd ul {
	margin-left: 30px;
}


/* 独自ページのCSS */
div#dokuji1 { color: #000000; font-size: 16px; line-height: 22px; }
div#dokuji1 table,
div#dokuji1 table tr,
div#dokuji1 table th,
div#dokuji1 table td {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}





#dokuji1 table.order {
	background: #FFFFCC;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}

#dokuji1 .comen {
	font-size: 11px;
	color: #CC0000;
	font-weight: normal;
	line-height: 11px;
}

#dokuji1 .style45 {
	font-size: 10px;
	text-decoration: none;
}
#dokuji1 .text11 {
	line-height: 22px;
	font-style: normal;
	margin: auto;
	white-space: normal;
	font-weight: normal;
	text-indent: 3px;
	color: #f00;
}

#dokuji1 .syouhintxt {
	padding-bottom: 5px;
	line-height: 16px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	padding-top: 5px;
}

#dokuji1 .style41 {
	color: #ff0000;
}

#dokuji1 .txts {
	text-align: left;
	font-size: 10px;
	color: #000000;
}

#dokuji1 .rj3 {
	line-height: 18px;
	font-size: 12px;
}
#dokuji1 .sb5 { font-size: 12px; }
#dokuji1 .pankuzu { font-size: 12px; padding: 2px 0 3px 8px; }

.price { color: #ff0000; font-weight: bold; }



/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 4px #DE2D11;
    min-height: 100px;
}
#header {
    margin: 0 auto;
    width: 930px;
    background-color: #ffffff;
}
#header_utility {
    float: right;
    width: 580px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#logo_area {
	width: 222px;
	height: 72px;
	float: left;
	padding-top: 15px;
}

#freeArea {
	width: 303px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}

/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 409px;
    height: 38px;
}
div#header_navi ul li {
    display: block;
    float: left;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
}

#header ul.text_menu_tab {
    margin-top: 10px;
	text-align: right;
}
#header ul.text_menu_tab li {
    display: inline;
    color: #FF2626;
	font-size: 0.9em;
}
#header ul.text_menu_tab li a {
    text-decoration: none;
    color: #FF2626;
}
#head_navigationArea {
	width: 380px;
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#head_corporate {
	margin-bottom: 12px;
	height: 29px;
}
#snsArea {
	overflow: hidden;
	height: 20px;
	width: 380px;
}
div.snsBtn {
	display: inline;
	padding-left: 5px;
}
iframe.twitter-share-button {
width: 110px!important;
}
#___plusone_0{ width:65px !important; }

/* グローバルメニューカスタマイズ
----------------------------------------------- */
div#global_navi {
    width: 930px;
    height: 53px;
    margin: 0 auto;
	padding-bottom: 10px;
}
#global_navi_menu {
    list-style-type: none;
    padding: 0px;
    height: 53px;
	overflow: hidden;
	width: 940px;
	margin-right: -10px;
}
#global_navi_menu li {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
}
div#global_navi ul.sub_navi li {
    float: none;
    list-style-type: disc;
    list-style-position: outside;
    color: #FFFFFF !important;
    position: relative;
}
div#global_navi ul.sub_navi li a { color: #FFFFFF !important; }



/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 980px;
    height: 80px;
    background: #fff;
}
#footer {
    width: 930px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
div#footer_group {
	background-color: #FF686A;
	width: 930px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer_group li {
	float: left;
	height: 45px;
	width: 220px;
	padding-left: 10px;
	padding-top: 6px;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#footer ul.text_menu_tab {
    margin-top: 10px;
	text-align: center;
}
#footer ul.text_menu_tab li {
    display: inline;
    color: #C37890;
}
#footer ul.text_menu_tab li a {
    text-decoration: none;
    color: #C37890;
}

#copyright {
	background: repeat-x url("../img/common/footer/footer_bg.jpg");
    width: 100%;
    text-align: center;/*left;*/
    font-size: 97%;
    color: #FFFFFF;
	min-height: 26px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

/* ==============================================
 ログイン
=============================================== */
div#information {
    text-align: right;
}
#information p {
    background: url("../img/common/phone_sakura.gif") no-repeat;
    width: 380px;
    height: 0px;
    overflow: hidden;
    padding-top: 30px;
    margin-left: auto;
    margin-right: 8px;
}

div#loginBlock {
	margin-top: 20px;
	width: 152px;
}
#loginBlock h3 {
	border-bottom: 2px solid #619000;
	background: #8BCE26 url("../img/common/login_titleBg.gif") no-repeat right top;
}
#loginBlock #loginArea {
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
#loginBlock .btn {
	text-align: center;
	margin-top: 10px;
}
/* ==============================================
 PCヘッダーカスタマイズ
=============================================== */
div.top_bottom_shadow ,
div.top_bottom_shadow div.left_shoulder,
div.top_bottom_shadow div.right_shoulder,
div.top_bottom_shadow div.center_head {
	display: none;
}


/* ==============================================
 打ち消し
=============================================== */

div.top_bottom_shadow {
	display: none;
}