@charset "utf-8"; 

/*
サイト内共通ボックスCSS

【1】ボックス共通
【2】メイン内ボックス共通
【3】サイド内ボックス
【4】サイド1内ボックス
【5】サイド2内ボックス
【6】サイド3内ボックス
*/


/*【1】ボックス共通*/
.box {
	margin:0 0 10px;
	font-size: 1.2em;
	position: relative;
}
.layout2 .main .box {
	margin:0 0 10px;
	font-size: 1.2em;
	position: relative;
	display: block;
	margin: 0 20px 0 5px;
}
.title {}
.content {}
.unit {}
.comment {}
.more {
	text-align: right;
	margin: 0;
}
.more a {
	background:url(../img/bg_more_a.gif) no-repeat 0 0.1em;
	padding:2px 0 3px 15px;
}
.more a:link ,
.more a:visited {
	color:#09f;
	text-decoration:none;
}
.more a:hover ,
.more a:active {
	color:#09f;
	text-decoration:underline;
}
.sw {}
.bt {}


/*【2】メイン内ボックス共通*/
.pagetitle {
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	background: #0099ff;
	padding: 8px 15px;
	margin: 0 0 20px;
	line-height: 1em;
}
.main .box {}
.main .title {
	border-bottom: 4px solid #0099FF;
	font-size: 1.25em;
	color: #5A5A5A;
	font-weight: bold;
	margin: 0 0 10px;
}
.main .content {}
.main .unit {}
.main .comment {}
.main .more {}
.main .sw {}
.main .bt {}

/*2-1 ショーケース*/
#showcase {
	margin: 0 0 50px 0;
}
#showcase .content {}
#showcase ul {}
#showcase li {}
#showcase li .title {}
#showcase li .title span {}
#showcase li .eval {}
#showcase li .seller {}
#showcase li .seller a:link ,
#showcase li .seller a:visited {
	color:#996600;
}
#showcase li .seller a:active ,
#showcase li .seller a:hover {
	color:#996600;
}
#showcase li .price {}
#showcase .unit {}
#showcase .comment {}
#showcase .more {
	margin: 0 0 20px 20px;
	background: transparent none;
	border: 0;
	font-size: 1em;
	text-align: center;
	width: 478px;
}
#showcase .more a {
	padding:0 5px;
	background: none;
}
#showcase .more a:link ,
#showcase .more a:visited {
	color:#0066CC;
	text-decoration:underline;
}
#showcase .more a:hover ,
#showcase .more a:active {
	color:#0066CC;
	text-decoration:none;
}
#showcase .more .thispage {
	padding:0 5px;
	background-color: #DFDFDF;
}
#showcase .sw {
	background-color: #EBEBEB;
	border: 1px solid #ccc;
	margin: 0 0 20px 20px;
	padding: 10px 0;
	width: 478px;
}
#showcase .sw ul {
	border:0;
	padding: 0;
	text-align: right;
	margin: 0 9px 0 0;
}
#showcase .sw li {
	display:inline;
}
#showcase .sw select {
	font-size:1em;
}


/*2-2 その他の商品*/
#content_otheritem {
	margin: 0 5px 50px;
}
#content_otheritem .title {
	margin: 0 15px 10px 0;
}
#content_otheritem .content {}
#content_otheritem ul {}
#content_otheritem li {
	width:210px;
	display:inline;
	float:left;
	margin:0 16px 0px 0;
	padding:0 0 15px;
}
#content_otheritem h3 {
	font-weight: bold;
}
#content_otheritem h3 a {}
#content_otheritem h3 a:link ,
#content_otheritem h3 a:visited {
	color:#000;
	text-decoration:none;
}
#content_otheritem h3 a:hover ,
#content_otheritem h3 a:active {
	color:#000;
	text-decoration:underline;
}
#content_otheritem h3 span {
	float: right;
	width: 120px;
	text-align: left;
}
#content_otheritem h3 img {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
}
#content_otheritem h4 {
	line-height: 1.4;
	height:4.2em;
	overflow:hidden;
	width: 120px;
	float: right;
	font-size: 90%;
	font-weight: bold;
}
#content_otheritem .price {
	clear: both;
	display: block;
	width: 210px;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#content_otheritem h4 a {}
#content_otheritem .more {
	margin: 0 15px 0 0;
}


/*【3】サイド内ボックス*/
.side .box {
	margin: 0 0 10px;
}
.side .title {
	border-bottom: 3px solid #0099FF;
	font-size: 1.25em;
	color: #5A5A5A;
	font-weight: bold;
}
.side .content {}
.side .unit {}
.side .comment {}
.side .more {}
.side .sw {}
.side .bt {}


/*【4】サイド1内ボックス*/
#side1 .box {}
#side1 .title {}
#side1 .content {}
#side1 .unit {}
#side1 .comment {}
#side1 .more {}
#side1 .sw {}
#side1 .bt {}


/*【5】サイド2内ボックス*/
#side2 .box {
	background-color: #EDEEC4;
	padding: 5px 0 5px;
}
#side2 .title {
	margin: 0 5px 0;
}
#side2 .content {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 5px 0;
}
#side2 .unit {}
#side2 .comment {}
#side2 .more {
	margin: 0 5px;
	padding: 0 5px 0 0;
}
#side2 .more a {
	font-weight:bold;
}
#side2 .sw {}
#side2 .bt {}




/*【6】サイド3内ボックス*/
#side3 .box {
	background-color: #EDEEC4;
	padding: 5px 0 5px;
}
#side3 .title {
	margin: 0 5px 0;
}
#side3 .content {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 5px 0;
}
#side3 .unit {}
#side3 .comment {}
#side3 .more {
	margin: 0 5px;
	padding: 0 5px 0 0;
}
#side3 .more a {
	font-weight:bold;
}
#side3 .sw {}
#side3 .bt {}



/*6-1 ユーザー管理メニュー*/
#side_idinfo {
}
#side_idinfo .title {
	border: none;
	line-height: 1.3em;
	margin-bottom: 5px;
}
#side_idinfo .content {}
#side_idinfo form {
	text-align: center;
	margin: 10px 5px;
}
#side_idinfo form button {
	background: transparent;
	border: 0;
	cursor:pointer;
	width: 110px;
	margin: 5px 0 0;
}
#side_idinfo .userpoint {
	background: #f60;
	margin: 5px 5px 5px;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#side_idinfo .userpointnum {
	color: #FF6600;
	text-align: center;
	font-size: 18px;
	margin: 0;
}
#side_idinfo #cartinfo {
	padding-bottom: 20px;
}
#side_idinfo #cartinfo h3 {
	color: #09f;
	font-weight: bold;
	margin: 5px 0;
}
#side_idinfo #cartinfo ul {
	margin: 0 0 0 10px;
}
#side_idinfo #cartinfo dl {
	display: block;
	width: 140px;
	margin: 0 0 0 5px
}
#side_idinfo #cartinfo dt {
	background:url(../img/bg_info_li.gif) no-repeat 0 0.1em;
	padding:0 0 0 12px;
	float: left;
}
#side_idinfo #cartinfo dd {
	font-weight: bold;
	float: right;
}
#side_idinfo #cartinfo dd .price{
	font-size: 100%;
}
#side_idinfo .idmenu {
	border-bottom: #333 1px dotted;
	padding: 0 0 5px;
}
#side_idinfo .idmenu li {
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 2em;
}
#side_idinfo .usermenu {
	margin: 5px 0;
}
#side_idinfo .usermenu li {
	margin: 0 0 4px;
}
#side_idinfo .comment {
	margin: 5px 5px 10px;
}


/*6-2 最近チェックした商品*/
#side_checkback .box {}
#side_checkback .title {}
#side_checkback .content {}
#side_checkback .unit {}
#side_checkback .comment {}
#side_checkback .more {}
#side_checkback .sw {}
#side_checkback .bt {}

#side_checkback .price {
	color: #666;
	text-align: right;
	font-size: 0.834em;
	font-weight: normal;
}

