

@import url('css.css');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
embed {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
}

body {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	width: 100%;
}

/* body {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
} */

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width:100%;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    vertical-align: text-bottom;
    border:none;
}

*, ::before, *::after {
	box-sizing: border-box;
}

/* FLOAT */

.left {
	float: left;
}

.right {
	float: right;
}

/* CLEAR */

.clearfix:after {
    content:" ";
    display: block;
    clear: both;
}

.clear {
	clear: both;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.indent {
    text-indent:-1em;
    padding-left:1em;
}

.red {
	color: #F00;
}
