body {
	font-size: 16px;
	line-height: 160%;
}

#L02 #area-header.noskin, 
#L02 #area-contents.noskin,
#L02 #area-footer.noskin {
    width: 980px;
}

/* ==== Menu Bar ==== */
#bk1161 ul {
	display: flex;
	margin: 0;
	padding: 0;
}
#bk1161 ul li {
	flex-grow: 1;
	list-style: none;
	margin: 0;
}

#bk1161 ul li a {
	border-bottom: 0;
	display: block;
    padding: 13px 10px 10px 10px;
	box-sizing: border-box;
	text-align: center;
    font-size: 17px;
	color: #444;
}

#bk1161 ul li a:hover {
	background-color:#F6A6FC;
	color: #8A0608;
	text-decoration: none;
}

/* ===== Main Content ==== */

/* TopPage */

#product_banners {
 margin: 30px 0;
}

#product_banners a {
	border-color:#fff;
}

#product_banners a img {
	padding: 0;
}

#product_banners a:hover {
	opacity: .85;
	background-color:#fff;
}

#main-group {
	width: 720px;
	float: right;
    position: relative;
    right: 10px;
}

#L02 #main-group #area-main {
	width: 100%;
}


#area-main span.img img[src*="_src"] {
	text-align: center;
	display: inline-block;
	width: 100%;
    height: auto;
}

/* === Side Bar === */

#L02 #area-side-a {
	float: left;
	width:260px;
}

#login_form table td input {
    width: 160px;
    border-radius: 2px;
    padding: 6px;
}

#L02 #area-side-a span.img {
	position: relative;
	overflow: hidden;
	display: inherit;
}

#L02 #area-side-a span.img img {
	margin: 2px 0 2px 10px;
}

#L02 #area-side-a span.img a {
	padding: 5px 0;
    display: block;
    background: #ff839439;
    border-radius: 3px;
    border: 1px solid #ff839490;
	margin-bottom: 5px;
	box-shadow: 0 0 37px inset #ff839490;
}

#L02 #area-side-a span.img.new::after {
	content: "new";
    text-align: center;
    position: absolute;
    display: block;
    width: 100px;
    top: 12px;
    left: -32px;
    line-height: 1;
    font-size: 11px;
    background: red;
    color: #fff;
    padding: 2px;
    transform: rotate(-45deg);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	font-weight: bold;
}

#bk85 br {
	display: none;
}

#L02 #area-side-a #first_time a {
	display: block;
    font-size: 22px;
    padding: 16px 0;
    border: 1px solid #de1717;
    border-radius: 4px;
    background: deeppink;
    color: #fff;
    margin: 10px;
	box-shadow: 0px 0px 27px inset #de171799;
}

/* === footer === */
#bk450 {
    padding: 17px 0 0 18px;
}