﻿@charset "utf-8";
/* CSS Document */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
	overflow: hidden;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
body {
    font-family: "メイリオ", "Meiryo", sans-serif;
    color: #000;
}
.wrapper {
}

.header-area {
    position: relative;
    text-align: center;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.header-logo {
    position: absolute;
    left: 16px;
	height: 50px;
}

.header-title {
    display: inline-block;
    font-weight: 300;
    font-size: 32px;
    color: #002060;
}
.main_cont {
	position: relative;
	width: 900px;
	margin: 0 auto 50px;
}

/** ヘッダニュース **/
#tick_area-wrap {
	padding: 0 10px;
	border: solid 1px #aaa;
	background-color: #404040;
}
#tick_area {
	width: 878px;/* 必須 */
	height: 30px;/* 必須 */
}
#tick_area div {
	display: none;
	padding-top: 0;
	line-height: 32px;
	color: #000;
	font-size: 16px;
}
#tick_area a {
	color: #FFF;
}

/** メイン左側 **/
.left_box {
	width: 280px;
	height: 450px;
	float: left;
}

/** メイン右側 **/
.right_box {
	width: 590px;
	height: 450px;
	float: right;
}
.right_box .righr_l_box {
	width: 280px;
	float: left;
}
.right_box .righr_r_box {
	width: 280px;
	float: right;
}

.empty_data_txt {
    text-align: center;
    margin: 80px 0 32px;
    font-size: 18px;
}

/** アドバイスツール **/
.list_tool li {
	margin-bottom: 34px;
}
.list_tool a {
	text-decoration: none;
}
/* アドバイスツールのボタン設定 */
.tool_btn {
	width: 280px;
	height:165px;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	position: relative;
}
.tool_btn .description {
	width: 190px;
	height: 110px;
	float: right;
	color: #FFF;
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
}
.tool_btn .description rt {
	color: #FF0;
}
.tool_btn .title {
	width: 270px;
	position: absolute;
	bottom: 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
/* 「ポートフォリオの作成」ボタン */
.tool_btn.portfolio {
	background-image:url(../Img/btn_portfolio.png);
}
.tool_btn.portfolio:hover {
	background-image:url(../Img/btn_portfolio_press.png);
}
/* 「リバランス提案」ボタン */
.tool_btn.rebalance {
	background-image:url(../Img/btn_rebalance.png);
}
.tool_btn.rebalance:hover {
	background-image:url(../Img/btn_rebalance_press.png);
}

/** ファンド情報、マーケット情報ボタン設定 **/
.info_btn {
	width: 280px;
	height:105px;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	position: relative;
}
.info_btn .description {
	width: 190px;
	height: 80px;
	float: right;
	color: #404040;
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
}
.info_btn .title {
	width: 270px;
	position: absolute;
	bottom: 1px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
/** ファンド情報 **/
.list_fund li {
	margin-bottom: 24px;
}
.list_fund a {
	text-decoration: none;
}
/* 右側のボタンタイトル(TODO:いらなかったら後で消す) */
.right_box .info_btn .title {
	width: 270px;
	position: absolute;
	bottom: 2px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
/* 「登録ファンド一覧」ボタン */
.info_btn.fund_list {
	background-image:url(../Img/btn_fundlist.png);
}
.info_btn.fund_list:hover {
	background-image:url(../Img/btn_fundlist_press.png);
}
/* 「全ファンド検索」ボタン */
.info_btn.fund_search {
	margin-top:10px;
	background-image:url(../Img/btn_fundsearch.png);
}
.info_btn.fund_search:hover {
	background-image:url(../Img/btn_fundsearch_press.png);
}
/* 「全ファンドランキング」ボタン */
.info_btn.fund_rank {
	background-image:url(../Img/btn_fundrank.png);
}
.info_btn.fund_rank:hover {
	background-image:url(../Img/btn_fundrank_press.png);
}

/** マーケット情報 **/
.list_market li {
	margin-bottom: 24px;
}
.list_market a {
	text-decoration: none;
}
/* 「マーケット情報」ボタン */
.info_btn.market {
	background-image:url(../Img/btn_market.png);
}
.info_btn.market:hover {
	background-image:url(../Img/btn_market_press.png);
}

/** その他 **/
.list_other {
	height:178px;
	background-color: #D9D9D9;
}
.list_other .list_item {
	padding: 20px 9px 9px 9px;
	color: #161645;
}
.list_other .list_item a {
	text-decoration: none;
}
.list_other .list_item a:hover {
	text-decoration: underline;
}
.list_other .triangle {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #666666;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
.list_other .list_text {
	color: #0070c0;
	margin-right: 5px;
	font-weight: bold;
}
.list_other .list_text:hover {
	color: #0070c0;
}
.list_other .list_text_sub {
	color: #000;
	margin-right: 5px;
	font-size: 13px;
	padding-left: 25px;
}

/** フッター **/
footer {
	min-width: 900px;
	max-width: 1128px;
	margin: 10px auto 10px;
	text-align: center;
	font-size: 0.8em;
	position: relative;
}
/* IE11用 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,footer {
		margin: 72px auto 10px;
	}
}

/** 「読み物」モーダルウィンドウ **/
#modal_content {
	width: 60%;
	margin: 0;
	position: fixed;
	display: none;
	z-index: 2;
}
#modal_overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 80,80,80, 0.75 ) ;
}
/* 閉じるボタン */
.close_area {
	width:100%;
	margin-bottom: 50px;
}
#close_button {
	width: 60px;
	height: 40px;
	border: 2px solid #aaa;
	background: #fff;
	font-size: 28px;
	text-align: center;
	color: #aaa;
	float: right;
}
#close_button:hover {
	background: #eeeeee none repeat scroll 0 0;
}
/* ウィンドウ内部 */
.modal_read {
	padding: 40px;
	border: 2px solid #aaa;
	background: #fff;
}
.modal_read .list_item {
	padding: 9px;
}
.modal_read .list_item a {
	text-decoration: none;
}
.modal_read .list_item a:hover {
	text-decoration: underline;
}
.modal_read .triangle {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #161645;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}
.modal_read .list_text {
	color: #161645;
	margin-right: 5px;
	font-weight: bold;
	font-size: 28px;
}
.modal_read .list_text:hover {
	color: #0070c0;
}
.modal_read .list_text_sub {
	color: #000;
	margin-right: 5px;
	font-size: 11px;
	padding-left: 30px;
	font-size: 20px;
}

/*------------------------------------------------------------------

f_search.html

------------------------------------------------------------------*/
.search_area {
	width: 1024px;
	height:  704px;
	margin: 0 auto;
	position: relative;
}
.search_btn {
	width: 834px;
	position: absolute;
	top: 352px;
	left: 512px;
	margin: -126px 0 0 -417px;
}
.search_btn li {
	float: left;
}
.mypage_btn a {
	position: absolute;
	right: 0;
	bottom: -20px;
	clear: both;
	display: block;
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ff2119;
	background: -moz-linear-gradient(top,  #ff2119 0%, #ba0000 100%);
	background: -webkit-linear-gradient(top,  #ff2119 0%,#ba0000 100%);
	background: linear-gradient(to bottom,  #ff2119 0%,#ba0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2119', endColorstr='#ba0000',GradientType=0 );
	-webkit-box-shadow: 0 2px 2px 0 #8F8F8F;
	box-shadow: 0 2px 2px 0 #8F8F8F;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;

	
}
.logout_btn a {
	position: absolute;
	right: 0;
	bottom: -20px;
	clear: both;
	display: block;
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #aaa;
	-webkit-box-shadow: 0 2px 2px 0 #8F8F8F;
	box-shadow: 0 2px 2px 0 #8F8F8F;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;

	
}

.d-button {
    display: block;
    width: 100%;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    background: #FFF;
    outline: 0;
    border: 1px solid #808080;
    color: #5E5E5E;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
}

.d-button:hover {
    color: #FFF;
    background: #002060;
}

.d-button--primary {
    color: #FFF;
    background: #336699;
    border-color: #336699;
}

.d-button--primary:hover {
    color: #FFF;
    background: #1E456C;
}

.d-button__inner {
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
}

.d-button--section {
    width: 174px;
    height: 29px;
}

.d-button--section__inner {
    font-size: 12px;
}

.d-button--search {
    width: 70px;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    background: #FFF;
    outline: 0;
    border: 1px solid #808080;
    color: #5E5E5E;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
	vertical-align: bottom;
}

.d-button--search:hover {
    color: #FFF;
    background: #002060;
}