@charset "euc-jp";

/* Recet */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,td,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:80%;}legend{color:#000;}

html {background: #fff;}
body {
font-size: 12pt;
font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
/*"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif*/
/* "Lucida Grande","メイリオ",Meiryo,sans-serif*/;
line-height: 1.5em;
letter-spacing: 0.1em;
text-align: center;
color: #443D39;
background: #ffffff url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/back.jpg) top center repeat-x;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
}






/* 中央部分
----------------------------------------------------*/
#centerWrapperTop {
margin: 20px 20px 40px 0;
width: 700px;
font-size: 0.8em;
text-align: left;
display: inline;
float: right;

}

hr {
	border-top: 9px solid #fff;}


#centerWrapper {
margin: 20px 20px 40px 0;
width: 95%;
min-width: 580px;
font-size: 0.85em;
line-height: 1.8em;
text-align: left;
display: inline;
overflow: hidden;
float: right;
letter-spacing: 0.2px;

}

#centerWrapper p {/*margin: 0 10px;*/}
#centerWrapper p a {color: #C00;}
#centerWrapper p a:hover {color: #A29E9C;}

#container {
margin: 0 auto; 
width: 1000px; 
text-align: left;}

h1, h2, h3, h4, h5, h6 {
color: #654820;
}

/*Lightbox */
#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px}
#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0}
#jquery-lightbox a img{border:none}
#lightbox-container-image-box{position:relative;background-color:#fff;width:400px;height:400px;margin:0 auto}
#lightbox-container-image{padding:10px}
#lightbox-loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0}
#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
#lightbox-container-image-box > #lightbox-nav{left:0}
#lightbox-nav a{outline:none}
#lightbox-nav-btnprev,#lightbox-nav-btnnext{width:49%;height:100%;display:block}
#lightbox-nav-btnprev{left:0;float:left}
#lightbox-nav-btnnext{right:0;float:right}
#lightbox-container-image-data-box{font-size:10px;background-color:#fff;line-height:1.4em;overflow:auto;width:100%;margin:0 auto;padding:0 10px}
#lightbox-container-image-data{color:#666;padding:0 10px}
#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left}
#lightbox-image-details-caption{font-weight:700}
#lightbox-image-details-currentnumber{display:block;clear:left;padding-bottom:1em}
#lightbox-secnav-btnclose{width:66px;float:right;padding-bottom:.7em}

a, a:link, a:active, a:visited {/* リンク */
color: #654820;
border: none;
text-decoration: none;
}
a:hover {color: #7C7875;}
.noul a, .noul a:link, .noul a:active, .noul a:visited, .noul a:hover,a.noul, a:link.noul, a:active.noul, a:visited.noul, a:hover.noul {border: none; background: transparent;}
/*#EAE4D1　#F7F5EE
#443D39　#7C7875　#A29E9C　#C7C4C3*/

#makebanner {
width: 980px;
position: relative;
}
table#makebanner tr td {width: auto;}
/*20131008非表示
table#makebanner tr td table {width: 580px;}
*/
table#makebanner tbody tr td br {display: inline !important;}

#mainWrapper {/* 白場（フッタ含む） */
margin: 0 auto;
padding: 0;
width: 100%;
background: #fff;
}





/*----------------------------------------------------

共通要素

----------------------------------------------------*/

/*パンくず*/
.bread {
margin-bottom: 15px;
height: 20px;
font-size: 0.8em;
color: #999;
}
.bread a, .bread a:link, .bread a:active, .bread a:visited {
padding-bottom: 0;
color: #999;
border-width: 0px;
border-bottom-width: 1px;
border-style: dotted;
text-decoration: none;
}
.bread a:hover, .bread a:hover font {color: #C00; border-style: none;}
.bread font {color: #999;}
.bread font img {display: none;}


/*ページ上部に戻る*/
.toTop {margin: 0 20px 40px 0; font-size: 0.7em; text-align: right; clear: both;}


/* clearfix */
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.center {text-align: center;}/*要素を中央揃いに*/
.left {text-align: left;}/*要素を左に*/
.right {text-align: right;}/*要素を右に*/

p {margin: 0 0 1.8em 0; text-align: left;}

ul.basiclist {margin-bottom: 1em; line-height: 1.4;}
ul.basiclist li {
margin: 0 0 10px 20px;
list-style: disc outside;
font-size: 80%;
}


/*上マージン*/
.mgn_t0 {margin-top: 0;}

/*右マージン*/
.mgn_r10 {margin-right: 10px;}
.mgn_r20 {margin-right: 20px;}

/*下マージン*/
.mgn_b4 {margin-bottom: 4px;}
.mgn_b10 {margin-bottom: 10px;}
.mgn_b20 {margin-bottom: 20px;}
.mgn_b40 {margin-bottom: 40px;}
.mgn_b60 {margin-bottom: 60px;}
.mgn_b80 {margin-bottom: 80px;}
.mgn_b100 {margin-bottom: 100px;}

/*左マージン*/
.mgn_l10 {margin-left: 10px;}
.mgn_l20 {margin-left: 20px;}


/*テキスト色を赤に*/
.text_red, .red {color: #C00;}
.text_att {color: #C00;}


/*テキスト太字に*/
strong {font-weight: bold;}

.bold {font-weight: bold;}

/*非表示*/
.hidden {display: none;}
div#mainWrapper table#makebanner tr td table tr td table tr td.woong img {display: none;}


/* 画像角丸 タイトルバナーなど用 */
.rCorner {
max-width: 700px;
margin: 0 0 1em 0;
padding: 0;
position: relative;
}
.rCorner img {display: block;}
.rCorner span {
width: 10px;
height: 10px;
font-size: 0;
background-image: url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/r_corner.png);
position: absolute;
}

.tl {top: 0; left: 0;}
.tr {top: 0; right: 0; background-position: 10px 0;}
.bl {bottom: 0; left: 0; background-position: 0 10px;}
.br {bottom: 0; right: 0; background-position: 10px 10px;}
* html .tr {right: -1px;}
* html .bl {bottom: -1px;}
* html .br {bottom: -1px; right: -1px;}



/*以下2014リニューアル追記分*/
#containerWrapper {/*メインコンテナー*/
width: 760px;
margin: 0;
padding: 0;
text-align: left;
}

.suisen{/*カテゴリーのおすすめ商品*/
margin: 20px 0;
padding: 10px;
border: 1px #CCCCCC dotted;
}
.suisen table tr td {
font-size: 90%;
}
.suisen table tr td b{
font-size: 90%;
font-weight: bold;
}
.suisen td.line {
border-right: 1px dotted #CCC;
}
.suisen td.line img{
display: none;
}



/*----------------------------------------------------

商品分類画面

----------------------------------------------------*/


/* 共通 */

/*画像使用時
h2.categoryImg{
margin: 0 0 20px 0;
}*/
div.categoryImg{
width: 760px;
}
div.categoryImg h2{
margin: 0 0 20px 0;
padding: 60px 60px 60px 200px;
border: 1px solid #DDD;
text-align: right;
letter-spacing: 1.2em;
font-size: 140%;
}
div.categoryImg img{
max-width: 100px;
max-height: 100px;
margin: -145px 50px;
}
div.categoryNoImg {
width: 760px;
}
div.categoryNoImg h2{
margin: 0 0 20px 0;
padding: 50px;
border: 1px solid #ccc;
border-top: 5px #654820 solid !important;
text-align: center;
letter-spacing: 1em;
font-size: 140%;
}

.categoryBanner{
width: 750px;
margin-left: 10px;
}
.categoryBanner img{
margin: 0 10px 10px 0;
float: left;
}

table td.leadText {
width: 520px !important;
font-size: 90%;
padding-right: 20px;
vertical-align: top;
}
table td.leadSub {
width: 240px;
font-size: 80%;
border: 1px dotted #CCCCCC;
padding: 10px;
vertical-align: top;
}

/* 作家／ブランド */
.brandList{
}
.brandList h3{
border-top: 2px #FFFF00 solid;
border-bottom: 1px #EEEEEE solid;
padding: 10px;
margin: 15px 0;
text-align: center;
letter-spacing: 0.5em;
}
.brandList ul{
margin: 0 auto 50px auto;
}
.brandList ul li{
display: inline-block;
margin: 0 3px 10px 3px;
}
.brandList ul li a{
display: inline-block;
}

/* 期間限定 */
.kikanList {
margin-bottom: 40px;
}
.kikanList h3{
border-top: 2px #000000 solid;
border-bottom: 1px #EEEEEE solid;
padding: 10px;
margin: 15px 0;
text-align: center;
letter-spacing: 0.5em;
}
.kikanList h4{
font-weight: bold;
/*background: url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/list_arrow.jpg) top left no-repeat;
padding: 0 0 0 25px;
display: inline-block;*/
margin: 0 0 10px 0;
font-size: 120%;
/*width: 460px;*/
}
/*.kikanList .kikanBox {削除予定
margin: 0 0 20px 0;
padding-bottom: 20px;
min-height: 110px;
font-size: 80%;
border-bottom: 1px dotted #EEEEEE;
overflow:auto;
}*/
table.kikanBox {
margin: 20px 0 40px 0;
font-size: 80%;
}
table.kikanBox tr td{
vertical-align: middle;
text-align: center;
}
table.kikanBox tr td.title{
width: 50% !important;
border-top: double 4px #CCCCCC;
border-bottom: double 4px #CCCCCC;
border-right: solid 10px #ffffff;
}
table.kikanBox tr td.bn{
border: none !important;
}
table.kikanBox tr td p{
margin: 10px 0 0 0;
}
/*.kikanList .kikanBox img{
border: none;
margin: 0 10px 10px 0;
float: left;
}
.kikanList .kikan_limit{
font-size: 80%;
width: 350px;
margin: 0 0 10px 0;
padding: 5px 10px;
display: inline;
text-align: center;
float: right;
font-weight: bold;
border: solid 1px #CCC;
}*/

/*-----------------------------------------------------------------
カテゴリーページデザイン　サムネイル（小）タイプ　　←Makeshopよりコピペ＆改変
-----------------------------------------------------------------*/
#M_categoryList{
width:100%;
margin-bottom:30px;
}
.M_innerList{
overflow:hidden;
_zoom:1;
border-bottom:1px dotted #ccc;
background:#ffffff;   
}
.M_innerList li{
float:left;
width:20%;/* 商品数が5つなので100%÷5=20% */
}
.M_innerList li .M_innerBox{
border-right:1px dotted #ccc;
margin:10px auto;
min-height: 210px;
}
.M_innerList li.lastChild .M_innerBox{
border-right:none;/* 一番右のボックスだけ右の罫線を消す */
}
.M_innerList li .M_cl_detail{
margin:8px;
margin-bottom:0;
}
.M_innerList .M_cl_name{
margin-bottom: 5px;
font-size: 90%;
font-weight: bold;
min-height: 2em;
}
.M_innerList .M_cl_price{
/*text-align: right;*/
margin: 0 0 10px 0;
}
.M_innerList .M_cl_imgWrap{
height:110px;
text-align:center;
}
.M_innerList .M_cl_imgWrap a img{
width: 110px;
}
.M_innerList .M_cl_taxPrice{
font-weight:bold;
color: #999999;
font-size:75%;
}
.M_innerList .M_cl_content {
font-size: 70%;
max-height: 150px;
}

p.soldOut{
color: #cc0000;
font-weight: bold;
font-size: 75%;
border: 1px #C00 dotted;
text-align: center;
letter-spacing: 0.3em;
}
ul.M_pager li a {
padding: 5px !important;
background: #ffffff !important;
border: 1px solid #ccc;
text-decoration: none;
}

/*----------------------------------------------------

商品詳細画面

----------------------------------------------------*/
#detailWrapper{
text-align: left;
}
h1.detailItemName{/*商品名*/
width: 100%;
margin: 0 0 15px 0;
padding: 0 0 10px 0;
border-bottom: #eeeeee solid 1px;
/* letter-spacing: 0.1em; */
line-height: 1.2em;
font-size: 160%;
}
#detailLeft{/*詳細ひだり*/
width:490px;
margin: 0 20px 20px 0;
float: left;
}
#detailRight{/*詳細みぎ*/
width: 250px;
float: right;
}
img.detallImg{/*L画像*/
max-width: 480px;
max-height: 480px;
border: 1px dotted #CCCCCC;
padding: 5px;
}#detailButton{
}
#detailButton img{
float: left;
margin: 0 0 20px 0;
}

/*ピックアップ商品*/
#pickup{
margin:	30px 0;
}
#pickup .pickup_column{
margin: 50px 0;
clear: both;
line-height: 1.8em;
font-size: 90%;
}
#pickup .pickup_column img{
float: left;
margin: 0 20px 20px 0;
width: 320px;
}
#pickup .pickup_column hr{
clear: both;
border: 1px dotted #EEEEEE;
margin: 20px 0;
}

.pickup_author {
background: url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/author_back.jpg) top left repeat #E4D9C3;
padding: 20px;
font-size: 80%;
display: inline-block;
margin: 0 0 30px 0;
}
.pickup_author img {
float: left;
margin: 0 20px 20px 0;
padding: 5px;
border: 1px dotted #CCCCCC;
background: #FFFFFF;
}
.pickup_author h5 {
font-weight: bold;
margin: 0 0 10px 0;
}
.pickup_author a {
	text-decoration: underline;
}
.pickup_author p:last-child {
	margin-bottom: 0;
}

/*----------------------------------------------------

情報ページ（お買い物かごなど）20141025

----------------------------------------------------*/
h2.infoTitle {
margin: 0 0 20px 0;
/*width: 620px;*/
height: 30px;
overflow: hidden;
display: block;
background-color: #FEEDB7;
font-size: 24px;
padding: 35px;
font-weight: normal;
letter-spacing: 0.1em;
}
h2.infoTitle_sale {
margin: 0 0 20px 0;
height: 30px;
overflow: hidden;
display: block;
background-color: #990000;
font-size: 24px;
padding: 35px;
font-weight: normal;
color: #FFFFFF;
letter-spacing: 0.1em;
}

/*お買い物かご*/
h2#titleCart {
margin: 0 0 20px 0;
width: 580px;
height: 100px;
text-indent: -9999px;
overflow: hidden;
display: block;
background: transparent url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/tb_shopping.png) no-repeat 0 0;
}

.cartNotice {margin-bottom: 2em; line-height: 1.8;}
.cartNotice img {vertical-align: middle;}

#cartList {
width: 100%;
border-bottom: 2px #CCCCCC solid;
border-top: 2px #CCCCCC solid;
}
#cartList tr.cartHeader {
border-bottom: 1px solid #CCCCCC;
}
#cartList tr.cartHeader th {padding: 1em 0; font-size: 0.8em; color: #A29E9C; line-height: 1;}
#cartList tr.cartHeader th.image {width: 50px;}
#cartList tr.cartHeader th.name {width: 310px;}
#cartList tr.cartHeader th.quant {width: 150px;}
#cartList tr.cartHeader th.price {width: 70px;}
#cartList tr.cartItem {/*border-top: 1px dashed #C7C4C3;*/}
#cartList tr.cartItem td {padding: 1em 0; font-size: 0.8em; line-height: 1.3;}
#cartList tr.cartItem td.image {width: 50px; vertical-align: top;}
#cartList tr.cartItem td.name {width: 310px; font-weight: bold;}
#cartList tr.cartItem td.name .option {font-weight: lighter;}
#cartList tr.cartItem td.name p {margin-bottom: 0.2em;}
#cartList tr.cartItem td.name p.option {font-size: 0.8em; color: #7C7875;}
#cartList tr.cartItem td.name p.option select {font-size: 1.4em; font-weight: bold; border: 1px solid #FFF;}
#cartList tr.cartItem td.quant {width: 150px;}
#cartList tr.cartItem td.quant ul li {margin: 0 2px 0 0; float: left;}
#cartList tr.cartItem td.quant ul li.count {margin-right: 6px;}
#cartList tr.cartItem td.quant ul li img {margin: 0 0 2px 0;}
#cartList tr.cartItem td.quant input {
width: 28px;
padding: 2px;
font-size: 14px;
height: 24px;
border: 1px solid #C7C4C3;
}
#cartList tr.cartItem td.quant font {color: #999;}
#cartList tr.cartItem td.quant b {font-weight: normal;}
#cartList tr.cartItem td.price {width: 70px; font-size: 0.7em;}
#cartList tr.cartItem td.price .num {font-size: 1.2em;}
.totalprice {
margin: 0;
padding: 10px;
font-size: 0.8em;
text-align: right;
border-top: 1px solid #CCCCCC;
}
.totalprice .bold {font-size: 1.2em;}
.cartToOrder {margin: 40px 0; text-align: right;}
.cartToOrder a, .cartToOrder a:link, .cartToOrder a:active, .cartToOrder a:visited, .cartToOrder a:hover {border: none; background: transparent;}
p.shipFree{
font-size: 90%;
color: #C00;
text-align: right;
font-weight: bold;
}
p.noItem{
margin: 30px;
font-size: 80%;
color: #C00;
font-weight: bold;
}

.favHeaderTitle {margin-bottom: 0.4em; color: #999; width: 580px;}
#favList {width: 580px;}
#favList tr.favHeader {border-top: 1px solid #CCC;}
#favList tr.favHeader th {padding: 0.6em 0; font-size: 0.8em; line-height: 1; color: #999;}
#favList tr.favHeader th.image {width: 50px;}
#favList tr.favHeader th.name {width: 250px;}
#favList tr.favHeader th.quant {width: 170px;}
#favList tr.favHeader th.price {width: 110px;}
#favList tr.favItem {border-top: 1px dashed #CCC;}
#favList tr.favItem td {padding: 0.6em 0; font-size: 0.8em; line-height: 1.3;}
#favList tr.favItem td.image {width: 50px;}
#favList tr.favItem td.name {width: 310px; font-weight: bold; color: #999;}
#favList tr.favItem td.quant {width: 150px; color: #999;}
#favList tr.favItem td.quant ul li {margin: 0 2px 0 0; float: left;}
#favList tr.favItem td.quant ul li img {margin: 0 0 2px 0;}
#favList tr.favItem td.quant input {
width: 24px;
padding: 2px;
font-size: 12px;
height: 24px;
border: 1px solid #CCC;
}
#favList tr.favItem td.quant font {color: #999;}
#favList tr.favItem td.quant b {font-weight: lighter;}
#favList tr.favItem td.price {width: 70px; color: #999;}
#favList tr.favItem td.price font {font-size: 0.9em; color: #999;}
#favList tr.favItem td.price b {font-weight: lighter;}




/*----------------------------------------------------

独自ページ

----------------------------------------------------*/

/*共通*/
#info{
}
#info p{
font-size: 90%;
}
#info h2{/*494行目あたり　コピー元あり　そのうちこっちのみに統一できたらする*/
margin: 0 0 20px 0;
height: 30px;
overflow: hidden;
display: block;
border: 1px #EDEDED solid;
/* background-color: #FEEDB7; */
font-size: 24px;
padding: 35px;
font-weight: normal;
letter-spacing: 0.1em;
}
#info h3{
margin: 30px auto 20px auto;
padding: 30px;
font-weight: bold;
border-left: 5px #654820 solid !important;
border: 1px solid #CCC;
}

table.note {
width: 760px;
margin: 20px 0;
}
table.note p {
border-bottom: 1px dashed #CCC;
line-height: 2em;
display: inline;
font-size: 90%;
padding-bottom: 3px;
}
table.note tr td.top {
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_txt_back1.jpg) top left no-repeat;
height: 60px;
padding: 0;
}
table.note tr td.middle {
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_txt_back2.jpg) top left repeat-y;
padding: 0 30px;
}
table.note tr td.bottom {
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_txt_back3.jpg) top left no-repeat;
height: 40px;
padding: 0;
}

/*各おすすめページ*/
#select_books{
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_books.jpg) top left repeat-y;
padding: 40px 0 40px 20px;
overflow:auto;
}
#select_goods{
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_goods.jpg) top left repeat-y;
padding: 40px 0 40px 20px;
overflow:auto;
}
/*\*/
　* html #select_books{overflow: visible;}
　* html #select_goods{overflow: visible;}
/**/
table.select_box{
width: 355px;/*画層の横幅355px*/
margin: 0 15px 20px 0;
float: left;
border: none;
font-size: 80%;
line-height: 1.4em;
border-collapse:collapse;
}
table.select_box tr td.top {
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_back1.png) top left no-repeat;
height: 15px;
padding: 0;
}
table.select_box tr td.middle {
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_back2.png) top left repeat-y;
padding: 0 15px;
}
table.select_box tr td.bottom {
background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/select_back3.png) top left no-repeat;
height: 15px;
padding: 0;
}
table.select_box img {
float: left;
width: 110px;
padding: 3px;
border: 1px dotted #CCCCCC;
margin: 0 10px 10px 0 !important;
}
table.select_box tr td h6 {
font-weight: bold;
font-size: 120%;
margin: 0 0 5px 0;
line-height: 1.2em;
}
table.select_box tr td p.category {
font-size: 85%;
color: #CCCCCC;
margin: 0 0 5px 0;
line-height: 1em;
}

/*メルマガ*/
table.mailMagazine {
width: 90%;
border-collapse: collapse;
padding: 0;
font-size: 90%;
}
table.mailMagazine tr td{
min-width: 200px;
}
#info p.attention {
font-size: 80%;
color: #999999;
line-height: 1.4em;
margin: 10px 0;
}
#info .mmPoricy{
border: 1px #CCCCCC solid;
padding: 20px;
font-size: 90%;
}

/*お買物ガイド・よくある質問*/
ul#guideNavi {
margin: 20px auto;
padding-left: 2px;
}
ul#guideNavi li {
margin: 0 1px 2px 1px;
width: 375px;
font-size: 0.86em;
line-height: 1.4;
text-align: center;
overflow: hidden;
float: left;
}
ul#guideNavi li a {
padding: 0.6em 0; 
display: block; 
background: #EDEDED;
}
ul#guideNavi li a:hover {
color: #C00; 
background: #FFF;
}
#info {margin-bottom: 2em;}
/*
#info .free {width: 370px; font-size: 0.86em; line-height: 1.6; float: left; margin-right: 20px;}
#info .paid {width: 370px; font-size: 0.86em; line-height: 1.6; float: right;}
#info .free h4 {font-size: 1.8em;}
#info .paid h4 {font-size: 1.8em; color: #C00;}
*/
#info img.wrapPhoto {
margin: 0 4px 4px 0; 
float: left;
}
#info p {clear: both;}
#info .notice {font-size: 0.86em; line-height: 1.6; color: #666; clear: both;}
#info h4 {
margin: 0 0 15px 0;
padding: 10px;
font-weight: bold;
text-align: left;
border-bottom: 2px dotted #AAA;
}
.faq02youkou {/*委託に関して*/
}

/*外商サービス*/
#jirei {margin: 0 -10px 40px 0; overflow: hidden; _zoom: 1;}
#jirei ul {margin-bottom: 1em;}
#jirei ul li {margin: 0 10px 10px 0; width: 137px; height: 100px; font-size: 0.78em; line-height: 1.3; overflow: hidden; cursor: pointer; float: left;}
#jirei ul li img {margin-bottom: 4px; vertical-align: bottom;}

#jirei .contents div {margin-bottom: 1em; font-size: 0.9em; display: none;}
#jirei .contents div img {margin-bottom: 0.8em;}
/*#jirei .contents div p {width: 480px;}*/


#info .order {margin: 0 -20px 40px 0; font-size: 0.9em; overflow: hidden; _zoom: 1;}

#info .order .chart {margin-right: 40px; width: 160px; line-height: 1.3; float: left;}
#info .order .chart img {margin-bottom: 0.4em;}
#info .order .chart p {margin-bottom: 1em;}
#info .order .chart .arrow {margin: 0 0 1em 60px;}

#info .order .sample1, #info .order .sample2 {margin-bottom: 2em; width: 500px; float: left;}
#info .order .sample1 img, #info .order .sample2 img {margin-bottom: 8px;}
#info .order .sample1 p, #info .order .sample2 p {margin-bottom: 1em;}
#info .order .sample1 ul, #info .order .sample2 ul {margin-bottom: 1em;}
#info .order .sample1 ul li, #info .order .sample2 ul li {
	margin-bottom: 0.6em;
	padding-left: 12px;
	line-height: 1.3;
	background: transparent url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/listmark3.png) no-repeat 2px 5px;
	}

#info .contact {}

.address {font-family: "Lucida Grande", Verdana, sans-serif; font-size: 1.4em; letter-spacing: 0.05em;}

/*特定商取引
----------------------------------------------------*/

.tableLegalnote {
	font-size: 0.9em; line-height: 1.7; text-align: left; border-top: 1px dashed #CCC;
}
.tableLegalnote tr {border-bottom: 1px dashed #CCC;}
.tableLegalnote th {padding: 1em 0; width: 14em;}
.tableLegalnote td {padding: 1em 0;}


/*利用規約*/

#info ul.rules {
margin: 0 0 20px 0;
padding: 0 30px;
font-size: 90%;
}
#info ul.rules li {margin-bottom: 0.4em; line-height: 1.4; list-style-type: disc;}

/*----------------------------------------------------

商品検索ページ

----------------------------------------------------*/	
#searchData p {margin: 0 0 1em 0;}

#searchData p.result {margin: 0 0 1em 0;}
#searchData p.result font {color: #443D39;}
#searchData p.result .key {font-size: 1.2em; font-weight: bold;}
#searchData p.research {margin: 0 0 0.8em 0; padding: 0 0 0.2em 0; font-size: 0.9em; color: #999; border-bottom: 1px dotted #CCC;}

#searchData ul li {float: left;}
#searchData ul li.pricezone {margin: 0 0 8px 0; width: 580px;}
#searchData ul li.brandname {width: 245px;}
#searchData ul li.content {width: 245px;}
#searchData ul li.button {width: 90px; vertical-align: bottom;}

#searchData input {
margin: 0 4px 0 0;
padding: 0 0 0 4px;
width: 220px;
height: 24px;
font-size: 12px;
border: 1px solid #CCC;
}

#searchData ul li.pricezone input {
margin: 0 4px 0 0;
padding: 0 0 0 4px;
width: 100px;
height: 24px;
font-size: 12px;
border: 1px solid #CCC;
}

#searchList {margin: 0 0 2em 0;}
#searchList table {
width: 100%;
}
#searchList table tr {margin: 0; padding: 0; height: 0;}
#searchList table tr td {
font-size: 80%;
line-height: 1.2em;
background: #FFF;
}

#searchList table tr td.woong {
text-align: center;
/*border-bottom: 1px #CCC solid;*/
padding-bottom: 10px;
}

#searchList img {
margin: 0 20px 10px 0;
}
#searchList u {font-weight: bold; text-decoration: none;}

#searchList table tr td.line {height: 2px; font-size: 0.1em; line-height: 0.4;}

#searchList table tr td font {
color: #999;
font-weight: normal;
}


.searchListGuide {
margin: 0 0 20px 0; 
padding: 5px; 
font-size: 90%; 
text-align: right; 
border-bottom: 1px #EDEDED dotted;
}

.searchListPage {
margin: 0 0 20px 0;
border-top: 1px #CCC dotted;
}
.searchListPage table {width: 580px;}
.searchListPage table tr {margin: 0; padding: 0; height: 0;}
.searchListPage table tr td {
margin: 0;
padding: 0;
font-size: 0.8em;
line-height: 1.3;
text-align: center;
background: #EEE;
}
.searchListPage table tr td.line {height: 2px; font-size: 0.1em; line-height: 0.4;}
.searchListPage table tr td font {
color: #000;
}

/*----------------------------------------------------

左側メニュー 2014.10.26別CSSから移設（文字化け随時修正のこと！）

----------------------------------------------------*/
#leftContentsTop {
margin: 20px 20px 40px 20px;
width: 220px;
font-size: 0.7em;
line-height: 1.3;
display: inline;
float: left;
}
#leftContents {
margin: 20px 20px 40px 20px;
width: 340px;
font-size: 0.7em;
line-height: 1.3;
display: inline;
float: left;
}
#leftContentsInfo {
margin: 10px 20px 40px 20px;
width: 200px;
font-size: 0.7em;
line-height: 1.3;
display: inline;
float: left;
}
#leftContentsTop img, #leftContents img, #leftContentsInfo img {vertical-align: bottom;}


/*検索ボックス*/
#searchBox {
margin: 0;
padding: 0;
height: 20px;
line-height: 1;
}
#searchBox input {
margin: 0 4px 0 0;
padding: 0 0 0 2px;
width: 135px;
height: 18px;
font-size: 12px;
border: 1px solid #C7C4C3;
float: left;
}
#searchBox img {float: left;}



/*大分類？？？？？？？ト*/
#catMenuTop, #catMenu, #catMenuInfo {margin-bottom: 20px;}
#catMenuTop h2, #catMenu h2, #catMenuInfo h2 {display: none;}
#catMenuTop ul.gnavi, #catMenuInfo ul.gnavi {width: 200px; overflow: hidden;}
#catMenuTop ul.gnavi li, #catMenu ul.gnavi li, #catMenuInfo ul.gnavi li {margin: 0; padding: 0; height: 50px; line-height: 0;}
#catMenu ul.gnavi {width: 320px;}
#catMenu ul.gnavi li.navCurrent {height: auto;}
#catMenu ul.gnavi li.navCurrent div.subList {padding: 1em 0 2em 10px;}
#catMenu ul.gnavi li.navCurrent div.subList ul.subListNew {margin: 0; width: 100%;}
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine1 {width: 146px; float: left;}
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine2 {width: 146px; float: right;}
#catMenu ul.gnavi li.navCurrent div.subList ul.subListNew li a,
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine1 li a,
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine2 li a {
width: 140px;
height: auto;
}
#catMenu ul.gnavi li.navCurrent div.subList ul.subListNew li a:hover,
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine1 li a:hover,
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine2 li a:hover {
color: #C00;
}
#catMenu ul.gnavi li.navCurrent div.subList ul.subListNew li {
margin: 0 0 0.4em 0;
padding-left: 6px;
height: auto;
line-height: 1.2;
background: url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/listmark2.gif) no-repeat 0 4px;
}
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine1 li,
#catMenu ul.gnavi li.navCurrent div.subList ul.subListLine2 li {
margin: 0.4em 0;
padding-left: 6px;
height: auto;
line-height: 1.2;
background: url(http://keibunsha.sakura.ne.jp/ichijoji/image/common/listmark2.gif) no-repeat 0 4px;
}
#catMenu ul.gnavi li.navCurrent div.subList ul li.subListGenre {
margin: 1.4em 0 0.6em 0;
padding: 0 0 0.4em 0;
height: auto;
line-height: 1.2;
letter-spacing: 0.1em;
color: #A29E9C;
border-bottom: 1px solid #C7C4C3;
background: none;
}

/*？？？？？？？？？？*/
div#subBanner {margin-bottom: 30px; width: 180px;}
div#subBanner ul {height: auto;}
div#subBanner ul li {height: 44px; line-height: 0;}
div#subBanner ul li a {margin-bottom: 4px; height: 40px; display: block;}
div#subBanner ul li img {
vertical-align: bottom;
width: 200px;/*リニューアル前臨時縮小*/
}


/*？
----------------------------------------------------*/

/*オリジナルコンテンツ*/
#origContents {margin-bottom: 20px; width: 180px; color: #999;}
#origContents h2 {display: none;}
#origContents ul {border-bottom: 1px dotted #CCC;}
#origContents ul li {border-top: 1px dotted #CCC;}
#origContents ul li.tenchoblog, #origContents ul li.staffblog {padding: 2px 0 4px 0;}
#origContents ul li.twitter {padding: 4px 0 6px 0; font-size: 0.9em;}
#origContents ul li.ichijojiguide, #origContents ul li.ningen, #origContents ul li.omisetanbou {padding: 4px 0; font-size: 0.9em;}
#origContents ul li.ningen img {margin-bottom: 2px;}


/*ギャラリースケジュール*/
#gallerySche {margin-bottom: 40px;}
#gallerySche ul {margin-top: 8px; width: 220px;}
#gallerySche ul li img {max-width: 90px;max-height: 90px;}
#gallerySche ul li {width: 104px; line-height: 1.2; vertical-align: top; display: inline;}
#gallerySche ul li.enfer {border-right: 1px dashed #CCC; float: left;}
#gallerySche ul li.seikatsu {float: right;}
#gallerySche p.gallerys {margin-top: 8px; padding: 4px 4px 4px 0; font-size: 0.9em; text-align: right; background: #EEE; clear: both;}
#gallerySche .imgGallerySche{margin-bottom:5px;width:90px;height:90px;text-align:center;vertical-align:middle;}


/*イベント*/
#eventSche {margin-bottom: 20px; background-color:#FFFFD6; clear:both;}
#eventSche h3 {margin-bottom:8px;}
#eventSche ul {width:220px; clear:both;}
#eventSche ul li {margin-bottom:8px; color:#393; line-height:1.3; clear:both;}
#eventSche ul li img {margin:0 8px 8px 0; border:1px solid #393; float:left;}
#eventSche ul li p {margin-bottom:0;}
#eventSche ul li .title {margin-bottom:2px; font-size:1.1em; font-weight:bold; line-height:1.1;}
#eventSche ul li .link a {padding-left:8px; color:#df7417; background:url(http://keibunsha.sakura.ne.jp/ichijoji/image/top/eventsche_tri.png) left 3px no-repeat;}
#eventSche ul li .link a:hover {color:#333;}
#eventSche .toSubscribeList {margin-bottom:8px; width:212px; height:2em; font-size:0.9em; text-align:right;}


/*インフォメーション*/
#information {margin-bottom: 40px;}
#information h2 {display: none;}
ul#infoStore {margin-bottom: 16px; padding-bottom: 8px; width: 146px; border-bottom: 1px dashed #CCC;}
ul#infoSite {margin-bottom: 40px; width: 146px;}


/*twitter*/
#tweets {margin-bottom:40px; font-size:0.86em !important; line-height: 1.3; overflow:hidden;}
.twitted {
width: 200px;
overflow:hidden;
border: 1px solid #008EBA;
}
.twitted a {color:#999;}
.twitted a:hover {color:#333;}
.twitted h2 {margin:0; padding:0;}
.twitted p.preLoader {
margin:0;
padding:1em 1em 1em 3em;
background: transparent url("loader.gif") 1em center no-repeat;
/* generate your own loader gif: http://www.ajaxload.info */
}
.twitted ul#twitter_update_list {
margin:0;
padding:0 0.8em;
list-style-type: none;
clear:both;
}
.twitted ul#twitter_update_list li {padding:8px 0; border-bottom:1px dotted #999;}
.twitted ul#twitter_update_list li.lastTweet {border-bottom:none;}
.twitted ul#twitter_update_list li span a {margin-right:1em; color: #008EBA;}
.twitted ul#twitter_update_list li span a:hover {color: #333;}



/*左側カテゴリーナビ　2014リニューアル追記*/
#categoryNavi{
width: 200px;
margin: 0 40px 0 0;
padding: 0;
line-height:1.6em;
letter-spacing: 0.1em;
}
#categoryNavi h3{
/*border-top: 1px #CCCCCC dotted;
*/}
ul.navList{
margin: 0 0 20px 0;
}
ul.navList a{
display: block;
}
ul li.navListGenre{
margin: 5px 0 0 0;
padding-left: 10px;
border-bottom: 1px dotted #ddd;
font-size: 82%;
font-weight: bold;
letter-spacing: 0.25em;
line-height: 1.7em;
color: #654820;
}
ul.navListInner{
border-left: 1px #eee dashed;
margin: 0 0 5px 8px;
}
ul.navListInner li{
margin: 0 0 0 10px;
font-size: 70%;
line-height: 1.65em;
}

#categoryNavi #searchBox input {
margin: 0 5px 10px 0;
width: 120px;
height: 20px;
font-size: 80%;
border: 1px solid #C7C4C3;
float: left;
}

ul.subNav,
ul.pageLink,
ul.otherLink{
margin: 30px 0;
}
ul.subNav li{
}

#M_ctgList3 li{/*メニューの高さ*/
margin: 0 0 5px 0;
display: block;
min-height: 30px;
}
#M_ctgList3 .M_hasChild span {/*矢印なし*/
background: none/*url(/images/common/arrow.png) no-repeat left top*/;
}
.M_nonActiveAnchor{/*親カテゴリー*/
font-size: 100%;
font-weight: bold;
}
.M_layer2{/*2階層目*/
font-size: 90%;
}
.M_itemCnt{/*アイテム数*/
font-size: 60%;
color: #999999;
}



/*----------------------------------------------------

フッター 20141024別CSSから移設

----------------------------------------------------*/
#footer {
margin: 0 -50px;
padding: 20px 50px;
line-height: 1.4;
font-size: 0.7em;
background: #654820;
color: #ffffff;
width: 100%;
}
#footer .ftr_wrap {width: 320px; float: left; margin-right:20px;}
#footer .ftr_wrap_right {width: 300px; float: left; margin-right:0;}
#footer p {
margin: 10px 0 30px 10px;
line-height: 1.6em;
}
#footer h4 {
margin: 0 0 0.6em 0;
padding: 0 0 0 0.6em;
font-size: 1.2em;
font-weight: bold;
line-height: 1.6;
border-left: 4px solid #ffffff;
color: #ffffff;
}
#footer a {
color: #ffffff;
}
.footerKomidashi1 {color: #AD8D77;}
table.footerShipPrice {margin-bottom: 0.7em; width: 100% !important; font-size: 0.9em; line-height: 1.3;}
table.footerShipPrice th {padding: 0.2em; width: 105px; text-align: center; background: #E3DBD0; border: 1px solid #EEE;}
table.footerShipPrice td {padding: 0.6em; text-align: center; background: #FFF; border: 1px solid #EEE;}
table.footerShipTime {margin-bottom: 0.7em; width: 100% !important; font-size: 0.9em; line-height: 1.3;}
table.footerShipTime th {padding: 0.4em 0.2em; width: 50px; text-align: center; background: #FFF; border: 1px solid #EEE;}
#footer br {display: inline !important;}
#copyright {
clear: both;
text-align: right;
margin-right: 20px;
letter-spacing: 0.2em;
}