/*researchと共用*/

#contents .panel{
	padding:0px 10px 10px 10px;
	overflow:hidden;
	background-color:#eee;
}

#contents .english{
	margin:0px 20px 0px 800px;
	padding:5px;
	width:120px;
	display:block;
	overflow:hidden;
	background-color:#cada2b;
	text-align:center;
	font-weight:bold;
}



#contents .thumbnail{
	margin:10px;
	width:450px;
	height:150px;
	float:left;
	display:block;
	overflow:hidden;
	background-color:#fff;
	cursor:pointer;
}
#contents .thumbnail img{
	margin:5px;
	width:140px;
	height:140px;
	float:left;
}
#contents .thumbnail_text{
	margin:5px;
	font-size:larger;
	font-weight:bold;
	color:black;
}

#contents .about{
	margin:5px 10px 20px 10px;
	padding:10px;
	width:900px;
	display:block;
	overflow:hidden;
	background-color:#fff;
}
#contents .caption{
	margin:0px 10px;
	font-size:larger;
	font-weight:bold;
	color:black;
	backgorung-image:url('../img/for_android.gif');
}

#contents .about_text{
	margin:10px 15px 5px 15px;
	width:870px;
	display:block;
	overflow:hidden;
	background-color:#fff;
}
#contents .about_text img{
	margin:0px 15px 0px 0px;
	width:140px;
	height:140px;
	float:left;
}
#contents .about_text p{
	text-indent:1em;
}
.highlight{
	color:#ff5500;
}

.thumbnail_container{
	margin:10px 10px 30px 10px;
	width:920px;
	float:left;
	display:block;
	overflow:hidden;
}

.thumb{
	margin:10px;
	width:210px;
	height:210px;
	float:left;
	display:block;
	overflow:hidden;
	background-color:#fff;
	cursor:pointer;
}
.thumb img{
	margin:35px 35px;
	width:140px;
	height:140px;
}

/*以下追加項目*/
#contents .facilities{
	margin:5px 0px 10px 10px;
	padding:5px;
	float:left;
	width:212px;
	height:220px;
	display:block;
	overflow:hidden;
	background-color:#fff;
}
#contents .name{
	margin:0px;
	width:212px !important;
	height:20px !important;
	overflow:hidden;
	display:block;
	font-weight:bold;
	color:green;
}
#contents .facilities img{
	margin:0px 26px;
	width:160px;
	height:120px;
}
#contents .f_txt{
	margin:0px;
	width:212px !important;
	height:75px !important;
	word-break:break-word;
	overflow:auto;
}