@charset "utf-8";

/*----------------------------------------------
# www.kinokuniya.co.jp
# ubusna,inc.
-----------------------------------------------*/ 

/* LAYOUT wrap
---------------------------------------------------- */


.cLayout1 {
	padding:5px;
	width:702px;
	background:url(/contents/common/img/contents/cl1_bg.gif) 0 0 repeat;
}

.cLayout2 {
	background:url(/contents/common/img/contents/cl2_bg.gif) 0 0 repeat;
	margin: 10px 0 0 0;
}

.cLayout3 {
	background:url(/contents/common/img/contents/cl3_bg.gif) 0 0 repeat;
	margin: 10px 0 0 0;
}

.cLayout1 .cInner {
	padding:24px;
	width:654px;
	background:#FFF;
}

.cLayout1 .cInner .txt { padding: 20px 0 0 0; }

.cLayout1 .cInner .txt p{ line-height:180%; margin:0 0 1.5em 0; }

.LayInnerTtl {
	padding: 5px 0 5px 20px;
	background: url(/contents/common/img/lay_inner_midashi_bg.gif) left center repeat-y;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #333;
	display: block;
}

html>/**/body .cLayout1 .cInner { padding:14px 24px 24px 24px; }


/* LAYOUT list 
---------------------------------------------------- */

.listUnit {
	margin:10px 0 0 0;
	position:relative;
	background:#FFFBE8;
}
.listUnit .unit {
	width:650px;
	padding:1px;
	min-height: 150px;	/*モダンブラウザに適用*/
	height: auto !important;	/*モダンブラウザに適用*/
	height: 130px;	/*全ブラウザに適用*/
	border:1px solid #CCCCCC;
}
.listUnit .bl-hot {
	width: 650px;
	min-height: 130px;	/*モダンブラウザに適用*/
	height: auto !important;	/*モダンブラウザに適用*/
	height: 130px;	/*全ブラウザに適用*/
}
.listUnit .listUnitPhoto {
	position:absolute;
	top:2px; left:2px;
	z-index:100;
}

/* add 2011.01.24 */

.listUnit .listUnitPhoto span {
	width:214px; height:130px;
	display:block;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
}

.listUnit .listUnitPhoto span img {
	display:none;
}

/* /add */

.listUnit h3 {
	width:415px;
	float:right;
	font-weight:bold;
}
.listUnit .listUnitCap {
	width:415px;
	padding:7px 10px 1.5em 10px;
	float:right;
	border-top:1px dotted #999999;
	font-size:12px;
}
.listUnit .listUnitInfo {
	width:415px;
	margin:0; padding:2px 10px 2px 225px;
	border-top:1px solid #B8AA6A;
	background: #E9E7DA;
	position:absolute;
	bottom:2px; right:2px;
}

/* noImg */
.noImg h3 {
	width:630px;
	float:none;
	font-weight:bold;
}
.noImg .listUnitCap {
	width:630px;
	padding:7px 10px 1.5em 10px;
	float:none;
	border-top:1px dotted #999999;
}
.noImg .listUnitInfo {
	width:630px;
	margin:0; padding:2px 10px 2px 10px;
	border-top:1px solid #B8AA6A;
	background: #E9E7DA;
	position:absolute;
	bottom:2px; left:2px;
}

/* page navi
---------------------------------------------------- */
.pNavi {
	width:712px;	height:28px;
	margin:9px 0; padding:0;
	background: url(/contents/common/img/pnavi_bg_bottom.gif) 0 bottom repeat-x;
	position: relative;
}

.pNaviInner {
	height: 22px;
	position:relative;
	background:url(/contents/common/img/list_bg.jpg) 0 0 repeat-x #D8D2B3;
	text-align:center;
	padding: 5px 0 0 0;
}

.back_page{
	position: absolute;
	left:0; top:0;
}

.next_page{
	position: absolute;
	right:0; top:0;
}

.current_page{
	background: #5A5334;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
}

.pNaviSpe{
	margin: 0 0 0 3px;
}

/* SHOP List
---------------------------------------------------- */

.shopAreaUnit{
	
}

/* NEWS List
---------------------------------------------------- */

.newsListUnit{
	width: 622px;
	padding: 10px 15px;
	border-bottom: solid 1px #FFF;
}

.nlDay{
	width: 120px;
	float: left;
	padding: 0 10px 0 0;
}

.nlInfo1{
	width: 492px;
	float: left;
	display: block;
}

.nlInfo2{
	width: 160px;
	float: left;
	display: block;
	padding: 0 10px 0 0;
}

.nlInfo3{
	width: 322px;
	float: left;
	display: block;
}


.nlBgYellow{ background: #FFFCEC; }
.nlBgBlue{ background: #F3F3F3; }

/* contents
---------------------------------------------------- */

#contents h3.midashi{
	width: 672px;
	background:url(/contents/common/img/midashi_bg.gif) 0 center no-repeat;
	color: #FFF;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
}

.twoColumnL{
	width: 214px;
	/*position: absolute;
	left: -219px;
	top: 0px;*/
}

.twoColumnR .txt .twoColumnL p{ margin: 0; line-height: 150%; }

.twoColumnL .photo,
.twoColumnL .btn{
	margin: 0 0 5px 0;
}

.twoColumnL .info{
	background: #FFF;
	margin: 0 0 5px 0;
	padding: 5px;
	word-break: break-all;
}

.twoColumnL .btnZaiko{
	width: 212px;
	border: 1px solid #CCC;
	text-align: center;
}

.twoColumnL .btnZaiko a{
	width: 212px;
	background:url(/contents/common/img/btn_zaiko.jpg) 0 center no-repeat;
	display: block;
	color: #FFF;
}
.twoColumnL .btnZaiko a:hover{ background:url(/contents/common/img/btn_zaiko_o.jpg) 0 center no-repeat; text-decoration: none; }

.twoColumnR .txt .twoColumnL p.productInfo{
	padding: 8px 0 0 0;
	border-top: dotted 1px #CCC;
	margin: 8px 0 0 0; !important
}

.twoColumnR{
	width: 702px;
	margin: 5px 0 0 0;
	background: #FFF;
	border-top: solid 1px #C8BD8A;
	position: static;
}

.noL{
	width: 483px;
	margin: 5px 0 0 219px;
	border-top: none;
	position: absolute;
}

/*.twoColumnR{
	width: 483px;
	margin: 5px 0 0 219px;
	background: #FFF;
	position: relative;
}

.noL{
	width: 702px;
	margin: 5px 0 0 0;
	border-top: solid 1px #C8BD8A;
	position: static;
}*/

.twoColumnR .midashiPhoto{
	padding: 0 0 0 0; margin: 5px 0 0 5px;
}

.twoColumnR .midashi{
	border-top: solid 1px #C8BD8A;
	border-bottom: solid 1px #C8BD8A;
	background: url(../img/bg_mokume.gif) repeat;
	padding: 15px 10px;
	font-weight: bold;
}

.twoColumnR .txt {
	padding:20px 20px 15px 20px;
}

.noL .txt {
	padding:15px 15px 0px 15px;
}

.hbLinkArea {
	text-align:right;
}
.noL .hbLinkArea {
	padding:0 0 15px 0;
	
}

/*.twoColumnR .txt {
	padding:15px 15px 0 15px;
}

.noL .txt {
	padding:25px 25px 15px 25px;
}*/

.twoColumnR .txt p {
	line-height:180%;
	margin:0 0 1.5em 0;
}

.twoColumnR .txt strong {
	font-weight:bold;
}

/* booksUnit */

.cInner .txt .booksUnit p,
.twoColumnR .txt .booksUnit p {
	line-height:150%;
	margin: 0;
}

.cInner .booksUnit,
.twoColumnR .booksUnit{
	width: 640px;
	padding: 5px;
	border: solid 1px #CCC;
	margin: 10px auto;
}

.cInner .booksUnit .unitL,
.twoColumnR .booksUnit .unitL{
	width: 335px;
	float: left;
	border-right: solid 1px #DBD5B9;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

.cInner .booksUnit .unitL .imgL,
.twoColumnR .booksUnit .unitL .imgL{
	width: 95px;
	float: left;
	margin: 0 5px 0 0;
}

.cInner .booksUnit .unitL .txtR,
.twoColumnR .booksUnit .unitL .txtR{
	width: 230px;
	float: right;
	overflow: hidden;
}

.cInner .booksUnit .unitL .txtR .btnList,
.twoColumnR .booksUnit .unitL .txtR .btnList{
	margin: 5px 0 0 0;
	float: left;
}

.cInner .booksUnit .unitL .txtR .btnBuy,
.twoColumnR .booksUnit .unitL .txtR .btnBuy{
	margin: 5px 0 0 0;
	float: right;
}

.cInner .booksUnit .unitR,
.twoColumnR .booksUnit .unitR{
	width: 290px;
	float: right;
	overflow: hidden;
}

.cInner .bookmark,
.twoColumnR .bookmark{
	background: url(/contents/common/img/bg_mokume.gif) repeat;
	padding: 10px;
	overflow: hidden;
}

.cInner .tag,
.twoColumnR .tag{ padding: 0 0 10px 0; }

.addthis_toolbox {
	width:200px;
	float: left;
	display: block;
}

.positionab {
	position: absolute;
}

.twtbtn{
    padding:0 0 0 205px;

}

/* RelatedBooks
---------------------------------------------------- */

.relatedBooks{
	width: 702px;
	margin: 5px 0 5px 5px;
	padding: 0 0 5px 0;
	background: #FFF;
	overflow: hidden;
}

.relatedBooksUnit{
	width: 214px;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #CCC;
	float: left;
}

.relatedBooksUnit img.photo{ float: left; }
.relatedBooksUnit .txt{ width: 112px; float: right; }
.relatedBooksUnit img.btn{ margin: 5px 0 0 0; }
.relatedBooksUnit .title{ font-weight: bold; }

/* RelatedArticles
---------------------------------------------------- */

#mcRelatedArticles {
	width: 692px;
	margin:5px 0 0 5px;
	padding: 5px;
	background: #FFF;
	overflow: hidden;
}

.mcRelatedArticlesUnit li {
	width:692px;
	margin: 0;
	padding:8px 0 8px 0;
	border-bottom:1px dotted #999999;
	word-break: break-all;
}

#newzia {
	margin:0 5px 5px 5px;
	background:#FFF;
	padding: 0 5px 3px 0;
	text-align: right;
	font-size:0.8em;
}
