/*layout*/
/*------------------------------------------------------------------------------*/
/* #contents{
	width: 980px;
	margin: 30px auto 50px;
	text-align: left;
}
#contents_left{
	float: left;
	width: 720px;
}
#contents_right{
	float: right;
	width: 230px;
} */

/*locator*/
/*--------------------------------------------------------------------------------*/
/* #locator{
	background: #ccc;
	padding: 10px 0;
}
#locator_in{
	line-height: 1;
	font-size: 90%;
	text-align: right;
	width: 980px;
	margin:0 auto;
} */


/*rss news*/
/*--------------------------------------------------------------------------------*/
/* #sub_rss_box dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#sub_rss_box dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rss_date{
	float: left;
	width: 15%;
}
.rss_title{
	float: left;
	width: 85%;
}
.rss_contents{
	margin-left: 15%;
} */




/*title*/
/*------------------------------------------------------------------------------*/
/* .subtitle02{
	font-size: 300%;
	line-height: 1.5;
	margin-bottom: 30px;
}
.subtitle03{
	font-size: 170%;
	line-height: 1;
	margin-bottom: 15px;
}
.subtitle03 a{
	color: #333;
	background-size: 8px 16px;
	padding-left: 15px;
} */

/*bg*/
/* .box_bg{
	background: #eee;
	padding: 15px;
} */


/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
	width:100%;
	margin-bottom:30px;
}
#subnav ul{
	list-style-type:none;
	padding: 0;
}

#subnav_title a{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	font-size: 120%;
	font-weight:bold;
	display:block;
	overflow:hidden;
	background: #ccc;
}
#subnav_title a:hover {
	text-decoration:underline;
}
#subnav li a{
	width:100%;
	height:40px;
	border-bottom: 1px dotted #ccc;
	background-size: 4px 8px;
	line-height:40px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 22px;
}
#subnav li a:hover,#subnav ul li.current a,#subnav ul li.current a:hover{
	background-color: #eee;
}
#subnav li.current ul li a{
	width:100%;
	height:30px;
	background: none;
	border-bottom: none;
	line-height:30px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 32px;
}
#subnav li.current ul li a:hover,#subnav li.current ul li.current a{
	background-color: #eee;
}
#subnav li.current ul li.current ul li a{
	width:100%;
	height:30px;
	background: none;
	border-bottom: none;
	line-height:30px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 42px;
}
#subnav li.current ul li.current ul li a:hover{
	background-color: #eee;
}


/*box*/
/*------------------------------------------------------------------------------*/
/* .box2:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box2_ti_left{
	width: 62%;
	float: left;
}
.box2_ti_right{
	width: 34%;
	float: right;
}
.box2_ti_right img{
	width: 100%;
	height: auto;
}

.box2_left{
  width: 48%;
  float: left;
  margin-right: 4%;
}
.box2_right{
  width: 48%;
  float: right;
}
.box2_left img,
.box2_right img{
	width: 100%;
	height: auto;
} */


/*list*/
/*------------------------------------------------------------------------------*/
/* .list_disc{
  list-style-position: inside;
  background: #efefef;
  padding: 15px;
}
.list_disc li{
  list-style-type: disc;
  margin-bottom: 5px;
} */