@charset "utf-8";

/*-- default 1.0.2 --*/
/* reset */
body{
	margin: 0;
	padding: 0;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
ul li, ol li{
	list-style: none;
}
table{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
caption{
	text-align: left;
}
table,pre,code,select,textarea,kbd,var,ins,del,samp{
	font-size: 100%;
}
address,cite,dfn,em,strong,var,th,ins,del,samp{
	font-weight: normal;
	font-style: normal;
}
a img{
	border: 0;
}
hr.separation{
	display: none;
}
fieldset{
	border: none;
}
header,section,nav,aside,footer,article{
	display: block;
}

section#affinityFundsBody{
	margin-bottom: 10px;
}
section#bbs{
	margin-top: 10px;
}

/* initialize */
body{
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
a{
	color: #006ccc;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(102,204,255,0.5);
}
.errorText{
	margin: 10px;
	padding: 5px;
	border: 1px solid #dc0000;
	color: #dc0000;
	font-weight: bold;
}

/*-- footerDefault 2.0.0 --*/
.footerDefault{
	font-size: 14px;
    line-height: 1;
	text-align: center;
}
.footerDefault .changeDevice{
    margin: 10px;
    font-size: 14px;
}
.footerDefault .changeDevice dl{
    display: inline-block;
    padding: 5px 5px 5px 10px;
    border: 1px solid #e7e7e7;
    background: #f9f9f9;
}
.footerDefault .changeDevice dt{
	display: inline;
}
.footerDefault .changeDevice dt:after{
	content: ":";
}
.footerDefault .changeDevice dd{
	display: inline;
}
.footerDefault .changeDevice dd:after{
	content: "|";
}
.footerDefault .changeDevice dd:last-child:after{
	content: "";
}
.footerDefault .changeDevice p{
	font-size: 12px;
}
.footerDefault .changeDevice a,
.footerDefault .changeDevice span{
	padding: 0 5px;
}
.footerDefault .changeDevice span{
	font-weight: bold;
}
.footerDefault .footerInner{
	padding: 13px 10px 15px 10px;
	border-top: 3px solid #d4d7db;
	background: #eeeeee;
}
.footerDefault .loginArea{
    margin-bottom: 15px;
    text-align: center;
}
.footerDefault .loginArea p + p {
    margin-top: 10px;
}
.footerDefault .loginArea .loginName{
    display: inline-block;
	word-break: break-all;
	word-wrap: break-word;
	-moz-word-wrap: break-word;
    text-align: left;
}
.footerDefault .loginArea .loginStatus em{
    font-weight: bold;
}
.footerDefault .commonLink{
	margin-bottom: 10px;
}
.footerDefault .commonLink li{
	display: inline;
}
.footerDefault .commonLink li:after{
	content: " | ";
}
.footerDefault .commonLink li:last-child:after{
	content: "";
}
.footerDefault .subLink{
	margin-bottom: 8px;
	font-size: 12px;
}
.footerDefault .subLink li{
	display: inline;
}
.footerDefault .subLink li:after{
	content: " - ";
}
.footerDefault .subLink li:last-child:after{
	content: "";
}
.footerDefault small{
	display: block;
	font-size: 12px;
}

.header-custom .logo {
  margin: 10px 0 6px 10px;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* float */
.fltL {
  float: left;
}
.fltR {
  float: right;
}

/* txt */
.txtC {
  text-align: center !important;
}
.txtR {
  text-align: right !important;
}
.txtB {
  font-weight: bold;
}

/* font */
.font10 {
  font-size: 10px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}

/* margin */
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}

/* 状態 */
.hide {
  display: none;
}

.hideTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.isFixed {
  position: fixed !important;
}

/* レイアウト */
#content {
  position: relative;
}

/* マストヘッド対応 */
#yjsmhWrapper {
  border-bottom: 2px solid #2D4561;
}
  .searchHeader .frame {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

/* ここのソースは使わない module_finance.cssに移動しました*/
  /* snsボタン */
  .snsBtn {
    text-align: center;
  }
  .snsBtn .fbBtn {
    display: inline-block;
    margin-right: 10px;
  }
  .snsBtn .twBtn {
    display: inline-block;
  }

  .marketBox {
    padding:5px;
    margin-bottom: 5px;
    background:#a5b6c4;
    background:-webkit-gradient(linear,left top,left bottom,from(#a7b8c6),to(#6d818c));
    background:-moz-linear-gradient(top,#a7b8c6 0,#6d818c 100%);
    font-size: 12px;
    text-align: right;
  }
  .marketBoxItm {
    margin-bottom: 5px;
    color: #fff;
  }
  .marketBoxItm:last-child {
    margin-bottom: 0;
  }

  .btnSelKd,
  .btnSelMk {
    display: inline-block;
    margin-left: 5px;
    padding:3px 3px 3px 5px;
    border:1px solid #edeff1;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color: #eaecee;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#cdd4d8));
    background-image:-moz-linear-gradient(top,#fefefe 0,#cdd4d8 100%);
    box-shadow:0 0 1px #8d9ba3;
    -webkit-box-shadow:0 0 1px #8d9ba3;
    -moz-box-shadow:0 0 1px #8d9ba3;
    color:#333;
    text-align: left;
  }
  .btnSelKd {width: 17.5em;}
  .btnSelMk {width: 12em;}

  .btnSelKd .arrow,
  .btnSelMk .arrow {
    float:right;
    padding:1px 3px 2px;
    border:1px solid #899aa5;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#637a88;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#8f9fa9),to(#355365));
    background-image:-moz-linear-gradient(top,#8f9fa9 0,#355365 100%);
    box-shadow:0 0 1px #e5e8eb;
    -webkit-box-shadow:0 0 1px #e5e8eb;
    -moz-box-shadow:0 0 1px #e5e8eb;
    color:#fff;
    font-size:8px;
  }

  .modalKdSelect, .modalMkSelect {
    margin-bottom: 7px;
    border-radius:0 0 5px 5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius:0 0 5px 5px;
    background-color:#232732;
    line-height:1.3;
    text-align:left;
  }
  .modalKdSelect li,
  .modalMkSelect li {
    padding-left: 5px;
    border-bottom:1px solid #41454d;
    font-size: 12px;
  }
  .modalKdSelect li:last-child,
  .modalMkSelect li:last-child {
    border-bottom: 0;
  }
  .modalKdSelect label,
  .modalMkSelect label {
    display: block;
    padding: 8px;
  }
  .modalKdSelect input,
  .modalMkSelect input {
    margin-right: 5px;
  }
  
  /*--------------------------------------------------------
top to top
--------------------------------------------------------*/
.finfoot{
margin:15px 0;
padding: 0 10px;
text-align: right;
}
.finfoot a{
width: 120px;
height: 29px;
font-size: 12px;
display: inline-block;
-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.3),0 0 1px #0d0d0d inset;
box-shadow: 0 1px 1px -1px rgba(0,0,0,0.3),0 0 1px #0d0d0d inset;
border: 0;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1),0 1px 0 white inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.1),0 1px 0 white inset;
border: 1px solid #b3b3b3;
background-color: #f6f6f6;
padding: 0 10px;
line-height:2.5;
}