@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #000;
    font-family: ＭＳ Ｐゴシック, osaka, MS Gothic;
    background-color: #FFFFFF;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

select {
    border: solid 1px #ccc;
}

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


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

.frame_outer .frame_left{
    width:1000px;
    float:left;
}

.frame_outer .frame_right{
    width:60px;
    height:100%;
    float:right;
    margin-top:10px;
    margin-left:20px;
}

.frame_outer .frame_right li{
    margin-bottom:10px;
}



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

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

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

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 175px;
    padding:0;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
    width: 1000px;
}

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

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

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

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: #666;
    text-decoration: underline;
}
a img{
    text-decoration: none;
}
a:link:hover ,
a[href]:hover {
    color: #c36;
    text-decoration: none;
}


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

.attention { color: #f00; }

.blue{
    color: #0000FF;
}


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

.textright{
    text-align:right;
}

.textcenter{
text-align:center;
}

.advice {
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #0000bb;
}

.j10{
    font-size: 10px;
}

.j11{
    font-size: 90%;
}

.j12{
    font-size: 12px;
}

.j14{
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}

.j16{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;

}

.conerName {
    font-size: 14px;
    color: #a83971;
    font-weight: bold;
}
.upNum {
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
}
.headerTxt{
  color: #a83971;
}

/* 行揃え
----------------------------------------------- */
.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:5px;
    padding: 0;
    color: #C13600;
    font-size: 170%;
}

#one_maincolumn .sub_area h3 ,
#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#three_maincolumn .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 {
    margin: 0 0 5px 0;
    padding: 5px 0 0;
    color: #C13600;
    font-size: 120%;
}

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


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 3px #f90;
    min-height: 82px;
    background: url("../img/common/bg_header.gif") repeat-x bottom #fff;
}
#header {
    margin:10px auto 0 auto;
    width: 1000px;
}

#header #border_line{
    border:#B59F84 solid 1px;
background:#fff;
}

#header #border_line #logo_left{
    width: 180px;
    float:left;
}

#header #border_line #logo_right{
    width: 538px;
    margin-top:20px;
    float:right;
}


#logo_area {
    padding-left: 10px;
    float: left;
    width: 390px;
    text-align: left;
}
#header_utility {
    float: right;
    width: 580px;
}

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

#header table {
    margin: 0 auto;
    border: none;
    width: 1000px;
    border-collapse: collapse;
    text-align: left;
}
#header table td {
    padding: 0;
    border: none;
}
#header #header-navigation {
    clear:both;
    background: #461902;
    border-bottom: 3px solid #A38867;
}
#header #header-navigation img{
    float:left;
}

#header #header-navigation p{
    text-align:right;
    padding:2px 5px;
    font-size:12px;
}

#header #header-navigation a {
    color: #FFFFFF;
}

#header .header_search a{
    background:url("/img/parts/button/shopbanner3.png?") no-repeat;
}

#header .header_search td {
    text-indent:-9999px;
    overflow:hidden;       
}

#header .header_search td a{
    width:100%;
    height:35px;
    display:block;
}

/* ヘッダーナビ制御用
----------------------------------------------- */
/*  */
#header .header_search td.search_01 a{
	background-position:0 0;
}

#header .header_search td.search_01 a:hover{
	background-position:0 -40px;
}

/*  */
#header .header_search .search_02 a{
	background-position:-100px 0;
}

#header .header_search .search_02 a:hover{
	background-position:-100px -40px;
}

/*  */
#header .header_search .search_03 a{
	background-position:-200px 0;
}

#header .header_search .search_03 a:hover{
	background-position:-200px -40px;
}

/*  */
#header .header_search .search_04 a{
	background-position:-300px 0;
}

#header .header_search .search_04 a:hover{
	background-position:-300px -40px;
}

/*  */
#header .header_search .search_05 a{
	background-position:-400px 0;
}

#header .header_search .search_05 a:hover{
	background-position:-400px -40px;
}

/*  */
#header .header_search .search_06 a{
	background-position:-500px 0;
}

#header .header_search .search_06 a:hover{
	background-position:-500px -40px;
}

/*  */
#header .header_search .search_07 a{
	background-position:-600px 0;
}

#header .header_search .search_07 a:hover{
	background-position:-600px -40px;
}

/*  */
#header .header_search .search_08 a{
	background-position:-700px 0;
}

#header .header_search .search_08 a:hover{
	background-position:-700px -40px;
}

/*  */
#header .header_search .search_09 a{
	background-position:-800px 0;
}

#header .header_search .search_09 a:hover{
	background-position:-800px -40px;
}

/*  */
#header .header_search .search_10{
    background:url("/img/parts/button/shopbanner.png") no-repeat;
	background-position:-900px 0;
}

#header .header_search .search_10 a{
	background-position:-900px 0;
}

#header .header_search .search_10 a:hover{
	background-position:-900px -40px;
}

/* ロゴ
----------------------------------------------- */
#site_description {
    font-size: 90%;
}
#logo_area h1 {
    width: 378px;
    height: 33px;
}
#logo_area h1 span {
    display: none; /* テキストロゴ非表示 */
}


/* ヘッダーナビ
----------------------------------------------- */
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;
}

#categoryItem{
    text-align:left;
    padding:10px 13px 0 13px;
    font-size:12px;
word-break: keep-all;

}
 
#categoryItem a{
    font-size:12px;
}
 
/* searchHead
----------------------------------------------- */
.search_key{
    border:solid 1px #C3B09B;
    text-align:left;
    padding:5px;
}

.search_customer{
    background:#F2F1F2;
    padding:0px;
    margin:10px 0 0 0;
}
.list_pan{
    width:50%;
    float:left;
    text-align:left;
    color:#C4B09B;
}

.list_pan a{
    color:#C4B09B;
}

.search_name{
    width:49%;
    float:right;
    text-align:right;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    clear:both;
    margin: 0 auto;
    width: 1000px;
    height: 80px;
    background: #fff;
}
#footer {
    margin: auto;
    padding: 5px;
    width: 990px;
    background:#461902;
    color:#fff;
}
#pagetop {
    width: 100%;
    text-align: right;
}
#copyright {
    width: 100%;
    text-align: center;
    font-size: 97%;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.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 .message00 ,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .message  {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
    padding:10px 0;
}
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%;
}


div#complete_area .mypage-infomation {
    margin-top:20px;
    display: block;
    position: relative;
    width: 512px;
    border: 5px solid #a08566;
}
div#complete_area .mypage-infomation .title {
    display: block;
    width: auto;
    background-color: #a08566;
    padding: 10px;
    color: white;
    font: normal 1.8em 'ＭＳ Ｐゴシック, osaka, MS Gothic';
    text-align: left;
    margin: 10px;
}

div#complete_area .mypage-infomation .message {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    vertical-align: baseline;
    margin: 0px 20px;
}

div#complete_area .mypage-infomation .strong {
    display: inline-block;
    font: normal 1.5em 'ＭＳ Ｐゴシック, osaka, MS Gothic';
    margin: 5px 0;
}
div#complete_area .mypage-infomation .non-strong {
    display: inline-block;
    font: normal 0.6em 'ＭＳ Ｐゴシック, osaka, MS Gothic';
    vertical-align: middle;
}

div#complete_area .mypage-infomation .require {
    font: normal 1.2em 'ＭＳ Ｐゴシック, osaka, MS Gothic';
}

div#complete_area .mypage-infomation .biko {
    font: normal 1.1em 'ＭＳ Ｐゴシック, osaka, MS Gothic';
}

div#complete_area .mypage-button {
    display:block;
    background: linear-gradient(#cdc2a5 0%, #895c31 100%);
    width: 240px;
    margin: 20px auto;
    text-decoration: none;
    display: block;
    color: #fff;
    border-radius: 0.5em;
}

div#complete_area .mypage-button span {
    display: block;
    padding: 0.8em 3.5em;    
    font: normal 1.4em 'ＭＳ Ｐゴシック, osaka, MS Gothic'; 
    background-size: 3px 3px;            
}

div#complete_area .mypage-button:hover {
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

div#complete_area .mypage-button:active {
    position: relative;
    top: 1px;
}

/* 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; }


/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
