@charset "UTF-8";
/*タブ（２２５）
---------------------------------------------------------------------------*/

/* 表示領域全体 */
div.tabbox {
	margin: 0px;
	padding: 0px;
	width: 700px;
}

/* タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
	display: block;
	width: 8em;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 2px;
	text-align: center;
}
p.tabs a.tab0 { text-align: left; }
p.tabs a.tab1 { background-color: #EFFBF2; color: #000000; }
p.tabs a.tab2 { background-color: #fffafa; color: #000000; }
p.tabs a.tab3 { background-color: #f8f8ff; color: #000000; }
p.tabs a:hover { color: yellow; }

/* タブ中身のボックス */
div.tab1 { height: 210px; overflow: auto; clear: left; padding: 0.5em 7px 0em;}
div.tab2 { height: 210px; overflow: auto; clear: left; padding: 0.5em 7px 0em;}
div.tab3 { height: 210px; overflow: auto; clear: left; padding: 0.5em 7px 0em;}
div#tab0 {
   border: 0px solid #555555; background-color: #ffffff;
}
div.tab1 {
   border: 0px solid #555555; background-color: #EFFBF2;
}
div.tab2 {
   border: 0px; background-color: #fffafa;
}
div.tab3 {
   border: 2px; background-color: #f8f8ff;
}
div.tab p { margin: 0.5em; }
div.recent_block {
	margin: 0;
	line-height: 1.5em;
}
.tabs {
	font-size: .9em;
	margin-left: .5em;
}
#gaiyo3 {
	font-size: .9em;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1, .ta2 , .ta3 {
	border-collapse:collapse;
	font-size: .9em;
	border-spacing: 0;
	background: #fff;
	width: 98%;
}
.ta {
	margin-left: 5px;
}
.ta1, .ta1 td, .ta1 th,
.ta2, .ta2 td, .ta2 th,
.ta3, .ta3 td, .ta3 th {
	border: 1px solid #01067B;
}

.ta1 td, .ta1 th,
.ta2 td, .ta2 th,
.ta3 td, .ta3 th {
	padding: 2px 5px;
}

.ta1 th,
.ta2 th,
.ta3 thead th {
	font-weight: normal;
	background: #01067B;
	color: #fff;
	width: 130px;
	text-align: center;
}
.ta3 th {
	font-weight: normal;
}
.ta3 thead th {
	width: 100%;
}
.ta3 tbody th:first-child {
	text-align: center;
}
.haba.iroa{
	background: #01067B;
	color: #fff;
	width: 10px;
	text-align: center;
}

.haba.irob{
	width: 10px;
	text-align: center;
}
.ta1 .strategy_name {
	width: 250px;
}
.ta1 .soneki {
	width: 100px;
}
.ta1 .kaisu {
	width: 80px;
}
.ta1 .shoritsu {
	width: 100px;
}

.cencen,
.cencen th {
	text-align: center;
}

.bg_pink {
	background-color: #f8ff99;
}

.leflef {
	text-align: left;
}

/*ポートフォリオ　ページ上部戦略組合せリンク
---------------------------------------------------------------------------*/

div.top_table a{
	padding:3px;
	text-decoration: none;
	color:#1E90FF;
	font-weight:bold;
}

.top_table_link:hover{
	padding:3px;
	background-color:#d9e3dd;
	color:#2E8B57;
	text-decoration:underline;
}

/*ポートフォリオ　各表
---------------------------------------------------------------------------*/
/* 表示領域全体 */
div.tabbox_p {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
	width: 660px;
}
div.tabbox_p.sdo {
	width: 98%;
}

/* タブ部分 */
div.tabs_p { margin: 0px; padding: 0px; }
div.tabs_p div.mixtitle {
	float: left;
	width: 160px;
}
div.tabs_p a {
	display: block;
	width: 120px;
	float: left;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 0.9em;
}
a.tabs.active {
	background: #ccf;
	color: #00a;
	text-decoration: underline;
}


/*全戦略成績一覧
---------------------------------------------------------------------------*/
#all_explain {
	margin-bottom: 30px;
}
#all_explain dt:before {
	content: "・";
}
#all_explain dd {
	margin-left: 2em;
	margin-bottom: 15px;
}
.all_list_exp {
	display: none;
}
.all_list_exp:before,
.all_list_exp:after {
	font-family: 'Glyphicons Halflings';
	content: "\e120";
	margin-left: 3px;
	margin-right: 3px;
}
#all_list table td.num {
	text-align: right;
	font-size: 0.9em;
}
#all_list table th {
	font-size: 0.8em;
	white-space: nowrap;
}
#all_list table th,
#all_list table td {
	line-height: 2em;
}
#all_list table .strat_lots {
	width: 60px;
}
/** スマホ対応 **/
@media screen and (max-width: 768px) {
	#all_explain dl {
		padding-left: 2em;
	}
	#all_explain dd {
		margin-left: 1em;
	}
	#all_list table {
	    display: block;
	    overflow-x: scroll;
	    -webkit-overflow-scrolling: touch;
	    white-space: nowrap;
	}
	#all_list table th,
	#all_list table td {
		height: 2.5em;
		font-size: 0.8em;
	}
	.all_list_exp {
		display: initial;
		font-size: 0.8em;
	}
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #f00;
}

.color_red {
	color: #f00;
}

.color_blue {
	color: #090;
}

.look {
	background-color: #E4E4E4;
}

.lookgreen {
	background-color: #ddffbf;
	clear: both;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

h2 {
	font-size: 120%;
	line-height: 40px;
	color: #fff;
	background-image: url(../img/h2_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
}
#strategy_all_list {
	width: 650px;
}
.gaiyo_block {
	width: 450px;
}
.sum12_block {
	width: 300px;
}