@charset "UTF-8";

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;
}

html{
	height: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.0;
	color: #333;
}
h2,h3,h4,h5,h6{
	font-weight: 600;
}

ol, ul{
	list-style: none;
}

body{
	position: relative;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	letter-spacing: 0.03em;
}

img{
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

a,
input{
	transition: opacity 200ms linear;
	text-decoration: none;
	color: #333;
}
a:hover,
input:hover{
	opacity: .8;
}

main{
	margin: 0 auto;
	display: block;
	padding-top: 100px;
}
.content-wrap.inner{
	max-width: 1120px;
	margin: 0 auto 40px;
}

/* header
------------------------------------------------*/
header{
	width: 100%;
	height: 100px;
	position: fixed;
	background: #fff;
	z-index: 1;
}
#header-wrap{
	max-width: 1280px;
	margin: 0 auto;
}
