@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Raleway');

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: #222222;
	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;
}

*, ::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;
}

/* DECO */

.imgB {
	padding: 0;
	border: 1px solid #CCC;
}

.red {
	color: #F00;
}

.blue {
	color: #1591d0;
}

.green {
	color: #009817
}

h5 {
	font-size: 1.6rem;
	line-height: 2.4;
	text-align: center;
	margin: 100px 0;
	padding: 0;
}
