
body{
	background:#fff;
	position:relative;
	-webkit-text-size-adjust : 100%!important ;
	font-size:0.9em;
	color:#333;
	min-width:1080px;
}

#page_top { /* ボタン */
	position:fixed;
	background:none;
	z-index:81;
	opacity:1;
	bottom:-75px;
	cursor:pointer;
}

h1,h2,h3,h4,h5{
	font-weight:normal;
}

/* 基準値までスクロールしていないとき */
.bottomsmall {　
	position:fixed;
	bottom:20px;
}
/* 基準値までスクロールしたとき */
.bottomlarge {
	position:absolute;
	bottom:300px;
}

.tc{
	text-align:center;
}

#acMenu dt{
    display:block;
    width:auto;
    height:50px;
    line-height:50px;
    text-align:left;
    border-bottom:#666 1px solid;
    cursor:pointer;
	padding:0 0 0 35px;
	color:#999;
	font-size:90%;
}

#acMenu dt.aco{
	background:url(../sp_images/arrow_gnavi.png) 90% 50% no-repeat;
}
	
#acMenu dd{
    background:#CCC;
    width:auto;
    height:auto;
    line-height:150%;
    text-align:left;
    display:none;
	padding:0 0 0 0;
	color:#000 !important;
}
	
#acMenu dd a{
   	color:#333 !important;
	display:block;
	border-bottom:1px solid #999;
	padding:15px 0 15px 30px;
	font-size:90%;
}
	
#acMenu dt a{
   color:#999;
}
	