@charset "UTF-8";
/* cssを、さぁ、はじめるざますよｗ
ふんが。
そうでがんすｗ
--------------------------------------------*/


/* formatting style(基本スタイル)
--------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.8;
	background-color: #ffffff;
}
hr {
	display: none;
}

li {
	list-style: none;	
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
blockquote, p, pre, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}

/* link style(リンクスタイル)
--------------------------------------------*/

a {
  transition: 0.4s;
}

a img {
	border-style: none;
}
a:hover img {
	/*opacity:0.6;-moz-opacity:0.6;
	filter: alpha(opacity=60);*/
}
a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	color: #669999;
	text-decoration: none;
}
a:hover {
	/*color: #486648;*/
	text-decoration: underline;
	opacity:0.6;-moz-opacity:0.6;
	filter: alpha(opacity=60);
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* 戻るボタンの表示
--------------------------------------------*/
#page-top{
	width: 60px;
	height: 60px;
	display:none;
	position: fixed;
	right: 16px;
	bottom: 16px;
	
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	/*background:#3b3b3b;*/
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#page-top p:hover{
	/*background:#8b8b8b;
	border-radius: 30px;*/
}
 
#move-page-top{
	/*color:#fff;*/
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}





/* basic layout(基本のレイアウト)
--------------------------------------------*/
v--------------- {
}
#container {
	margin: 0px auto;
	width: 920px;
	/*background-image: url(images/shadow.png);*/
	/*background-repeat: repeat;*/
}

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	border-right: 1px none #999999;
	border-left: 1px none #999999;
	border-bottom: 1px none #999999;
	border-top-style: none;
	margin: auto;
}
#header {
	background-color: #FFFFFF;
	height: 160px;
	background-image: url(images/titleback-1.png);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	background-position: 0px 59px;
}
#header-0{
	height: 22px;
	color: #666;
	font-size: 11px;
	padding-top: 10px;
}

#header #header-title a {
	background-image: url(images/titleback-1.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 80px;
	width: 282px;
	float: left;
	position: absolute;
	top: 59px;
}

#header #header-title a:hover {
	background-image: url(images/titleback-2.png);
}
#header #header-title a:active {
	position: absolute;
	left: 1px;
	top: 60px;
}

#header #header-entry a {
	background-image: url(images/titleback-1.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 206px;
	float: right;
	background-position: -694px 0px;
	position: absolute;
	left: 694px;
	top: 59px;
}

#header #header-entry a:hover {
	background-image: url(images/titleback-2.png);
}
#header #header-entry a:active {
	position: absolute;
	left: 695px;
	top: 60px;
}


#sidebar {
	width: 290px;
	margin-bottom: 20px;
	float: left;
	font-size: 97%;
	padding: 30px 20px 15px 0px;
}
#main {
	padding: 22px 0px 15px 30px;
	width: 555px;
	margin-bottom: 20px;
	float: right;
}
#footer {
	clear: both;
	height: 70px;
	border-top: 2px solid #FC9;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
}

/* header style(ヘッダー部分のその他、スタイル。フォント、他の画像など)
--------------------------------------------*/
vv--------------- {
}

#header h1,#header h2,#header h3 {
	display: none;
}

#header-img {
	height: 116px;
	background-image: url(images/top-img-page.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#home #header-img {
	height: 330px;
	background-image: none;
	position: relative;
	overflow: hidden;
}



#header-bottom {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 27px;
	margin-bottom: 16px;
	position: relative;
	display: none;
}
#home #header-bottom {
	display: block;
}


.header-red,
.header-yellow,
.header-green,
.header-blue {
	width: 190px;
	padding: 10px;
	border-radius: 8px;
	color: #FFF;
	float: left;
	height: 190px;
}




.header-red {
	background-color: #F66;
}
.header-yellow {
	background-color: #FC6;
}
.header-green {
	background-color: #0C9;
}
.header-blue {
	background-color: #09F;
}

#header-bottom h2 {
	font-weight: bold;
	font-size: 14.5pt;
	line-height: 1.2em;
	padding-bottom: 0.2em;	
}



#header-bottom h3 {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0.2em;
}
#header-bottom h3 a:link,
#header-bottom h3 a:visited {
	color: #993;
	background-color: #FFF;
	border-radius: 8px;
	padding: 3px 50px 2px 50px;
}

#header-bottom p {
	font-size: 9.7pt;
	line-height: 1.5em;

}
#header-bottom h3 a:hover {
	color: #FF6600;
}

.margin-yoko1 {
	margin: 0 20px 0 0;
}

/* ヘッダーアニメーション
--------------------------------------------*/
vvvvv--------------- {
}
#header-img img {
	margin-right: 0px;
	margin-left: 0px;
}
#header-img li {
	display: none;
}

#home #header-img li {
	animation-name: anime;
	animation-duration: 48s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-play-state: running;
	
	-moz-animation-name: anime;
	-moz-animation-duration: 48s;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	
	-webkit-animation-name: anime;
	-webkit-animation-duration: 48s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;

	position: absolute;
	/*top: 122px;*/
	
	display: block;	
}

li.slide01 {
animation-delay:-48s;
-moz-animation-delay:-48s;
-webkit-animation-delay:-48s;
}
li.slide02 {
animation-delay:-36s;
-moz-animation-delay:-36s;
-webkit-animation-delay:-36s;
}
li.slide03 {
animation-delay:-24s;
-moz-animation-delay:-24s;
-webkit-animation-delay:-24s;
}
li.slide04 {
animation-delay:-12s;
-moz-animation-delay:-12s;
-webkit-animation-delay:-12s;
}


@keyframes anime {
0% {opacity:1;}    /*フレームイン開始*/
5% {opacity:1;}                /*(a)全体の1/10秒でフレームイン終了*/
21% {opacity:1;}    /*(b)ここまで停止して、フレームアウト開始（b = 100 / スライド数） */
26% {opacity:0;}
95% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes anime {
0% {opacity:1;}    /*フレームイン開始*/
5% {opacity:1;}                /*(a)全体の1/10秒でフレームイン終了*/
21% {opacity:1;}    /*(b)ここまで停止して、フレームアウト開始（b = 100 / スライド数） */
26% {opacity:0;}
95% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes anime {
0% {opacity:1;}    /*フレームイン開始*/
5% {opacity:1;}                /*(a)全体の1/10秒でフレームイン終了*/
21% {opacity:1;}    /*(b)ここまで停止して、フレームアウト開始（b = 100 / スライド数） */
26% {opacity:0;}
95% {opacity:0;}
100% {opacity:1;}
}


/* sidebar style(サイドバーのスタイル)
--------------------------------------------*/
vvvvv--------------- {
}
#sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B2B2B2;
	list-style-type: none;
	list-style-image: url(images/list03Date.png);
	list-style-position: inside;
	padding-left: 10px;
	margin-bottom: 3px;
	font-size: 1.25em;
	padding-bottom: 5px;
	padding-top: 5px;
}

#sidebar ul .list-top {
	border-top: 1px dashed #A7A7A7;
}
#sidebar li.nodot {
	list-style: url(none) none;
}
#sidebar a img {
	padding-bottom: 6px;
}
#sidebar ul li a:link {
	color: #666666;
	text-decoration: none;
}

#sidebar ul li a:visited {
	color: #666666;
}
#sidebar ul li a:hover {
	color: #FF9966;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#sidebar h1 {
	margin-bottom: 15px;
}
#sidebar h2 {
	font-size: 130%;
	color: #FFC176;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCD90;
}
#sidebar h3 {
	font-weight: normal;
	font-size: 95%;
	border: 2px dashed #D2FAB1;
	border-radius: 12px;
	padding: 5px;
}
#sidebar h3 a:link {
	color: #999999;
}
#sidebar h3 a:visited {
	color: #999999;
}
#sidebar h3 a:hover {
	color: #000;
}
#sidebar h4 {
	margin-bottom: 10px;
	border: 2px dashed #FFC08C;
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#sidebar h4 a {
	text-decoration: none;
}
#sidebar h5 {
	font-weight: normal;
	text-decoration: none;
}
#sidebar img {
	margin: 0px;
	padding: 0px;
}


#sidebar table {
	border-collapse: collapse;
	margin-top: 5px;
	width: 290px;
}
#sidebar table th {
	width: 3.5em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #999;
}
#sidebar table td {
	padding-right: 0.5em;
	text-align: left;
	border-bottom: 1px dashed #999;
}

/* main style(メイン部分のトップページ用フレーム、フォントなど)
--------------------------------------------*/
vvv--------------- {
}

#main p {
	line-height: 1.8;
	margin-bottom: 0px;
}
#main h1 {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: normal;
	color: #92CC92;
	padding: 3px 0px 0px 5px;
	border-bottom: 5px solid #92cc92;
}
#main h2{
	color: #FF9966;
	font-size: 135%;
	margin-bottom: 4px;
	border-top: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	padding-top: 4px;
	padding-bottom: 3px;
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#main h3 {
	border-bottom-color: #FF9933;
	color: #FF9966;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 135%;
	padding-left: 2px;
	margin-bottom: 8px;
}
#main h3.smalltitle {
	font-size: 1.3em;
	color: #FF6F27;
	border-bottom: 2px solid #FC9;
}
#main h3.lead1 {
	padding: 0px 0px 4px;
	font-weight: normal;
	border-bottom: 1px solid #FF9933;
	margin: 4px 0px;
}

#main h4 {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9933;
	color: #FF9966;
	background-color: #FFF;
	font-size: 105%;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
}
#main h5 {
	font-size: 100%;
	font-weight: bold;
	color: #FF9966;
}
#main ul li {
	padding-left: 10px;
	background-image: url(images/list05.gif);
	background-position: 3px 6px;
	margin-left: 5px;
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
}


#main .zigazou {
	float: left;
	margin-right: 10px;
	border: 1px dashed #F96;
	margin-top: 6px;
	padding: 5px;
}

.news01 dt{
	clear: both;
	float: left;
	width: 7em;
	font-size: 1.1em;
	color: #F63;
}
.news01 dd{
	padding-left: 10px;
	margin-left: 8em;
	width: auto;
}


/* main menu style(メイン部分のtopに戻るアイコン)
--------------------------------------------*/
vvv--------------- {
}

.left-img{
	float: left;
	margin-right: 10px;
}




/*(メインのワークショップガイダンス(まえふり文章)のスタイル。見出しなど)
--------------------------------------------*/
vvvv--------------- {
}
#main .forTop a:link {
	color: #FF9933;
	font-size: 95%;
}

#main .forTop a:visited {
	color: #FF9933;
	font-size: 95%;
}

#main .forTop a:hover {
	/*color: #FF6600;*/
	font-size: 95%;
}

.twitter {
	margin-bottom: 5px;
	margin-top: 5px;
}




/* main topic style(メインのトピックのスタイル。見出しなど)
--------------------------------------------*/
vvvvv--------------- {
}
#main table {
	border-collapse: collapse;
	margin-top: 5px;
	width: 555px;
}
#main table th {
	width: 80px;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD8B1;
}
#main table td {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD8B1;
	text-align: left;
}
.odd {
	background-color: #FFF2E4;
}
#home #main table {
	width: 550px;
	margin-left: 4px;
	margin-top: 3px;
	margin-bottom: 5px;
}
#home #main table th {
	padding-top: 2px;
	padding-bottom: 1px;
	width: 70px;
}
#home #main table td {
	padding-top: 2px;
	padding-bottom: 1px;
}
#home #main table.kihon th {
	border-bottom: 1px dashed #F96;
}
#home #main table.kihon td {
	border-bottom: 1px dashed #F96;
}


#main table.tyuui {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 1px;
}
#main table th.tyuuimidashi{
	width: 30px;
	vertical-align: top;
	border-bottom-style: none;
	font-size: 90%;
	color: #999;
}
#main table td.tyuuibunn {
	font-size: 90%;
	vertical-align: top;
	border-bottom-style: none;
	padding-left: 0px;
	margin: 0px;
	color: #999;
}
#home #main table.tyuui {
	margin-bottom: 7px;
	border-bottom-style: none;
}
#home #main table th.tyuuimidashi{
	width: 30px;
}




#contact #main table th {
	width: 35px;
}
#workshop #main table#list {
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#workshop #main table#list th {
	width: 15px;
	vertical-align: baseline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFD8B1;
}
#workshop #main table#list td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #FFD8B1;
}
#main table.touching {
	margin-left: 0px;
	width: auto;
}
#main table th.touchingtop {
	width: 3em;
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
}
#main table td.touchingsecond {
	padding: 0px;
	margin: 0px;
	border-bottom-style: none;
}
#experience #main h2{
	color: #FF9966;
	font-size: 135%;
	margin-bottom: 4px;
	border-top: 1px solid #FFA366;
	border-bottom: 1px solid #FFA366;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: none;
}
#experience #main p.underline2{
	border-bottom: 1px solid #FF9933;
	margin-bottom: 8px;
	padding-bottom: 4px;
}
#experience #main h3.lead2 {
	color: #FF9966;
	background-color: #FFF;
	font-size: 105%;
	padding: 0px 0px 4px;
	font-weight: normal;
	border-bottom: 1px solid #FF9933;
	margin: 4px 0px;
}
#experience #main h4{
	color: #66CC66;
	background-color: #FFF;
	font-size: 105%;
	padding: 0px 0px 4px;
	font-weight: normal;
	border-bottom: 1px solid #66CC66;
	border-top: 1px solid #66CC66;
	margin-top: 8px;
}
.center {
	text-align: center;
}


#link #main a {
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FF9966;
}
#link #main a:hover {
	text-decoration: underline;
}
#main .oshirase01 {
	margin-bottom: 1em;
	margin-top: 5px;
}
#main .oshirase01 p{
	padding-left: 10px;
}
#main .oshirase01 .oshirase {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
}
#main  .oshirase th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
}
#main .oshirase01 .oshirase td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
}
.box-bottom-wstable {
	margin-bottom: 15px;
	border-bottom: 2px none #FC9;
}


.hyou1{
	/*border: 1px solid #666;*/
}
#workshop .hyou1 th{
	border: 1px solid #F96;
	width: 110px;
	font-size: 1.1em;
	/*font-weight: bold;*/
}
#workshop .hyou1 td{
	border: 1px solid #F96;
	padding: 1em;
}
.seedwork-ira{
    width: 100%;
    height: auto;
}


/* main aboutUs ~ (「はじめに」や申し込みページなどのスタイル)
--------------------------------------------*/
vvv--------------- {
}
#main .illust1-iiw {
	padding-right: 5px;
	padding-left: 42px;
}
#main .illust1-gbw {
	padding-right: 5px;
	padding-left: 110px;
}


/* footer style(フッターのスタイル)
--------------------------------------------*/
vvv--------------- {
}


/* フォントの基本的なスタイル
--------------------------------------------*/
vvvv--------------- {
}

.margin-line {
	margin:1.8em 0 0 0;
}
.margin-line2 {
	margin:3.6em 0 0 0;
}
.margin1 {
	margin:1em 0 0 0;
}
.margin2 {
	margin:2em 0 0 0;
}
.margin3 {
	margin:3em 0 0 0;
}
.margin4 {
	margin:4em 0 0 0;
}
.margin5 {
	margin:5em 0 0 0;
}
.margin6 {
	margin:6em 0 0 0;
}
p.line-height1_6 {
	line-height: 1.6;
}
p.padding6222 {
	padding: 0.6em 0.2em 0.2em 0.2em;
}


.right {
	text-align:right;
}

.box-left {
	float: left;
	width: 315px;
	margin:0 0 2em 0;
}

.box-right {
	float: right;
	width: 200px;
	margin:0 0 2em 0;
}

.both {
	clear: both;	
}

/*突き出しインデント1*/
.jut1 p{
	text-indent:-1em;
	padding:0 0 0 1em;
}

.jut1_5 p{
	text-indent:-1.5em;
	padding:0 0 0 1.5em;
}

.jut2 p{
	text-indent:-2em;
	padding:0 0 0 2em;
}

.indent1{
	text-indent:1em;
}
.bold1{
	font-weight: bold;
	font-size: 1.1em;
	color: #C60;
}

img.box-shadow01{
	box-shadow: 5px 5px 10px 10px #e8e8e8;
	margin-top: 5px;
}


p.text-shadow{
text-shadow: 1px 1px 3px #000; 
}

/* フォントカラーとサイズ変更
--------------------------------------------*/
vvv--------------- {
}

.Color01 {
	color: #FB8E3E;
}
.Color02 {
	color: #FF615C;
}
.Color03 {
	color: #B6E0CB;
}
.Color04 {
	color: #7695E0;
}
.Color05 {
	color: #ADD972;
}
.Color06 {
	color: #66CC66;
}
.Color07 {
	color: #FF615C;
}
.Color08 {
	color: #FFC08C;
}
.Color09s90 {
	color: #FB8E3E;
	font-size: 90%;
}
.Color10s90 {
	color: #FF615C;
	font-size: 90%;
}
.Color11s90 {
	color: #66CC66;
	font-size: 90%;
}

.Color12-110 {
	color: #FB8E3E;
	font-size: 110%;
}
.Color12-120 {
	color: #FB8E3E;
	font-size: 120%;
}
.Color12-120b {
	color: #FB8E3E;
	font-size: 120%;
	font-weight: bold;
}
.Color13-110 {
	color: #FF615C;
	font-size: 110%;
}
.Color13-120 {
	color: #FF615C;
	font-size: 120%;
}
.Color14 {
	color: #F96;
}

.Color15s90 {
	font-size: 90%;
	color: #999;
}

.Color16 {
	color: #FFF;
}

.Backcolor1{
	background-color: #FF615C;
	padding: 0.2em 0.2em 0.1em;
}

.small80 {
	font-size: 80%;
}
.small85 {
	font-size: 85%;
}
.small90 {
	font-size: 90%;
}
.small95 {
	font-size: 95%;
}
.small96 {
	font-size: 96%;
}
.small97 {
	font-size: 97%;
}
.small98 {
	font-size: 98%;
}
.small103 {
	font-size: 103%;
}
.small105 {
	font-size: 105%;
}
.small110 {
	font-size: 110%;
}

.underline {
	border-bottom: 2px solid #FC9;	
}
