@charset "utf-8";

/*
Theme Name: トピックス一覧
Theme URI: http://www.miyakawa-kensetsu.co.jp/b/
Description: 宮川建設 トピックス一覧
Author: Jyonishi
Version: 1.0
Tags: 札幌,賃貸住宅経営,高齢者賃貸住宅,賃貸マンション
*/




/* 2011.8.26
----------------------------------------------------------------------------

		01.　基本リンクなど
				
--------------------------------------------------------------------------*/





/*--------------------------------------------------------------------------
		01.　基本リンクなど
--------------------------------------------------------------------------*/

body {
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
}

/*基本リンク*/
a:link { 
	color: #7C7C7C; 
	text-decoration: underline;
}
a:visited { 
	color: #7C7C7C; 
	text-decoration: underline; 
}
a:active { 
	color: #7C7C7C; 
	text-decoration: none;
}
a:hover	{ 
	color: #7C7C7C; 
	text-decoration: none;
}

/*表示*/
#topicsAll {
	padding: 30px; 
	background: #EFF1D8;
}

#topicsAll .topicsList {
	background: #EFF1D8;
}

.topicsList {
	width: 595px;
	overflow: hidden;
	color: #7C7C7C;
	background: #E8EFF9;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,Verdana,"ＭＳ ゴシック","Osaka-mono",sans-serif;
}
.topicsList h3 {
 	margin: 0 0 7px 0;
	padding: 0;
	float: left;
 	width: 80px;
	font-size: 12px;
	font-weight: normal;
}
.topicsList p {
 	margin: 0 0 6px 0;
	padding: 0;
	float: left;
 	width: 510px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.topicsList h3{
 	_margin:0;
	_padding-bottom:6px;
}
*:first-child+html .topicsList h3{
 	margin:0;
	padding-bottom:7px;
}
.topicsList p{
 	_margin:0;
	_padding-bottom:5px;
}
*:first-child+html .topicsList p{
 	margin:0;
	padding-bottom:6px;
}




