@charset "utf-8";

/*@import url(http://fonts.googleapis.com/css?family=Gudea);*/

/******************************
さらにリセット
基本は↓↓
http://yui.yahooapis.com/3.14.0/build/cssreset/cssreset-min.css
******************************/
#igs ul {}
#igs ul li {
	list-style-type: none;
}

/******************************
基本
******************************/
body {
/*	font-family: 'Lucida Grande', sans-serif; */
	padding: 20px;
	-webkit-animation:fadeIn 2s ease-out 0s 1 normal;
}
@-webkit-keyframes #igs {
  0%  { opacity: 0;}
  30%  { opacity: 0;}
  100%  { opacity: 1}
}

/*** リンク ***/
a { color: #369;}
a:hover { text-decoration: none; }
a:visited { color: #903; }

/*** 見出し ***/
h1 { 
	margin-top: 0;
	padding-top: 0;
	font-size: 32px !important;
	text-align: center;
}

h1,h2,h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ddd;
	font-size: 14px;
	font-weight: bold;
}

h2 span {
	font-weight: normal;
}

/*** SQL結果 ***/
#result {
	margin-bottom: 20px;
	padding: 20px;
	background: #f4f4f4;
}

/*** 件数表示 ***/
#numberArea {
}
#numberArea p {
	text-align: center;
}

.number {
	font-size: 26px;
}

dl dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 120px;
  padding-left: 5px;
  color: #000;
}

dl dd {
  margin-bottom: 0.8em;
  margin-left: 120px;
}

p {
	margin: 0 0 20px 0;
	padding-bottom: 0;
}

/******************************
銘柄表示エリア
******************************/
#codes {
/*
	height: 630px;
	overflow: auto;
	overflow-x: hidden;
*/
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1.8;
	font-size: 13px;
/*	border: 30px solid #f7f7f7;*/
}

#codes ul {
	margin: 0;
	padding: 20px;
	background: #f4f4f4;
}
#codes ul li {
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #777;
	list-style-type: none;
}

/* [小ネタ] hoverで拡大 */
#codes ul li span,
#codes ul li strong,
#codes ul li a,
#codes ul li img {
	-webkit-transition: 0.2s ease-in-out;
}
#codes ul li img {
	vertical-align: middle;
}

#codes ul li span:hover,
#codes ul li strong:hover,
#codes ul li a:hover {
  font-size: 20px;
  color: #b05;
}
#codes ul li img:hover {
	width: 24px;
	height: 24px;
}

#codes .links a {
	text-decoration: none;
}

#codes ul li {
}

.additional span {
	color: #666;
	font-size: 10px;
}


/*** ページネーション ***/
#pagination {
	margin-bottom: 30px;
	text-align: center;
}

/******************************
絞り込み（事実上のフッター）
******************************/
#footerArea {
	width: 100%;
	margin: 20px 0 -20px -20px;
	padding: 20px 40px;
	background: #fff;
	border-top: 1px solid #ddd;
}
#footerArea h2 {
	/*border-bottom: none;*/
}
#footerArea a {
}

#footerByTag,
#footerByMarket,
#footerByBiz {
	float: left;
	margin: 0 20px 30px 0;
	width: 20%;
	font-size: 12px !important;
}
#footerByTag ul li,
#footerByMarket ul li,
#footerByBiz ul li {
	margin-bottom: 2px;
	list-style-type: disc;
}

p.copyright {

	font-family: Arial, sans-serif !important;
	text-align: center; 
}

/*** 銘柄表示テーブル ***/
/*
table#stoxTable {
	margin-bottom: 20px;
	line-height: 1.4;
}
table#stoxTable th {
	margin: 0; 
	padding: 6px 10px;
	vertical-align: top;
	background: #444;
	color: #fff;
}
table#stoxTable td {
	margin: 0; 
	padding: 6px 10px 10px 10px;
	vertical-align: top;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
table#stoxTable .code {
	width: 60px;
}
table#stoxTable .company {
	width: 440px;
}
table#stoxTable .marketindex {
	width: 300px;
}
table#stoxTable .tag {
	width: 300px;
}
*/

/*** memo **/
.notes {
	margin: 0 0 30px 0;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #ddd;	
}

#notes h2 {
	margin-top: 0;
}

ul {
	margin-bottom: 5px;
}
ul li {
	list-style-type: disc;
	margin-left: 18px;
	padding-left: 0px;
}

p.sql strong {
	color: #b05;
}