@charset "utf-8";
/* CSS Document */

/* section
----------------------------------- */
#list{
  width:95%;
  margin:0 auto 10px auto;
}
.list {
  margin-top:10px;
  padding:10px;
  text-align:center;
  border:1px solid #005eac;
  background:#f7f7f7;
}
.list a {
  width:100%;
  font-weight:bold;
  display:block;
}

/* 
----------------------------------- */
.Rset .icon_switching{
	float:right;
	margin:0 0 0 0;
	top:5px;
	right:5px;
	position: absolute;
}

.Rset h4{
	cursor:pointer;
	margin-top:10px;
	padding:10px;
	text-align:center;
 	border-top:1px solid #005eac;
  	border-left:1px solid #005eac;
  	border-right:1px solid #005eac;
    border-bottom:1px solid #005eac;
	background:#f7f7f7;
	position:relative;
}
.Rset h4 img{
	width:25px;
}
.Rset ul{
	display:none;
 	border-bottom:1px solid #005eac;
}
.Rset ul li{
	padding:10px;
	text-align:center;
	border-top:1px dotted #005eac;
  	border-left:1px solid #005eac;
  	border-right:1px solid #005eac;
	background:#ffffff;
}
.Rset ul li a{
  width:100%;
  font-weight:bold;
  display:block;
}
