@charset "utf-8";
/* CSS Document */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
	overflow: hidden;
}
.clearfix:after {
	clear:both;
}
*:focus {
	outline: none;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
body {
	font-family: "メイリオ", "Meiryo", sans-serif;
	background: url(../img/mid_background.png) no-repeat top center;
	background-size: 1024px 704px;
}
/** ヘッダー **/
.header {
	width: 1024px;
	text-align: center;
	margin: 20px auto 0;
	padding-bottom: 10px;
	border-bottom: thin solid #dfdfdf;
}
.to_top {
	padding-left: 10px;
	float: left;
}
.to_disclaimer{
	padding-right: 10px;
	float: right;
}
.head_title {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	padding-right: 100px;
}
/** 本体 **/
.main_contents {
	width: 1024px;
	margin: 0 auto 50px;
}
/** 検索条件エリア **/
#search_area {
	width: 265px;
	height: 755px;
	float: left;
	font-size: 16px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#search_area * {
	margin-bottom: 5px;
}
#search_area  .reset-div {
	/*margin-left: auto;*/
	margin-bottom: 124px;
}
#search_area input,select {
	width: 100%;
}
#search_area input[type="radio"] {
	width: auto;
	margin-left: -16px;
}
.search_title {
	color: #007aff;
}
#compare_fund_list_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
#compare_fund_list_title span {
	font-weight: bold;
}
#compare_fund_button {
	font-size: 1.4rem;
	border: 3px solid #939393;
	background-color: white;
	padding: 5px;
	margin-bottom: 0;
}
#compare_fund_button:hover {
	opacity: .7;
}
#compare_fund_button[disabled] {
	background: lightgray;
	opacity: .7;
}

#compare_fund_list {
	height: 135px;
	font-size: 1.35rem;
	overflow-y: scroll;
}
#compare_fund_list p {
	display: flex;
	align-items: center;
}
#compare_fund_list p .compare_code {
	display: none;
}

#compare_fund_list .delete_compare {
	position: relative;
	width: 15px;
	height: 15px;
	border: 3px solid #89a4a7;
	background-color: #7f7f7f;
	border-radius: 50%;
	margin: 0 5px 0 0;
	padding: 0;
	box-sizing: content-box;
}
#compare_fund_list .delete_compare::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 1px;
	left: 6px;
	width: 3px;
	height: 13px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#compare_fund_list .delete_compare::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 1px;
	left: 6px;
	width: 3px;
	height: 13px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#compare_fund_list .delete_compare:hover {
	opacity: .7;
}
#compare_fund_list p span {
	margin: 0;
	width: 195px;
}
#compare_fund_list button span {
	position: absolute;
	left: 1px;
	top: -4.1px;
	width: auto;
	color: white;
	font-weight: bold;
	font-size: 1.6rem;
}
#sales_company_div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sales_company_div .sales_company_label{
	border: #d9d9d9 3px solid;
	border-radius: 5px;
	background-color: #c6d9f1;
	font-size: 1.3rem;
	padding: 3px 7px;
	margin: 1px;
}
#sales_company_div input[type="radio"] {
	display: none;
}
#sales_company_div input[type="radio"]:checked + label {
	border-color: slategray;
	background-color: lightblue;
}
#fund_flow_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fund_flow_label {
	margin-left: 0 !important;
	padding-left: 16px;
}
#fund_flow_select {
	width: 53%;
}
#search_btn {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background-color: #2fc0ee;
	color: #fff;
	border: 1px solid #2fc0ee;
	border-radius: 4px;
}
#search_btn:hover {
	background-color: #6cd4ff;
}
#search_btn:focus {
	background-color: #2fc0ee;
}
.reset_link {
	text-align: right;
	font-size: 14px;
	cursor: pointer;
}
#reset_conditions {
	color: #007aff;
}
#reset_other_company {
	color: red;
	font-size: 10.5px;
}

/** 結果表示エリア **/
#result_area {
	width: 759px;
	float: right;
	font-size: 16px;
	background-color: #e6effa;
	padding: 10px;
	border-left: thin solid #dfdfdf;
}
#result_num {
	color: #0572d0;
	font-size: 20px;
	text-align: center;
}
#search_conditions {
	display: flex;
	justify-content: space-between;
}
#search_conditions span {
	width: 655px;
}
#regist_info {
	margin-left: 30px;
	display: none;
}
#search_result {
	overflow-y: scroll;
	height: 675px;
	padding: 10px;
}
#search_result li {
	border-bottom: thin solid #dfdfdf;
	font-size: 16px;
	padding: 3px 0;
	display: flex;
	align-items: center;
}
.add_compare:hover,
.regist_fund:hover
{
	opacity: .7;
}
#search_result .add_compare {
	height: 40px;
	margin-right: 10px;
	padding: 8px;
	border: 3px solid #939393;
	background-color: white;
	font-size: 1.35rem;
}
#search_result .add_compare[disabled] {
	background: lightgray;
	opacity: .7;
}
.regist_fund {
	margin-right: 15px;
	width: 50px;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
	background: linear-gradient(#f69748, #cf6e1e);
	border: 2px solid #f69748;
	color: white;
}
.regist_fund[disabled] {
	background: linear-gradient(#e6e6e6, #c0c0c0);
	border: 2px solid #757575;
	color: #666666;
}
.regist_fund[disabled]:hover {
	opacity: 1;
}
#search_result a {
	color: #000;
	flex: 1;
	word-break: break-all;
}
#search_result a:hover {
	color: #0070c0;
}
#search_result a.my-company {
	margin-left: 65px;
}

/** ローディング **/
.is-hide{
	display: none;
}
.loading{
	height: 0px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0);
}
.loading_icon::before{
	content: "";
	left: 50%;
	top: 30%;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-top: -15px;
	margin-left: 47%;
	background: rgba(0, 0, 0, 0);
}
.loading_icon::after{
	content: "";
	display: block;
	left: 50%;
	top: 30%;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	margin-top: -10px;
	margin-left: 47%;
	border: 4px solid #60ABB9;
	border-right: 4px solid white;
	animation: rotate 0.75s infinite linear;
	background: rgba(0, 0, 0, 0);
}
@keyframes rotate {
	0%    { transform: rotate(0deg); }
	100%  { transform: rotate(360deg); }
}
