/*---------------------------------------------
TAG 16/1 15/0.93 14/0.87 13/0.8 12/0.75 11/0.68
---------------------------------------------*/

body,h1,h2,h3,h4,h5 {margin:0px;}
html 	{
	font-size:16px;
	}
h1	{font-size:1.5rem;}
h2	{font-size:1.25rem;}
td,th	{font-size:0.9rem;}
body {
	font-family: "Montserrat",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',游ゴシック体,'Yu Gothic',YuGothic,sans-serif;
}
footer	{
	background-color:#ddd;
}

/*---------------------------------------------
汎用Class
---------------------------------------------*/
.clr {
	clear:both;
}

.inner {
	overflow:hidden;

}

.wr,.inner	{
		overflow:hidden;
	}
.txt	{
		padding:0 24px;
	}

	.card-img {
		width:100%;
		height:80px;
		object-fit: cover;
	}

	.right-box {
		padding-bottom:1rem;
		border-bottom: 1px solid #999;
		border-radius: 15px;/*角の丸み*/

		}
		
	.halfimg {
		width:96%;
		height:120px;
		object-fit: cover;
		object-position:left top;
		border: 4px solid #5472cd;
		filter: drop-shadow(0px 5px 5px #666);
	}
	
	.marker{
		background:linear-gradient(transparent 75%, #edde7b 75%);
		font-weight:bold; 
		}


/*---------------------------------------------
header
---------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');


.logo a {
	display:block;
	text-align: center;
	text-decoration: none;
	font-size:13px;
	height:45px;
	color:#666;
	font-weight: bold;
	margin-left: 8px;
}
.logo a::before {
	color:#666;
	line-height: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	content: 'GuideMook';
	display: block;
	text-align: center;
	text-decoration: none;
	font-size:24px;
	margin: 8px 0px 0px 8px;
	font-weight: normal;
}
.logo a::after {
	color:#5472cd;
	font-family: 'Noto Sans JP', sans-serif;
	content: ' beta';
	display: inline;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}
#mobile-head {
	float:left;
}

#global-nav	{
	float:right;
	}
#global-nav>ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	}
#global-nav li {
	float:left;
	border-right:1px solid #ccc;
	}
#global-nav li a {
	color:#333;
	text-decoration: none;
	font-weight: bolder;
}
#global-nav li:last-child {
	border-right:0;
	}


#global-nav img {
	margin:4px;
	width:48px;
	height:48px;
	object-fit: cover;
	}
#global-nav a {
	display:block;
	}
#global-nav p {
	display:none;
	}

/*---------------------------------------------
main
---------------------------------------------*/
#contents {
	margin:4px;	
}
main h1 {
	font-size:1.8rem;
	font-weight: normal;
	letter-spacing:-0.1rem;
	padding:0px 8px 12px;
	background-color: #eee;
}


main h1[data-title]::before {
	display:block;
	content:' ['attr(data-title)']';
	font-size:0.8rem;
	font-weight: normal;
	letter-spacing:0.1rem;
	position: relative;
	top: 0.5rem;
}

main h2{
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-top:2rem;
	margin-bottom:1rem;
}

main h2::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}

main .etf {
	margin-top: 1.5rem;
}

main .etf h3 {
	font-size: 1.2rem;
	float: left;
}
main .etf .Hsub {
	float: left;
	margin-left:1rem;
	margin-top: 5px;
}
	main .etf .Hsub::before {
		content: '[';
	}
	main .etf .Hsub::after {
		content: ']';
	}
	main .etf th,main .etf td {
		text-align: left;
		font-size: 1rem;
	}
	main .etf th {
		vertical-align: top;
		width:4.5rem;
	}
	.fl35{
		float: left;
		width: 40%;
	}
	.fl65 {
		float: left;
		width:57%;
		margin-left:3%;
	}
	
	

	.fl35 svg {
		width:100%;
		height:100%;
	}
	.fl65 {
		font-size: 80%;
	}
	.fl65 dl {
		overflow: hidden;
	}
	.fl65 dt {
		float: left;
		margin-bottom: 0.25rem;
	}
	.fl65 dd {
		margin-left: 5rem;
		margin-bottom: 0.25rem;
	}

	main time {
	float: right;
	display: inline-block;
	font-size:0.75rem;
}
	main time::after {
	content:'時点';
	}

	.summary {
		position: relative;
		color: black;
		background: #d0ecff;
		line-height: 1.4;
		padding: 0.25em 0.5em;
		margin: 2em 0 0.5em;
		border-radius: 0 5px 5px 5px;
	}
	  
	  .summary:after {
		/*タブ*/
		position: absolute;
		font-weight: 900;
		content: '集計';
		background: #2196F3;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 6px 8px 4px;
		font-size: 1em;
		line-height: 1;
		letter-spacing: 0.05em
	}

	.right-box .wr {
		border-bottom: 1px dotted #ccc;
	}

/*---------------------------------------------
sidemenu
---------------------------------------------*/
main aside dd,main aside ul,main aside li {
	margin:0px;
}
main aside dt {
	font-weight: bold;
}

/*---------------------------------------------
footer
---------------------------------------------*/
footer table{
	border-collapse: collapse;
	border-spacing: 0;
	color: #333;
}
footer table tbody tr{
	background-color:#fff;
}

footer table tbody tr:nth-child(odd){
	background-color:#cce4ff;
}
footer table th,
footer table td{
	padding: 5px;
	border: 1px solid #999;
}
footer table th,.scroll-table thead {
	font-weight: bold;
	text-align: center;
	background-color: #f3f4f5;
}
footer th {
	position: sticky;
	left: 0;
	max-width:100px;
}
footer tbody th {
	text-align: left;
}
footer tbody td {
	text-align: right;
	vertical-align: middle;
}
/*---------------------------------------------
article
---------------------------------------------*/
article h3 {
	border-left:solid 4px #5472cd;
	padding:0.5rem;
}

article table{
	border-collapse: collapse;
	border-spacing: 0;
	color: #333;
}
article table tbody tr{
	background-color:#fff;
}

article table tbody tr:nth-child(odd){
	background-color:#f3f3f3;
}
article table th,
article table td{
	padding: 5px;
	border: 1px solid #999;
}
article table th,.scroll-table thead {
	font-weight: bold;
	text-align: center;
	background-color: #f3f4f5;
}
article th {
	position: sticky;
	left: 0;
	max-width:100px;
}
article tbody th {
	text-align: left;
}
footer tbody td {
	text-align: right;
	vertical-align: middle;
}

/*---------------------------------------------
パンくずリスト
---------------------------------------------*/

.breadcrumb {
	margin: 0;
	padding: 3px 8px;
	list-style: none;
	background-color: #eee;
}
  
  .breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
  }
  
  .breadcrumb li:after {/* >を表示*/
	content: '/';
	padding: 0 0.2em;
	color: #555;
  }
  
  .breadcrumb li:last-child:after {
	content: '';
  }
  
  .breadcrumb li a {
	font-size:0.75rem;
	text-decoration: none;
  }
  
  .breadcrumb li a:hover {
	text-decoration: underline;
  }

/*---------------------------------------------
detail
---------------------------------------------*/
#detail {
	width: 100%;
}
#detail th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	margin:0 0 0.5rem 0;
	width: 6rem;
}
#detail td {
	margin:0 0 0.5rem 0;
}
#detail a {
	display: inline-block;
	margin-right: 0.5rem;
}
/*---------------------------------------------
sidemenu
---------------------------------------------*/
aside .headline {
	background-color: #5472cd;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
/*---------------------------------------------
レーダー
---------------------------------------------*/

.rd	{
		width:30%;
		float:left;
		position:relative;
		margin-right: 2%;
	}
	.rd_link {
		width:90%;
		position: relative;
		font-size: 0.8rem;
		margin-bottom: 0.25rem;
	}
	.rd_link a {
		width:100%;
		display:inline-block;
		background-color: #333;
		color:#fff;
		text-align:center;
		text-decoration: none;
		padding: 0 5px;
	}
	.rd_link a:hover {
		background-color: #666;
	}
	.rd svg {
		width:100%;
		height:100%;
		margin-left: 0px;
	}

/*---------------------------------------------
index.php-サイト説明
---------------------------------------------*/

#aboutus {
		position:relative;
		text-align:center;

	}
#aboutus p {
		font-size:1.25rem;
		text-align:center;
		filter: drop-shadow(10px 10px 5px #ddd);
	}
#aboutus p label {
		font-size:2rem;
		line-height: 2.5rem;
		display:block;
		}
		#aboutus p.small {
			text-align: left;
			font-size:1rem;
			filter: none;
		}
	
#aboutus svg {
		width:30%;
		height:30%;
	}

/*---------------------------------------------
Tradingview
---------------------------------------------*/

#watchlistframe {
	width:100%; overflow:hidden; margin:0px; padding:0px;
}


/*---------------------------------------------
一覧表
---------------------------------------------*/
.scroll-table {
	overflow: auto;
	overflow-y: hidden;
		}

	.scroll-table table{
		border-collapse: collapse;
		border-spacing: 0;
		color: #333;
		width: 100%;
		min-width: 640px;
	}
	.scroll-table table tbody tr:nth-child(odd){
		background-color: #d1c6a2;
	}
	.scroll-table table th,
	.scroll-table table td{
		padding: 5px;
		border: 1px solid #999;
	}
	.scroll-table table th,.scroll-table thead {
		font-weight: bold;
		text-align: center;
		background-color: #f3f4f5;
	}
	.scroll-table th {
		position: sticky;
		left: 0;
		max-width:100px;
	}
	.scroll-table tbody th {
		text-align: left;
	}
	.scroll-table tbody td {
		text-align: right;
		vertical-align: middle;
	}
	.scroll-table thead td[data-title]::after {
		display:block;
		content:attr(data-title);
		font-size:0.6rem;
		font-weight: normal;
	}

	.scroll-table tbody th[data-title]::after {
		display:block;
		content:attr(data-title);
		font-size:0.6rem;
		font-weight: normal;
	}
	.scroll-table tbody td[data-title]::after {
		display:block;
		content:' ['attr(data-title)']';
		font-size:0.6rem;
		font-weight: normal;
	}
	.scroll-table tbody td[unit-title]::after {
		display:inline;
		content:''attr(unit-title)'';
		font-size:0.6rem;
		font-weight: normal;
	}
	.scroll-table tbody td[data-subtitle]::after {
		display:block;
		content:'目標:'attr(data-subtitle);
		font-size:0.7rem;
		font-weight: normal;
	}
