@charset "utf-8";
/**************************************/
/***** reset Eric Meyer’s ver2.0 *****/
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;
}
body {
	line-height: 1;
}
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;
}
/**************************************/

/**************************************/
body {
	font-family: "Meiryo UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Sans-Serif;
	/*overflow : hidden;*/
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 920px;
	min-height: 680px;
}
/**************************************/
/**************************************/
#main {
	position: absolute;
	background-image: url("../images/s00000001_1.png");
	width: 845px;
	height: 549px;
	margin: 0;
	color: #ffffff;
	left: 40px;
	top: 1px;
}
#coursetitle {
	position: absolute;
	width: 800px;
	height: 70px;
	top: 215px;
	left: 56px;
	font-size: 34px;
	font-weight: bold;
}
#coursetitle h1 {
	line-height: 70px;
}
#category {
	position: absolute;
	width: 800px;
	height: 50px;
	top: 168px;
	left: 56px;
	font-size: 26px;
	font-weight: bold;
}
#category h2 {
	line-height: 50px;
}
#outline {
	position: absolute;
	height: 138px;
	padding-top: 24px;
	padding-left: 26px;
	padding-bottom: 28px;
	padding-right: 26px;
	top: 278px;
	left: 48px;
	font-size: 16px;
	line-height: 28px;
	color: #0084ff;
}
.outline1 {
	background-image: url("../images/s00000001_3.png");
	width: 526px;
}
.outline2 {
	background-image: url("../images/s00000001_4.png");
	width: 640px;
}
#outline p {
	padding-bottom: 23px;
}
#button {
	position: absolute;
	top: 536px;
	left: 766px;
}
/**************************************/

/**************************************/
#footer {
	position: absolute;
	width: 920px;
	height: 23px;
	margin: 580px 0 0 -460px;
	padding: 20px 0 20px 0;
	left: 50%;
}
#footer p {
	text-align: center;
	font-size: 12px;
}
#enquete {
	margin: 200px 0px 0px 0px;
}
/**************************************/

#swipe_dummy {
	position: absolute;
	left: -47px;
	top: 2px;
	width: 968px;
	height: 590px;
	background-color: #d1d1d1;
	opacity: 0;
}
