@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
IID

Copyright (C) KAYAC Inc. All Rights Reserved.
------------------------------------------------------------

[Base] Resetting HTML elements styles
	0. All
	1. HTML, Body, Anchor
	2. Others
		2-1. Inline-level Elements
		2-2. Block-level Elements
		2-3. Table

[Layout] 
	0. Base Layout
	1. Header
	2. Content
	3. Footer

[Module] 
	1. Common Elements
	2. Common Module
	3. Intro
	4. Workshop
	5. Movie
	6. Feedback
	90. Others
	99. Clearfix


//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	background: #fff;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

/* ---------------
EXAMPLES FONT-SIZE
------------------
63% = 10px
69% = 11px
75% = 12px
82% = 13px
88% = 14px
94% = 15px
100% = 16px
107% = 17px
113% = 18px
119% = 19px
125% = 20px
132% = 21px
138% = 22px
144% = 23px
150% = 24px
157% = 25px
163% = 26px
--------------- */

a:link {
	color: #1D9531;
	text-decoration: underline;
}

a:visited {
	color: #B0BF17;
}

a:hover,
a:active  {
	color: #D700A1;
	text-decoration: none;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

hr {
	display: none;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

body {
	padding-top: 30px;
	background: url(/img/bg_body.png);
	text-align: center;
}

div#container {
	width: 890px;
	margin: 0 auto;
	padding: 40px 30px;
	text-align: left;
	background: #FFF;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

div#header {
	position: relative;
	margin: 0 0 50px;
}

/* tagline
------------------------------------------------- */
div#header p#tagline {
	position: absolute;
	top: 0;
	left: 0;
}

/* siteName
------------------------------------------------- */
div#header #siteName {
	padding-top: 75px;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */

div#content {
	padding: 0 20px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

div#footer {
	padding: 20px 20px 0;
	border-top: 1px solid #1D9531;
	font-size: 75%;
}

/* kayacProject
------------------------------------------------- */
div#footer dl#kayacProject {
	margin-bottom: 10px;
}

div#footer dl#kayacProject dt {
	float: left;
	width: 100px;
}

div#footer dl#kayacProject dt img {
	vertical-align: middle;
}

div#footer dl#kayacProject dd {
	margin-left: 100px;
}

div#footer dl#kayacProject dd ul li {
	float: left;
	margin: 0 10px 3px 0;
	white-space: nowrap;
}

/* copyright
------------------------------------------------- */
div#footer p#copyright {
	font-weight: bold;
	text-align: center;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Color
------------------------------------------------- */
.orange { color: #ED8B13; }
.pink { color: #D700A1; }
.blue { color: #1963AA; }
.green { color: #1D9531; }
.olive { color: #B0BF17; }

/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */

/* Section
------------------------------------------------- */
.sectionLv1 {
	margin-bottom: 70px;
	padding: 0 30px;
}

.sectionLv1 h2 {
	margin: 0 -30px 30px;
}

.sectionLv2 {
	margin-bottom: 30px;
}

.sectionLv2 h3 {
	margin-bottom: 20px;
}

/* ------------------------------------------------------------
	3. Intro
------------------------------------------------------------ */
div#intro {
	padding: 0;
}

div#intro div.unitTxt {
	float: left;
	width: 540px;
	font-size: 138%;
}

div#intro div.unitTxt p {
	margin-bottom: 1.8em;
}

div#intro div.unitImg {
	float: right;
	width: 280px;
	text-align: center;
}

/* ------------------------------------------------------------
	4. Workshop
------------------------------------------------------------ */
div#workshop div.unitTxt {
	float: left;
	width: 360px;
}

div#workshop div.unitTxt p {
	margin-bottom: 20px;
}

div#workshop div.unitTxt p.btn {
	text-align: center;
}

div#workshop div.unitTxt p.note {
	font-size: 75%;
	text-align: center;
}

div#workshop ul.photo {
	overflow: hidden;
	float: right;
	width: 440px;
	margin-right: -40px;
}

div#workshop ul.photo li {
	float: left;
	margin-right: 40px;
}

/* ------------------------------------------------------------
	5. Movie
------------------------------------------------------------ */
div#movie p.txt {
	margin-bottom: 30px;
}

div#movie ul.movie {
	overflow: hidden;
	width: 810px;
	margin-right: -20px;
}

div#movie ul.movie li {
	float: left;
	margin: 0 20px 20px 0;
}

/* ------------------------------------------------------------
	6. Feedback
------------------------------------------------------------ */
div#feedback ul.children li {
	display: inline;
	margin-right: 1em;
	font-size: 113%;
}

div#feedback ul.parent li {
	padding-left: 1em;
	font-size: 113%;
	text-indent: -1em;
}

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

div#footer dl#kayacProject dd ul:after,
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
div#footer dl#kayacProject dd ul,
.group {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html div#footer dl#kayacProject dd ul,
* html .group {
    height: 1%;
}
div#footer dl#kayacProject dd ul,
.group {
    display: block;
}
/* End hide from IE-mac */
