@charset "UTF-8";
/*-----------------------------------------------
/*	core.scss / 2014.03.11
/*--------------------------------------------- */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary{ display: block; }
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video{ display: inline-block; }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template{ display: none; }
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/**
 * Remove default margin.
 */
body{ margin: 0; }
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a{ background: transparent; }
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus{ outline: thin dotted; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover{ outline: 0; }
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title]{ border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong{ font-weight: bold; }
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn{ font-style: italic; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre{ white-space: pre-wrap; }
/**
 * Set consistent quote types.
 */
q{ quotes: "\201C" "\201D" "\2018" "\2019"; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small{ font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img{ border: 0; }
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root){ overflow: hidden; }
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure{ margin: 0; }
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 2 */
	margin: 0;
	/* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input{ line-height: normal; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select{ text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]{ cursor: default; }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{ -webkit-appearance: none; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------*/
/* font
/*----------------------------------------------*/
/* common
/* ------------------------------------ */
body {
	font: 14px/1.7 "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	color: #333333;
}
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%; }
/* form
/* ------------------------------------ */
select,
input,
button,
textarea{ font-size: 99%; }
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%; }
}
/* style
/* ------------------------------------ */
strong,
.txtRed{ color: #ff4136; }
.txtBlue{ color: #2E4E94; }
.txtBold{ font-weight: bold; }
.txtUnder{ text-decoration: underline; }
/*----------------------------------------------*/
/* 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: #59acef; }
a:active{ color: #81bfef; }
/*----------------------------------------------*/
/* Align
/*----------------------------------------------*/
.alignC{ text-align: center; }
.alignL{ text-align: left; }
.alignR{ text-align: right; }
/*----------------------------------------------*/
/* margin
/*----------------------------------------------*/
.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; }
/*----------------------------------------------*/
/* clearFix
/*----------------------------------------------*/
.clearFix:after,
.spS:after,
.spM:after,
.spL:after,
.floatBox:after,
.parallelList:after,
.itemList > li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "&nbsp;";
	clear: both;
	height: 0;
}
/*----------------------------------------------*/
/* width percentage
/*----------------------------------------------*/
.w100p,
.w95p,
.w90p,
.w85p,
.w80p,
.w75p,
.w70p,
.w65p,
.w60p,
.w55p,
.w50p,
.w45p,
.w40p,
.w35p,
.w30p{ height: auto !important; }
.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; }
/*----------------------------------------------*/
/* Space Size : sp[Size][padding Top]
/*----------------------------------------------*/
.spS{ margin-top: 1em; }
.spM{ margin-top: 2em; }
.spL{ margin-top: 3em; }
/*----------------------------------------------*/
/* 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;
}
/*--------------------------------------------- */
/* 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,
.floatBoxRe .spFollow{ overflow: hidden; }
.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: 180px; }
.floatAfterS{ padding-right: 195px; }
.floatAfterS .spFloat,
.floatAfterS .spFollow{ margin-right: -195px; }
/* float Size( M )　*/
.floatM .spFloat,
.floatAfterM .spFloat{ width: 225px; }
.floatAfterM{ padding-right: 240px; }
.floatAfterM .spFloat,
.floatAfterM .spFollow{ margin-right: -240px; }
/* float Size( L )　*/
.floatL .spFloat,
.floatAfterL .spFloat{ width: 310px; }
.floatAfterL{ padding-right: 325px; }
.floatAfterL .spFloat,
.floatAfterL .spFollow{ margin-right: -325px; }
/* 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; }
/*----------------------------------------------*/
/* clear
/*----------------------------------------------*/
.clear{ clear: both; }
/*----------------------------------------------*/
/* no warp
/*----------------------------------------------*/
.noWrap{ white-space: nowrap; }
/*----------------------------------------------*/
/* hide
/*----------------------------------------------*/
.hide{ display: none; }
/*----------------------------------------------*/
/* table
/*----------------------------------------------*/
table {
	font-size: inherit;
	border-collapse: separate;
	width: 100%;
}
caption,
th{ font-style: normal; }
.tableTypeA,
.tableTypeA th,
.tableTypeA td {
	border-width: 1px;
	border-style: solid;
}
.tableTypeA th,
.tableTypeA td {
	border-top: 0;
	border-left: 0;
	padding: 5px;
}
.tableTypeA th {
	text-align: left;
	font-weight: normal;
}
.tableTypeA {
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
}
.tableTypeA,
.tableTypeA th,
.tableTypeA td{ border-color: #DDD; }
.tableTypeA th{ background-color: #E8E8E8; }
.tableTypeA th.sub{ background-color: #F1F1F1; }
.tableTypeA .addOddEven .odd th{ background-color: #E8E8E8; }
.tableTypeA .addOddEven .odd td{ background-color: #EEE; }
.tableTypeA.alignC th{ text-align: center; }
/*--------------------------------------------- */
/* List
/*--------------------------------------------- */
ul,
ol{ padding-left: 2em; }
.liReset,
.liInSide,
.liInSide > li ul,
.parallelList,
.parallelList.itemList{ 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]　*/
.isLiSS > li,
.isLiPdgSS > li{ margin-bottom: 0.5em; }
.isLiPdgSS > li{ padding-top: 0.5em; }
.isLiPdgSS > li > ul{ margin-top: 0.5em; }
.isLiS > li,
.isLiPdgS > li{ margin-bottom: 1em; }
.isLiPdgS > li{ padding-top: 1em; }
.isLiPdgS > li > ul{ margin-top: 1em; }
.isLiM > li,
.isLiPdgM > li{ margin-bottom: 1.5em; }
.isLiPdgM > li{ padding-top: 1.5em; }
.isLiPdgM > li > ul{ margin-top: 1.5em; }
.isLiL > li,
.isLiPdgL > li{ margin-bottom: 2em; }
.isLiPdgL > li{ padding-top: 2em; }
.isLiPdgL > li > ul{ margin-top: 2em; }
.liNum > li,
.liDisc > li{ padding-left: 0 !important; }
.liNum > li{ list-style-type: decimal !important; }
.liDisc > li{ list-style-type: disc !important; }
.liSquare > li{ list-style-type: square !important; }
/*----------------------------------------------*/
/* parallel List
/*----------------------------------------------*/
.parallelList{ list-style-position: inside; }
.parallelList > li {
	float: left;
	margin-left: 1.5em;
}
.parallelList > li:first-child{ margin-left: 0; }
.parallelListBorder > li {
	list-style: none;
	border-right: 1px solid #CCC;
	margin-right: 0.5em;
	margin-left: 0;
	padding-right: 0.5em;
}
.parallelListBorder > li:last-child{ border-right: none; }
/*----------------------------------------------*/
/* itemList
/*----------------------------------------------*/
.itemList > li{ list-style: none; }
.itemList > li > .item {
	float: left;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}
/* itemList : .itemList + .item[Size]
---------------------------------*/
.itemList{ padding-left: 0; }
.itemList > li{ padding-left: 2em; }
.itemList > li > .item {
	margin-left: -2em;
	width: 1.5em;
}
/* itemSizeS */
.isItemS{ padding-left: 0; }
.isItemS > li{ padding-left: 2.6em; }
.isItemS > li > .item {
	margin-left: -2.6em;
	width: 2.3em;
}
/* itemSizeM */
.isItemM{ padding-left: 0; }
.isItemM > li{ padding-left: 3.2em; }
.isItemM > li > .item {
	margin-left: -3.2em;
	width: 2.9em;
}
/* itemSizeMM */
.isItemMM{ padding-left: 0; }
.isItemMM > li{ padding-left: 5.1em; }
.isItemMM > li > .item {
	margin-left: -5.1em;
	width: 4.8em;
	text-align: left;
}
/* itemSizeL */
.isItemL{ padding-left: 0; }
.isItemL > li{ padding-left: 6.3em; }
.isItemL > li > .item {
	margin-left: -6.3em;
	width: 6em;
	text-align: left;
}
/* itemSizeLL */
.isItemLL{ padding-left: 0; }
.isItemLL > li{ padding-left: 8.8em; }
.isItemLL > li > .item {
	margin-left: -8.8em;
	width: 8.5em;
	text-align: left;
}
/* itemSizeXL */
.isItemXL{ padding-left: 0; }
.isItemXL > li{ padding-left: 9.3em; }
.isItemXL > li > .item {
	margin-left: -9.3em;
	width: 9em;
	text-align: left;
}
.noItem,
.noItem > li{ padding-left: 0; }
/*----------------------------------------------*/
/* markerList
/*----------------------------------------------*/
.markerList{ padding-left: 0; }
.markerList > li {
	list-style-type: none;
	background-position: 5px 0.24em;
	background-repeat: no-repeat;
	padding-left: 28px;
}
.markerList.isLiPdgSS > li{ background-position: 0 0.8em; }
.markerList.isLiPdgS > li{ background-position: 0 1.3em; }
.markerList.isLiPdgM > li{ background-position: 0 1.8em; }
.markerList.isLiPdgL > li{ background-position: 0 2.3em; }
/* markerList : .markerList + .mark[type], .markerList > li.mark[type] */
.markLinkA li,
li.markLinkA{ background-image: url(../img/ico/ico_arrow_a1.png); }
.noMarkerList > li{ list-style: none; }
/*--------------------------------------------- */
/* addIco : .addIco or .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; }
.icoAi,
.icoPsd,
.icoPdf,
.icoDoc,
.icoXls,
.icoHtml,
.icoZip,
.icoExe,
.icoBlank,
.icoType2 .icoBlank,
.icoType3 .icoBlank,
.icoPopup,
.icoType2 .icoPopup,
.icoType3 .icoPopup {
	background-image: url("../img/ico/ico_links.png");
	background-repeat: no-repeat;
	overflow: hidden;
	display: inline-block;
	text-align: left;
	text-indent: -777px;
	vertical-align: middle;
}
.lt8 .icoAi,
.lt8 .icoPsd,
.lt8 .icoPdf,
.lt8 .icoDoc,
.lt8 .icoXls,
.lt8 .icoHtml,
.lt8 .icoZip,
.lt8 .icoExe,
.lt8 .icoBlank,
.lt8 .icoPopup{ text-indent: 0; }
/* link Icons
/* ------------------------------------ */
.icoAi,
.icoPsd,
.icoPdf,
.icoDoc,
.icoXls,
.icoHtml,
.icoZip,
.icoExe,
.icoBlank,
.icoType2 .icoBlank,
.icoType3 .icoBlank,
.icoPopup,
.icoType2 .icoPopup,
.icoType3 .icoPopup {
	width: 16px;
	height: 16px;
	margin-top: -2px;
}
.icoAi{ background-position: 0px 0px; }
.icoPsd{ background-position: -16px 0px; }
.icoPdf{ background-position: -32px 0px; }
.icoDoc{ background-position: -48px 0px; }
.icoXls{ background-position: -64px 0px; }
.icoHtml{ background-position: -80px 0px; }
.icoZip{ background-position: -96px 0px; }
.icoExe{ background-position: -112px 0px; }
.icoBlank{ background-position: 0px -16px; }
.icoType2 .icoBlank{ background-position: -16px -16px; }
.icoType3 .icoBlank{ background-position: -32px -16px; }
.icoPopup{ background-position: -48px -16px; }
.icoType2 .icoPopup{ background-position: -64px -16px; }
.icoType3 .icoPopup{ background-position: -80px -16px; }
/*----------------------------------------------*/
/* border arrow
/*----------------------------------------------*/
.testArrowL:after,
.testArrowR:after,
.testArrowT:after,
.testArrowB:after {
	content: "";
	border-style: solid;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
}
.testArrowL:after {
	border-width: 4px 6px;
	border-color: transparent #333333 transparent transparent;
	margin-left: -2px;
}
.testArrowR:after {
	border-width: 4px 6px;
	border-color: transparent transparent transparent #333333;
	margin-left: 4px;
}
.testArrowT:after {
	border-width: 6px 4px;
	border-color: transparent transparent #333333 transparent;
	margin-top: -6px;
	margin-left: 2px;
}
.testArrowB:after {
	border-width: 6px 4px;
	border-color: #333333 transparent transparent transparent;
	margin-bottom: -6px;
	margin-left: 2px;
}
