/* Reset CSS 2017.10.10
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.5;
	background-color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #333;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Link color
   ========================================================================== */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}

/* Link icon
   ========================================================================== */
   
.link1:before {
    content: "i";
    color: #F60;
    font-family: fontello;
    margin-right: .2em;
}

/* イメージを半透明にする（class指定）
   ========================================================================== */
   
img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/* 文字間を全角1文字分空ける（class指定）
   ========================================================================== */

.spc {
	letter-spacing: 1em;
}


/* 文字間を全角1文字分空ける（class指定）
   ========================================================================== */

.spc2 {
	letter-spacing: 2em;
}
/* 文字間を全角0.5文字分空ける（class指定）
   ========================================================================== */

.spch {
	letter-spacing: 0.5em;
}


/* 画像をレスポンシブ対応にする（class指定）
   ========================================================================== */

.liq {
  max-width: 100%;
  height: auto;
}

/* floatの解除
   ========================================================================== */

.clear {
	clear:both;
	}


