@charset "UTF-8";
/*!-------------------------------------------- */
/*
/*	core.scss / 2013.12.13
/*
/*  @outputFile ../htdocs/css/core.css */
/*--------------------------------------------- */
/*--------------------------------------------- */
/*  reset.scss / 2012.10.18
/*--------------------------------------------- */
html,
body,
h1,
div,
th,
td,
dl,
dt,
dd,
pre,
code,
form,
fieldset,
legend,
input,
textarea {
	margin: 0;
	padding: 0;
}
html{ overflow-y: scroll; }
img{ border: 0 none; }
sup{ vertical-align: text-top; }
sub{ vertical-align: text-bottom; }
fieldset{ border: 0; }
legend{ color: #000; }
hr {
	display: none;
	visibility: hidden;
}
ul,
ol{ padding-left: 1.5em; }
/*----------------------------------------------*/
/* font
/*----------------------------------------------*/
/* common
/* ------------------------------------ */
body {
	font: 14px/1.7 "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
p,
pre,
code,
table,
address,
dt,
dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd,
li,
li li,
li p,
li pre,
li dt,
li dd{ font-size: 100%; }
/* heading
/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	font-weight: normal;
}
h1{ font-size: 157%; }
h2{ font-size: 143%; }
h3{ font-size: 121%; }
h4{ font-size: 114%; }
h5{ font-size: 107%; }
h6{ font-size: 100%; }
@media screen and (max-width: 640px) {
	h1{ font-size: 143%; }
	h2{ font-size: 129%; }
	h3{ font-size: 107%; }
	h4{ font-size: 100%; }
	h5{ font-size: 93%; }
	h6{ font-size: 86%; }
}
/* form
/* ------------------------------------ */
select,
input,
button,
textarea{ font: 99% Arial, "ＭＳ Ｐゴシック", sans-serif; }
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* sup,sub
/* ------------------------------------ */
sup,
sub{ font-size: 71%; }
/* pre,code,address,em,strong
/* ------------------------------------ */
pre,
code{ font-family: monospace; }
address,
code,
em {
	font-style: normal;
	font-weight: normal;
}
/* size
/* ------------------------------------ */
.txtSS{ font-size: 71%; }
.txtS{ font-size: 86%; }
.txtM{ font-size: 100%; }
.txtMM{ font-size: 129%; }
.txtL{ font-size: 150%; }
.txtLL{ font-size: 171%; }
.txtXL{ font-size: 193%; }
@media screen and (max-width: 640px) {
	.txtSS{ font-size: 67%; }
	.txtS{ font-size: 83%; }
	.txtM{ font-size: 100%; }
	.txtMM{ font-size: 117%; }
	.txtL{ font-size: 133%; }
	.txtLL{ font-size: 150%; }
	.txtXL{ font-size: 167%; }
}
/*----------------------------------------------*/
/* lineHeight
/*----------------------------------------------*/
.lineHeightSS{ line-height: 1.1em; }
.lineHeightS{ line-height: 1.4em; }
.lineHeightM{ line-height: 1.7em; }
.lineHeightL{ line-height: 2.0em; }
.lineHeightLL{ line-height: 2.3em; }
.lineHeightXL{ line-height: 2.6em; }
/* style
/* ------------------------------------ */
.txtUnder{ text-decoration: underline; }
strong,
.txtRed{ color: #FF4136; }
.txtBold{ font-weight: bold; }
.txtBlue{ color: #2E4E94; }
/* link
/* ------------------------------------ */
a,
a:link,
a:visited{ text-decoration: none; }
a:hover{ text-decoration: underline; }
a:active{ text-decoration: none; }
a{ word-break: break-all; }
a:link{ color: #0D6BBD; }
a:visited{ color: #0D6BBD; }
a:hover{ color: #333; }
a:active{ color: #b3b3b3; }
/*----------------------------------------------*/
/* Align
/*----------------------------------------------*/
.alignC{ text-align: center; }
.alignL{ text-align: left; }
.alignR{ text-align: right; }
/*----------------------------------------------*/
/* margin
/*----------------------------------------------*/
.mrgA0{ margin: 0 !important; }
.mrgR0{ margin-right: 0 !important; }
.mrgL0{ margin-left: 0 !important; }
.mrgT0{ margin-top: 0 !important; }
.mrgB0{ margin-bottom: 0 !important; }
.mrgRSS{ margin-right: 0.5em !important; }
.mrgRS{ margin-right: 1em !important; }
.mrgRM{ margin-right: 1.5em !important; }
.mrgRL{ margin-right: 2em !important; }
.mrgRLL{ margin-right: 2.5em !important; }
.mrgRXL{ margin-right: 3em !important; }
.mrgRXLL{ margin-right: 3.5em !important; }
.mrgLSS{ margin-left: 0.5em !important; }
.mrgLS{ margin-left: 1em !important; }
.mrgLM{ margin-left: 1.5em !important; }
.mrgLL{ margin-left: 2em !important; }
.mrgLLL{ margin-left: 2.5em !important; }
.mrgLXL{ margin-left: 3em !important; }
.mrgLXLL{ margin-left: 3.5em !important; }
.mrgTSS{ margin-top: 0.5em !important; }
.mrgTS{ margin-top: 1em !important; }
.mrgTM{ margin-top: 1.5em !important; }
.mrgTL{ margin-top: 2em !important; }
.mrgTLL{ margin-top: 2.5em !important; }
.mrgTXL{ margin-top: 3em !important; }
.mrgTXLL{ margin-top: 3.5em !important; }
.mrgBSS{ margin-bottom: 0.5em !important; }
.mrgBS{ margin-bottom: 1em !important; }
.mrgBM{ margin-bottom: 1.5em !important; }
.mrgBL{ margin-bottom: 2em !important; }
.mrgBLL{ margin-bottom: 2.5em !important; }
.mrgBXL{ margin-bottom: 3em !important; }
.mrgBXLL{ margin-bottom: 3.5em !important; }
/*----------------------------------------------*/
/* padding
/*----------------------------------------------*/
.pdgT0{ padding-top: 0 !important; }
.pdgR0{ padding-right: 0 !important; }
.pdgL0{ padding-left: 0 !important; }
.pdgB0{ padding-bottom: 0 !important; }
.pdgA0{ padding: 0 !important; }
.pdgBS{ padding-bottom: 1em !important; }
.pdgBM{ padding-bottom: 1.5em !important; }
.pdgBL{ padding-bottom: 2em !important; }
.pdgAS{ padding: 1em; }
/*----------------------------------------------*/
/* width percentage
/*----------------------------------------------*/
.w100p{ width: 100%!important; }
.w95p{ width: 95%!important; }
.w90p{ width: 90%!important; }
.w85p{ width: 85%!important; }
.w80p{ width: 80%!important; }
.w75p{ width: 75%!important; }
.w70p{ width: 70%!important; }
.w65p{ width: 65%!important; }
.w60p{ width: 60%!important; }
.w55p{ width: 55%!important; }
.w50p{ width: 50%!important; }
.w45p{ width: 45%!important; }
.w40p{ width: 40%!important; }
.w35p{ width: 35%!important; }
.w30p{ width: 30%!important; }
.w100p,
.w95p,
.w90p,
.w85p,
.w80p,
.w75p,
.w70p,
.w65p,
.w60p,
.w55p,
.w50p,
.w45p,
.w40p,
.w35p,
.w30p{ height: auto !important; }
.lt9 .w100p,
.lt9 .w95p,
.lt9 .w90p,
.lt9 .w85p,
.lt9 .w80p,
.lt9 .w75p,
.lt9 .w70p,
.lt9 .w65p,
.lt9 .w60p,
.lt9 .w55p,
.lt9 .w50p,
.lt9 .w45p,
.lt9 .w40p,
.lt9 .w35p,
.lt9 .w30p{ width: auto !important; }
.img--keyVisual {
	vertical-align: top;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
}
/*----------------------------------------------*/
/* Space Size : sp[Size][padding Top]
/*----------------------------------------------*/
.spS{ margin-top: 1.5em; }
.spM{ margin-top: 3em; }
.spL{ margin-top: 4.5em; }
/*----------------------------------------------*/
/* Indent Size : in[Size]
/*----------------------------------------------*/
.inS {
	margin-right: 10px;
	margin-left: 10px;
}
.inM {
	margin-right: 20px;
	margin-left: 20px;
}
.inL {
	margin-right: 30px;
	margin-left: 30px;
}
@media screen and (max-width: 640px) {
	.inS {
		margin-right: 5px;
		margin-left: 5px;
	}
	.inM {
		margin-right: 10px;
		margin-left: 10px;
	}
	.inL {
		margin-right: 15px;
		margin-left: 15px;
	}
}
/*----------------------------------------------*/
/* variableOff
/*----------------------------------------------*/
.variableOff,
.variableOff--SS,
.variableOff--S,
.variableOff--M,
.variableOff--L,
.variableOff--LL {
	position: relative;
	overflow-x: auto;
}
.variableOff--SS .variableOff__panel > table{ min-width: 480px; }
.variableOff--S .variableOff__panel > table{ min-width: 600px; }
.variableOff--M .variableOff__panel > table{ min-width: 700px; }
.variableOff--L .variableOff__panel > table{ min-width: 800px; }
.variableOff--LL .variableOff__panel > table{ min-width: 900px; }
@keyframes arrowAnimation {
	/* flame pulses */
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.table--mask{ display: none; }
@media screen and (max-width: 640px) {
	.variableOff--arrowOn .variableOff__panel,
	.variableOff--arrowOff .variableOff__panel {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.variableOff--arrowOn .table--mask,
	.variableOff--arrowOff .table--mask {
		content: "";
		display: block;
		height: 100%;
		width: 30px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+68&0+0,1+68 */
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
		/* IE6-9 */
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.variableOff--arrowOn .table--mask:after,
	.variableOff--arrowOff .table--mask:after {
		position: absolute;
		top: 10px;
		bottom: 0;
		left: 10px;
		right: -10px;
		margin: auto;
		content: "";
		border: 10px solid transparent;
		border-left-color: #4d4d4d;
		height: 0;
		width: 0;
		z-index: 2;
		opacity: 1;
		animation: arrowAnimation 1.8s infinite;
	}
	.variableOff--arrowOff .table--mask{ display: none; }
}
/*----------------------------------------------*/
/* clearFix
/*----------------------------------------------*/
.spXL:after,
.spLL:after,
.spL:after,
.spM:after,
.spS:after,
.spSS:after,
.floatBox:after,
.floatBoxRe:after,
.floatBoxAfter:after,
.caption:after,
.itemList li:after,
.paraList:after,
.paraListBorder:after,
.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "&nbsp;";
	clear: both;
	height: 0;
}
/*----------------------------------------------*/
/* noWrap
/*----------------------------------------------*/
.noWrap{ white-space: nowrap; }
/*----------------------------------------------*/
/* Show Area
/*----------------------------------------------*/
.isShowOnSP,
.isShowOnPrint{ display: none; }
/*--------------------------------------------- */
/* floatBox(Re) / floatBoxAfter size SS~XL
/*--------------------------------------------- */
.spFloat,
.floatBoxAfter .spFollow,
img.floatL,
.floatBox .spFloat{ float: left; }
.unFloat .spFollow{ display: inline; }
.floatBoxRe .spFloat,
.floatBoxAfter .spFloat,
img.floatR,
.floatBoxRe .spFloat,
.floatBoxAfter .spFloat {
	margin-right: 0;
	float: right;
}
.floatBox .spFollow,
.floatBox .spFollow .markerList,
.floatBox .spFollow .itemList,
.floatBoxRe .spFollow,
.floatBoxRe .spFollow .markerList,
.floatBoxRe .spFollow .itemList{ overflow: hidden; }
.floatBox > .spFollow > h2:first-child,
.floatBox > .spFollow > h3:first-child,
.floatBox > .spFollow > h4:first-child,
.floatBox > .spFollow > p:first-child,
.floatBox > .spFollow > ul:first-child,
.floatBoxRe > .spFollow > h2:first-child,
.floatBoxRe > .spFollow > h3:first-child,
.floatBoxRe > .spFollow > h4:first-child,
.floatBoxRe > .spFollow > p:first-child,
.floatBoxRe > .spFollow > ul:first-child{ margin-top: 0; }
.floatBoxAfter .spFollow{ width: 100%; }
.caption {
	padding-top: 5px;
	display: block;
}
/* Base Margin
---------------------------- */
img.floatL,
.floatBox .spFloat{ margin-right: 15px; }
img.floatR,
.floatBoxRe .spFloat,
.floatBoxAfter .spFloat{ margin-left: 15px; }
/* float Size List
---------------------------- */
/* float Size( SS )　*/
.floatSS .spFloat,
.floatAfterSS .spFloat{ width: 100px; }
.floatAfterSS{ padding-right: 115px; }
.floatAfterSS .spFloat,
.floatAfterSS .spFollow{ margin-right: -115px; }
/* float Size( S )　*/
.floatS .spFloat,
.floatAfterS .spFloat{ width: 130px; }
.floatAfterS{ padding-right: 145px; }
.floatAfterS .spFloat,
.floatAfterS .spFollow{ margin-right: -145px; }
/* float Size( M )　*/
.floatM .spFloat,
.floatAfterM .spFloat{ width: 180px; }
.floatAfterM{ padding-right: 195px; }
.floatAfterM .spFloat,
.floatAfterM .spFollow{ margin-right: -195px; }
/* float Size( L )　*/
.floatL .spFloat,
.floatAfterL .spFloat{ width: 225px; }
.floatAfterL{ padding-right: 240px; }
.floatAfterL .spFloat,
.floatAfterL .spFollow{ margin-right: -240px; }
/* float Size( LL )　*/
.floatLL .spFloat,
.floatAfterLL .spFloat{ width: 340px; }
.floatAfterLL{ padding-right: 355px; }
.floatAfterLL .spFloat,
.floatAfterLL .spFollow{ margin-right: -355px; }
/* float Size( XL )　*/
.floatXL .spFloat,
.floatAfterXL .spFloat{ width: 470px; }
.floatAfterXL{ padding-right: 485px; }
.floatAfterXL .spFloat,
.floatAfterXL .spFollow{ margin-right: -485px; }
/*--------------------------------------------- */
/* List
/*--------------------------------------------- */
.liReset,
.liInSide,
.liInSide li ul,
.paraList,
.paraList.itemList,
.paraListBorder{ padding-left: 0; }
.liReset{ margin: 0; }
.liReset li{ list-style-type: none; }
.liInSide li {
	padding-left: 2.5em;
	text-indent: -1.5em;
	list-style-position: inside;
}
.liInSide li ul{ margin-left: -0.5em; }
/* list type : .li[style][location][color][type]　*/
.liSolTGrayA,
.liDotTGrayA,
.liDashTGrayA {
	border-width: 0 0 1px;
	border-color: #CCC;
}
.liSolTGrayA li,
.liDotTGrayA li,
.liDashTGrayA li {
	border-width: 1px 0 0;
	border-color: #CCC;
}
.liSolTGrayA,
.liSolTGrayA li{ border-style: solid; }
.liDotTGrayA,
.liDotTGrayA li{ border-style: dotted; }
.liDashTGrayA,
.liDashTGrayA li{ border-style: dashed; }
/* list Wrap : .li[Type]　*/
.liWrap {
	overflow: hidden;
	border-bottom: 0;
}
.liWrap li{ margin-top: -1px; }
/* list Line : .line[Size] & .linePdg[Size]　*/
.liLineSS > li:first-child,
.liLinePdgSS > li:first-child{ margin-top: 0; }
.liLinePdgSS{ padding-bottom: 0.5em; }
.liLineSS > li,
.liLinePdgSS > li{ margin-top: 0.5em; }
.liLinePdgSS > li{ padding-top: 0.5em; }
.liLinePdgSS > li > ul{ margin-bottom: 0.5em; }
.liLineS > li:first-child,
.liLinePdgS > li:first-child{ margin-top: 0; }
.liLinePdgS{ padding-bottom: 1em; }
.liLineS > li,
.liLinePdgS > li{ margin-top: 1em; }
.liLinePdgS > li{ padding-top: 1em; }
.liLinePdgS > li > ul{ margin-bottom: 1em; }
.liLineM > li:first-child,
.liLinePdgM > li:first-child{ margin-top: 0; }
.liLinePdgM{ padding-bottom: 1.5em; }
.liLineM > li,
.liLinePdgM > li{ margin-top: 1.5em; }
.liLinePdgM > li{ padding-top: 1.5em; }
.liLinePdgM > li > ul{ margin-bottom: 1.5em; }
.liLineL > li:first-child,
.liLinePdgL > li:first-child{ margin-top: 0; }
.liLinePdgL{ padding-bottom: 2em; }
.liLineL > li,
.liLinePdgL > li{ margin-top: 2em; }
.liLinePdgL > li{ padding-top: 2em; }
.liLinePdgL > li > ul{ margin-bottom: 2em; }
.liNum li,
.liDisc li{ padding-left: 0 !important; }
.liNum{ list-style-type: decimal !important; }
.liDisc{ list-style-type: disc !important; }
.liSquare{ list-style-type: square !important; }
.liLineMrgTS > li{ margin-top: 1em; }
.liLineMrgTM > li{ margin-top: 1.5em; }
.liLineMrgTL > li{ margin-top: 2em; }
/*----------------------------------------------*/
/* parallelList
/*----------------------------------------------*/
.paraList{ list-style-position: inside; }
.paraList li {
	float: left;
	margin-right: 1.5em;
}
.paraListBorder li {
	float: left;
	list-style: none;
	border-right: 1px solid #CCC;
	margin-right: 0.5em;
	padding-right: 0.5em;
}
.paraListBorder li:last-child{ border-right: none; }
/*----------------------------------------------*/
/* itemList
/*----------------------------------------------*/
.itemList{ list-style: none; }
.itemList > li > .item {
	float: left;
	display: inline-block;
	white-space: nowrap;
}
/* itemList : .itemList + .item[Size]
---------------------------------*/
.itemList{ padding-left: 0; }
.itemList > li{ padding-left: 1.5em; }
.itemList > li > .item {
	margin-left: -1.5em;
	width: 1em;
}
/* itemSizeSS */
.itemSS{ padding-left: 0; }
.itemSS > li{ padding-left: 1.5em; }
.itemSS > li > .item {
	margin-left: -1.5em;
	width: 1em;
}
/* itemSizeS */
.itemS{ padding-left: 0; }
.itemS > li{ padding-left: 2.8em; }
.itemS > li > .item {
	margin-left: -2.8em;
	width: 2.3em;
}
/* itemSizeM */
.itemM{ padding-left: 0; }
.itemM > li{ padding-left: 3.5em; }
.itemM > li > .item {
	margin-left: -3.5em;
	width: 3em;
}
/* itemSizeMM */
.itemMM{ padding-left: 0; }
.itemMM > li{ padding-left: 9em; }
.itemMM > li > .item {
	margin-left: -9em;
	width: 8.5em;
}
/* itemSizeL */
.itemL{ padding-left: 0; }
.itemL > li{ padding-left: 9.5em; }
.itemL > li > .item {
	margin-left: -9.5em;
	width: 9em;
}
.noItem,
.noItem > li{ padding-left: 0; }
/*----------------------------------------------*/
/* markerList
/*----------------------------------------------*/
.markerList{ padding-left: 0; }
.markerList li {
	list-style-type: none;
	background-position: 0 0.25em;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.markerList.liLinePdgSS > li{ background-position: 0 0.8em; }
.markerList.liLinePdgS > li{ background-position: 0 1.3em; }
.markerList.liLinePdgM > li{ background-position: 0 1.8em; }
.markerList.liLinePdgL > li{ background-position: 0 2.3em; }
/* markerList : .markerList + .mark[type], .markerList > li.mark[type] */
.markLinkA li,
li.markLinkA{ background-image: url(../img/ico/ico_link01.png); }
.markLinkA02 li,
li.markLinkA02{ background-image: url(../img/ico/ico_link02.png); }
.markLinkB li,
li.markLinkB{ background-image: url(../img/ico/ico_link03.png); }
.markLinkC li,
li.markLinkC{ background-image: url(../img/ico/ico_linkdown01.png); }
.noMarkerList{ padding-left: 0; }
.noMarkerList > li{ list-style: none; }
/*--------------------------------------------- */
/* icons : .ico[type]
/*--------------------------------------------- */
i.icoL,
i.icoR,
img.icoL,
img.icoR {
	vertical-align: middle;
	margin-top: -3px;
}
i.icoL,
img.icoL{ margin-right: 3px; }
i.icoR,
img.icoR{ margin-left: 3px; }
.icoPdf,
.icoDoc,
.icoXls,
.icoHtml,
.icoZip,
.icoExe,
.icoExternal,
.icoExternal2,
.icoExternal3,
.icoPopup,
.icoPopup2,
.icoPopup3,
.icoMovie,
.icoMovie2,
.icoFlagZAR,
.icoFlagUSD,
.icoFlagMXN,
.icoFlagSEK,
.icoFlagPLN,
.icoFlagTRY,
.icoFlagNZD,
.icoFlagNOK,
.icoFlagJPY,
.icoFlagHKD,
.icoFlagGBP,
.icoFlagEUR,
.icoFlagCHF,
.icoFlagCAD,
.icoFlagAUD,
.icoContactM01,
.icoContactM02,
.icoHome,
.icoHome2,
.icoRss,
.icoRss2,
.icoList,
.icoList2,
.icoMenu,
.icoMenu2,
.icoOpenClose,
.icoPress,
.icoIr,
.icoPr,
.icoSeminar,
.icoCampaign,
.icoImportant,
.icoSystem,
.icoService,
.icoSt24,
.icoTriAuto,
.icoFx24,
.icoFx,
.icoKabu,
.icoTriAutoETF {
	background-image: url("../img/ico/ico_invast.png");
	background-repeat: no-repeat;
	overflow: hidden;
	display: inline-block;
	text-align: left;
	text-indent: -777px;
	vertical-align: middle;
}
.lt8 .icoPdf,
.lt8 .icoDoc,
.lt8 .icoXls,
.lt8 .icoHtml,
.lt8 .icoZip,
.lt8 .icoExe,
.lt8 .icoExternal,
.lt8 .icoExternal2,
.lt8 .icoExternal3,
.lt8 .icoPopup,
.lt8 .icoPopup2,
.lt8 .icoPopup3,
.lt8 .icoMovie,
.lt8 .icoMovie2,
.lt8 .icoFlagZAR,
.lt8 .icoFlagUSD,
.lt8 .icoFlagMXN,
.lt8 .icoFlagSEK,
.lt8 .icoFlagPLN,
.lt8 .icoFlagTRY,
.lt8 .icoFlagNZD,
.lt8 .icoFlagNOK,
.lt8 .icoFlagJPY,
.lt8 .icoFlagHKD,
.lt8 .icoFlagGBP,
.lt8 .icoFlagEUR,
.lt8 .icoFlagCHF,
.lt8 .icoFlagCAD,
.lt8 .icoFlagAUD,
.lt8 .icoContactM01,
.lt8 .icoContactM02,
.lt8 .icoHome,
.lt8 .icoHome2,
.lt8 .icoRss,
.lt8 .icoRss2,
.lt8 .icoList,
.lt8 .icoList2,
.lt8 .icoMenu,
.lt8 .icoMenu2,
.lt8 .icoOpenClose,
.lt8 .icoPress,
.lt8 .icoIr,
.lt8 .icoPr,
.lt8 .icoSeminar,
.lt8 .icoCampaign,
.lt8 .icoImportant,
.lt8 .icoSystem,
.lt8 .icoService,
.lt8 .icoSt24,
.lt8 .icoTriAuto,
.lt8 .icoFx24,
.lt8 .icoFx,
.lt8 .icoKabu,
.lt8 .icoTriAutoETF{ text-indent: 0; }
/* link Icons
/* ------------------------------------ */
.icoPdf,
.icoDoc,
.icoXls,
.icoHtml,
.icoZip,
.icoExe,
.icoExternal,
.icoExternal2,
.icoExternal3,
.icoPopup,
.icoPopup2,
.icoPopup3,
.icoMovie,
.icoMovie2 {
	width: 16px;
	height: 16px;
	margin-top: -2px;
}
.icoPdf{ background-position: -192px 0px; }
.icoDoc{ background-position: -208px 0px; }
.icoXls{ background-position: -224px 0px; }
.icoHtml{ background-position: -240px 0px; }
.icoZip{ background-position: -256px 0px; }
.icoExe{ background-position: -272px 0px; }
.icoExternal{ background-position: -288px 0px; }
.icoExternal2{ background-position: -304px 0px; }
.icoExternal3{ background-position: -320px 0px; }
.icoPopup{ background-position: -336px 0px; }
.icoPopup2{ background-position: -352px 0px; }
.icoPopup3{ background-position: -368px 0px; }
.icoMovie{ background-position: -384px 0px; }
.icoMovie2{ background-position: -400px 0px; }
/* flag Ico : .addIco or .ico[type]
/* ------------------------------------ */
.icoFlagZAR,
.icoFlagUSD,
.icoFlagMXN,
.icoFlagSEK,
.icoFlagPLN,
.icoFlagTRY,
.icoFlagNZD,
.icoFlagNOK,
.icoFlagJPY,
.icoFlagHKD,
.icoFlagGBP,
.icoFlagEUR,
.icoFlagCHF,
.icoFlagCAD,
.icoFlagAUD {
	width: 28px;
	height: 19px;
}
.icoFlagZAR{ background-position: -384px 0px; }
.icoFlagUSD{ background-position: -412px 0px; }
.icoFlagSEK{ background-position: -440px 0px; }
.icoFlagPLN{ background-position: -468px 0px; }
.icoFlagTRY{ background-position: -496px 0px; }
.icoFlagNZD{ background-position: -524px 0px; }
.icoFlagNOK{ background-position: -552px 0px; }
.icoFlagJPY{ background-position: -580px 0px; }
.icoFlagHKD{ background-position: -608px 0px; }
.icoFlagGBP{ background-position: -636px 0px; }
.icoFlagEUR{ background-position: -664px 0px; }
.icoFlagCHF{ background-position: -692px 0px; }
.icoFlagCAD{ background-position: -720px 0px; }
.icoFlagAUD{ background-position: -748px 0px; }
.icoFlagMXN{ background-position: -776px 0px; }

/* Category Icon
/* ------------------------------------ */
.icoContactM01,
.icoContactM02 {
	width: 24px;
	height: 19px;
}
.icoContactM01{ background-position: -112px -39px; }
.icoContactM02{ background-position: -136px -39px; }
/* Home, Rss, List, Menu,  Icon
/* ------------------------------------ */
.icoHome,
.icoHome2,
.icoRss,
.icoRss2,
.icoList,
.icoList2,
.icoMenu,
.icoMenu2 {
	width: 16px;
	height: 16px;
}
.icoHome{ background-position: 0px 0px; }
.icoHome2{ background-position: -16px 0px; }
.icoRss{ background-position: -32px 0px; }
.icoRss2{ background-position: -48px 0px; }
.icoList{ background-position: -64px 0px; }
.icoList2{ background-position: -80px 0px; }
.icoMenu{ background-position: -96px 0px; }
.icoMenu2{ background-position: -112px 0px; }
.open a .icoHome,
a:active .icoHome{ background-position: -16px 0; }
.open a .icoRss,
a:active .icoRss{ background-position: -48px 0; }
.open a .icoList,
a:active .icoList{ background-position: -80px 0; }
.open a .icoMenu,
a:active .icoMenu{ background-position: -112px 0; }
/*  Open Close Icon
/* ------------------------------------ */
.icoOpenClose {
	width: 16px;
	height: 16px;
	border: 1px solid #DDD;
	border-radius: 10px;
	background-position: -128px 0px;
}
a:hover .icoOpenClose {
	background-position: -160px 0px;
	background-color: #666;
}
.open .icoOpenClose,
.open a:hover .icoOpenClose {
	background-position: -144px 0px;
	background-color: #666;
	box-shadow: inset 1px 1px 3px #333;
}
/* Notice Icon
/* ------------------------------------ */
.icoPress,
.icoIr,
.icoPr,
.icoSeminar,
.icoCampaign,
.icoImportant,
.icoSystem,
.icoService,
.icoSt24,
.icoTriAuto,
.icoFx24,
.icoFx,
.icoKabu,
.icoTriAutoETF {
	width: 78px;
	height: 20px;
}
.icoPress{ background-position: 0px -19px; }
.icoIr{ background-position: -78px -19px; }
.icoPr{ background-position: -156px -19px; }
.icoSeminar{ background-position: -234px -19px; }
.icoCampaign{ background-position: -312px -19px; }
.icoImportant{ background-position: -390px -19px; }
.icoSystem{ background-position: -468px -19px; }
.icoService{ background-position: -546px -19px; }
.icoSt24{ background-position: -624px -19px; }
.icoTriAuto{ background-position: -702px -19px; }
.icoFx24{ background-position: -780px -19px; }
.icoFx{ background-position: -858px -19px; }
.icoKabu{ background-position: -936px -19px; }
.icoTriAutoETF{ background-position: -1014px -19px; }
/*----------------------------------------------*/
/* table
/*----------------------------------------------*/
table{ font-size: inherit; }
.alignT{ vertical-align: top; }
caption,
th {
	font-style: normal;
	font-weight: normal;
}
table,
table th,
table td{ border: 1px solid #CCC; }
table th,
table td {
	border-top: 0;
	border-left: 0;
	padding: 5px;
}
table {
	background-color: #fff;
	width: 100%;
	border-collapse: separate;
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
}
table th{ background-color: #E8E8E8; }
table th.sub{ background-color: #F1F1F1; }
table.alignC th{ text-align: center; }
.addOddEven .odd td{ background-color: #EEE; }
.tableTypeA th{ text-align: left; }
.tableTypeYellow th{ background-color: #FFFFE0; }
.tableTypeGreen th{ background-color: #F0FFF0; }
.tableTypeBlue th{ background-color: #E0FFFF; }
.tableFrame,
.tableFrame th,
.tableFrame td {
	border: none;
	background-color: inherit;
}

/*# sourceMappingURL=core.css.map */
