﻿@charset "utf-8";
/* css document */



/*--------------------------------------------
top news
---------------------------------------------*/
label {
		background:#f5dbd8 url(../img/top_news_icon.png) no-repeat center right;
		width:100%
		height:50px;
		line-height:50px;
		color: #00d;
		font-size:16px;
		font-weight:bold;
		display: block;
		margin: 0 auto 5px auto;
		padding-left:5px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}



.news_title_top{
		width:85%;
		height:auto;
		padding-top:15px;
		padding-bottom:15px;
		line-height:16px;
		}



input[type="checkbox"].on-off{display: none;}



.top_news_menu ul {	
			background:url(../img/back_topnewsbg.jpg);
			width:100%;
			height:auto;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
			margin: -5px auto 0px auto;
			padding: 0;
			list-style: none;
			border-bottom:solid 1px #faa;
			}



.top_news_menu li {
			width:100%;
			height:auto;
			color:#000;
			margin:0px auto 5px auto;
			padding:5px 3px 5px 3px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			}



input[type="checkbox"].on-off + ul{height: 0;overflow: hidden;}
input[type="checkbox"].on-off:checked + ul{height: auto;}