

/* -- content
-------------------------------------------------------------------------------- */
#content{
    /* padding:0 0 50px; */
}
.spWrap{
    display:none;
}
#content .contentBlock{
    max-width:950px;
    padding:0 15px;
    margin:0 auto;
}
.contentBox{
    margin-top:40px;
    position:relative;
}
.contentBox.bt{
    /*
    border-top:solid 1px #e0e0e0;
    */
    padding-top:40px;
}
.contentBox .contentBoxTitle{
}
.contentBox .contentBoxTitle p{
    font-size:20px;
    font-weight:normal;
    margin-bottom:25px;
    border-left:solid 4px #dd2c00;
    padding-left:15px;
    line-height:1;
}
.contentBox .contentText p{
    line-height:1.8;
}
#content .listTab li{
    float:left;
    width:50%;
}
#content .listWrap{
    display:none;
}
.contWrap{
    display: table;
    table-layout: fixed;
    width: 100%;
}
#contentHead .contWrap .contWrapLeft{
    display: table-cell;
    width: 60%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#contentHead .contWrap .contWrapRight{
    display: table-cell;
    width: 40%;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#content .contWrap .contWrapLeft{
    display: table-cell;
    width: 65%;
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#content .contWrap .contWrapRight{
    display: table-cell;
    width: 35%;
    padding: 0 0 0 40px;
    border-left:solid 1px #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
#content .contWrap .reportTitle{
    font-size:16px;
    color:#333;
    position:relative;
    display:inline-block;
}
#content .contWrap .pdfReport li{
    float:left;
    width:25%;
    padding: 5px 0px 15px;
}
#content .contWrap .pdfReport p{
    float:left;
    line-height:32px;
    color:#c2c2c2;
    font-size:12px;
    font-weight:bold;
}
#content .contWrap .pdfReport a{
    color:#333;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#content .contWrap .pdfReport a:hover{
    color:#2996cc;
}
#content .contWrap .pdfReport li.mpdf span,
.comparetbl td span.mpdf {
    float:left;
    width: 140px;
    height: 40px;
    background:url('../img/icon_pdf_m_off.png') no-repeat;
    background-size: 140px 40px;
    padding-right:12px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#content .contWrap .pdfReport li.wpdf span,
.comparetbl td span {
    float:left;
    width: 140px;
    height: 40px;
    background:url('../img/icon_pdf_w_off.png') no-repeat;
    background-size: 140px 40px;
    padding-right:12px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#content .contWrap .pdfReport li.mpdf a span,
.comparetbl td span.mpdf a span {
    background-image:url('../img/icon_pdf_m.png');
}
#content .contWrap .pdfReport li.wpdf a span,
.comparetbl td span.wpdf a span {
    background-image:url('../img/icon_pdf_w.png');
}
#content .contWrap .pdfReport li.mpdf a:hover span,
.comparetbl td span.mpdf a:hover span {
    background-image:url('../img/icon_pdf_m_on.png');
}
#content .contWrap .pdfReport li.wpdf a:hover span,
.comparetbl td span.wpdf a:hover span {
    background-image:url('../img/icon_pdf_w_on.png');
}

/* -- contentHead
-------------------------------------------------------------------------------- */
#contentHead{
    background: url('../img/parts_bg.jpg');
    background-position: center;
    background-size: cover;
}
#contentHead .contentHeadBlock{
    max-width:950px;
    padding:0 15px;
    margin:0 auto;
}
.contentTitle{
    padding:15px 0;
}
#result .contentTitle .contentTitleBlock{
    display:block;
    padding:6px 0;
}
.contentTitle .lead{
}
.contentTitle .lead li{
    color:#333;
    font-size:14px;
    line-height:1.8;
}
.contentTitle ul.boretto{
    list-style-type: disc;
    padding-left: 1.2em;
}
.contentTitle ul.boretto li{
    color:#dd2c00;
    font-size:14px;
}
.contentTitle ul.boretto li span{
    color:#333;
}
.contentTitle .contentNavi{
    padding-bottom:23px;
}
.contentTitle .genre li{
    float:left;
    font-size:13px;
    line-height:1;
    padding:10px 13px;
    border-radius:3px;
    color:#82909a;
    border:solid 1px;
    margin-right:5px;
}
.contentTitle .naviBtn li{
    float:left;
    margin-left:25px;
}
.contentTitle .naviBtn li a .icon{
    float:left;
}
.contentTitle .naviBtn li a .icon + span{
    float:left;
    line-height:36px;
    font-size:12px;
    font-weight:bold;
    color:#888;
    padding-left:10px;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.contentTitle .naviBtn li a:hover .icon + span{
    color:#2996cc;
}
#detail .contentTitle h1{
    float:none;
    font-size: 28px;
    line-height: 34px;
}
#detail #contentHead .contentHeadBlock {
    /*
    padding-top: 40px;
    */
}
#detail .contentTitle{
    background:#fff;
    padding:30px 35px 25px;
    border-radius:6px 6px 0 0;
    border-bottom:solid 1px #e0e0e0;
}
#detail .contOutWrap{
    background:#fff;
    padding:30px 35px 35px;
    border-radius:0 0 6px 6px;
    /*
    margin-bottom:40px;
    */
}


/* -- listNavi
-------------------------------------------------------------------------------- */
.listNavi{
    border-bottom:solid 1px #e0e0e0;
}
.listNaviBlock{
    max-width:950px;
    margin:0 auto;
}
.listNavi ul{
    width:100%;
}
.listNavi li{
    float:left;
    text-align:center;
    width:14.285%;
}
#result .listNavi li{
    width:50%;
}
.listNavi li a{
    display:block;
    padding:20px 0;
    color:#333;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.listNavi li a:hover{
    color:#2996cc;
}
.listNavi li a.active{
    color:#2996cc;
}
.listNavi li a.icon{
    display:inline-block;
    line-height:26px;
    background-repeat:no-repeat;
    background-position:center left;
    background-size:30px 26px;
    padding-left:45px;
}
.listNavi li a.icon.return{
    background-image:url('../img/icon_return.png');
}
.listNavi li a.icon.return:hover{
    background-image:url('../img/icon_return_on.png');
}
.listNavi li a.icon.chart{
    background-image:url('../img/icon_chart.png');
}
.listNavi li a.icon.chart:hover{
    background-image:url('../img/icon_chart_on.png');
}


/* -- listTab
-------------------------------------------------------------------------------- */
.listTab{
}
.listTabBlock{
}
.listTab ul{
    width:100%;
}
.listTab li{
    float:left;
    width: 8.30%;
}
.listTab li a{
    display:block;
    padding:20px 0;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#333;
    border-radius:4px 4px 0 0;
    background:#e0e0e0;
    margin-left:4px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.listTab li:first-child a{
    margin-left:0;
}
.listTab li a:hover{
    background:#ffafaf;
}
.listTab li a.active{
    color:#fff;
    background:#dd2c00;
}
#detail .listTab li{
    width:25%;
}
#listTabField_01{
}
#listTabField_02{
   /* display:none; */
}


/* -- tablesorter
-------------------------------------------------------------------------------- */
.sortable.header{
    border-top:none;
    padding-top:0;
}
.sortable.header span.icon{
    display:block;
    width:18px;
    height:18px;
    margin:0 auto;
    background:#fff;
    border:solid 1px #ccc;
    border-radius:3px;
    cursor: pointer;
    position:relative;
}
.sortable.header span.icon:before{
    content:"";
    display:block;
    position:absolute;
    top:6px;
    left:5px;
    width:0;
    height:0;
    border-top:solid 6px #555;
    border-bottom:solid 6px transparent;
    border-right:solid 4px transparent;
    border-left:solid 4px transparent;
}
.sortable.header.headerSortUp span.icon{
    background-color:#333;
    border-color:#333;
}
.sortable.header.headerSortUp span.icon:before{
    border-top:solid 6px transparent;
    border-bottom:solid 6px #fff;
    border-right:solid 4px transparent;
    border-left:solid 4px transparent;
    top:-1px;
}
.sortable.header.headerSortDown span.icon{
    background-color:#333;
    border-color:#333;
}
.sortable.header.headerSortDown span.icon:before{
    border-top:solid 6px #fff;
    border-bottom:solid 6px transparent;
    border-right:solid 4px transparent;
    border-left:solid 4px transparent;
}


/* -- listContentTable
-------------------------------------------------------------------------------- */
.tableBox{
    padding-bottom:40px;
}
.listContentTable{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.listContentTable thead{
}
.listContentTable tbody{
}
.listContentTable tr{
}
.listContentTable.comparison tr:hover td{
    background-color: #ffdfdf !important;
}
.listContentTable.comparison tr.selected td{
    background-color: #ecfafa !important
}
.listContentTable tr.fundName td{
    position:relative;
    height:80px;
    /* padding-bottom:40px; */
}
.listContentTable tr.fundName td:before{
    content:"";
    display:block;
    position:absolute;
    width:100%;
    top:-1px;
    left:0;
    border-top:solid 4px;
}
.listContentTable tr.fundName td:after{
    content:"";
    display:block;
    position:absolute;
    width:100%;
    bottom:-1px;
    left:0;
    border-top:solid 4px;
}
.listContentTable tr:nth-child(odd) td{
    background-color:#fff;
}
.listContentTable tr:nth-child(odd) td.ColSelectedDown,
.listContentTable tr:nth-child(even) td.ColSelectedDown {
    background-color: #ffcccc !important;
}
.listContentTable tr:nth-child(odd) td.ColSelectedUp,
.listContentTable tr:nth-child(even) td.ColSelectedUp {
    background-color: #ccccff !important;
}
.listContentTable tr.focus td{
    background-color:#ecfafa;
}
.listContentTable th{
    border:solid 1px #d9d9d9;
    background-color: #efefef;
    padding: 10px 0;
    text-align:center;
    font-size: 12px;
    line-height:1.4;
    font-weight:bold;
    color:#333;
}
#listContentTable.listContentTable th{
    border-bottom:none;
}
.listContentTable td{
    border:solid 1px #e0e0e0;
    padding: 10px 10px;
    text-align:center;
    line-height:1.4;
    background: #efefef;
}
.comparetbl td {
    background: #fff;
}
.listContentTable td a{
    color:inherit;
}
.listContentTable td a.unyoLink {
    text-decoration:underline;
}
.listContentTable td a:hover{
    text-decoration:underline;
}
.txL{
    text-align:left !important;
}
.txR{
    text-align:right !important;
}
.fwB{
    font-weight:bold !important;
}
.listContentTable td span.iconBlock{
    display:block;
    margin-bottom:5px;
}
#result .listContentTable td span.iconBlock{
    text-align:left;
    margin:0;
    position:absolute;
    left:10px;
    bottom:15px;
}
.iconHandling{
	float:left;
	text-align: center;
	font-size: 11px;
	padding: 3px 6px;
	color: #888;
	border:solid 1px;
	border-radius: 2px;
	margin-right:3px;
    margin-bottom:2px;
    line-height:1.1;
}
#result .iconHandling{
	float:none;
    margin:5px 3px 0 0;
}
.bgColor0{
	color: #B68B84 !important;
}
.bgColor1{
	color: #8DA778 !important;
}
.bgColor2{
	color: #73A5BE !important;
}
.bgColor3{
	color: #9A835A !important;
}
.bgColor4{
	color: #7F8C8D !important;
}
.bgColor5{
	color: #B68B84 !important;
}
.bgColor6{
	color: #8DA778 !important;
}
.bgColor7{
	color: #73A5BE !important;
}
.bgColor8{
	color: #9A835A !important;
}
.bgColor9{
	color: #7F8C8D !important;
}
.listContentTable tr td.fund1{
    color:#c10d05;
}
.listContentTable tr td.fund2{
    color:#2e91a7;
}
.listContentTable tr td.fund3{
    color:#d47735;
}
.listContentTable tr td.fund4{
    color:#73a532;
}
.listContentTable tr td.fund5{
    color:#724883;
}
.listContentTable.wide th{
    padding: 10px 10px;
}
.listContentTable.wide td{
    padding: 15px 15px;
}
.icon{
    display:block;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.icon span{
    display:block;
    margin:0 auto;
    text-indent:-9999px;
    overflow:hidden;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.mail .icon{
    width:36px;
    height:36px;
    border:solid 1px #ccc;
    border-radius:18px;
}
.mail .icon span{
    width:16px;
    height:12px;
    background-image:url('../img/icon_mail.png');
    background-repeat:no-repeat;
    background-size:16px 12px;
    margin-top:12px;
}
.mail:hover .icon{
    border-color:#2996cc;
}
.mail:hover .icon span{
    background-image:url('../img/icon_mail_on.png');
}
.myfund .icon{
    width:36px;
    height:36px;
    border:solid 1px #ccc;
    border-radius:18px;
}
.myfund .icon span{
    width:16px;
    height:14px;
    background-image:url('../img/icon_myfund.png');
    background-repeat:no-repeat;
    background-size:16px 14px;
    margin-top:12px;
}
.myfund:hover .icon{
    border-color:#2996cc;
}
.myfund:hover .icon span{
    background-image:url('../img/icon_myfund_on.png');
}
.myfund.active .icon{
    border-color:#2996cc;
    background-color:#2996cc;
}
.myfund.active:hover .icon{
    background-color:#54abd6;
}
.myfund.active .icon span{
    background-image:url('../img/icon_myfund_active.png');
}
.pdf .icon span{
    width:26px;
    height:32px;
    background-image:url('../img/icon_pdf.png');
    background-repeat:no-repeat;
    background-size:26px 32px;
}
.pdf:hover .icon span{
    background-image:url('../img/icon_pdf_on.png');
}
.comparisonBtn{
    display:block;
    box-sizing:border-box;
    line-height:1.3;
    letter-spacing:1px;
    width:44px;
    height:44px;
    background:#c2c2c2;
    border:solid 1px #b2b2b2;
    color:#fafafa;
    border-radius:3px;
    margin:0 auto 5px;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.comparisonBtn.selected{
    background:#2996cc;
    border-color:#1e6c93;
    color:#fff;
}
.comparisonBtn.selected:hover{
    background:#54abd6;
    border-color:#4b89a9;
}
.comparisonBtn span{
    display:block;
    padding-top:7px;
}
.clearBtn{
    display:block;
    box-sizing:border-box;
    font-size:11px;
    width:44px;
    height:24px;
    border:solid 1px #ccc;
    color:#333;
    background:#fff;
    border-radius:3px;
    margin:0 auto;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.clearBtn span{
    display:block;
    padding-top:4px;
}
.clearBtn:hover{
    border-color:#2996cc;
    color:#2996cc;
}


/* -- innerTable
-------------------------------------------------------------------------------- */
.data_list{
    margin-bottom:40px;
    border-bottom:solid 1px #e0e0e0;
    display:none;
}
.innerTableWrap{
    height:510px;
    border-left:solid 1px #e0e0e0;
    border-right:solid 1px #e0e0e0;
    overflow:scroll;
}
.listContentTable.innerTable{
    width: 100%;
    table-layout: fixed;
}
.listContentTable.innerTable td{
    border-left:none;
    border-right:none;
}
.listContentTable.innerTable tr:first-child td{
    border-top:none;
}


/* -- navigator
-------------------------------------------------------------------------------- */
.chartNavi{
    padding:0;
}
.navigatorWrap{
    border-bottom:solid 1px #e0e0e0;
    margin-bottom:0;
}
#navigator{
    margin:40px 0 0;
}
#detail #navigator{
    margin-top:0;
}
#navigator li{
    float:left;
}
#navigator li a{
    display:block;
    color:#333;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: bold;
}
#navigator .tab li{
    margin-right:3px;
}
#navigator .tab li a{
    padding:19px 15px 18px 15px;
    border:solid 1px transparent;
    border-top:none;
    border-bottom:none;
    position:relative;
}
#navigator .tab li a:before{
    content:"";
    display:block;
    width:100%;
    height:1px;
    position:absolute;
    bottom:-1px;
    left:0;
    background:transparent;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#navigator .tab li a:after{
    content:"";
    display:block;
    width:100%;
    height:3px;
    position:absolute;
    top:0;
    left:0;
    background:transparent;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#navigator .tab li a:hover{
    border-color:#e0e0e0;
}
#navigator .tab li a:hover:before{
    background:#fff;
}
#navigator .tab li a:hover:after{
    background:#999;
}
#navigator .tab li a.active{
    border-color:#e0e0e0;
    color:#2996cc;
}
#navigator .tab li a.active:before{
    background:#fff;
}
#navigator .tab li a.active:after{
    background:#2996cc;
}
#navigator .btn{
    margin-bottom:15px;
}
#navigator .btn li{
    margin-left:5px;
    position:relative;
}
#navigator .btn li a{
    padding: 7px 10px;
    border:solid 1px #e0e0e0;
    border-radius:3px;
    position:relative;
}
#navigator .btn li a#date_Controller_opener{
    padding-right:40px;
}
#navigator .btn li a#date_Controller_opener:before{
    content:"";
    display:block;
    position:absolute;
    top:10px;
    right:15px;
    width: 8px;
    height: 8px;
    border-right: solid 2px #999;
    border-bottom: solid 2px #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#navigator .btn li a:hover{
    color: #fff;
    border-color: #dd2c00;
    background: #dd2c00;
}
#navigator .btn li a#date_Controller_opener:hover:before{
    border-color:#dd2c00;
}
#navigator .btn li a#date_Controller_opener.active:before{
    border-color:#fff;
}
#navigator .btn li a.active{
    background:#dd2c00;
    border-color:#dd2c00;
    color:#fff;
}
#navigator .btn li a.active:hover{
    background:#dd2c00;
    border-color:#dd2c00;
    color:#fff;
}
#navigator .btn li ul{
    position:absolute;
    top:50px;
    left:50%;
    margin-left:-75px;
    background:#ccc;
    border-radius:4px;
    padding:4px 5px 5px 5px;
    z-index:1;
    display:none;
}
#navigator .btn li a.active + ul{
    display:block;
}
#navigator .btn li ul:before{
    content:"";
    display:block;
	border: 6px solid transparent;
	border-bottom: 10px solid #ccc;
    position:absolute;
    top:-16px;
    left:50%;
    margin-left:-6px;
}
#navigator .btn li ul li{
    float:none;
    margin:0;
    width:140px;
    margin-top:1px;
}
#navigator .btn li ul li a{
    border-radius:0;
    border:none;
    font-size:13px;
    background:#fff;
    text-align:center;
    position:relative;
}
#navigator .btn li ul li a.active{
    background:#2996cc;
}
#navigator .btn li ul li a:hover{
    background:#f0f0f0;
}
#navigator .btn li ul li a#periodBtn:before{
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: solid 2px #999;
    border-bottom: solid 2px #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* -- target_info
-------------------------------------------------------------------------------- */
#target_info{
}
#target_info .target_infoBlock{
    padding:30px 35px 32px;
    background:#f2f2f2;
    border-radius:4px;
}
#target_info table{
    border-collapse: collapse;
    width:100%;
    position:relative;
}
#target_info table caption{
    position:absolute;
    top:0;
    left:0;
    font-size:12px;
    font-weight:bold;
    color:#333;
}
#target_info table th{
    font-size:12px;
    text-align:center;
    padding-bottom:10px;
    border-bottom:solid 1px #e0e0e0;
    font-weight:bold;
    color:#333;
}
#target_info table td{
    padding:25px 10px 5px;
}
#target_info table td.visible{
    width:22px;
    padding:25px 0 5px 0;
}
#target_info table td.visible label span{
    display: block;
    text-indent:-9999px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor:pointer;
}
#target_info table td.name{
    font-weight:bold;
}
#target_info table td.value{
    text-align:center;
}
#target_info table td a{
    color:inherit;
}
#target_info table td a:hover{
    text-decoration:underline;
}
#detail #target_info table td.visible{
    width:16px;
}
#target_info table td.visible .legend{
    display:block;
    width:16px;
    height:16px;
    background:#ccc;
    border-radius:2px;
    text-indent:-9999px;
    overflow:hidden;
}
#target_info table td.visible .legend.val1{
    background:#2e91a7;
}
#target_info table td.visible .legend.val2{
    background:#73a532;
}
#target_info table td.visible .legend.val3{
    background:transparent;
    background:url('../img/marker_dividend.png') no-repeat;
    background-size:11px 16px;
    background-position:center;
}
#target_info table td.visible .legend.val4{
    background:#999;
}


/* -- checkBtn
-------------------------------------------------------------------------------- */
label{
    cursor:pointer;
}
input[type=checkbox].checkBtn + span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    width:22px;
}
input[type=checkbox].checkBtn {
    display: none;
    margin: 0;
}
input[type=checkbox].checkBtn + span {
    text-indent:-9999px;
}
input[type=checkbox].checkBtn + span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border-radius:3px;
    border:solid 1px #cccccc;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
input[type=checkbox]:checked.checkBtn + span:before {
    background: #2996cc;
    border-color:#2996cc;
}
input[type=checkbox]:checked.checkBtn.val1 + span:before {
    background: #c10d05 !important;
    border-color:#c10d05 !important;
}
input[type=checkbox]:checked.checkBtn.val2 + span:before {
    background: #d47735 !important;
    border-color:#d47735 !important;
}
input[type=checkbox]:checked.checkBtn.val3 + span:before {
    background: #2e91a7 !important;
    border-color:#2e91a7 !important;
}
input[type=checkbox]:checked.checkBtn.val4 + span:before {
    background: #73a532 !important;
    border-color:#73a532 !important;
}
input[type=checkbox]:checked.checkBtn.val5 + span:before {
    background: #724883 !important;
    border-color:#724883 !important;
}
input[type=checkbox]:checked.checkBtn.val6 + span:before {
    background: #666666 !important;
    border-color:#666666 !important;
}
input[type=checkbox].checkBtn + span:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
input[type=checkbox].checkBtn + span:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -6px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type=checkbox]:checked.checkBtn + span:after {
    border-color:#fff;
}
input[type=checkbox].checkBtn.disable + span {
    cursor:default !important;
}
input[type=checkbox].checkBtn.disable + span:after {
    border:none;
}
input[type=checkbox]:checked.checkBtn.disable + span:before {
    background:transparent !important;
    border-color:#ccc !important;
}
input[type=checkbox]:checked.checkBtn.disable + span:after {
    border:none;
}


/* -- serchNavi
-------------------------------------------------------------------------------- */
#searchNavi{
    border-bottom:solid 1px #e0e0e0;
}
#searchNavi .contentBox{
}
#searchNavi .searchNaviWrap{
    background:#f0f0f0;
}
#searchNavi .contentBoxLead p{
    padding-bottom:25px;
}
#searchNavi .contentBoxLead p .fwB{
    float:left;
    font-size:20px;
    margin-right:3px;
    color:#333;
}
#searchNavi .contentBoxLead p span{
    line-height:20px;
}
#searchNavi .menuBtn{
    position:absolute;
    bottom:20px;
    right:0;
    display:none;
}
#searchNavi .menuBtn a{
    float:left;
    font-size:13px;
    font-weight:bold;
    color:#333;
    line-height:32px;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#searchNavi .menuBtn a span{
    float:right;
    width: 40px;
    height: 32px;
    margin: 0 0 0 auto;
    border-radius: 3px;
    background: #888;
    background-image: url('../img/parts_arrow_down.png');
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: center;
    margin-left:15px;
    text-indent:-9999px;
    overflow:hidden;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#searchNavi .menuBtn.active a span{
    background-image: url('../img/parts_arrow_up.png');
}
#searchNavi .menuBtn a:hover{
    color:#888;
}
#searchNavi .menuBtn a:hover span{
    background-color:#666;
}
#searchNavi .searchNaviBlock{
    max-width: 950px;
    margin: 0 auto;
    padding:40px 15px 50px;
}
#searchNavi .searchBox{
    margin-bottom:25px;
}
#searchNavi .searchBox p.title{
    margin-bottom:12px;
    font-size:16px;
    font-weight: bold;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#searchNavi .searchBox ul{
    background:#fff;
    padding:25px 30px 0;
    border-radius:4px;
}
#searchNavi .searchBox li{
    float:left;
    width:175px;
    margin-bottom:25px;
}
#searchNavi .searchBox .keyword li{
    width:100%;
}
#searchNavi .searchBox li .checkBtn + span {
    padding-right: 12px;
}
#searchNavi .searchBox li input{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#searchNavi .searchBox li input,
#searchNavi .searchBox li select{
    box-sizing:border-box;
    border:solid 1px #d9d9d9;
    padding:10px 15px;
    width:100%;
    font-size:16px;
    border-radius:3px;
}
#searchNavi .searchBox li input::-webkit-input-placeholder {
	color: #ccc;
}
#searchNavi .searchBox li input::-moz-placeholder {
	color: #ccc;
}
#searchNavi .searchBox li input:-ms-input-placeholder {
	color: #ccc;
}
#searchNavi .resultBtn{
    padding:10px 0;
}
#searchNavi .resultBtn ul{
    width:500px;
    margin:0 auto;
}
#searchNavi .resultBtn a{
    display:block;
    padding:15px 0;
    text-align:center;
    margin:0 auto;
    font-size:20px;
    line-height:21px;
    color:#333;
    border:solid 1px #999;
    border-radius:3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#searchNavi .resultBtn li.reset{
    float:left;
    width:160px;
}
#searchNavi .resultBtn li.submit{
    float:right;
    width:330px;
}
#searchNavi .resultBtn li a#reset{
    font-size:16px;
}
#searchNavi .resultBtn.active a#reset:hover{
    color:#2996cc;
    border-color:#2996cc;
}
#searchNavi .resultBtn li a#submit{
    background: #c2c2c2;
    border: solid 1px #b2b2b2;
    color: #fafafa;
}
#searchNavi .resultBtn.active li a#submit{
    background: #2996cc;
    border-color: #1e6c93;
    color: #fff;
}
#searchNavi .resultBtn.active li a#submit:hover{
    background:#54abd6;
    border-color:#4b89a9;
}
/* -- 鬯ｯ�ｽｮ�ｿｽ�ｽｽ�ｽｫ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｴ鬮ｯ讓奇ｽｻ繧托ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｲ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽ｡鬯ｯ�ｽｮ�ｿｽ�ｽｽ�ｽ｣髮朱メ�ｽｲ�ｽｻ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｼ髯樊ｻゑｽｽ�ｽｲ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｶ鬯ｯ�ｽｯ�ｿｽ�ｽｽ�ｽｯ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｩ鬮ｯ蜈ｷ�ｽｽ�ｽｹ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｸ鬯ｯ�ｽｮ�ｿｽ�ｽｽ�ｽｫ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｰ鬮ｯ讖ｸ�ｽｽ�ｽ｢�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｨ鬯ｯ�ｽｮ�ｿｽ�ｽｽ�ｽｮ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｾ ---------------------------------------------------------------- */
.search #searchNavi .search_resultTtl{
    display:none;
}
.search #submitBlock{
    display:none;
}
.search .contentBox.bt {
    border-top: none;
    padding-top: 0;
}
/* -- 鬯ｯ�ｽｮ�ｿｽ�ｽｽ�ｽｫ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｶ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ鬯ｮ�ｽｫ�ｿｽ�ｽｽ�ｽｲ髯晢ｽｷ�ｿｽ�ｽｽ�ｽ｢�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｴ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽ｢鬯ｯ�ｽｯ�ｿｽ�ｽｽ�ｽｩ髫ｰ�ｽｳ�ｿｽ�ｽｽ�ｽｾ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｨ鬯ｮ�ｽｯ�ｿｽ�ｽｽ�ｽｷ髣費ｿｽ�ｿｽ�ｽｽ�ｽ･髮取腸�ｽｽ�ｽｺ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽ｣�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽ｡鬯ｯ�ｽｮ�ｿｽ�ｽｽ�ｽｫ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｴ鬯ｮ�ｽｮ隲幢ｽｶ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽ｣�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｿ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｿ�ｽｽ�ｿｽ�ｽｽ�ｽｽ�ｿｽ�ｽｽ�ｽｽ ---------------------------------------------------------------- */
.search_result .searchNaviBlock{
    display:none;
}
.search_result #searchNavi .searchTtl{
    display:none;
}
.search_result #searchNavi .menuBtn{
    display:block;
}


/* -- bottomContent
-------------------------------------------------------------------------------- */
#bottomContent{
    background:#e4e7eb;
}
#bottomContent .bottomContentBlock{
    max-width: 950px;
    margin: 0 auto;
    padding:50px 15px 0 15px;
}


/* -- period
-------------------------------------------------------------------------------- */
#period{
    position:relative;
    z-index:10;
    display:none;
}
#period .periodBack{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(51,51,51,0.8);
    top:0;
    left:0;
}
#period .periodBlock{
    position: absolute;
    z-index:11;
    top: 250px;
    left: 50%;
    height: auto;
    margin-left:-250px;
    border-radius: 4px;
    background-color: #fafafa;
}
#period .titleBlock{
    padding:20px 20px 20px;
    border-bottom:solid 1px #ddd;
}
#period .titleBlock p{
    font-size: 18px;
}
#period .periodInner{
    padding:5px 20px 25px;
}
#period .ttl{
    font-size: 12px;
    margin-top:15px;
    margin-bottom: 7px;
    font-weight: bold;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#period li{
    float:left;
}
#period .date_button{
    width: 375px;
    height: auto;
    box-sizing: border-box;
    margin-right:5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
}
#period .date_button input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    line-height: 40px;
}
#period button {
    -webkit-appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
#period button{
    font-size: 14px;
    width: 80px;
    height: 40px;
    border: solid 1px #999;
    color: #333;
    border-radius: 3px;
    cursor:pointer;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#period button:hover{
    border-color: #2996cc;
    color: #2996cc;
}
#period button.today {
    margin-top: 1px;
}
#period .enter_button{
    width:232px;
    margin:0 auto;
    padding-top:25px;
}
#period .enter_button button{
    float:left;
    width: 110px;
    margin:0 3px;
    background:#999;
    border-color:#6e6e6e;
    color:#fff;
}
#period .enter_button button:hover{
    border-color:#8b8b8b;
    background-color:#adadad;
}
#period .enter_button button.enter{
    border-color: #1e6c93;
    background-color:#2996cc;
}
#period .enter_button button.enter:hover{
    border-color: #4b89a9;
    background-color: #54abd6;
}
.btn.fr.chartNavi {
    display: flex;
}

/*------  compare   --------*/
.returnp{
	display:inline;
}

.returns{
	display:none;
}