@charset "UTF-8";
/* ----------------------------------------------------------------reset*/
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
    text-align: center;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
}
/*others*/
table {
	border-spacing:0;
}
* html table {
	border-collapse:collapse;
}
*:first-child+html table {
	border-collapse:collapse;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
th, td {
	vertical-align: middle;
	border-collapse:collapse;
}
table, th, td, tr, img {
	border:0;
}
img {
	vertical-align:bottom;
}
q:before, q:after {
	content:'';
}
ul, ol {
	list-style: none;
}
/* ------------------------------------------------------------------base*/
html {
	font: 62.5%/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333333;
    line-height: 1.7;
}
body{
    font: 62.5%/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333333;
}

/*link*/
a {
    color: #424242;
	text-decoration: none;
}
a img {
	border-style: none;
}
a:hover {

}
/*font-size*/
h1, h2, h3, h4, h5, h6, p {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 170%;
	word-break: break-all;
}
li, dt, dd {
	font-size: 1.6rem;
	font-size: 16px;
}
table {
	font-size: 1.6rem;
	font-size: 16px;
}
@media print, screen and (max-width:768px) {
h1, h2, h3, h4, h5, p {
	font-size: 1.4rem;
	font-size: 14px;
}
li, dt, dd {
	font-size: 1.4rem;
	font-size: 14px;
}
table {
	font-size: 1.4rem;
	font-size: 14px;
}
}
/*
@media print, screen and (max-width:480px) {
h1, h2, h3, h4, h5, p {
	font-size: 1.2rem;
	font-size: 12px;
}
li, dt, dd {
	font-size: 1.2rem;
	font-size: 12px;
}
table {
	font-size: 1.2rem;
	font-size: 12px;
}
}
*/
@font-face {
	font-family: CONDENSEicon;
	src: url("../fonts/CONDENSEicon.eot");
}
@font-face {
    font-family: 'CONDENSEicon';
    src:url('../fonts/CONDENSEicon.woff') format('woff'),
        url('../fonts/CONDENSEicon.otf') format('opentype');
}