＝E* CSS Document */**


/* タグの初期化
----------------------------------------------------*/
.f12l15 {font-size:12px; line-height:150%}

/* popup
----------------------------------------------------*/
.txt01 { font-size:12px;
		line-height:140%;
		color:#333333;
		padding:15px 20px 10px 0px;
}

.txt02 { font-size:10px;
		line-height:160%;
		color:#666666;
		padding:0px 18px 0px 8px;
}

.name {
	font-size:15px;
	line-height:120%;
	font-weight: bold;
	color: #663300;
}

.price {
	font-size:12px;
	line-height:140%;
	color: #663300;
}

.order_txt01 {
	font-size:12px;
	line-height:160%;
	color: #FFFFFF;
	margin-top:5px;
}
.order_txt02 {
	font-size:10px;
	line-height:160%;
	color: #FFFFFF;
	margin:8px 0px;
}

#popup_contents {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#popup_contents #detail {
    margin:20px 0px;
	
}

/* index
----------------------------------------------------*/
#recomendWrpper {
	position: relative;
	width: 900px;
	height: auto;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0px 0px 40px;
}
#recomend {
	width: 800px;
	margin: 0px 50px;
}

#pickup_title {
	width: 814px;
	padding-top: 20px;
	margin: 0px 43px;
}

#pickup {
	width: 798px;
	border-right: 2px solid #C1C666;
	border-bottom: 2px solid #C1C666;
	border-left: 2px solid #C1C666;
	background-color: #FFFFE8;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#pickup_left {
	width: 350px;
	float: left;
	height: auto;
	margin-bottom: 10px;
	margin-left: 20px;
}
#pickup_right {
	clear: none;
	float: right;
	width: 350px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 20px;
}
#clear {
	clear: both;
}

#pickup #book {
	width: 130px;
	float: left;
}
#pickup #detail {
	float: right;
	height: auto;
	width: 220px;
}
#pickup p {
	font-size: 13px;
	line-height: 140%;
}
#pickup h3 {
	font-size: 14px;
	color: #399430;
	margin-bottom: 5px;
}
#pickup h2 {
	font-size: 12px;
	color: #399430;
	margin-bottom: 5px;
}
#recomend #book {
	width: 139px;
	float: left;
}
#recomend #push {
	height: auto;
	width: 344px;
	margin: 7px auto;
}
#recomend #detail {
	width: 205px;
	float: right;
	height: auto;
}
#recomend p {
	font-size: 13px;
	line-height: 140%;
}

#push #book img {
	margin-right: 19px;
}
#pickup #book img {
	margin-right: 10px;
}
