@charset "UTF-8";

body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*====================================*/
/*========== 金融系共通要素 ==========*/
/*====================================*/

/*==============================Mac-Firefox対策==========*/

body{
	opacity:0.99999;
}

/*==============================全要素共通属性==========*/

.contents{
	margin:0 auto;
	width:980px;
	color:#333;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	font-size:12px;
}
.contents *{
	line-height:1.4;
}
.contents a:link,
.contents a:visited{
	color:#00f;
	text-decoration:underline;
}
.contents a:hover{
	color:#f33;
}
.contents img{
	vertical-align:bottom;
}
.contents table{
	border-collapse:collapse;
}
.contents strong{
	font-weight:bold;
}

/*==============================レイアウト==========*/

.contents #topicPath{
	padding:0 5px 5px 5px;
}
.contents #mainArea{
	float:left;
	padding-left:5px;
	width:790px;
}
.contents #sideArea{
	float:right;
	padding-right:5px;
	width:160px;
}

/*==============================汎用プロパティ==========*/

.mg5			{margin:5px;}
.mg10			{margin:10px;}
.mgt2			{margin-top:2px;}
.mgt5			{margin-top:5px;}
.mgt10			{margin-top:10px;}
.mgt30			{margin-top:30px;}
.mgr5			{margin-right:5px;}
.mgr10			{margin-right:10px;}
.mgb2			{margin-bottom:2px;}
.mgb5			{margin-bottom:5px;}
.mgb10			{margin-bottom:10px;}
.mgb15			{margin-bottom:15px;}
.mgb20			{margin-bottom:20px;}
.mgb30			{margin-bottom:20px;}
.mgl5			{margin-left:5px;}
.mgl10			{margin-left:10px;}
.mgs5			{margin-right:5px;margin-left:5px;}
.mgs10			{margin-right:10px;margin-left:10px;}
.mgh30			{margin-top:30px;margin-bottom:30px;}

.pd5			{padding:5px;}
.pd10			{padding:10px;}
.pd15			{padding:15px;}
.pdt2			{padding-top:2px;}
.pdt5			{padding-top:5px;}
.pdt10			{padding-top:10px;}
.pdr5			{padding-right:5px;}
.pdr10			{padding-right:10px;}
.pdb5			{padding-bottom:5px;}
.pdb10			{padding-bottom:10px;}
.pdl5			{padding-left:5px;}
.pdl10			{padding-left:10px;}
.pdl20			{padding-left:20px;}
.pds5			{padding-right:5px;padding-left:5px;}
.pds10			{padding-right:10px;padding-left:10px;}

.lh25			{line-height:25px;}

.floatLeft		{float:left;}
.floatRight		{float:right;}
.boxFloatLeft	{float:left;width:49%;}
.boxFloatRight	{float:right;width:49%;}

.clearLeft		{clear:left;}
.clearRight		{clear:right;}
.clearBoth		{clear:both;}
.clearFix		{height:1px;line-height:1px;font-size:1px;clear:both;}

.dashTop		{border-top:1px dashed;}

table.fixed		{table-layout:fixed;}

.left			{text-align:left;}
.center			{text-align:center;}
.right			{text-align:right;}
.top			{vertical-align:top;}
.bottom			{vertical-align:bottom;}

.small			{font-size:90%;}
.large			{font-size:115%;}

.gray			{color:#999;}

.nowrap			{white-space:nowrap;}

.weightNormal	{font-weight:normal;}

/*==============================共通部品==========*/

/*-----[箇条書き]-----*/

.contents ul.listSet1 li{
	padding-left:8px;
	background:url(/sec/img/layout/listHeaderBg01.gif) no-repeat 0 5px;
	font-weight:bold;
}
.contents ul.listSet2 li{
	padding-left:8px;
	background:url(/sec/img/layout/listHeaderBg02.gif) no-repeat 0 5px;
}
.contents ul.simpleList li{
	padding-left:8px;
	background:url(/sec/img/layout/listHeaderBgSimple.gif) no-repeat 0 7px;
}

/*-----[見出し関連]-----*/

.contents .pageHeader{
	margin:10px 0;
	width:300px;
	height:39px;
	text-indent:-99999px;
}
.contents .headerNormal{
	font-size:115%;
	font-weight:bold;
}
.contents .headerLink a{
	font-size:110%;
	font-weight:bold;
}
.contents .headerSmall{
	padding-left:8px;
	background:url(/sec/img/layout/listHeaderBg03.gif) no-repeat 0 5px;
}
.contents .detailTitle{
	position:relative;
	padding:8px 10px;
	width:770px;
	line-height:16px;
	font-size:120%;
}
.contents .detailTitle div{
	position:absolute;
	top:0;
	left:0;
	width:790px;
	height:8px;
	line-height:8px;
	font-size:8px;
}

/*-----[「詳細を見る」]-----*/

.contents .jumpToDetail{
	float:right;
	padding-left:8px;
	background:url(/sec/img/layout/listHeaderBg01.gif) center left no-repeat;
}

/*-----[リンク]-----*/

.contents a.bodyLink:link,
.contents a.bodyLink:visited{
	text-decoration:none;
	color:#333;
}
.contents a.bodyLink:hover{
	text-decoration:underline;
	color:#f33;
}

/*-----[固定幅ボックス(790px)]-----*/

.contents div.fixedBoxHeader,
.contents div.fixedBoxFooter{
	height:8px;
	line-height:8px;
	font-size:8px;
}
.contents div.fixedBox{
	border-right:1px solid;
	border-left:1px solid;
	padding:3px 10px;
}

/*-----[見出し付きボックス]-----*/

.contents div.boxWithTitle .boxTitle{
	height:25px;
	line-height:25px;
	padding:0 10px;
	font-weight:bold;
}
.contents div.boxWithTitle .boxContainer{
	padding-left:10px;
}
.contents div.boxWithTitle .boxArea{
	padding:10px 10px 10px 0;
}

/*-----[PR文言]-----*/

.contents .simplePrTitle{
	font-weight:bold;
	text-align:center;
	line-height:1.2;
}
.contents div#sideArea div.sidePrTitle{
	margin:30px 0 10px 0;
	border:1px solid #ffe06b;
	background-color:#ffefa5;
	line-height:1.2;
}
.contents div#sideArea div.sidePrTitle p{
	border:1px solid #fff;
	font-weight:bold;
	text-align:center;
}

.contents div#sideArea div.sidePrArea{
	margin-bottom:10px;
}

/*-----[サイドメニューボックス]-----*/

.contents dl.sideBox{
	margin-bottom:10px;
	padding-bottom:4px;
	background:url(/sec/img/layout/sideBoxFooterBg.gif) bottom left no-repeat;
}
.contents dl.sideBox dt{
	padding:0 7px;
	height:22px;
	background:url(/sec/img/layout/sideBoxHeaderBg.gif) top left no-repeat;
	line-height:22px;
	font-weight:bold;
	overflow:hidden;
}
.contents dl.sideBox dd{
	border-right:1px solid;
	border-left:1px solid;
	border-color:#ccd6e0;
	padding:5px 5px 2px 5px;
}



/*==============================個別部品==========*/

/*-----[パンくず]-----*/

.contents #topicPath ul li{
	display:inline;
	margin-right:4px;
	padding-right:8px;
	background:url(/sec/img/layout/path.gif) center right no-repeat;
}
.contents #topicPath ul li.last{
	padding-right:0;
	background-image:none;
}

/*-----[トップページ上部]-----*/

.contents div.topArea{
	margin-bottom:10px;
}
.contents div.topArea div.topAreaLeft{
	float:left;
	width:320px;
	line-height:1em;
	position:relative;
}
.contents div.topArea div.topAreaLeft dl.contentBox dt{
	padding:0 10px;
	height:22px;
	line-height:22px;
	font-weight:bold;
}
.contents div.topArea div.topAreaLeft dl.contentBox dd{
	border:1px solid;
	border-top:none;
	zoom:1;
}
.contents div.topArea div.topAreaLeft h2{
	height:42px;
	text-indent:-99999px;
}
.contents div.topArea div.topAreaLeft ul.topAreaListSet2col li{
	float:left;
	width:141px;
}
.contents div.topArea div.topAreaRight{
	float:right;
	border:1px solid;
	border-bottom:none;
	padding:5px 10px;
	width:438px;
	zoom:1;
	line-height:1em;
	position:relative;
}
.contents div.topArea div.topAreaRight dl.topAreaDesc{
	padding-left:60px;
}
.contents div.topArea div.topAreaRight dl.topAreaDesc dt{
	border-top:3px solid;
	padding:3px 0;
	font-weight:bold;
}

/*-----[一覧表/タブ]-----*/

.contents ul.tabArea{
	height:31px;
	padding-bottom:4px;
	text-align:center;
}
.contents ul.tabArea li{
	display:inline;
	padding-left:1px;
}
.contents ul.tabArea li.first{
	padding-left:0;
}


/*-----[一覧表/本体]-----*/

.contents div.tableArea{
	border-right:4px solid;
	border-left:4px solid;
	padding:7px 11px;
}
.contents table.mainTable{
	width:760px;
}
.contents table.mainTable *{
	line-height:18px;
}
.contents table.mainTable th,
.contents table.mainTable td{
	border:1px solid;
	border-right:none;
	padding:3px;
}
.contents table.mainTable th.first,
.contents table.mainTable td.first{
	border-left:none;
}
.contents table.mainTable th{
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
}
.contents table.mainTable td p.commentFromHikakucom{
	margin-top:3px;
}
.contents table.mainTable div.divDispMore{
	position:relative;
}
.contents table.mainTable div.divDispMore a.btnDispMore{
	display:none;
	position:absolute;
	right:0;
	bottom:0;
}
.contents div.tableBottom{
	height:8px;
	line-height:8px;
	font-size:8px;
}

/*-----[会社一覧テーブル]-----*/

.contents table.companyListTable{
	table-layout:fixed;
	width:768px;
}
.contents table.companyListTable td{
	border:1px solid;
	border-right:none;
	padding:3px;
}
.contents table.companyListTable td.first{
	border-left:none;
}

/*-----[詳細画面テーブル]-----*/

.contents table.detailTable{
	table-layout:fixed;
	width:770px;
}
.contents table.detailTable th,
.contents table.detailTable td{
	border:1px solid;
	border-right:none;
	padding:3px;
}
.contents table.detailTable th.first,
.contents table.detailTable td.first{
	border-left:none;
}
.contents table.detailTable th{
	text-align:center;
	white-space:nowrap;
}
.contents table.detailTable th.left{
	text-align:left;
}
.contents table.detailTable td.pdl{
	padding-left:10px;
}

/*-----[自分の条件で探す]-----*/

.contents table.searchCondTable th{
	border:1px solid;
	padding:3px;
	text-align:center;
	font-weight:bold;
}
.contents table.searchCondTable td{
	border-bottom:1px solid;
	padding:3px;
}
.contents table.searchCondTable tr.last td{
	border-bottom:none;
	padding-bottom:10px;
}
.contents table.searchCondTable td.searchCondText{
	padding-left:13px;
	text-indent:-10px;
}
.contents table.searchCondTable *{
	line-height:1.2;
}

/*------[ブックビルディング]------*/

.contents p#bookGimg{
	width:762px;
	height:229px;
	text-indent:-99999px;
}

/*-----[特別広告枠]-----*/

.contents div.spAdArea{
	border:1px solid;
	border-color:#cde;
	padding:5px;
	background-color:#eef;
}
.contents div.badgeAd{
	float:right;
	width:120px;
	height:60px;
}
.contents div.spAdArea dl{
	background-color:#fff;
}
.contents div.spAdArea dl dt{
	float:left;
	padding-left:5px;
	width:120px;
	height:20px;
}
.contents div.spAdArea dl dt a{
	line-height:20px;
	font-weight:bold;
	text-decoration:underline;
}
.contents div.spAdArea dl dt a:link,
.contents div.spAdArea dl dt a:visited{
	color:#39f;
}
.contents div.spAdArea dl dt a:hover{
	color:#f33;
}
.contents div.spAdArea dl dd{
	margin-left:125px;
	height:20px;
}
.contents div.spAdArea dl dd a{
	line-height:20px;
}


/*-----[詳細画面]-----*/


/*========================================*/
/*========== ネット証券独自要素 ==========*/
/*========================================*/

/*==============================汎用プロパティ==========*/

#contentsSec .dashTop		{border-color:#666;}

/*==============================共通部品==========*/

/*-----[見出し関連]-----*/

#contentsSec .headerNormal{
	color:#f60;
}
#contentsSec #searchComrankHeader{
	background:url(/sec/img/layout/titleSearchComrankBg.gif) top left no-repeat;
}
#contentsSec #searchComHeader{
	background:url(/sec/img/layout/titleSearchComBg.gif) top left no-repeat;
}
#contentsSec #searchFeeHeader{
	background:url(/sec/img/layout/titleSearchFeeBg.gif) top left no-repeat;
}
#contentsSec #searchMobileHeader{
	background:url(/sec/img/layout/titleSearchMobileBg.gif) top left no-repeat;
}
#contentsSec #searchShinyoHeader{
	background:url(/sec/img/layout/titleSearchShinyoBg.gif) top left no-repeat;
}
#contentsSec #searchForeignHeader{
	background:url(/sec/img/layout/titleSearchForeignBg.gif) top left no-repeat;
}
#contentsSec #searchListHeader{
	background:url(/sec/img/layout/titleSearchListBg.gif) top left no-repeat;
}
#contentsSec #searchIpoHeader{
	background:url(/sec/img/layout/titleSearchIpoBg.gif) top left no-repeat;
}
#contentsSec #searchPointHeader{
	background:url(/sec/img/layout/titleSearchPointBg.gif) top left no-repeat;
}
#contentsSec #searchComrankHeader{
	background:url(/sec/img/layout/titleSearchComrankBg.gif) top left no-repeat;
}
#contentsSec #searchSearchHeader{
	background:url(/sec/img/layout/titleSearchSearchBg.gif) top left no-repeat;
}
#contentsSec .detailTitle{
	background:url(/sec/img/layout/detailTitleBg1.gif) bottom left no-repeat;
	font-weight:bold;
	color:#900;
}
#contentsSec .detailTitle div{
	background:url(/sec/img/layout/detailTitleBg2.gif) top left no-repeat;
}


/*-----[固定幅ボックス(790px)]-----*/

#contentsSec div.fixedBoxHeader{
	background:url(/sec/img/layout/FixedBoxHeaderBg.gif) bottom left no-repeat;
}
#contentsSec div.fixedBox{
	border-color:#900;
}
#contentsSec div.fixedBoxFooter{
	background:url(/sec/img/layout/FixedBoxFooterBg.gif) top left no-repeat;
}

/*-----[見出し付きボックス]-----*/

#contentsSec div.boxWithTitle{
	background:url(/sec/img/layout/boxHeaderBg1.gif) top left no-repeat;
}
#contentsSec div.boxWithTitle .boxTitle{
	background:url(/sec/img/layout/boxHeaderBg2.gif) top right no-repeat;
	color:#900;
}
#contentsSec div.boxWithTitle .boxContainer{
	background:url(/sec/img/layout/boxBg1.gif) bottom left no-repeat;
}

#contentsSec div.boxWithTitle .boxArea{
	background:url(/sec/img/layout/boxBg2.gif) bottom right no-repeat;
}

/*==============================個別部品==========*/

/*-----[トップページ上部]-----*/

#contentsSec div.topArea{
	background:url(/sec/img/layout/topAreaBg.gif) bottom left no-repeat;
	width:790px;
}
#contentsSec div.topArea div.topAreaLeft h2{
	background:url(/sec/img/layout/topTitleBg.gif) top left no-repeat;
}
#contentsSec div.topArea div.topAreaLeft dl.contentBox dt{
	background:url(/sec/img/layout/topBoxHeaderBg.gif) top left no-repeat;
	color:#fff;
}
#contentsSec div.topArea div.topAreaLeft dl.contentBox dd{
	border-color:#900;
}
#contentsSec div.topArea div.topAreaRight{
	border-color:#900;
}
#contentsSec div.topArea div.topAreaRight dl.topAreaDesc dt{
	border-color:#c00;
	font-color:#900;
}

/*-----[一覧表/タブ]-----*/

#contentsSec ul.tabArea{
	background:url(/sec/img/layout/tabBg.gif) bottom left no-repeat;
}

/*-----[一覧表/本体]-----*/

#contentsSec div.tableArea{
	border-color:#900;
}
#contentsSec table.mainTable th,
#contentsSec table.mainTable td{
	border-color:#ddd;
}
#contentsSec table.mainTable th{
	background-color:#fcc;
	color:#900;
}
#contentsSec table.mainTable tr.evenRec td{
	background-color:#f5f5f5;
}
#contentsSec table.mainTable tr th.sorted,
#contentsSec table.mainTable tr td.sorted{
	background-color:#ffc;
}
#contentsSec table.mainTable tr.TOn td{
	background-color:#fee;
}
#contentsSec div.tableBottom{
	background:url(/sec/img/layout/tableBottomBg.gif) top left no-repeat;
}
#contentsSec table.mainTable td p.commentFromHikakucom{
	color:#f33;
}
#contentsSec table.mainTable td p.meigara{
	color:#f33;
}
#contentsSec table.mainTable td span.shinyoType{
	border:1px solid;
	border-right:3px solid;
	border-left:3px solid;
	border-color:#900;
	padding:1px 5px;
	background-color:#ffc;
	font-weight:bold;
	color:#900;
}

#contentsSec ul.iconList1{
	clear:left;
}
#contentsSec ul.iconList1 li{
	float:left;
	margin:0 3px 2px 0;
	padding:2px 4px;
	height:16px;
	line-height:16px;
	font-size:12px;
	background-color:#090;
	color:#fff;
}

#contentsSec ul.iconList2{
	clear:left;
}
#contentsSec ul.iconList2 li{
	float:left;
	margin:0 3px 2px 0;
	padding:2px 4px;
	height:16px;
	line-height:16px;
	font-size:12px;
	background-color:#c93;
	color:#fff;
}


/*-----[会社一覧]-----*/

#contentsSec table.companyListTable td{
	border-color:#ddd;
}
#contentsSec table.companyListTable tr.evenRec td{
	background-color:#f5f5f5;
}

/*-----[詳細画面テーブル]-----*/

#contentsSec table.detailTable th,
#contentsSec table.detailTable td{
	border-color:#ddd;
}
#contentsSec table.detailTable th{
	background-color:#f5f5f5;
}

/*-----[自分の条件で探す]-----*/

#contentsSec table.searchCondTable th{
	border-color:#900;
	background-color:#fcc;
	color:#900;
}
#contentsSec table.searchCondTable td{
	border-color:#ddd;
}
#contentsSec table.searchCondTable tr.TOn td{
	background-color:#fff5f5;
}

/*------[ブックビルディング]------*/

#contentsSec p#bookGimg{
	background:url(/sec/img/layout/img_bookg.gif) no-repeat center top;
}

/*----[ランキングコンテンツCSS]---*/

#contentsSec div.content_rank{
	width: 764px;
	border: 1px solid #990000;
	padding: 12px;
}

#contentsSec div.content_rank h3{
	padding-bottom: 10px;
}

div.content_rank h4{
	padding-left: 12px;
	padding-top:5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFCCCC;
}

div.content_rank ul.ranking_max:after,div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

div.content_rank ul.ranking_max{
	border-bottom: 1px solid #CCCCCC;
	width: 762px;
	background-image: url("/sec/img/layout/rank_ul_max_background.gif"); 
	background-repeat: repeat-y;
}

div.content_rank ul.ranking_max li.ranking_place{
	display: block;
	float: left;
	width: 254px;
}

div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal{
	width: 254px;
}

div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal li{
	display: block;
	float: left;
}

div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal li.ranking_image{
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 16px;
	width: 36px;
}

div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal li.ranking_discript{
	width: 194px;
}

div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal li.ranking_discript ul.ranking_min{
	width: 194px;
}

div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal li.ranking_discript ul.ranking_min li{
	display: block;
	width: 194px;
	margin-top:5px;
	font-weight:bold;
	font-size:14px;
}

div.content_rank ul.ranking_max li.ranking_place ul.ranking_normal li.ranking_discript ul.ranking_min li.red{
	color:#f00;
}

/*--[IE用border]--*/
.bdrFix{
	zoom:1;
	line-height:1em;
	width:1px;
	position:relative;
}

div.topIEbdr{
	width:420px;
	zoom:1;
	line-height:1em;
}

.boxFloatLeft_top{
	float:left;
	width:200px;
	position:relative;
}
.boxFloatRight_top{
	float:right;
	width:200px;
	position:relative;
}
