body {
	overflow: hidden;
}

figure.logo {
	margin:60px;
}

.peekabar {
	background-color: #ff0000 !important;
	color: white;
	z-index: 2000;
	font-size: 0.8rem;
	line-height: 1.2;
}
.peekabarInfo {
	background-color: #999999 !important;
	color: white;
	z-index: 2000;
	font-size: 0.8rem;
	line-height: 1.2;
}

.required:after {
	content:"必須";
	position:absolute;
	font-size:.7em;
	background:red;
	color:white;
	width:30px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 3;
}

.marginLR {
	margin: 0px;
}

#user_image_avatar img {
	border:1px solid #d3d3d3;
}

#slidedetail {
	z-index: 2999;
	position: fixed;
	top: 0;
	right: -900px;
	width: 900px;
	color: #666;
	font-size: 16px;
	padding: 0 40px 0 0;
	background: #F5F5F5;
}
#slidedetail .nav-icon {
	position: absolute;
	left: 0px;
	width: 40px;
	background: #F5F5F5;
}
#slidedetail .nav-icon-side {
	position: absolute;
	left: 10px;
	top: 40%;
	background: #F5F5F5
}
#slidedetail .slide-inner {
//	position: relative;
	overflow: auto;
	overflow-x: hidden;
	background: #F5F5F5;
}
#slidedetail .slide-inner section {
//	margin-right: 40px;
	padding: 20px;
	background: #F5F5F5;
}

.num {
	text-align:right;
}

.cursor {
	cursor: pointer;
}

.cursor_bgcolor tr:hover td {
	background-color: #FFA500;
}



