@charset "UTF-8";
/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
#navi2 { display: none }
.tinynav { display: none }

/*-----------------body設定--------------------*/

#wrap {
	margin: 0px auto;
	width: 1120px;
}
.wrap {
	margin: 0px auto;
	width: 1120px;
}

html{
overflow-y:scroll;
}

header {
	background: #e6dcd1 url(../img/back1120.png) repeat-y top center;
}
#logo {
	float: left;
	width: 380px;
	padding: 0px;
}
.box_header_navi{
	float: right;
	color: #FFF;
	font-size: 75%;
	margin-top: 30px;
	margin-right: 10px;
}
.box_header_navi a{
	color:#FFF;
	text-decoration:none;
	padding:0 0 0 10px;
	background:url(../img/ico_arrow_01.png) no-repeat 0 center;
}
.box_header_navi a:hover{
color: #754c24;
}
/*.box_search{
	float: right;
	clear: both;
	ma*/
nav {
	background: #a77f5a;
	line-height: 1;
	clear: both;
}

nav li {
	text-align: center;
	float: left;
	width: 158px;
}
nav ul ul {
	display:none;
	position:absolute;
	width:158px;
	z-index:1;
}
nav li li {
	float: none;
	border-top: 1px solid #FFFFFF;
	width:158px;
}
nav li a{
	display: block;
	padding: 8px 0;
	color: #fff;
	background: #a77f5a;
	border-radius: 3px 3px 0px 0px;
	font-size: 87.5%;
	border-top: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #936e4e;
	border-bottom: none;
}
nav li li a{
	filter: alpha(opacity=80);
	-moz-opacity:08;
	opacity:0.8;
}

nav li a:hover{
	background: #b8997a;
}

nav li li a:hover{
	background: #b8997a;
	color: #40220f;
}
.home_left{
	border-radius: 3px 3px 0px 0px;
	border-left: 1px solid #FFF;
}

footer {
	clear: both;
	color: #fff;
	background: #a77f5a;
	font-size: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*---サイトマップ（フッター）---*/
#sitemap{
	clear: both;
	overflow:hidden;
	}

#sm_home{
	height:37px;
	background: #e6dcd1 url(../img/back1120.png) repeat-y top center;
	border-bottom: 3px solid #946134;
	margin:0;
	padding:0;
	}
#sm_home_in{
	text-align:left;
	width:1120px;
	margin:0 auto 0 auto;
	}
#sm_home a{
	display: block;
	background: url(../img/ico_home.png) no-repeat 0 center;
	padding: 8px 0 5px 22px;
	font-size: 87.5%;
	text-decoration: underline;
	color: #40220f;
	}
#sm_home a:hover{
	color:#754c24;
	}
#sitemap_in{
	text-align:left;
	margin:0 auto 0 auto;
	background: #ddd url(../img/bg_footer.png) repeat;
}
#box_sm{
	overflow:hidden;
	margin:0;
	padding:30px 0 15px 0;
	}

.sm_ul{
	width:161px;
	float:left;
	list-style:none;
	padding:0;
	margin:0 25px 15px 0;
	}
.end{
	margin:0 0 15px 0;
	}
.sm_ul li{
	}

.sm_ul li a{
	color:#434343;
	background:url(../img/ico_arrow_02.png) no-repeat 0 7px;
	padding-left:10px;
	display:block;
	font-size:75%;
	}
.sm_ul li a:hover{
	color:#754c24;
	font-weight:bold;
	}
.sm_ul li.sm_title{
	margin-bottom:15px;
	
	}
.sm_ul li a.sm_title{
	font-size:87.5%;
	font-weight:bold;
	background:url(../img/ico_arrow_02.png) no-repeat 0 10px;
	border-bottom:1px solid #707070;
	padding:0 0 5px 8px;
	margin-bottom:8px;
	}
	


#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 30px;
	height: 70px;
	background-color: #a77f5a;
	color: #fff;
	text-align: center;
	opacity: 0.7;
	font-size: 87.5%;
	padding-top: 10px;
}
 
#pageTop a:hover {
  opacity: 1;
}

/*-----------------サイド・サブナビ--------------------*/
#side #subnavi {
	width: 220px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 87.5%;
	margin-bottom: 30px;
}
#side #subnavi li a{
	display: block;
	background:#b08c6a ;
	background: linear-gradient(to top,#b08c6a 0%, #b08c6a 50%, #a77f5a 51%, #a77f5a 100%);
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	color: #FFF;

}
#side #subnavi li{
	position: relative;
}

#side #subnavi li a:after{
	content: url(../img/bt_s.png);
	position: absolute;
	top:5px; left:190px;
}

#side #subnavi li li a{
	background: #fff url(../img/bt_ss.png) no-repeat 1em;
	display: block;
	padding-bottom: 6px;
	color: #40220f;
	padding-left: 2em;
}
#side #subnavi li li+li {
	border-top: 2px dotted #CCC;
}

/*-----------------カレント設定-----------------*/
#beauty #navi .nav1 a,
#news #navi .nav2 a,
#warnings #navi .nav3 a,
#quit #navi .nav4 a,
#truth #navi .nav5 a,
#info #navi .nav6 a{
	background: #b8997a;
}
#home #sitemap .home a,
#beauty #sitemap .nav1 a,
#news #sitemap .nav2 a,
#warnings #sitemap .nav3 a,
#quit #sitemap .nav4 a,
#truth #sitemap .nav5 a,
#info #sitemap .nav6 a{
	color:#a77f5a;
}

}