@charset "Shift_JIS";
/* CSS Document */

/* --------------------------------------------------------------------
	00: body設定
--------------------------------------------------------------------- */

.navitopicpath_ {
    color: #777;
}
/* breadcrumb extension */
.navitopicpath_:after {
	content: "";
	clear:both;
}
.navitopicpath_ > span > span:first-child ,
.navitopicpath_ > span > span:first-child + span {
	display:none;
}
.navitopicpath_plus_ {
    color: #777;
	float: left;
	padding-right: 3px;
}


body {
    color: #fff;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
}
 
.wrapper_{
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

/* --------------------------------------------------------------------
	01: Header
--------------------------------------------------------------------- */
.wrapper_.sp #headline{
	color: #333;
	padding: 10px 10px 0px 10px;
	background: #fff;
	font-size:10px;
}
#lw_header{
	margin-bottom: 15px
}
#header{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	background:url(/cms/img/ladyworker/bg_header.jpg) repeat-x;

}

#header_inner{
	position: relative;
	width: 990px;
	height: auto;
	margin: 0 auto;

}

#header_logo,
#header_menu,
#pick_up_item,
#shop_list,
#contact{
	display: inline-block;
}

#header_logo{
	vertical-align:middle;
}

#pick_up_item,
#shop_list,
#contact{
	position: relative;
	margin-right: 15px;
}

#header_menu{
	position:relative;
	top:25px;
	left:30px
	}

#header_menu li{
	position:relative;
	text-decoration: none;
	display:inline-block;

}

#header_menu li a{
	display: block;
	text-align:center;
	background:#B68BBE;
	-webkit-border-radius: 5px; /* Safari, Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	border-radius: 5px; /* CSS3 */
}

#header_menu li a:hover{
	background:#A670AF;
	-webkit-border-radius: 5px; /* Safari, Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	border-radius: 5px; /* CSS3 */

	}


#item_menu,
#contents_menu,
#usersvoice_menu{
	position: absolute;
	display: none;
	width: 210px;
	height: auto;
	top: 60px;
	left: 0px;
	padding: 0;
	z-index:100;
	background: url(/cms/img/ladyworker/bg_gn_fukidashi.png) 20px top no-repeat;

}


#header_menu #item_menu li a,
#header_menu #contents_menu li a,
#header_menu #usersvoice_menu li a{
	display: block;
	width: 190px;
	height: auto;
	color: #DDD;
	background:#B68BBE;
	text-align:left;
	padding:10px 0 5px 20px;
	-webkit-border-radius: 0px; /* Safari, Chrome用 */
	-moz-border-radius: 0px; /* Firefox用 */
	border-radius: 0px; /* CSS3 */
}

#header_menu #item_menu li a:hover,#header_menu #contents_menu li a:hover{
	background:#A670AF;
}

.firstmenu{
	margin-top:20px;}

.last_list_line{
	border-bottom: 1px dotted #ffffff;
}

/*H1設定*/

.h_box,
.h_box h1{
	width: 100%;
	height: 100%;
	background: url(/cms/img/ladyworker/common/h_line.png) no-repeat;
}

.h_box{
	background-position: top;
	margin-bottom: 20px;
}

.h_box h1{
	background-position: bottom;
	line-height: 62px;
	color: #1e4230;
}

.h_box h1 span{
	padding-left: 15px;
	font-size:18px;
	font-weight: bold;
}

#header #title{
	border-bottom:#B38ABC solid 2px;
	border-top:#B38ABC solid 2px;
    background-color: rgba( 256, 256, 256, 1 );
	padding:10px 0;
	width:990px;
	margin:10px auto;
	color:#B38ABC; }

#header #title img{
	margin-left:10px;}

/* --------------------------------------------------------------------
	02: Footer
--------------------------------------------------------------------- */


#footer_inner{
	position:relative;
	width: 990px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#footer_inner img{
	position: absolute;
	width: 210px;
	height: 185px;
	top: -115px;
	right: 0px;
}
#ladyworker_footer.pc #copyright{
	color: #fff;
}
#copyright{
	padding-top: 28px;
	font-size: 10px;
	color:#333;
}

#pagetop{
	width: 32px;
	height: 26px;
	margin: 0;
	padding: 0;
	position:fixed;
	bottom: 116px;
	right: 30px;
}

#footer{
    background: #a977b5;
    height: 105px;
    position: relative;
    width: 100%;
    color: #fff;
}
.change_mode_.sp{
	text-align: center;
	background: #f6f6f6;
}
.change_mode_.pc {
    padding-top: 10px;
    text-align: center;
}