@charset "utf-8";
/* CSS Document */

/* フルードイメージ */
img{
     max-width: 100%;
     height: auto;
     display:block;
}

body{
	margin:0;
	padding:0;
	background:url(../img/bg.png) repeat-x;
}

@media screen and (max-width: 540px) {
	body{
		background:url(../img/bg_sp.png) repeat-x;
	}
}

#idxSummary p{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:8px;
	font-size:14px;
	width:590px;
	line-height:1.7;
}

@media screen and (max-width: 540px) {
	#idxSummary p{
		margin: 5px auto;
		font-size: 16px;
		width: 97%;
		/*border: 1px solid #ff0000;*/
	}
}

#idxProfBox{
	height:250px;
	background:url(../img/idx-prof-box-bg.jpg) no-repeat bottom;
	width:588px;
	border:solid 1px #999999;
	margin-bottom:1em;
	margin-top:0px;
	margin-left:6px;
}


#idxProfBox img{
	margin-left:7px;
	margin-top:10px;
}


#idxProfBox p{
	margin-top:8px;
	font-size:14px;
	line-height:1.7;
	margin-left:8px;
}

@media screen and (max-width: 540px) {
	#idxProfBox{
		width: 100%;
		height: auto;
		background: none;
		margin-left: 0;
	}
	#idxProfBox p{
		width: 97%;
		font-size: 16px;
		line-height:1.7;
		margin: 5px auto;
	}
}

#main #idxSvcNav{
	margin-top:30px;
	height:240px;
	position:relative;
	left:5px;

}

#main #idxSvcNav ul li{
	float:left;
	padding-right:17px;
	padding-bottom:10px;
}

@media screen and (max-width: 540px) {
	#main #idxSvcNav{
		margin-top:15px;
		width: 100%;
		height: auto;
		left: 0;
	}
	#main #idxSvcNav ul{
		width: 90%;
		margin: 0 auto;
	}
	#main #idxSvcNav ul li{
		float: none;
		margin: 0 auto;
		padding-right:0;
		/*border: 1px solid #0000cc;*/
	}
	#main #idxSvcNav ul li img{
		margin: 0 auto;
		/*border: 1px solid #ff0000;*/
	}
}

p#idxFeeBnr{
	padding-bottom:10px;
	padding-left:5px;

}


#dairiBnr{
	padding-left:4px;


}

.idxNews{
	font-size:14px;
	margin-bottom:15px;
	position:relative;

}

.idxNews ul{
	margin-left:7px;
	margin-top:20px;

}

.idxNews li{
	padding-left:80px;
	border-bottom:#999 dotted 1px;
	width:502px;
	margin-bottom:5px;
	padding-bottom:3px;
}


.idxNews li span{
	color:#336699;
	font-weight:bold;
	padding-right:1em;
}


.idxNews li.blog{
	background:url(../img/idx-news-cate-blog.png) no-repeat;

}


.idxNews li.oshirase{
	background:url(../img/idx-news-cate-oshirase.png) no-repeat;

}

.idxNews li.qa{
	background:url(../img/idx-news-cate-qa.png) no-repeat;

}

.idxNews li.soudan{
	background:url(../img/idx-news-cate-soudan.png) no-repeat;

}

.idxNews li.sintyaku{
	background:url(../img/idx-news-cate-sintyaku.png) no-repeat;

}

.idxNews li.yougo{
	background:url(../img/idx-news-cate-yougo.png) no-repeat;

}

.idxNews li.voice{
	background:url(../img/idx-news-cate-voice.png) no-repeat;

}

.idxNews #feedBtn{
	position:absolute;
	left:557px;
	top:7px;

}

.idxNews_sp{
	display: none;
}

.viewAll{
	padding-right:20px;
	text-align:right;
	font-size:90%;


}

@media screen and (max-width: 540px) {
	.idxNews_sp{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		/*border: 1px solid #ff0000;*/
	}
	.idxNews_sp ul{
		width: 97%;
		margin: 10px auto 0;
		/*border: 1px solid #000;*/
	}
	.idxNews_sp li{
		width: 100%;
		border-bottom:#999 dotted 1px;
		margin-bottom:5px;
		padding-bottom:3px;
	}
	.idxNews_sp li a{
		font-size: 16px;
	}
	.idxNews_sp li span{
		color:#336699;
		font-weight:bold;
		padding-right:1em;
		font-size: 16px;
		/*padding-left: 80px;*/
	}
	/*.idxNews_sp li.oshirase{
		background:url(../img/idx-news-cate-oshirase.png) no-repeat;
	}
	.idxNews_sp li.qa{
		background:url(../img/idx-news-cate-qa.png) no-repeat;
	}*/
	.idxNews_sp #feedBtn{
		display: none;
	}
	.idxNews{
		display: none;
	}
}


p#topcopy{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	vertical-align: middle;
}
p#topcopy span{
	font-size: 40px;
}

#twitter-widget {
	margin: 5px 0 0 1px;
}