@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	color:#333333;
}

#wrapper {
	width: 950px;
	margin:0 auto;
	text-align: left;
	padding: 0;
}
#header {
	width: 100%;
	height: 220px;
	padding:0;
	margin: 0;
}


/*------header--------*/

#headerbar {
	background-color:#000000;
	color:#FFFFFF;
	padding:3px 3px 3px 10px;
	font-size:x-small;
}

#header #logo {
	width:270px;
	float:left;
	padding:30px 0 0 30px;
	margin-bottom:10px;
}

#header #naviarea {
	width:620px;
	float:right;
}

#header #mininavi {
	text-align:right;
	line-height:150%;
}

#topnewsarea {
	background-color:#FFFFFF;
	border:#CCCCCC 1px dotted;
	overflow: auto;
	height: 70px;
	width: 618px;
	
}
#topnewsarea ul {
	margin:0;
	padding:5px 15px 5px 15px;
	list-style:none;
}

#topnewsarea li {
	font-size:0.8em;
	padding:3px 0;
}

#topnewstitle{
	padding:3px 0 0 3px;
	font-size:0.8em;
	color:#CC3300;
}

#topnewsblog{
	margin-bottom:10px;
	background-color:#EEEEEE;
	padding:2px;
	text-align:right;
	font-size:0.9em;
}

.hdnavi {
	width:154px;
	float:left;
	margin-right:1px;
}

.hdnavi h5 {
	background-color:#EEEEEE;
	margin:0;
	padding:12px 8px 0 13px;
	height:10px;
}
.hdnavi ul {
	background-color:#EEEEEE;
	margin:0;
	padding:0;
	list-style:none;
	padding:5px 8px 0 13px;
	height:110px;
	line-height:170%;
	font-size:0.9em;
}

.hdnavi ul li {
	padding:0;
	margin:0;
}

#header #searcharea {
	clear:both;
	background-color:#000000;
	padding:3px 0 3px 3px;
}

#header #searcharea form{
	padding:0;
	margin:0;
}
#header #searcharea form input{
	background:#FFFFFF url(/img/v4b/icon/search.gif) no-repeat 3px;
	width:300px;
	height:19px;
	padding:2px 0 0 25px;
	font-size:1.2em;
	font-weight:bold;
	border:#999999 1px solid;
}

#header #searcharea form img{
	vertical-align:top;
}

#searcharea .searchbtn{
	margin-right:5px;
}

#searcharea #cartbtn{
	margin-left:277px;
}

#gnavi {
	background-color:#000000;
	padding:0;
	margin:1px 0 0 0;
}
#gnavi ul.outul {
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:0;
}

#gnavi ul li.outli {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	position: relative;
}


#gnavi li a.new {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) 0 0;
	width:118px;
}
#gnavi li a.brand {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) -118px 0;
	width:119px;
}
#gnavi li a.ladies {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) -237px 0;
	width:119px;
}
#gnavi li a.mens {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) -356px 0;
	width:119px;
}
#gnavi li a.kids {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) -475px 0;
	width:119px;
}
#gnavi li a.beauty {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) -594px 0;
	width:119px;
}
#gnavi li a.living {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) -713px 0;
	width:119px;
}
#gnavi li a.other {
	display:block;
	text-decoration:none;
	height:26px;
	text-indent:-9900px;
	overflow: hidden;
	background: url(/img/v5b/menu.gif) -832px 0;
	width:118px;
}

#gnavi li a.new:hover {
	background-position:0 -26px;
}
#gnavi li a.brand:hover {
	background-position:-118px -26px;
}
#gnavi li a.ladies:hover {
	background-position:-237px -26px;
}
#gnavi li a.mens:hover {
	background-position:-356px -26px;
}
#gnavi li a.kids:hover {
	background-position:-475px -26px;
}
#gnavi li a.beauty:hover {
	background-position:-594px -26px;
}
#gnavi li a.living:hover {
	background-position:-713px -26px;
}
#gnavi li a.other:hover {
	background-position:-832px -26px;
}


.sub_menu{
	position: absolute;
	top: 27px; left: 1px;
	z-index: 99999;
	background: #000000;
	padding:10px;
	color:#FFFFFF;
	display: none;
}

.sub_menu ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 200px;
	line-height:150%;
	float:left;
}

.sub_menu li{
	color: #fff;
	width: 100%;
	
}

.sub_menu a{
	float: none; 
	color:#FFFFFF;
}

.sub_menu a:link,
.sub_menu a:visited,
.sub_menu a:active{
	color:#FFFFFF;
}
.sub_menu a:hover{
	color:#FF00CC;
}


/*------main--------*/

#mainT {
	width: 763px;
	margin:0;
	padding:0 0 10px 0;
	float: right;
}

#main {
	width: 750px;
	margin:0;
	padding:0 0 20px 0;
	float: right;
}

#main_cart {
	width: 750px;
	margin:20px auto;
}

#main_guide {
	width: 790px;
	margin:20px auto;
}
#main p {
	line-height:130%;
}

#main_950 {
	width: 950px;
	margin:0;
	padding:0 0 10px 0;
}

#main_top {
	width:570px;
	float:left;
}

#main_right {
	width:182px;
	float:right;
}

.mbox {
	margin-bottom:15px;
}

.mbox h4 {
	margin-bottom:5px;
}

#newmore {
	text-align:right;
	padding-right:10px;
}
.newphoto {
	padding:2px;
	margin-bottom:4px;
	border:#DDDDDD 1px solid;
}

.reco_box{
	margin:5px 0 10px 0;
}

.reco_box td{
	line-height:140%;
	font-size:11px;
}

.reco_box img {
	/*border:#DDD 1px solid;*/
}

.reco_category{
	background-color:#EEEEEE;
	padding:3px 10px;
	margin:0 0 3px 0;

}
#coordinateL{
	float:left;
	width:280px;
	margin-right:7px;
}

#coordinateR{
	float:left;
	width:280px;
}
.coordeTxt {
	margin:7px 0 10px 0;
	font-size:0.8em;
	line-height:160%;
}


#pickupL{
	float:left;
	width:170px;
	background:#F2F2F2;
	height:50px;
	margin-right:5px;
	font-size:0.7em;
	line-height:170%;
	padding:10px;
}

#pickupL h3{
	font-size:1.2em;
}

#pickupR{
	float:left;
	width:370px;
}

#pickupI{
	clear:both;
	padding:2px 0 5px 0;
}

#pickupI img {
	padding:2px;
	border:#DDDDDD 1px solid;
}


.chokubox {
	
}

.chokubox img {
	padding:2px;
	border:#CCCCCC 1px solid;
}

.chokuL {
	float:left;
	width:280px;
	margin-bottom:10px;

}
.chokuR {
	float:left;
	width:280px;
	margin-bottom:10px;

}


.chokuL h3, .chokuR h3 {
	padding:3px 0 3px 0;
}

.chokuL h3 a, .chokuR h3 a{
	font-size:0.8em;
	color:#222;
}
.chokuL h3 a:hover, .chokuR h3 a:hover{
	color:#FF0099;
}
.chokuL h3 strong, .chokuR h3 strong{
	font-size:1.2em;
}

.chokuL h4, .chokuR h4 {
	font-size:0.8em;
	padding:3px 0;
}


.brankset{
	padding:5px 0 10px 0;
}

.brankset .rankno {
	float:left;
	font-size:0.8em;
	color:#FF0000;
	width:18px;
}

.brankset .rankname {
	float:right;
	width:152px;
}

.brankset .rankname h5 {
	font-size:0.8em;
	font-weight:normal;
	margin:0;
	padding:0;
}

.brankset .rankname h5 img {
	vertical-align:top;
}

.brankset .rankname h6 {
	font-size:0.8em;
	font-weight:normal;
	margin:0;
	padding:0 0 3px 0;
}
.brankset .rankname a {
	text-decoration:none;
	color:#333;
}

.brankset .rankname a:hover {
	color: #FF00CC;
}

.brankset .rankimg {
	border:#DDD 1px solid;
}


.speakarea{
	
}

.speakarea2{
	margin:5px 0;	
}

.speakdel img{
}
.speakbody {
	width:720px;
	background-color:#EEEEEE;
	padding:8px 15px;
	line-height:130%;
	
}
.speakbody2 {
	width:270px;
	background-color:#EEEEEE;
	padding:5px 12px;
	line-height:130%;
	
}

.speakbody2 h3 {
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0;
	
}

.speakbody h2 {
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0;
	
}

.speakbody h1 {
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
	margin:0;
	
}
.speakhuki, .speakhuki2{
	margin-left:20px;
}
.speakhuki2{
	float:left;
}
.speakright{
	float:right;
}

#catesearch {
	padding:10px 0;
}
#catesearch table{
	width:700px;
	margin:0 auto;
}

#itemarea {
	clear:both;
	padding-top:10px;
}

#photoarea {
	float:left;
	width:322px;
}

#mainphoto {
	width:246px;
	float:left;
}
.mphoto img, .sphoto img, .mphoto2 img {
	border:#A7C1ED 1px solid;
	padding:1px;
}
.mphoto img:hover, .sphoto img:hover {
	border:#D40F83 1px solid;
}
#subphoto {
	width:72px;
	float:right;
}

#subphoto .sphoto {
	margin-bottom:5px;
}

#photoalert {
	padding-top:5px;
	font-size:0.8em;
}

#photoarea #fav {
	margin:10px 0 20px 0;
	line-height:150%;
}

#itemdescarea {
	float:right;
	width:415px;
}

#itemdescarea .item_box {
	background-color:#F2F2F2;
	margin-bottom:10px;
	padding:10px;
}

#itemdescarea .item_box p {
	line-height:150%;
}

#itemdescarea .item_box2 {
	background-color:#F7E7DE;
	margin-bottom:10px;
	padding:10px;
}

#itemdescarea .spec th {
	font-weight:normal;
	width: 80px;
	color:#990000;
	margin:0;
	padding:0;
	text-align:left;
}
#itemdescarea .spec td {
	padding:0 0 3px 0;
}

#itemattention {
	text-align:center;
}

#itemattention p{
	font-size:0.8em;
	color:#FF0000;
	padding-bottom:5px;
}

.mibox {
	margin-bottom:12px;
}

#sellbuyer {
	padding:5px 0 15px 5px;
}

#sellbuyer .shopmsg, #sellbuyer .nologin {
	font-size:0.8em;
	color:#FF0000;
	padding:3px 0;
}

#sellbuyer h2 {
	font-size:1.4em;
	font-weight:bold;
}


#sellbuyer h2 strong{
	font-size:0.7em;
	font-weight:normal;
}
.noseller {
	text-align:center;
	color:#FF0000;
	font-size:0.8em;
	padding:5px 0;
}
.hanbaisuru {
	text-align:center;
}

#buyeritem, .nearbrand  {
	padding:5px 0 0 5px;
}

#buyeritem .oitem, .nearbrand .oitem {
	float:left;
	width:76px;
	height:76px;
}

#buyeritem .more, .nearbrand .more {
	clear:both;
	text-align:right;
	padding:10px 5px 0 0;
}

#tosell {
	background-color:#F2F2F2;
	margin:5px 0 10px 0;
	padding:5px;
}

#tosell p {
	color:#FF0066;
}
#tosell ul {
	margin:0;
	padding:8px 8px 0 8px;
	list-style:none;
}

#tosell ul li {
	background:url(/img/v4b/li.gif) no-repeat 1px;
	padding:0 0 0 10px;
	margin-bottom:6px;
}


#tosell ul li a {
	text-decoration:underline;
}

.motobuyer {
	background-color:#F2F2F2;
	padding:5px;
}
.motobuyer a {
	font-size:1.2em;
	text-decoration:underline;
}
#commentarea {
	margin-top:10px;
}
.commentdate {
	font-size:0.8em;
	font-weight:bold;
	color:#663366;
}
.commentbody {
	font-size:0.8em;
	line-height:130%;
	margin:5px 0 20px 0;
}

#nomatch {
	width:550px;
	margin:20px auto;
}
#nomatch p {
	margin-top:5px;
	line-height:150%;
}

.nomatchbo {
	text-align:center;
	margin:20px;
}

/*--------------itemlist------------------*/
#itemlist_area{
	width:750px;
	text-align:left;
}

.itemlist_box{
	width:187px;
	float:left;
	height:287px;
}

.itemlist_box a{
	display:block;
	width:161px;
	height:260px;
	border:#D6D5D5 1px solid;
	padding:10px;
	text-decoration:none;
}

.itemlist_box a:hover{
	border:#E4D2DC 1px solid;
	background-color:#FDF3F4;
}

.itemlist_icon{
	margin-bottom:10px;
}

.itemlist_photo{
	margin:0 auto 15px auto;
	text-align:center;
}

.itemlist_box h5{
	margin:0 0 3px 0;
	padding:0;
	font-size:small;
	font-weight:bold;
	color:#666666;
}
.itemlist_box h4{
	margin:0 0 10px 0;
	padding:0;
	line-height:120%;
	font-size:x-small;
	font-weight:normal;
	height:25px;
}

/*--------------buyer------------------*/
#nologin {
	color:#FF0000;
	margin:0 0 20px 0;
	font-size:0.8em;
}
#buyersite {
	margin:5px 0 0 0;
	text-align:right;
}
#itemdescarea .spec2 {
	margin-bottom:10px;
}
#itemdescarea .spec2 th {
	font-weight:normal;
	width: 120px;
	color:#990000;
	margin:0;
	padding:0;
	text-align:left;
}
#itemdescarea .spec2 td {
	padding:0 0 3px 0;
}

h3.huki{
	font-size:1.1em;
	font-weight:bold;
	background:url(/img/v4b/icon/huki.gif) no-repeat;
	padding:0 0 3px 20px;
	margin-top:10px;
}

#msgform {
	text-align:center;
	margin:10px auto;
}

#msgform textarea {
	width:380px;
	height:200px;
	margin-bottom:10px;
}

ul#sellbrand {
	margin:0;
	padding:8px 8px 8px 5px;
	list-style:none;
}

ul#sellbrand li {
	background:url(/img/v4b/li.gif) no-repeat 1px;
	padding:0 0 0 10px;
	margin-bottom:6px;
}


#owngoodbuyer{
	font-size:0.8em;
	margin-bottom:10px;
}

/*-------------profile-------------*/

#profile_left{
	width:300px;
	float:left;
}

#profile_right{
	width:438px;
	float:right;
}

.profile_box{
	background-color:#F2F2F2;
	margin-bottom:10px;
	padding:15px;
}

.profile_box h3{
	margin-bottom:15px;
}

.profile_box2{
	margin-bottom:10px;
}

.profile_box2 h3{
	margin:20px 0 10px 0;
}


#buyerselect  {

}

#buyerselect .oitem{
	float:left;
	width:75px;
	height:75px;
}

#buyerselect .more {
	clear:both;
	text-align:right;
	padding:5px 5px 0 0;
}

.profimg{
	margin:0 10px 10px 0;
	border:#A7C1ED 1px solid;
	padding:1px;
}

#profile_photo h1 {
	font-size:medium;
	font-weight:bold;
	padding:5px 0 0 0;
}

#favbuyer {
	margin-bottom:10px;
}
#profstar{
	margin:5px 0 0 0;
}

#bofav {
	margin-bottom:10px;
}

#profile_photo #nologin{
	margin:10px 0 10px 0;
}
#sellz{
	margin-bottom:10px;
	line-height:150%;
}

.profcolor{
	color:#CF0480;
}

#prof_photoarea img{
	border:#AAA 1px solid;
	padding:1px;
	margin-right:5px;
}

#prof_photoarea img:hover{
	border:#D40F83 1px solid;
}
#photoP{
	text-align:right;
	margin:5px 0 0 0;
	font-size:x-small;
}
#freewrite {
	margin:10px 0 0 0;
	line-height:140%;
}

#newsarea {
	background-color:#FFFFFF;
	overflow: scroll;
	padding: 10px;
	height: 200px;
}

#newsarea ul {
	margin:0;
	padding:5px 0 5px 20px;
}

.newsentry {
	margin-bottom:10px;
	line-height:140%;
}

/*-------------category------------*/

#sendbtn {
	width:162px;
	margin:10px auto 10px auto;
}
#sendbtn a{
	display:block;
	text-decoration:none;
	height:25px;
	text-indent:-9000px;
	overflow: hidden;
	background: url(/img/v3b/bo_disp.gif) 0 0;
	width:162px;
}

#sendbtn a:hover {
	background: url(/img/v3b/bo_disp.gif) 0 -25px;
}


/*-------------brand--------------*/

#brandbana{
	margin:5px 0 0 0;
}

#brandicon{
	padding-top:2px;
}

.brandbox{
	margin:15px 0 15px 0;
}

.brandbox h2{
	font-size:1.1em;
	font-weight:bold;
	background:url(/img/v4b/icon/huki.gif) no-repeat;
	padding:0 0 3px 20px;
}

.brandbox p{
	line-height:130%;
	padding:0 0 0 20px;
}

#brandad {
	border-top:#999999 dotted 1px;
	padding-top:10px;
	margin-top:30px;
}

/*-------------contact-------------*/
#contactalert{
	margin:15px 0 10px 0;
	line-height:150%;
	color:#660033;
	background-color:#FFF1FF;
	padding:15px;
}
#contactalert strong{
	font-size:1.1em;
}

/*------menu--------*/

#menu {
	width: 180px;
	float: left;
	padding:0;
	margin:0 0 10px 0;
}

#userarea {
	font-size:0.8em;
}

#userarea .userbtn {
	margin-bottom:7px;
}



.sbox {
	margin-bottom:15px;
}

.sbox h4 {
	margin:0 0 10px 0;
	padding:0;
}

.sbox ul.menu {
	margin:0;
	padding:0 8px 8px 2px;
	list-style:none;
}

.sbox ul.menu li {
	padding:0;
	margin-bottom:8px;
	font-size:0.8em;
}

.media_date {
	text-decoration:underline;
	
}
.media_text {
	color:#990000;
	padding:3px 0 5px 0;
}

.mobile_icon {
	float:left;
	width:90px;
	padding:10px 0 0 5px;
	font-size:0.8em;
}

.qr {
	float:right;
	padding:5px;
	width:66px;
}

#menu #tag{
	margin-top:5px;
	line-height:140%;
}

.kyp1 {
	font-size:1.2em;
}
.kyp2 {
	font-size:1.1em;
}
.kyp3 {
	font-size:1em;
}
.kyp4 {
	font-size:0.8em;
}


#sellbuyertop{
	line-height:130%;
}

#sellbuyertop .sellbuyer{
	color:#0066CC;
	font-size:1.1em;
	text-decoration:underline;
}

#sellbuyertop a{
	text-decoration:none;
}

/*------pager--------*/

.pager{margin:20px auto 10px auto;text-align:center;}
.pager u{text-decoration:none;background-color:#333;padding:5px;color:#FFFFFF;}
.pager b{text-decoration:none;background-color:#333;padding:5px;color:#FFFFFF;}
.pager a{padding:5px;background-color:#F2F2F2;margin:0 2px;text-decoration:none;}
.pager a:hover{background-color:#2F2F2F;color:#FFFFFF;}


/*------footer--------*/

#footer{
	clear: both;
	width: 100%;
	background-color:#181818;
	padding:0;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none
}

#footer a:hover{
	color:#Ed14FF;
}

#footer address{
	clear:both;
	font-style:normal;
	font-size:x-small;
	color:#EEEEEE;
	width:100%;
	text-align:center;
	padding:20px 0 2px 0;
}

#footer .block{
	float:left;
	padding:10px;
	line-height:150%;
	font-size:x-small;
	margin-right:20px;
}
#footer h3 {
	font-size:small;
	margin-bottom:15px;

}
#footer h3 img {
	vertical-align:middle

}

/*------error thanks------*/
.error_msg {
	color:#CC0000;
	font-size:1em;
	font-weight:bold;
	padding:5px;
	text-align:center;
	width:80%;
	background:#FFF2ED;
	border:#CC0000 1px dotted;
	margin:10px auto 20px auto;
	
}

.thanks_msg {
	color:#3366FF;
	font-size:1em;
	font-weight:bold;
	padding:5px;
	text-align:center;
	width:80%;
	background:#EDF2FF;
	border:#3366FF 1px dotted;
	margin:10px auto 20px auto;
}

/*------public common------*/

p {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

img {
	border: 0px;
}

a:link{ color: #333333;}
a:visited{ color: #333333;}
a:hover{ color: #D40F83;}
a:active{ color: #333333;}

.clear{
	clear: both;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.red{
	color:red;
}

.blue{
	color:blue;
}


textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
}

input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.break{
	word-break:break-all;
}

.small{
	font-size:small;
}

.xsmall{
	font-size:x-small;
}

.medium{
	font-size:medium;
}


