@charset "UTF-8";

/* -- Base and Reset
-------------------------------------------------------------------------------- */
body,html {
	height: 100%;
	width: 100%;
}
html {
	overflow-y: auto;
}
body {
	font: 14px/1.5 "ＭＳ Ｐゴシック", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", "Hiragino Kaku Gothic Pro","Osaka", sans-serif;
	text-align: left;
	letter-spacing: 0;
    color:#282828;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol { list-style: none; }
fieldset,img { border: 0; vertical-align: top; }


/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0!important;
}

body{
    -webkit-text-size-adjust: 100%!important;
}


/* -- a
-------------------------------------------------------------------------------- */
a, a:link {
	color: #005588; /* 1E4772 */
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
}
a:visited {
    color:#005699;
}
a:hover {
	color: #E60000;
	text-decoration: underline;
}
a:active {
	color: #E60000;
	text-decoration: underline;
}
.up{
    color:#e60000 !important;
}
.down{
    color:#004eab !important;
}


/* -- marketInfo
-------------------------------------------------------------------------------- */
#marketInfoNavi{
    width:270px;
    background-color:#fff;
    line-height:1.25;
}
#marketInfoNavi p.title{
    font-size:18px;
    padding:16px 13px 13px;
    border-top:solid 2px #cb1515;
    background-color:#f4f4f4;
}
#marketInfoNavi p.title:before{
    content:"";
    float:left;
    display:block;
    width:30px;
    height:30px;
    background-image:url('../img/icon_global.png');
    margin-right:13px;
    margin-top:-5px;
}
#marketInfoNavi .tab{
    background-color:#303030;
}
#marketInfoNavi .tab li{
    float:left;
    width:45px;
}
#marketInfoNavi .tab li.wide{
    width:135px;
}
#marketInfoNavi .tab li a{
    display:block;
    font-size:12px;
    text-decoration:none;
    padding:12px 0;
    color:#999;
    text-align:center;
    font-weight:bold;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#marketInfoNavi .tab li a:hover{
    background-color:#404040;
    color:#fff;
}
#marketInfoNavi .tab li a.active{
    background-color:#cb1515;
    color:#fff;
}
#marketInfoNavi .list{
    display:none;
}
#marketInfoNavi #box1{
    display:block;
}
#marketInfoNavi .list table{
    width:100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    background-color: #fff;
}
#marketInfoNavi .list tbody tr:nth-child(even) td{
    background: #eee;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: 1px solid #b2b2b2;
}
#marketInfoNavi .list th,
#marketInfoNavi .list td{
    text-align:center;
}
#marketInfoNavi .list th{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    height:40px;
    padding:0 10px;
    background-color:#777;
    position:relative;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #fff;
}
#marketInfoNavi .list th:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:40px;
    background-color:#fff;
}
#marketInfoNavi .list td{
    background-color:#fff;
    padding:10px 10px;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}
#marketInfoNavi .list tbody tr:first-child td{
    border-top: 1px solid #b2b2b2;
}
#marketInfoNavi .list .name{
    text-align:left;
    width:118px;
}
#marketInfoNavi .list .value{
    text-align:right;
    width:48px;
}
#marketInfoNavi .otherlink{
    margin:10px 0;
}
#marketInfoNavi .otherlink a{
    display:block;
    width:270px;
    height:38px;
    overflow:hidden;
}
#marketInfoNavi .otherlink a:hover img{
    margin-top:-38px;
}
#marketInfoNavi .disc{
    background-color:#f4f4f4;
    padding:10px 10px 15px;
}
#marketInfoNavi .disc .logo{
    margin-bottom:7px;
}
#marketInfoNavi .disc ul{
    margin-bottom:15px;
}
#marketInfoNavi .disc li{
    float:left;
    font-size:12px;
    margin-left:10px;
}
#marketInfoNavi .disc li:first-child{
    margin-left:0;
}
#marketInfoNavi .disc .copyright{
    font-size:11px;
    color:#888;
}
/* -- disc
-------------------------------------------------------------------------------- */
.disc{
    padding:40px 0;
}
.disc a{
    display:block;
    /* width:100px; */
    margin-bottom: 3px;
}
.discInner{
    padding:15px;
    background-color:#fff;
}
.discInner .box{
    margin-top:40px;
}
.discInner .box:first-child{
    margin-top:0;
}
.discInner h3{
    font-size:113%;
    border-bottom:solid 1px #d5d5d5;
    padding-bottom:20px;
    margin-bottom:22px;
}
.discInner ul{
    padding-left:1em;
}
.discInner li{
    font-size:88%;
    list-style-type: disc;
    line-height:1.6;
    color:#505050;
}
.modalInner p.close {
    text-align:right;
    padding:20px 15px 0;
}
.discInner h2{
    margin-bottom:10px;
}
.discInner ul{
    padding-left:1em;
}
.discInner li{
    font-size:88%;
    list-style-type: disc;
    line-height:1.6;
    color:#505050;
}
.discInner p,
.discInner table {
    font-size:88%;
    color:#505050;
    margin-bottom: 10px;
}
.discInner table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    margin-bottom: 20px;
}
.discInner table th {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #777;
    position: relative;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.discInner table td {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: 5px 8px 5px 8px;
}
.discInner table td.unit {
    text-align: center;
}