@charset "utf-8";
/* CSS Document */

/* =========================================================
RESET
========================================================= */

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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
{
margin: 0;
padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}


html {}

body {
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #5AC8FB url(../img/bg.png) repeat-x top;
}

a:link {}

a:visited {}

a:hover {}

a:active {}


/* =========================================================
wrapper
========================================================= */
#wrapper {
	text-align: center;
	position: relative;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}


/* =========================================================
firstView
========================================================= */
#firstView {
	text-align: center;
	padding-top: 80px;
	width: 820px;
	margin: 0 auto;
}

#visual {
	float: left;
	width: 313px;
}

#main {
	float: right;
	width: 466px;
}

#main h1 {
	padding-top: 40px;
}

#main p {
	text-align: left;
	margin: 20px 0 40px;
	line-height: 1.8;
}

#main ul li {
	display: inline-block;
	padding: 10px;
}

@media screen and (max-width: 860px) {
	#firstView {
		padding: 60px 20px 0;
		width: auto;
		margin: 0 auto;
	}

	#visual {
		float: none;
		width: auto;
	}

	#main {
		float: none;
		width: auto;
	}

	#main p {
		max-width: 460px;
		margin: 20px auto 40px;
	}
}


/* =========================================================
brand
========================================================= */
#brand {
	padding-top: 40px;
}

#brand ul li {
	display: inline-block;
	padding: 20px;
}


/* =========================================================
contact
========================================================= */
.contact {
	margin: 30px auto;
	padding: 0 20px;
}

.contact p {
	font-size: 12px;
	color: #666;
}

.contact p a {
	color: #036;
}

/* =========================================================
social
========================================================= */
#social {
	/*position: absolute;*/
	position: fixed;
	right: 20px;
	top: 20px;
}

#social ul {}

#social ul li {
	display: inline-block;
	margin: 0 4px;
}

#social ul li a {}

#social ul li a img {}

/* =========================================================
copyright
========================================================= */
#copyright {
	padding-top: 40px;
	padding-bottom: 20px;
}

#copyright p {
	font-size: 14px;
	color: #FFF;
}

/* =========================================================
CLEARFIX
========================================================= */
#firstView:before,
#firstView:after,
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

#firstView:after,
.clearfix:after {
	clear: both;
}

#firstView,
.clearfix {
	*zoom: 1;
}
