#feedControl {
	width:580px;
	margin-left:10px;
	overflow:visible;
}
/*Suppress everything except for title*/
/*#feedControl .gf-title {
font-size : 14px;
}*/
.gf-title {
	/*word-bleak:break-all;*/
	display:inline;
}
/*本文*/
#feedControl .gf-snippet {
	display : none;
	/*font-size:84%;
	line-height:1.4em;
	margin-bottom:0.6em;*/
}
#feedControl .gf-author {
	display : none;
}
#feedControl .gf-spacer {
	display : none;
}
/*DATE*/
#feedControl .gf-relativePublishedDate {
	font-size:84%;
	display:block;
}
/**
* 1em Padding at the bottom of each collection of entries
*/
#feedControl .gfc-results {
	padding-bottom : 1em;
}
/**
* no padding between entries
*/
#feedControl .gfc-result {
	margin-bottom : 0px;
}

/**
* Use a larger font size for section titles
*/
/*#feedControl .gfc-resultsHeader .gfc-title {
font-size : 150%;
}*/
/*タイトル*/
#feedControl .gfc-resultsHeader {
	display : none;
}
