﻿.hatubai_his{
	width: 160px;
	margin-top:25px;
	margin-left:0;
	padding-left:10px;
	background-image: url('../../../image/line_ten.gif');
	background-repeat: repeat-y;
	background-position: left top;
	height:100vh;
}
.hatubai_his p{
	width: 160px;
	height: 20px;
	margin:0.5em 0;
	text-align: right;
	background-image: url('../../../image/obj_sbtitle_.gif');
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.hatubai_his p:after{
	content:url("../../../image/p_new.gif");
	width:44px;
	height:15px;
}
.hatubai_his h3{
	font-size:13px;
	font-weight: normal;
	margin:0;
	line-height:150%;
}
.hatubai_his > ul{
	font-size:13px;
	font-weight: bold;
	list-style:none;
	padding-left:10px;
	line-height:230%;	
}
.hatubai_his > ul li.row2{
	line-height:130%;
}
/*** ***/
#toppage{
	position: fixed;
	height: 70px;
	width: 70px;
	font-size:2.5em;
	background-color:rgba(128,128,128,0.5);
	border: none;
	border-radius:50%;
	bottom:30px;
	left:700px;
	color: #FFF;
	transform: rotate(-90deg);
	opacity: 0;
	transition-duration: 0.5s;
	padding-left:25px;
}
#toppage:after{
	position:absolute;
	content:'top';
	display:block;
	width:2em;
	margin-left:-25px;
	margin-top:-40px;
	transform: rotate(90deg);
	font-size:0.45em;
}
#toppage:hover{
	background-color:rgba(0,0,0,0.5);
}
/*** ***/