@charset "utf-8";
@import url("./default.css");

/* -----------------------------
fk-td.com ikeda
2015-10-19
----------------------------- */

/* -----------------------------
pc
----------------------------- */
@import url("./pc.css") screen and (min-width:769px);

/* -----------------------------
sp / tablet
----------------------------- */
@import url("./sp.css") screen and (max-width:769px);

/* -----------------------------
common
----------------------------- */

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 15px;
	line-height: 170%;
	color: #222222;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}

a:active {
	border: none;
}

a {
	text-decoration: none;
	color: #0088CC;
}

a:hover {
	text-decoration: underline;
}

img {
	-ms-interpolation-mode: bicubic;
}

a img {
	border: none !important;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.6;
}

ul,
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.normal {
	margin: 10px auto;
	padding-left: 1.6em;
	list-style: disc;
}

ul.normal li {
	list-style: disc;
	list-style-position: outside;
	overflow: visible;
}

ol > li {
	padding: auto;
	margin: auto;
	list-style: decimal;
	overflow: visible;
}

table,
table * {
	overflow: visible;
	border-collapse: collapse !important;
}

table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

sup {
	font-size: x-small;
	vertical-align: super;
}

/* -----------------------------
general
----------------------------- */