@charset "UTF-8";


/*--------------------------------------
/*	div#information_tile
--------------------------------------*/

#update_tile,
#information_tile {
	/*background: url(../images/texture_lead_information_01.png);*/
	/*height: 330px;*/
	overflow: hidden;
	padding: 0px 5px;
	/*position: absolute;*/
	left: 0;
	width: 310px;
	margin: 5px
}

#information {
	background: #fff;
	/*height: 25px;*/　　　/* #information の高さは，information.js　に設定。*/
	padding-bottom:2px;
}
#update_tile h2,
#information_tile h2 {
	/*background: url(../images/texture_lead_information_02.png) no-repeat 50% 0;*/
	/*background: green;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 2px;
	padding: 0 45px;
}

#information_tile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#information li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.2;
	overflow: hidden;
	padding: 5px 15px;
	width: 270px;
	zoom: 1;
}

#information li .thumbnail {
	/*float: right;*/
	margin: 120px auto;
}

#information li .text {
	overflow: hidden;
	height:100px;
	zoom: 1;
}

#information_tile .button li {
	/*position: absolute;*/
	text-align: center;
	width: 100%;
}

@media only screen and (max-width:340px){
	#information_tile{
		width:100%;
	}
	#information{
		width:100%;
	}
}