@charset "shift_jis";

/* ===========================================
 * Dynamic
 * -------------------------------------------
 * 
=========================================== */


/* Common
=========================================== */

#main {
	margin: 0 auto;
	width: 710px;
}


/* Home
=========================================== */

#flash_main {
	margin-bottom: 15px;
}


#news {
	margin-bottom: 20px;
}
#news h2 {
	float: left;
	padding: 13px 16px;
	width: 87px;
}

#news dl {
	background: url(/common/img/base/line_ms.png) no-repeat left bottom;
	float:left;
	overflow:hidden;
	width:600px;
}

#news dl dt,
#news dl dd{
	background: url(/common/img/base/line_ms.png) no-repeat left top;
	padding: 6px;
	line-height: 1.5;
}

#news dl dt{
	clear:left;
	color:#FF7D00;
	float:left;
	font-weight: bold;
	padding-right:0;
	white-space: nowrap;
	width:9em;
}

#news dl dd{
	font-weight: bold;
	margin-left:9em;
}

#news dl dd span{
	display:block;
	background: url(/common/img/base/icn_arw02.gif) no-repeat left 0.35em;
	font-weight: normal;
	padding-left: 15px;
}


#news table {
	float: left;
	width: 600px;
	background: url(/common/img/base/line_ms.png) no-repeat left top;
}
#news table th, #news table td {
	padding: 6px;
	line-height: 1.5;
}
#news table th {
	width: 10%;
	background: url(/common/img/base/line_ms.png) no-repeat right bottom;
	color: #FF7D00;
	font-weight: bold;
	white-space: nowrap;
}
#news table td {
	background: url(/common/img/base/line_ms.png) no-repeat left bottom;
}
#news table td span {
	padding-left: 15px;
	background: url(/common/img/base/icn_arw02.gif) no-repeat left 0.05em;
}


/* ---------------------------------------- */


#flashNavi {
	margin-bottom: 20px;
	width: 730px;
}
#flashNavi .bg_y {
	width: 730px;
	background: url(/common/img/home/itm_bg_y.png) repeat-y;
}
#flashNavi .bg_b {
	padding: 5px 19px 10px;
	width: 692px;
	background: url(/common/img/home/itm_bg_b.png) no-repeat left bottom;
}
#flashNavi #tab1,
#flashNavi #tab2,
#flashNavi #tab3 {
	overflow:hidden;
	width:100%;
}
#flashNavi .item {
	float: left;
	margin: 0 0 10px 0;
	width: 224px;
}
#flashNavi .r {
	margin-right:10px;
}
#flashNavi .item img {
	float: left;
	border: 1px solid #D7B98F;
}
#flashNavi .item p {
	float: left;
	padding-left: 5px;
	width: 125px;
	line-height: 1.3;
}
#flashNavi .item a {
	font-weight: bold;
}
#flashNavi .item span {
	color: #FF7D00;
	font-size: 85%;
	font-weight: bold;
}

/* ---------------------------------------- */

#home #rcmLink {
	margin-bottom: 0;
}




/* Category
=========================================== */
h2.item_list_name{
	background:url("/common/img/category/tit_bg.png") no-repeat scroll left top transparent;
	color:#330000;
	font-size:131%;
	font-weight:bold;
	margin-bottom:10px;
	padding:12px 20px 10px;
	width:690px;
}

h2.item_list_name span{
	background:url("/common/img/category/tit_line.png") no-repeat scroll left bottom transparent;
	display:block;
	padding-bottom:10px;
	width:690px;
}

#item_list{
	width:100%;
}

#item_list li.item_list_row{
	border-bottom:1px dotted #CCCCCC;
	margin:0 0 15px 0;
	overflow:hidden;
	padding-bottom:15px;
	_zoom:1;
}

#item_list li.item_list_row div{
	background:url("/common/img/category/itm_bg.png") repeat-x scroll center top #FFFFFF;
	border:1px solid #D7B98F;
	float:left;
	margin-right:10px;
	width:348px;
}

#item_list li.item_list_row div.r{
	margin-right:0;
}

#item_list li.item_list_row div dl{
	color:#666666;
	font-size:85%;
	line-height:1.3;
	overflow:hidden;
	position:relative;
	_zoom:1;
}

#item_list li.item_list_row div dl dt.product_image{
	float:left;
	padding:3px;
	width:155px;
}

#item_list li.item_list_row div dl dt.product_name,
#item_list li.item_list_row div dl dd{
	margin:0 6px 0 164px;
}

#item_list li.item_list_row div dl dt.product_name{
	background:url("/common/img/base/icn_arw03.png") no-repeat scroll left 0.4em transparent;
	margin-top:4px;
	padding:0 0 0 15px;
}

#item_list li.item_list_row div dl dt.product_name a{
	font-size:117.6%;
	font-weight:bold;
}

#item_list li.item_list_row div dl dd.product_price{
	border-bottom:1px dotted #CAA26A;
	margin-bottom:5px;
	padding:0 0 5px 15px;
}

#item_list li.item_list_row div dl dd.have_clscat2{
	padding-bottom:101px;
}

#item_list li.item_list_row div dl dd.have_clscat1{
	padding-bottom:65px;
}

#item_list li.item_list_row div dl dd.no_clscat{
	padding-bottom:30px;
}

#item_list li.item_list_row div dl dd.show_detail{
	bottom:4px;
	position:absolute;
	right:0;
	width:175px;
}

#item_list li.item_list_row div dl.in_cart{
	font-size:inherit;
	margin:4px 0;
}

#item_list li.item_list_row div dl.in_cart dt,
#item_list li.item_list_row div dl.in_cart dd{
	margin:auto;
}

#item_list li.item_list_row div dl.in_cart dt{
	margin-top:3px;
}

.item_list_pg_lt,
.item_list_pg_lb{
	width: 710px;
	text-align: right;
	font-size: 85%;
	color: #999;
}

.item_list_pg_lt a,
.item_list_pg_lt strong,
.item_list_pg_lb a,
.item_list_pg_lb strong{
	padding-right: 5px;
}

.item_list_pg_lt{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.item_list_pg_lb{
	margin-top: -5px;
	margin-bottom: 35px;
}
/*
#category .line {
	margin: 0 0 15px 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	display: block;
	clear: both;
	width: 710px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#category .itmLink {
	width: 710px;
	text-align: right;
	font-size: 85%;
	color: #999;
}
#category .itmLink li {
	display: inline;
	padding-right: 5px;
}
#category .tl {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
#category .bl {
	margin-bottom: 35px;
}
*/
/* ---------------------------------------- */
/*

#category h2 {
	margin-bottom: 10px;
	padding: 18px 20px 10px;
	background: url(/common/img/category/tit_bg.png) no-repeat left top;
	width: 690px;
	color: #330000;
	font-size: 131%;
	font-weight: bold;
}
#category h2 span {
	padding-bottom: 10px;
	background: url(/common/img/category/tit_line.png) no-repeat left bottom;
	display: block;
	width: 690px;
}
*/
/* ---------------------------------------- */
/*

#category #items {
	margin-left: -10px;
	width: 730px;
}

#category #main table {
	float: left;
	margin-left: 10px;
	border: 1px solid #D7B98F;
	width: 348px;
	background: #fff url(/common/img/category/itm_bg.png) repeat-x top;
}
#category #main table th {
	padding: 3px;
}
#category #main table th img {
	border: 1px solid #fff;
}
#category #main table td {
	padding: 4px 6px 4px 3px;
}

#category #main table td.bt {
	vertical-align: bottom;
}

#category #main table dl {
	color: #666;
	line-height: 1.3;
	font-size: 85%;
}
#category #main table dt {
	margin-bottom: 5px;
	padding: 0 0 5px 15px;
	background: url(/common/img/base/icn_arw03.png) no-repeat left 0.4em;
	border-bottom: 1px dotted #CAA26A;
}
#category #main table dt a {
	font-size: 117.6%;
	font-weight: bold;
}
*/

/* Detail
=========================================== */

.detail .section {
	margin-bottom: 40px;
}

/* ---------------------------------------- */

.detail #photo {
	float: left;
	width: 320px;
}
.detail #photo p {
	padding-bottom: 10px;
}
.detail #photo ul {
	margin-left: -6px;
	width: 326px;
	font-size: 0;
	line-height: 0;
}
.detail #photo ul li {
	display: inline;
	float: left;
	margin-left: 6px;
	padding: 1px;
	border: 1px solid #c3c3c3;
}

/* ---------------------------------------- */

.detail #exp {
	float: right;
	width: 370px;
}
.detail h2 {
	margin-bottom: 16px;
	padding: 0 0 5px 28px;
	background: url(/common/img/detail/tit_bg.gif) no-repeat left top;
	border-bottom: 1px dotted #BF9E69;
	color: #FF7C00;
	font-size: 131%;
	font-weight: bold;
	line-height: 27px;
}

.detail #exp p {
	margin-bottom: 15px;
	line-height: 1.5;
}

.detail #price {
	padding-bottom: 15px;
	border-bottom: 1px dotted #BF9E69;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.3;
}
.detail #price span {
	font-size: 73%;
}

/* ---------------------------------------- */
.detail span.prdsmallimg {
	cursor:pointer;
}

.detail #frmopt {
	margin-bottom: 10px;
	padding: 1px 0;
	width: 370px;
	border-top: 1px solid #FDA568;
	border-bottom: 1px solid #FDA568;
}

.detail #frmopt div {
	width: 350px;
	padding: 10px 10px 8px;
	background-color: #FCDC92;
}

.detail #frmopt dl {
	overflow:hidden;
	margin-bottom:0.5em;
}

.detail #frmopt dl.quantity {
	float:left;
	margin-bottom:0;
	padding-top:8px;
	width:130px;
}

.detail #frmopt dl dt{
	display:block;
	float:left;
	padding:4px 0.5em 0 0;
}

.detail #frmopt dl dd{
	display:block;
}





.detail #frmopt a {
	display:block;
	float:right;
}

.detail #frmopt a {
	vertical-align:img;
}






.detail #frmopt p {
	float: left;
	margin-top: 8px;
}
.detail #frmopt .word {
	margin: 0 3px 0 5px;
	width: 40px;
}

/* ---------------------------------------- */

.detail #cont {
	margin-bottom: 10px;
	padding: 7px 9px;
	width: 350px;
	border: 1px solid #BF9E69;
	color: #666;
	font-size: 85%;
	line-height: 1.5;
}

.detail #favorite {
	text-align: right;
}

/* ---------------------------------------- */


.detail #recommend p.tit {
	margin-bottom: 5px;
}
.detail #recommend div {
	width:100%;
}
.detail #recommend dl {
	float: left;
	margin:0 0 10px 0;
	padding: 5px;
	width: 158px;
	border: 1px solid #D7B98F;
	background: #fff url(/common/img/detail/rcm_bg.png) repeat-x top;
}

.detail #recommend dl.r {
	margin-right:10px;
}

.detail #recommend dt {
	margin-bottom: 5px;
}
.detail #recommend dt img {
	border: 1px solid #fff;
}
.detail #recommend dd {
	padding-left: 15px;
	background: url(/common/img/base/icn_arw03.png) no-repeat left 0.4em;
	color: #666;
	font-size: 85%;
	line-height: 1.3;
}
.detail #recommend a {
	font-size: 117.6%;
	font-weight: bold;
}

/* ---------------------------------------- */


.detail #voice p.tit {
	position: relative;
	width: 710px;
	height: 30px;
}
.detail #voice p.tit a {
	position: absolute;
	top: 4px;
	right: 4px;
}
.detail #voice .vce {
	padding: 15px 10px;
	width: 690px;
	border-bottom: 1px solid #D7B98F;
}
.detail #voice .vce .info {
	padding-bottom: 8px;
}
.detail #voice .vce ul {
	float: left;
}
.detail #voice .vce li {
	display: inline;
	padding-right: 20px;
}
.detail #voice .vce li span {
	color: #FF9026;
}
.detail #voice .vce .info p {
	float: right;
	color: #666;
}

.detail #voice .vce p.com {
	padding-left: 22px;
	background: url(/common/img/detail/icn_vce.gif) no-repeat left top;
	line-height: 1.3;
}




/* Cart
=========================================== */

#cart #content {
	float: none;
	margin: 30px auto;
	width: 700px;
}

#cart #header {
	padding-bottom: 8px;
	height: 96px;
	background: url(/common/img/base/hd_bg_c.png) no-repeat top right;
}
#cart #header h1 {
	padding-top: 7px;
}

