/* TOPページ用css */
#main{
	box-sizing:border-box;
	display:block;
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
}

/* PC */
	#main #news{
		box-sizing:border-box;
		display:block;
		margin:auto;
		padding:0;
		width: 820px;
		height: 180px;
		min-height: 100%;
	}

	#main #news #title{
		width:150px;
		height:400px;
		margin:auto;
		padding-top:40px;
		font-size:30px;
		float: left;
		font-weight: bold;
	}
	
	#main #news #list{
		width:670px;
		height:400px;
		float: left;
	}
	
	
	#main #news #more{
		box-sizing:border-box;
		width:70px;
		height:20px;
		background:#6C6766;
		float:right;
		margin-top:180px;
		margin-bottom:0px;
		margin-right:10px;
		font-size:16px;
		font-weight:normal;
		line-height:20px;
		color:#ffffff;
		text-align:center;
	}
	

	#main #info{
		box-sizing:border-box;
		display:block;
		float:right;
		width:200px;
		margin:0 auto 0 auto;
		padding:0;
	}

	#main #info img{
		margin-bottom:20px;
	}
	
	

/* SP */
	#main #news_sp{
		box-sizing:border-box;
		display:block;
		margin:0;
		padding:0;
		width:100%;
	}

	#main #news_sp #title{
		box-sizing:border-box;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffc6c4 30%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#ffc6c4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffc6c4 30%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ffc6c4 30%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ffc6c4 30%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ffc6c4 30%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc6c4',GradientType=0 ); /* IE6-9 */
		width:100%;
		height:40px;
		border-bottom:5px solid #ff0000;
		margin:0;
		padding:5px;
		font-size:18px;
		line-height:30px;
		color:#ff0000;
		
	}

		#main #news_sp #title span{
			box-sizing:border-box;
			width:70px;
			height:20px;
			background:#6C6766;
			float:right;
			margin-top:5px;
			margin-right:10px;
			font-size:16px;
			font-weight:normal;
			line-height:20px;
			color:#ffffff;
			text-align:center;
		}

		#main #news_sp #more{
			display:block;
			width:90%;
			height:30px;
			text-align:center;
			background: #eeeeee; /* Old browsers */
			background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
			margin:20px auto 30px auto;
			border:1px solid #B5B5B6;
			border-radius: 10px;        /* CSS3草案 */  
			-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 10px;   /* Firefox用 */  
		}
		#main #news_sp #more a{
			color:#000000;
			font-size:18px;
			line-height:30px;
		}