/* ==========================================================
 reseting
========================================================== */
html{
	overflow-y: scroll;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	-webkit-text-size-adjust: 100%;
	
}
body, input, textarea, select, button {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ -webkit-appearance: none;outline: none;}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{border:none; height: auto; vertical-align: top; max-width: 100%;}
address, caption, code, em, th,
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, em
{ font-size: 100%; font-weight: normal;}
a, input
{ outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}


.container {
	max-width: 980px;
	margin: 0 auto;
}

/* ==========================================================
 base Link
========================================================== */
a:active,a:link,a:visited{color:#006ccc;text-decoration:none}
a:hover{text-decoration:underline}

.popup-icon {
	background: url(https://info.monex.co.jp/image/sp/common/popup2.gif) left center no-repeat;
	line-height: 18px;
	padding-left: 20px;
}
.pc-icon {
	background: url(https://info.monex.co.jp/image/sp/common/pc2x.png) left center no-repeat;
	line-height: 18px;
	padding-left: 20px;
}

/* ==========================================================
 style
========================================================== */
.s-fl-l     { float: left;}
.s-fl-r     { float: right;}
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left;}
.s-ta-c     { text-align: center;}
.s-ta-r     { text-align: right;}
.s-va-t     { vertical-align: top;}
.s-va-m     { vertical-align: middle;}
.s-va-b     { vertical-align: bottom;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none;}
.s-ma-0{ margin: 0 auto;}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before,
.contents:before,
.grid-cmn:before,
.mod-float-cmn:before,
.mod-slider_01 .list:before,
.ttl-cmn-lv01:before,
.ttl-cmn-lv02:before,
.ttl-cmn-lv03:before,
.ttl-cmn-lv04:before,
.ttl-cmn-lv05:before,
.type-float:before,
.clearfix:after,
.contents:after,
.grid-cmn:after,
.mod-float-cmn:after,
.mod-slider_01 .list:after,
.ttl-cmn-lv01:after,
.ttl-cmn-lv02:after,
.ttl-cmn-lv03:after,
.ttl-cmn-lv04:after,
.ttl-cmn-lv05:after,
.type-float:after {
	content: "";
	display: table;
}
.clearfix:after,
.contents:after,
.grid-cmn:after,
.mod-float-cmn:after,
.mod-slider_01 .list:after,
.ttl-cmn-lv01:after,
.ttl-cmn-lv02:after,
.ttl-cmn-lv03:after,
.ttl-cmn-lv04:after,
.ttl-cmn-lv05:after,
.type-float:after {
	clear: both;
}

/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
	width: 100%;
}
/* ==========================================================
 header
========================================================== */
.header {
	margin-bottom: 20px;
	text-align: center;
}
.header {
	width: 100%;
	height: 67px;
	border-bottom: 3px solid #ffc700;
}
.header-in {
	position: relative;
	margin: 0 auto;
	text-align: left;
} 
.header-logo {
	position: absolute;
	top: 8px;
	left: -11px;
}
.popup-header {
	width: 100%;
	height: 67px;
	border-bottom: 3px solid #ffc700;
	margin-bottom: 20px;
	text-align: center;
}
.popup-header-in {
	max-width: 980px;
	position: relative;
	margin: 0 auto;
	text-align: left;
} 
.popup-header-logo {
	position: absolute;
	top: 8px;
	left: -1px;
}
.popup-header-close {
	position: absolute;
	top: 25px;
	right: 10px;
}
.popup-header-close img {
	margin-right: 6px;
}

.popup-header-mfx {
	width: 100%;
	height: 60px;
	background-color: #000;
	margin-bottom: 20px;
	text-align: center;
}
.popup-header-mfx-in {
	max-width: 980px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.popup-header-mfx-logo {
	position: absolute;
	top: 18px;
	left: 10px;
}
.popup-header-mfx-close {
	position: absolute;
	color: #e0e0e0 !important;
	top: 21px;
	right: 10px;
}
.popup-header-mfx-close img {
	margin-right: 6px;
}


/* ==========================================================
 footer
========================================================== */
.footer {
	background: #f5f5f5;
	text-align: center;
}
.footer {
	width: 100%;
	height: 80px;
	margin-top: 0;
}
.footer-in {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.popup-footer-close {
	width: 83px;
	height: 32px;
	text-align: center;
	background-color: #eee;
	margin: 40px auto;
	padding: 6px;
}
.popup-footer-close img {
	margin-right: 6px;
}

h1{
	font-size: 20px;
	font-weight: bold;
}

h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px;
	background: #dcdddd;
	line-height: 1;
	vertical-align: middle;
	display: block;
	width: 100%;
	position: relative;
}

h3{
	font-size: 16px;
	font-weight: bold;
}



ul.list-cmn li {
	position: relative;
	padding-left: 1.5em;
	margin-top: 5px;
}
ul.list-cmn li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "・";
}
ul.list-cmn li:first-child {
	margin-top: 0;
}
ol.list-cmn {
	padding-left: 1.5em;
}
ol.list-cmn li {
	margin-top: 5px;
	list-style: outside decimal;
}
ol.list-cmn li:first-child {
	margin-top: 0;
}

/* ==========================================================
text indent caution
========================================================== */
.txt-indent-1em {
	text-indent: -1.3em;
	padding-left: 1.3em;
	font-size: 13px;
	line-height: 18px;
}
.txt-indent-1em .initial {
	width: 1em;
	margin-right: 0.3em;
}
.txt-indent-2em {
	text-indent: -2.3em;
	padding-left: 2.3em;
	font-size: 13px;
	line-height: 18px;
}
.txt-indent-2em .initial {
	width: 2em;
	margin-right: 0.3em;
}
.txt-indent-3em {
	text-indent: -3.3em;
	padding-left: 3.3em;
	font-size: 13px;
	line-height: 18px;
}
.txt-indent-3em .initial {
	width: 3em;
	margin-right: 0.3em;
}
.txt-indent-4em {
	text-indent: -4.3em;
	padding-left: 4.3em;
	font-size: 13px;
	line-height: 18px;
}
.txt-indent-4em .initial {
	width: 4em;
	margin-right: 0.3em;
}
/* ==========================================================
 text indent normal
========================================================== */
.indent-1em {
	padding-left: 1.39em;
	text-indent: -1.39em;
}
.indent-2em {
	padding-left: 2.0em;
	text-indent: -2em;
}
.indent-3em {
	padding-left: 3.0em;
	text-indent: -3em;
}
.indent-4em {
	padding-left: 4.0em;
	text-indent: -4em;
}

/* ==========================================================
 box link
========================================================== */
.link-box-top{
	border-top: 1px solid #c6c6c6;
	padding: 0;
	margin: 0;
}

.link-box{
	border-bottom: 1px solid #c6c6c6;
	padding: 0;
	margin: 0;
}

.link-box a{
	display: block;
	color :#333;
	text-decoration: none;
	margin: 0 10px;
}

.link-padding01{
	padding: 15px 30px 15px 0;
}

.link-padding02{
	padding: 0 30px 0 0;
}

.link-box a .date{
	font-size: 12px;
}

.link-box a.link-sp{
	background:url(https://info.monex.co.jp/image/sp/common/link-sp.png) no-repeat right center;
}

.link-box a.link-pc{
	background:url(https://info.monex.co.jp/image/sp/common/link-pc.png) no-repeat right center;
}

.link-box a.link-blank{
	background:url(https://info.monex.co.jp/image/sp/common/popup2.gif) no-repeat right center;
}
/* ==========================================================
 table
========================================================== */
.ttl-cmn-table {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.table-cmn_01 {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.table-cmn_01 tr.even th,
.table-cmn_01 tr.even td {
	background: #f5f5f5;
}
.table-cmn_01 tr.date th {
	background: #9e9e9e;
	color: #fff;
}
.table-cmn_01 th {
	padding: 4px 10px 2px;
	background: #eeeeee;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 12px;
	line-height: 18px;
	line-height: 16px;
	font-weight: normal;
}
.table-cmn_01 td {
	padding: 3px 10px 1px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.table-cmn_01 th.s-lv01 {
	background: #d7d7d7;
	text-align: center;
}
.table-cmn_01 .s-bdr-y {
	border-right-color: #f0e6c9;
}
.table-cmn_01 th.s-bg-buy {
	background: #d84e4e;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.table-cmn_01 th.s-bg-sell {
	background: #3d9ad3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.table-cmn_01.table-small th {
	padding: 4px 5px 2px;
}
.table-cmn_01.table-small td {
	padding: 3px 5px 1px;
}
.table-cmn_02 {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
}
.table-cmn_02 tr.even {
	background: #f5f5f5;
}
.table-cmn_02 th,
.table-cmn_02 td {
	padding: 3px 10px;
	font-weight: normal;
}
.table-cmn_02 th.s-lv01 {
	background: #d7d7d7;
	text-align: center;
	font-weight: normal;
}
.table-cmn_01 a:hover,
.table-cmn_02 a:hover {
	text-decoration: none;
}
.table-no-style {
	vertical-align: top;
}
.table-no-style th {
	font-weight: normal;
	vertical-align: top;
}
/* ==========================================================
 zabton
========================================================== */
.box-zabton {
	padding: 10px;
	background: #f5f5f5;
}
.box-zabton.type-notice {
	border-left: 4px solid #dbab00;
}
.box-zabton.type-notice .ico-cmn-notice {
	padding-left: 26px;
	font-weight: bold;
}
.box-zabton.type-caution,
.box-zabton.type-warning_01,
.box-zabton.type-warning_02 {
	border-left: 4px solid #e01515;
}
.box-zabton.type-caution a,
.box-zabton.type-warning_01 a,
.box-zabton.type-warning_02 a,
.box-zabton.type-notice a {
	text-decoration: underline;
}
.box-zabton.type-caution a:hover,
.box-zabton.type-warning_01 a:hover,
.box-zabton.type-warning_02 a:hover,
.box-zabton.type-notice a:hover{
	text-decoration: none;
}
.box-zabton.type-caution .ico-cmn-caution,
.box-zabton.type-warning_01 .ico-cmn-caution,
.box-zabton.type-warning_02 .ico-cmn-caution,
.box-zabton.type-caution .ico-cmn-warning,
.box-zabton.type-warning_01 .ico-cmn-warning,
.box-zabton.type-warning_02 .ico-cmn-warning {
	padding-left: 26px;
	font-weight: bold;
}
.box-zabton.type-caution .ico-cmn-warning,
.box-zabton.type-warning_01 .ico-cmn-warning,
.box-zabton.type-warning_02 .ico-cmn-warning {
	padding-left: 26px;
	color: #e01515;
}
.box-zabton.type-warning_02 {
	background: #fbe2e2;
}
.box-zabton.type-gr_01 {
	background: #ebf5f0;
}
.box-zabton.type-table {
	background: #e0e0e0;
}
.box-zabton.bg-gy_01 {
	background: #eeeeee;
}
.bdt-wh {
	border-top: 1px solid #fff;
}
.box-cmn-in{
 padding: 10px 0 0 26px;
}
.box-cmn-in.mod-cmn-float {
	margin: 5px 0 5px;
}
.box-zabton-in {
	padding: 7px 10px;
	background: #fff;
}
.box-inner {
	padding: 20px;
	overflow: hidden;
}


.bm0{margin-bottom:0!important}
.bm5{margin-bottom:5px!important}
.bm8{margin-bottom:8px!important}
.bm10{margin-bottom:10px!important}
.bm15{margin-bottom:15px!important}
.bm20{margin-bottom:20px!important}
.bm25{margin-bottom:25px!important}
.bm30{margin-bottom:30px!important}
.bm35{margin-bottom:35px!important}
.bm40{margin-bottom:40px!important}
.bm45{margin-bottom:45px!important}
.bm50{margin-bottom:50px!important}
.bm60{margin-bottom:60px!important}
.bm70{margin-bottom:70px!important}
.bm80{margin-bottom:80px!important}
.bm90{margin-bottom:90px!important}
.tm0{margin-top:0!important}
.tm5{margin-top:5px!important}
.tm8{margin-top:8px!important}
.tm10{margin-top:10px!important}
.tm15{margin-top:15px!important}
.tm20{margin-top:20px!important}
.tm25{margin-top:25px!important}
.tm30{margin-top:30px!important}
.tm35{margin-top:35px!important}
.tm40{margin-top:40px!important}
.tm45{margin-top:45px!important}
.tm50{margin-top:50px!important}
.lm0{margin-left:0!important}
.lm5{margin-left:5px!important}
.lm8{margin-left:8px!important}
.lm10{margin-left:10px!important}
.lm15{margin-left:15px!important}
.lm20{margin-left:20px!important}
.lm25{margin-left:25px!important}
.lm30{margin-left:30px!important}
.lm35{margin-left:35px!important}
.lm40{margin-left:40px!important}
.lm45{margin-left:45px!important}
.lm50{margin-left:50px!important}
.lm60{margin-left:60px!important}
.lm70{margin-left:70px!important}
.lm80{margin-left:80px!important}
.lm90{margin-left:90px!important}
.lm100{margin-left:100px!important}
.rm0{margin-right:0!important}
.rm5{margin-right:5px!important}
.rm8{margin-right:8px!important}
.rm10{margin-right:10px!important}
.rm15{margin-right:15px!important}
.rm20{margin-right:20px!important}
.rm25{margin-right:25px!important}
.rm30{margin-right:30px!important}
.rm35{margin-right:35px!important}
.rm40{margin-right:40px!important}
.rm45{margin-right:45px!important}
.rm50{margin-right:50px!important}

/* ==========================================================
 text
========================================================== */
.txt-al-l {
	text-align: left;
}
.txt-al-r {
	text-align: right;
}
.txt-al-c {
	text-align: center;
}
.txt-emphasis {
	color: #e01515;
}

/* ==========================================================
 icon
========================================================== */
.ico-cmn_01 {
	display: inline;
}
.ico-cmn_01:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn_02 {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-cmn_02:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-blank {
	display: inline;
}
.ico-cmn-blank:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-blank:after {
	width: 11px;
	background-image: url(https://info.monex.co.jp/image/common/ico-link-blank_01.png);
}
.ico-cmn-blank_02 {
	display: inline;
}
.ico-cmn-blank_02:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-blank_02:after {
	width: 12px;
	background-image: url(https://info.monex.co.jp/image/common/ico-link-blank_02.png);
}
.ico-cmn-pdf {
	display: inline;
}
.ico-cmn-pdf:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-pdf:after {
	width: 11px;
	background-image: url(https://info.monex.co.jp/image/common/ico-link-pdf_01.png);
}
.ico-cmn-anchor {
	display: inline;
}
.ico-cmn-anchor:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-anchor:after {
	width: 9px;
	background-image: url(https://info.monex.co.jp/image/common/ico-link-anchor_01.png);
}
.ico-cmn-pagetop-mini {
	display: inline;
}
.ico-cmn-pagetop-mini:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-pagetop-mini:after {
	width: 9px;
	background-image: url(https://info.monex.co.jp/image/common/ico-link-pagetop_01.png);
}
.ico-cmn-update {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
	padding-left: 23px;
}
.ico-cmn-update:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-update:before {
	width: 18px;
	background-image: url(https://info.monex.co.jp/image/common/ico-update_01.png);
}
.icon-cmn-logout {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
	padding-left: 20px;
}
.icon-cmn-logout:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.icon-cmn-logout:before {
	margin-bottom: -1px;
	background-image: url(https://info.monex.co.jp/image/common/ico-logout_01.png);
}
.icon-cmn-login {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
	padding-left: 20px;
}
.icon-cmn-login:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.icon-cmn-login:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-login_01.png);
}
.ico-cmn-notice {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-cmn-notice:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-notice:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-notice_01.png);
}
.ico-cmn-caution {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-cmn-caution:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-caution:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-caution_01.png);
}
.ico-cmn-warning {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
	padding-left: 23px;
}
.ico-cmn-warning:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-warning:before {
	width: 18px;
	background-image: url(https://info.monex.co.jp/image/common/ico-warning_01.png);
}
.ico-cmn-help {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-cmn-help:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-help:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-help_01.png);
}
.ico-cmn-edit {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
	padding-left: 20px;
}
.ico-cmn-edit:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-edit:before {
	top: 0.1em;
	background-image: url(https://info.monex.co.jp/image/common/ico-edit_01.png);
}
.ico-cmn-exit {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
	padding-left: 18px;
}
.ico-cmn-exit:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-exit:before {
	top: 0.1em;
	background-image: url(https://info.monex.co.jp/image/common/ico-exit_01.png);
}
.ico-cmn-memo {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-cmn-memo:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-memo:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-memo.png);
}
.ico-face_01 {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-face_01:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-face_01:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-face_01.png);
}
.ico-face_02 {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-face_02:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-face_02:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-face_02.png);
}
.ico-face_03 {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-face_03:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-face_03:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-face_03.png);
}

.ico-cmn-begin {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	vertical-align: middle;
}
.ico-cmn-begin:before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: sub;
	content: "";
}
.ico-cmn-begin:before {
	background-image: url(https://info.monex.co.jp/image/common/ico-begin_01.png);
}

/* ==========================================================
 link button
========================================================== */
.btn-ss {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	font-weight: bold;
	vertical-align: middle;
}
.btn-ss:hover {
	text-decoration: none;
}
.btn-ss > span {
	display: block;
	padding: 3px 10px 1px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
.btn-s {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	font-weight: bold;
	vertical-align: middle;
}
.btn-s:hover {
	text-decoration: none;
}
.btn-s > span {
	display: block;
	padding: 5px 10px 3px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
.btn-m {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	font-weight: bold;
	vertical-align: middle;
}
.btn-m:hover {
	text-decoration: none;
}
.btn-m > span {
	display: block;
	padding: 8px 15px 6px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.btn-l {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	font-weight: bold;
	vertical-align: middle;
}
.btn-l:hover {
	text-decoration: none;
}
.btn-l > span {
	display: block;
	padding: 12px 20px 11px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.btn-l > span > .icon-cmn-login:before,
.btn-l > span > .icon-cmn-logout:before {
	top: 0.15em;
}
.btn-cmn {
	display: inline-block;
	border: 2px solid #e1c561;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	background: #fff;
	color: #ad9951 !important;
	font-weight: bold;
}
.btn-cmn > span {
	display: block;
	vertical-align: middle;
	text-align: center;
}
.btn-cmn:hover {
	background: #faf1d0;
	text-decoration: none;
}
.btn-cmn.btn-l > span {
	padding: 10px 18px 9px;
}
.btn-cmn.btn-m > span {
	padding: 6px 10px 4px;
}
.btn-cmn.btn-s > span {
	padding: 3px 8px 1px;
}
.btn-cmn.btn-ss > span {
	padding: 1px 8px 0px;
}
.btn-cmn-move {
	background: #2eb975;
	color: #fff !important;
}
.btn-cmn-move:hover {
	background: #62cb98;
}
.btn-cmn-account {
	background: #ff7200;
	color: #fff !important;
}
.btn-cmn-account:hover {
	background: #ff9540;
}
/*.btn-cmn-mini {
	.btn-ss;
	.btn-basic;
	> span {
		padding: 0 8px;
	}
	
}*/
.btn-cmn-logout {
	background: #616161;
	color: #fff !important;
}
.btn-cmn-logout:hover {
	background: #898989;
}
.btn-cmn-nisa {
	background: #01ada1;
	color: #fff !important;
}
.btn-cmn-nisa:hover {
	background: #41c2b9;
}
.btn-cmn-buy_01 {
	background: #d84e4e;
	color: #fff !important;
}
.btn-cmn-buy_01:hover {
	background: #e27a7a;
}
.btn-cmn-sell_01 {
	background: #3d9ad3;
	color: #fff !important;
}
.btn-cmn-sell_01:hover {
	background: #77b8e0;
}

/* ==========================================================
 line
========================================================== */
.mod-line {
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}

/* ==========================================================
 qa
========================================================== */
.qa-q {
	background: url("https://info.monex.co.jp/image/common/support_icon_q.gif") no-repeat left top;
	min-height: 25px;
	line-height: 25px;
	padding-left: 26px;
	font-weight: 700;
	font-size: 14px;
}
.qa-a {
	background: url("https://info.monex.co.jp/image/common/support_icon_a.gif") no-repeat left top;
	min-height: 25px;
	padding-left: 26px;
}


/* ==========================================================
 label
========================================================== */
.txt-cmn-label-line {
	padding-top: 1px;
	margin-bottom: 8px;
}
.txt-cmn-label-line .date {
	margin-left: 10px;
	font-size: 12px;
	line-height: 15px;
}
.txt-cmn-label {
	position: relative;
	top: -1px;
	display: inline-block;
	min-width: 70px;
	height: 15px;
	padding-top: 1px;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	text-align: center;
}
.txt-cmn-label.bg_01 {
	border: 1px solid #dbab00;/* 2017.9.19 added */
	background: #dbab00;
}
.txt-cmn-label.bg_02 {
	border: 1px solid #927a22;/* 2017.9.19 added */
	background: #927a22;
}
.txt-cmn-label.bg_03 {
	border: 1px solid #ad9951;/* 2017.9.19 added */
	background: #ad9951;
}
.txt-cmn-label.bg_04 {
	border: 1px solid #9e9e9e;/* 2017.9.19 added */
	background: #9e9e9e;
}
.txt-cmn-label.bg_05 {/* 2017.7.18 added */
	background: #fff;
	border: 1px solid #e1c561;
	color: #917100;
}
.txt-cmn-label.bg_06 {/* 2017.7.18 added */
	background: #f7f3e7;
	border: 1px solid #ccc;
	width: 24px;
	min-width: 24px;
}
.txt-cmn-label_02 {
	position: relative;
	top: -1px;
	display: inline-block;
	min-width: 60px;
	height: 15px;
	padding-top: 1px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
}
.txt-cmn-label_02.bg_01 {
	background: #dbab00;
}
.txt-cmn-label_02.bg_02 {
	background: #927a22;
}
.txt-cmn-label_03 {
	position: relative;
	top: -1px;
	display: inline-block;
	min-width: 70px;
	height: 15px;
	padding-top: 1px;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	min-width: 32px;
}
.txt-cmn-label_03.bg_01 {
	background: #dbab00;
}
.txt-cmn-label_03.bg_02 {
	background: #927a22;
}
.txt-cmn-label_03.bg_03 {
	background: #ad9951;
}
.txt-cmn-label_03.bg_04 {
	background: #9e9e9e;
}
.txt-cmn-label_03.bg_01 {
	background: #e01515;
}
.txt-cmn-label_03.bg_02 {
	background: #dbab00;
}
.txt-cmn-label-r {/* 2017.7.18 added */
	position: relative;
	top: -1px;
	display: inline-block;
	min-width: 70px;
	height: 15px;
	padding-top: 1px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
	color: #fff;
	line-height: 11px;
	text-align: center;
}
.txt-cmn-label-r.bg_01 {/* 2017.7.18 added */
	background-color: #fff;
	border: 1px solid #de1f70;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #de1f70;
}
.txt-cmn-label-r.bg_02 {/* 2017.9.19 added *//* 2018.2.2 edited */
	background-color: #d7a861;
	border: 1px solid #d7a861;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
}

.txt-cmn-label-r.bg_03 {/* 2018.2.2 added */
	background-color: #cf737a;
	border: 1px solid #cf737a;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
}

.txt-cmn-label-r.bg_04 {/* 2017.9.19 added *//* 2018.2.2 added */
	background-color: #ce749c;
	border: 1px solid #ce749c;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
}

.txt-cmn-label-r.bg_05 {/* 2017.9.19 added *//* 2018.2.2 added */
	background-color: #53a8a6;
	border: 1px solid #53a8a6;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
}

.txt-cmn-label-r.bg_06 {/* 2017.9.19 added *//* 2018.2.2 added */
	background-color: #5aa572;
	border: 1px solid #5aa572;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
}

.nowrap th, .nowrap td{
	white-space: nowrap;
}


/* 個別スタイル */
.colendar-date {
	float: left;
}
.colendar-importance {
	float: right;
}

@media only screen and (max-width: 980px) {
	.colendar-date {
		float: none;
		margin-bottom: 10px;
	}
	.colendar-importance {
		float: none;
	}
}

/* ===========================================================

	@icon

=========================================================== */
/* 左のランキング */
table tr td.ranking {
	/*width: 100px !important;*/
	text-indent: -9999px !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

table tr td.rank-1 {
	background-image: url(./file/japan_reitsite_png/rank-1.gif) !important;
}
table tr td.rank-2 {
	background-image: url(./file/japan_reitsite_png/rank-2.gif) !important;
}
table tr td.rank-3 {
	background-image: url(./file/japan_reitsite_png/rank-3.gif) !important;
}
table tr td.rank-4 {
	background-image: url(./file/japan_reitsite_png/rank-4.gif) !important;
}
table tr td.rank-5 {
	background-image: url(./file/japan_reitsite_png/rank-5.gif) !important;
}
