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

/*----------------------------------------------------
	#index
----------------------------------------------------*/
/*メインイメージ*/
.clearfix:after {
 	content: ".";
 	display: block;
 	height: 0;
 	line-height: 0;
 	clear: both;
 	visibility: hidden;
}
.clearfix { display: inline-block; }

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.thumbnail_qanda{
	margin:5px 0 20px 0;
}


/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
html{
	width:700px;
	margin:0 auto;
}
#wrap{
	width:700px;
	text-align:center;
}
#contents{
	min-height:300px;
	margin-top:250px;
}
.url{
	font-size:120%;
	margin-bottom:15px;
}



/* IE67*/
:root *> #whatsnew dl dd { float:right;  }
/* IE8 */
html>/**/body  #whatsnew dl dd {float/*\**/:right\9;}

#whatsnew a{
	color: #0066CC;
}