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


/* 基本スタイル
--------------------------------------------*/

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: 99%;
    vertical-align: baseline;
	font-family:"M PLUS 1p","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	
}




 /*グーグルフォント
---------------------------------------------*/
.wf-notosansjapanese { font-family: "Noto Sans JP"; }/*ゴシック-やや太い*/
.wf-mplus1p { font-family: "M PLUS 1p"; }/*ゴシック*/
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }/*丸ゴシック*/






body {
	color: #333333;
	background-color: #FFF;
}
hr {
	display: none;
}

li {
	list-style: none;	
}


/* リンクスタイル
--------------------------------------------*/

a {
  transition: 0.4s;
}

a img {
	border-style: none;
}
a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #339999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/*color: #296767;*/
	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;
}



/* 基本のDivのレイアウト
--------------------------------------------*/
v--------------- {
}
#container {
	width: 100%;
}

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
}
#header {
	background-color: #FFFFFF;
	height: 96px;
	position: relative;
}

#header-ipad{
	display:none;
}

ul.acordion{
	display: none;
}

#sidebar {
	width: 300px;
	margin-bottom: 20px;
	float: left;
	padding: 0px 30px 15px 0px;
	margin-top:30px;
}
#main {
	width: 540px;
	margin-bottom: 20px;
	float: right;
	padding: 0px 0px 15px 30px;
	margin-top:30px;
}

#container02 {
	width: 100%;
	background-color: #dfb47b;
}

#wrapper02 {
	width: 900px;
	margin: 0px auto;
}


#footer {
	padding-top: 40px;



}

/* header style(ヘッダー部分のその他、スタイル。フォント、他の画像など)
--------------------------------------------*/
vv--------------- {
}
#header h1,#header h2,#header h3 {
	display: none;
}

#header-img {
	height: 125px;
	background-image: url(images/top-img-page.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#home #header-img {
	height: 340px;
	background-image: none;
	position: relative;
	overflow: hidden;
}
#header #header-title a {
	background-image: url(images/titleback.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 70px;
	width: 300px;
	float: left;
	position: absolute;
	left: 0px;
	top: 24px;
}

#header #header-title a:hover {
		background-image: url(images/titleback-2.png);
		opacity:1;-moz-opacity:1;
	filter: alpha(opacity=100);
}
#header #header-title a:active {
	position: absolute;
	left: 1px;
	top: 25px;
}

#header #header-entry a {
	background-image: url(images/titleback.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 270px;
	float: right;
	background-position: -570px 0px;
	position: absolute;
	left: 630px;
	top: 24px;
}

#header #header-entry a:hover {
		background-image: url(images/titleback-2.png);
		opacity:1;-moz-opacity:1;
	filter: alpha(opacity=100);
}
#header #header-entry a:active {
	position: absolute;
	left: 631px;
	top: 25px;
}


/* ヘッダーアニメーション
--------------------------------------------*/
vvvvv--------------- {
}
#header-img img {

}
#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: 116px;*/
	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;top:20px;}

20% {opacity:1;top:20px;}
21.5% {opacity:1;top:0px;}
23% {opacity:1;top:340px;}

97% {opacity:1;top:340px;}
98.5% {opacity:1;top:0px;}
100% {opacity:1;top:20px;}
}
@-moz-keyframes anime {
0% {opacity:1;top:20px;}

20% {opacity:1;top:20px;}
21.5% {opacity:1;top:0px;}
23% {opacity:1;top:340px;}

97% {opacity:1;top:340px;}
98.5% {opacity:1;top:0px;}
100% {opacity:1;top:20px;}
}
@-webkit-keyframes anime {
0% {opacity:1;top:20px;}

20% {opacity:1;top:20px;}
21.5% {opacity:1;top:0px;}
23% {opacity:1;top:340px;}

97% {opacity:1;top:340px;}
98.5% {opacity:1;top:0px;}
100% {opacity:1;top:20px;}
}



	
/* sidebar style(サイドバー部分のトップページ用フレーム、フォントなど)
--------------------------------------------*/
vvv--------------- {
}
#sidebar h2 {
	color: #6DCC57;
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 27px;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACE5A4;
	margin-bottom: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ACE5A4;
	font-size: 140%;
	padding-bottom: 1px;
}
#sidebar h3 {
	font-size: 95%;
	font-weight: normal;
	text-decoration: none;
	border: 2px dashed #9FD6F6;
	border-radius: 12px;
	padding: 7px;
}
#sidebar h4 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
	padding-top: 7px;
}
#sidebar ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	list-style: none;
	font-size: 1.25em;
	background-image: url(images/mark02.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}

#sidebar ul .list-top {
	border-top: 1px dashed #A7A7A7;
}


#sidebar ul li a:link {
	color: #999999;
	text-decoration: none;
}

#sidebar ul li a:visited {
	color: #999999;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #33CC99;
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#sidebar ul li img {
	margin: 0px;
	padding: 0px;
}
#sidebar img.sidebar-maru {
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#sidebar #mixi {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#sidebar a img {
	padding-bottom: 5px;
}
.twitter {
	margin-bottom: 5px;
	margin-top: 5px;
}
.facebook{
	overflow: hidden;
	height: auto;
	width: 270px;
}
.fb-like{
	height: auto;
	width: 270px;
	overflow: hidden;
}


/*footerのスタイル
--------------------------------------------*/
.footer-box01{
	float: none;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:20px;
}
.footer-box01 a:link{
	color: #feedc9;
}
.footer-box01 a:visited{
	color: #9D7D3F;
}
.copyright{
	text-align: center;
	clear: both;
	margin-top: 2em;
	padding-bottom: 1em;	
}
.footer-box01 h3{
	font-size: 130%;
	color: #960;
}
/*.column01{
	width: 100%;
}*/
.column01 dt{
	clear: both;
	float: left;
	width: 4em;
	font-size: 0.8rem;
}
.column01 dd{
	padding-left: 4em;
	width: auto;
	border-bottom: 1px dashed #b18a45;
	font-size: 0.8rem;
	text-align: left;
	margin-bottom:5px;
	padding-bottom:3px;
}



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

#main h1 {
	margin-bottom: 0.6em;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/bullet5.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color: #66bdab;
	padding: 6px 8px 3px 38px;
	background-position: 8px 6px;
	line-height:1.5;
}
/*#main h2 {
	color: #FF8B3E;
	padding-left: 5px;
	border-top-color: #FF9B58;
	border-right-color: #FF9B58;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	margin-bottom: 6px;
	border-bottom: 2px solid #FFCC66;
	border-left: 15px solid #FF9B58;
}*/

#main h2  {
	border-left: 13px solid #FF9900;
	font-size: 1.3em;
	padding-left: 8px;
	color: #FF9966;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
#main .midashi-line{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}



#main h3.middletitle {
	font-size: 1.35em;
	color: #64d0e3;
	border-bottom: 1px solid #64d0e3;
	margin-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #64d0e3;
	border-left: 15px solid #64d0e3;
	border-right: 1px solid #64d0e3;
}
#main h4.smalltitle {
	font-size: 1.2em;
	color: #FF8447;
	border-bottom: 2px solid #F9B159;
	margin-bottom: 10px;
}

#main h5 {
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
	border-top-color: #FFA96E;
	border-right-color: #FFA96E;
	border-bottom-color: #FFA96E;
	border-left-color: #FFA96E;
	padding-left: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #FF8447;
	background-image: url(images/bullet4-13px.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	margin-bottom: 7px;
}
#main h6  {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FF8447;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FB8E3E;
	margin-bottom: 3px;
}

.box-bottom {
	margin-bottom: 5em;
}
#main .column1 {
	background-image: none;
	border: 2px dashed #F99;
	color: #F99;
	padding: 5px;
	margin-bottom: 1.5em;
	margin-top: 1em;
}
#main .column2 {
	font-size: 1em;
	color: #6C9;
	padding: 10px;
	margin-top: 1em;
	border: 2px dashed #6C9;
	margin-bottom: 1.5em;
}
#main .forTop {
	color: #FF8447;
	font-size: 95%;
	text-decoration: none;
}
#main .forTop a:link {
	color: #FF8447;
	text-decoration: none;
}

#main .forTop a:visited {
	color: #FF8447;
	text-decoration: none;
}

#main .forTop a:hover {
	color: #FF6633;
	text-decoration: underline;
}

#main ul li   {
	padding-left: 12px;
	background-image: url(images/list05.gif);
	background-repeat: no-repeat;
	background-position: 0.4em 0.5em;
	list-style-type: none;
}
/*#main .kizi01 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FC6;
}
#main .kizi01 p {
	padding-left: 10px;
}*/
#main dl dt {
	font-weight: normal;
	font-size: 110%;
	padding-top: 0px;
}

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


#main table  {
	margin-left: 0px;
	border-collapse: collapse;
	width: 540px;
	margin-top: 10px;
}
#main table th  {
	width:6em;
	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;
	text-align: left;
	border-bottom-color: #FFD8B1;
}
.odd   {
	background-color: #FFF2E4;
}
#home #main table {
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
}
#home #main th {
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#home #main td {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#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;
}
#home #main table th.tyuuimidashi{
	width: 30px;
}


.ipad-on {
	display:none;
}

/* ワークショップのレイアウト
--------------------------------------------*/

#ws #main .menu {
	margin-bottom: 15px;
}
#ws #main .menu h4 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #85DE65;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-size: 110%;
	color: #666;
}
#ws #main .menu ul li {
	list-style-type: none;
	font-size: 95%;
	padding-left: 20px;
	background-image: url(images/list05.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
/*#ws .hyou1 tr th{
	border: 1px solid #F96;
	width: 110px;
	font-size: 1.1em;*/
	/*font-weight: bold;*/
/*}*/
#ws .hyou1 tr th,
#ws .hyou1 tr td{
	border: 1px solid #F96;
	padding:8px;
}
#ws .hyou1 tr th{
	width: 5rem;
}




/* 私たちについてのレイアウト
--------------------------------------------*/

/*#aboutus #main .feedwind00 {
	width: 500px;
	margin-left: 0px;
}*/
#aboutus #main .zigazou {
	border: 1px dashed #FF9B58;
	padding: 4px;
	float: left;
	margin-right: 7px;
	margin-top: 4px;
	height: 140px;
	width: 140px;
}


/* 体験談のレイアウト
--------------------------------------------*/
#experience #main h3{
	color: #FF8B3E;
	padding-left: 5px;
	
	border-right-color: #FF9B58;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	margin-bottom: 6px;
	border-bottom: 2px solid #FFCC66;
	border-left: 15px solid #FF9B58;
	
	margin-bottom: 3px;
	border-top: 0px solid #FFCC66;
}

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



/*.dl-hyou01 dt{
	clear: both;
	float: left;
	width: 4em;
	
	padding-left: 1em;	
}
.dl-hyou01 dd{
	padding-left: 10px;
	margin-left: 5em;
	width: auto;
}*/



/* アクティ部のレイアウト
--------------------------------------------*/
#active table th{
	width: 3em;
	text-align: right;
	padding-right: 2em;
}

/* お問い合わせのレイアウト
--------------------------------------------*/
#entry #main table {
}
#entry #main th {
	width: 35px;
}

/* コンタクトページ(使ってない)のレイアウト
--------------------------------------------*/
#contact #main table {
		border-collapse: collapse;
}
#contact #main th {
	width: 100px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#contact #main td {
	padding-top: 1em;
	padding-bottom: 1em;
}


/* リンクのレイアウト
--------------------------------------------*/
#link #main a {
	text-decoration: none;
	color: #C96;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#link #main a:hover {
	text-decoration: underline;
}

/* 過去の取り組みのレイアウト
--------------------------------------------*/
/*#lookback #main .oshirase th {
	padding-left: 0px;
	border-bottom-style: none;
	width: 5em;
}
#lookback #main .oshirase td {
	border-bottom-style: none;
}*/

/* Q&Aのスタイル
--------------------------------------------*/
#qanda img{
	max-width:100%;
	height:auto;
}

/* サポートスタッフのレイアウト
--------------------------------------------*/
#support #main ul.sagyou {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFAB81;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFAB81;
	margin:3px 0 3px 1em;
	border-radius: 12px;
	border-top-width: 2px;
	border-right-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFAB81;
	border-right-color: #FFAB81;
	padding: 5px;
}
#support #main ul.tokutenn {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9CE087;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #9CE087;
	margin:3px 0 3px 1em;
	border-radius: 12px;
	border-top-width: 2px;
	border-right-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #9CE087;
	border-right-color: #9CE087;
	padding: 5px;
}


/* booksのスタイル
--------------------------------------------*/
#books dl{
clear: both;
}

#books dt{

	float: left;
	width: 130px;

}
#books dd{
padding-left: 0px;
	margin-left: 130px;
	width: auto;
	margin-bottom:10px;
	
}
#books dt img{
	border: 1px dotted #FC9;
	padding: 4px;
	margin-top:5px;
	margin-bottom:10px;
}

#books #main h3  {
	font-size: 1.2em;
	font-weight: normal;
	color: #F8A05D;
	border-bottom: 2px solid #F8A05D;
	margin-bottom: 7px;
}


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

.margin-line {
	margin-top:1.8em;
}

.margin1 {
	margin-top:1em;
}
.margin2 {
	margin-top:2em;
}
.margin3 {
	margin-top:3em;
}
.margin4 {
	margin-top:4em;
}
.margin5 {
	margin-top:5em;
}
.margin6 {
	margin-top:6em;
}

.margin-left1 {
	margin-left:1em;
}
p.line-height1_6 {
	line-height: 1.6;
}
p.line-height1_4 {
	line-height: 1.4;
}
p.padding6222 {
	padding: 0.6em 0.2em 0.2em 0.2em;
}
.margin-bottom0_5{
	margin-bottom:0.5em;
}

.indent1 {
	text-indent:1em;	
}

.right {
	text-align:right;
}

.center{
	text-align: center;
}

/*.box-left {
	float: left;
	width: 315px;
	margin: 0 0 1em 0;
}

.box-right {
	float: right;
	width: 200px;
	margin: 0 0 1em 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;
}
.jut4 p{
	text-indent:-4em;
	padding:0 0 0 4em;
}

.orange-circle {
	border: 2px dashed #F93;
	padding: 0.6em;
	border-radius: 12px;
}

.lightorange-circle {
	border: 2px dashed #FC6;
	padding: 0.6em;
	border-radius: 12px;
}

.underline1 {
	border-bottom: 2px solid #FFCC66;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
.underline2 {
	border-bottom: 2px solid #FC9;
	margin-bottom: 6px;
	padding-bottom: 2px;
}






/* フォントサイズとカラー
--------------------------------------------*/
vvv--------------- {
}
.Color01 {
	color: #FF8447;
}
.Color02 {
	color: #FF484B;
}
.Color03 {
	color: #66CC66;
}
.Color04 {
	color: #7695E0;
}
.Color05 {
	color: #9ADF68;
}
.Color06 {
	color: #8DD057;
}
.Color07s90 {
	color: #FF484B;
	font-size: 90%;
}
.Color08s90 {
	font-size: 90%;
	color: #66CC66;
}
.Color09s90 {
	font-size: 90%;
	color: #FF8447;
}
.Color10l150 {
	font-size: 150%;
	font-weight: bold;
	color: #09F;
}
.Color11l150 {
	font-size: 150%;
	font-weight: bold;
	color: #F63;
}

.Color12-110 {
	font-size: 110%;
	color: #FF8447;
}
.Color13-110 {
	font-size: 110%;
	color: #FF484B;
}
.Color12-120 {
	font-size: 120%;
	color: #FF8447;
}
.Color13-120 {
	font-size: 120%;
	color: #FF484B;
}
.Color14-b {
	font-weight: bold;
	color: #FF8447;
}
.Color15s90 {
	font-size: 90%;
	color: #999;
}
.Color16s80 {
	font-size: 80%;
	color: #999;
}
.Color17 {
	color: #FB9D59;
}
.Color18 {
	color: #FF6D61;
}
.Color19 {
	color: #FFF;
}

.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%;
}
.small130 {
	font-size: 130%;
}
.font110 {
	font-size: 1.1em;
	
}


.font110b {
	font-size: 1.1em;
	font-weight: bold;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}
.font120b {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}

.font100b {
	font-size: 1em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}
.font110b-n {
	font-size: 1.1em;
	font-weight: bold;
}

.font120b-n {
	font-size: 1.2em;
	font-weight: bold;
}


.bold1{
	font-weight: bold;
	font-size: 1.1em;
	color: #C60;
}
.Backcolor1{
	background-color: #EA734B;
	padding: 0.2em 0.2em 0.1em;
}










/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

body{
word-wrap : break-word;
overflow-wrap : break-word;
}

#header,#header-img{
	display: none;
}
#header-ipad{
	display: block;
	margin-top: 1.5em;
}
.header01-title05{
	float: left;
	padding-top: 5px;
}
.header01-mail05{
	float: right;
	text-align: right;

}
.header01-mail05 p{
		line-height: 1.4em;
}
.header01-img05{
	display: none;
}
#home .header01-img05{
	display: block;
	width: 100%;
	margin-top:30px;
}

/*.header01-img10{
	display: none;
	margin-bottom: 2em;
}

#about .header01-img10,
#aboutus .header01-img10,
#arikkoclub .header01-img10,
#entry .header01-img10,
#experience .header01-img10,
#link .header01-img10,
#lookback .header01-img10,
#qanda .header01-img10,
#words .header01-img10,
#ws .header01-img10 {
	display: block;
	width: 100%;
	
}*/


#sidebar ul{
	display: none;
}
#sidebar h3.margin2{
	margin:0;
}


#main table  {
	width: 100%;
}
/*tbody{
	width: 100%;
	display:block;
	overflow: scroll;
}*/
#main table th  {
	width: 5rem;
	text-align: left;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right:5px;
}
#main table td  {
	width:auto;
}
#home #main table {
	
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
#home #main table th {
	width: 5em;
}
#home #main td {
}


.about-img{
	width: 100%;

}
/*
#arikkoclub #main th{
	width:6em;
}
#arikkoclub #main td{
	width:80%;
}*/



/*アコーディオンメニュー
--------------------------------------------*/	
li{
list-style: none;
cursor: pointer;
}
ul.acordion{
	/*background: #B5E8D9;*/
	margin: 30px auto 0px auto;
	padding: 0;
	display: block;
	/*position: absolute;*/
	top: 150px;
	width:80%;
	z-index: 2;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	background: linear-gradient(left,#98ecfd,#85acfb);
	background: -moz-linear-gradient(left,#98ecfd,#85acfb);
	background: -webkit-gradient(linear,left top,right top, from(#98ecfd), to(#85acfb));
	font-weight: bold;	
	text-align: center;
}
ul.acordion li {
border-bottom: solid 1px #808080;
}
ul.acordion li:first-child {
/*border-top: solid 1px #808080;*/
border-top:none;
}
ul.acordion li ul {
margin: 0;
padding: 0;
border: none;
}
ul.acordion li ul li {
	/*background: #B5E8D9;*/
	background: linear-gradient(left,#98ecfd,#85acfb);
	background: -moz-linear-gradient(left,#98ecfd,#85acfb);
	background: -webkit-gradient(linear,left top,right top, from(#98ecfd), to(#85acfb));
}
ul.acordion /*li ul*/ li:last-child{
	border-radius: 15px;
border-bottom: none;

}
ul.acordion li ul li a {
color: #696969;
display: block;
padding: 5px 10px 5px 10px;
text-decoration: none;
}
ul.acordion li ul li a:hover {
	background: #FFF;
}

ul.acordion li .none-submenu {
background: url(trigger-arrow.png) no-repeat 98% 50%;
background-size: 2%;
display: block;
padding: 5px 10px 5px 10px;
}
ul.acordion li .active-submenu {
background: url(triggeractive-arrow.png) no-repeat 98% 50%;
display: block;
padding: 15px;
}	




}



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media screen and (max-width: 959px){
	
	
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 {
word-wrap : break-word;
overflow-wrap : break-word;
}
#container,
#container2,
#container3,
#main,
#sidebar,
table
 {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#container {
}

#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}



#main {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	position: relative;
}

#sidebar {
	width: 100%;
}

.ipad-none {
	display:none;
}
.ipad-on {
	display:block;
}

/*address{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	text-align: center;
}*/

#container02 {
	width: 100%;
}

#wrapper02 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	width: 100%;
	clear: both;
	padding-top: 20px;
	/*text-align: center;*/
}

.footer-box01{
	width: 90%;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

/*体験談のレイアウト
--------------------------------*/
img.box-shadow01 {
	width: 80%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
/*過去の取り組みのレイアウト
--------------------------------*/
.img01{
	width: 70%;
	height:auto;
}

}


/* 幅644px以下から ヘッダー等微調節694px
------------------------------------------------------------*/
@media screen and (max-width: 644px){

#header-ipad{
    text-align: center;
	margin-top: 0em;
}

.header01-title05{
	width: 90%;
	float: none;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.header01-title05 img{
	/*width: 90%;*/
	max-width: 100%;
    height: auto;
}

.header01-mail05 {
	width: 90%;
	float: none;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


ul.acordion{
	margin: 15px auto 0px auto;
}

}
