@charset "shift_jis";

/* CSSイニシャライズ /
-----------------------------------------------------------------------*/
*	{
	font-size:100%;
	font-weight: normal;
	font-style:normal;
	padding: 0;
	margin: 0;
	list-style: none;
}

html, body,#page	{
	height:100%;
}

body	{
	font-family: "ＭＳ Ｐゴシック", "Hiragino Maru Gothic Pro", "Meiryo", "Verdana", "Arial", "Helvetica", "san-serif";
	text-align: center;
	background: #4d4d4d url('https://img1.kakaku.k-img.com/images/trendsearch/bg.gif') 0 0 repeat-x;
	height:auto;
}

hr	{
	clear:both;
	display:none;
}
img, hr	{
	border:none;
}
input	{
	vertical-align:middle;
}

a	{
	color:#0063DC;
}

br {
	clear:both;
	}

/* 共通設定 /
-----------------------------------------------------------------------*/
#page	{
	background: #fff;
	width: 930px;
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	border-left: 5px solid #818181;
	border-right: 5px solid #818181;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}

/* ヘッダー /
-----------------------------------------------------------------------*/
#header	{
	width: 930px;
	padding: 10px 0 0 0;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

	#header h1	{
		float: left;
		margin:	0 0 10px 0;
	}

	#header p	{
		float: right;
		font-size: 80%;
	}
		#header p a	{
			text-decoration:none;
		}
		#header p a:hover	{
			color:#FFF;
			background-color:#0063DC;
		}

/* コンテンツ枠 /
-----------------------------------------------------------------------*/
#container
	{
	width: 930px;
	height:auto;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
#content h2	{
	margin:30px 0 20px 0;
	
}

/* ページトップアンカー /
-----------------------------------------------------------------------*/
#gotoPagetop {
	margin:20px 10px 0 0;
	text-align:right;
	font-size:75%;
	clear:both;
	}
	#gotoPagetop a {
		padding:2px 0 6px 20px;
		background:url('https://img1.kakaku.k-img.com/images/trendsearch/icon_pagetop.gif') no-repeat;
		color:#333333;
		}


/* フッター /
-----------------------------------------------------------------------*/
#footer	{
	width: 930px;
	padding:40px 0 0 0;
}
#footer p	{
	text-align: center;
	font-size: 80%;
	padding: 10px 0;
	border-top: 1px dashed #999999;
}
#footer p.copyright	{
	background: #333333;
	color: #fff;
	padding: 2px 0;
	font-size: 80%;
	border: none;
}



/* プリント設定 [ 前頁共通 ]
-----------------------------------------------------------------------*/
@media print {

	h1, h2, h3,
	h4, h5, h6	{
		page-break-after: avoid; /* IE自動改行を禁止 */
		page-break-inside: avoid;
	}
	ul, dl	{
		page-break-before: avoid;
	}
	a	{ font-weight: normal; }
	body	{ background: none; }
	#page	{ border: none; }
	
	#content	{
		float:none;
		margin:30px 0 0 100px;
	}
	#menu, #footer,
	#gotoPagetop	{ display:none; }
}


/* Trend Searchとは？
-----------------------------------------------------------------------*/
#what p {
	font-size:75%;
	}
#what table {
	margin:10px 0;
	padding:0;
	border-collapse:collapse;
	}
	
/* Trend Searchだからできる４つの特徴
-----------------------------------------------------------------------*/
#special div {
	width:450px;
	margin:0 0 20px 0;
	}
#special1,
#special3 {
	float:left;
	height:235px;
	}
#special2,
#special4 {
	float:right;
	height:235px;
	}
#special p {
	font-size:75%;
	margin:10px 0;
	}
	
/* 分析事例
-----------------------------------------------------------------------*/
#example .before {
	width:288px;
	height:350px;
	float:left;
	margin:0 15px 0 30px;
	_margin:0 15px 0 15px;
	border:1px #000000 solid;
	}
#example .release {
	width:288px;
	height:350px;
	float:left;
	border:1px #000000 solid;
	}
#example .after {
	width:288px;
	height:350px;
	float:right;
	border:1px #000000 solid;
	}
#example .lineFigure {
	margin:0 0 0 0;
	}
	#example #exampleDvd .lineFigure {
		margin:30px 0 0 0;
		}
#example h3 {
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	}
#example .figure {
	text-align:center;
	margin:20px 0;
	}
#example .txt {
	font-size:75%;
	margin:0 20px 10px 20px;
	line-height:1.5;
	}
#example ul {
	margin:0 20px 20px 20px;
	font-size:75%;
	}
#example li {
	margin:0 0 0 12px;
	list-style:disc;
	}
	
/* お問い合わせ
-----------------------------------------------------------------------*/
#inquiry {
	margin:20px 0 0 0;
	}
#inquiry .txt {
	margin:10px 0 0 0;
	}