@charset "UTF-8";



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

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.8;
	
}

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

li {
	list-style: none;	
}

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




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

a {
  transition: 0.4s;
}

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


/* ベースレイアウト
--------------------------------------------*/
#container{
	background-color: #FFF;
	width: 100%;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
}


#header {
	/*border-top: 8px solid #f8857e;*/
	background-image: url(images/titleback.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 125px;
}

#header-ipad{
	display:none;
}

ul.acordion{
	display: none;
}


#sidebar {
	width: 280px;
	padding-right: 40px;
	float: left;
	margin-top: 30px;
	margin-bottom: 2em;
}
#main {
	width: 580px;
	float: right;
	margin-top: 30px;
	margin-bottom: 3em;
}
#container02{
	background-color: #dba977;
	width: 100%;
}
#wrapper02 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
}

#footer {
	clear: both;
	padding-top: 40px;
}











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

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

#header-img {
	height: 125px;
	background-image: url(images/topimg-page2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#home #header-img {
	height: 320px;
	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: 88px;
	width: 240px;
	float: left;
	position: relative;
	left: 0px;
	top: 20px;
}

#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: relative;
	left: 1px;
	top: 21px;
}

#header #header-entry a {
	background-image: url(images/titleback.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 210px;
	float: right;
	background-position: -690px 0px;
	position: relative;
	top: 20px;
}

#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: relative;
	left: 1px;
	top: 21px;
}




/* ヘッダーアニメーション
--------------------------------------------*/
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:0px;transform: scale(1,1);}

23% {opacity:1;top:0px;transform: scale(1,1);}
25% {opacity:0;top:0px;transform: scale(1.2,1.2);}

26% {opacity:0;top:0px;transform: scale(0.8,0.8);}


98% {opacity:0;top:0px;transform: scale(0.8,0.8);}
100% {opacity:1;top:0px;transform: scale(1,1);}
}

@-moz-keyframes anime {
0% {opacity:1;top:0px;-moz-transform: scale(1,1);}

23% {opacity:1;top:0px;-moz-transform: scale(1,1);}
25% {opacity:0;top:0px;-moz-transform: scale(1.2,1.2);}

26% {opacity:0;top:0px;-moz-transform: scale(0.8,0.8);}


98% {opacity:0;top:0px;-moz-transform: scale(0.8,0.8);}
100% {opacity:1;top:0px;-moz-transform: scale(1,1);}
}
@-webkit-keyframes anime {
0% {opacity:1;top:0px;-webkit-transform: scale(1,1);}

23% {opacity:1;top:0px;-webkit-transform: scale(1,1);}
25% {opacity:0;top:0px;-webkit-transform: scale(1.2,1.2);}

26% {opacity:0;top:0px;-webkit-transform: scale(0.8,0.8);}


98% {opacity:0;top:0px;-webkit-transform: scale(0.8,0.8);}
100% {opacity:1;top:0px;-webkit-transform: scale(1,1);}

}


/* 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 #FFCC99;
	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: #A7A7A7;
	padding-left: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	list-style: none;
	font-size: 1.25em;
	background-image: url(images/bullet1-1.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#sidebar ul .list-top {
	border-top: 1px dashed #A7A7A7;
}

#sidebar ul li.list02 {
		background-image: url(images/bullet1-2.png);
}

#sidebar ul li.list03 {
		background-image: url(images/bullet1-3.png);
}

#sidebar ul li.list04 {
		background-image: url(images/bullet1-4.png);
}

#sidebar ul li.list05 {
		background-image: url(images/bullet1-5.png);
}

#sidebar ul li.list06 {
		background-image: url(images/bullet1-6.png);
}

#sidebar ul li.list07 {
		background-image: url(images/bullet1-7.png);
}



#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: #FF8B51;
	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;
}
/* footer style
--------------------------------------------*/
vvv--------------- {
}
.footer-box01{
	float: left;
	width: 400px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	margin-top:10px;
}
.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;
}

/* main style
--------------------------------------------*/
vvv--------------- {
}
#main h1{
	background-color: #f8857e;
	padding-left: 35px;
	color: #FFF;
	font-size: 1.5em;
	margin-bottom: 0.6em;
	padding-top: 3px;
	font-weight: normal;
	text-decoration: none;
	list-style: url(images/bullet5.png);
	background-image: url(images/bullet5.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#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;
}

#home #main h2.middletitle {
	font-size: 1.35em;
	color: #99d670;
	border-bottom: 1px solid #99d670;
	margin-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #99d670;
	border-left: 15px solid #99d670;
	border-right: 1px solid #99d670;
}


#main h3  {
	font-size: 1.2em;
	font-weight: normal;
	color: #FF9900;
	border-bottom: 2px solid #F8A05D;
	margin-bottom: 7px;
}
#main h4  {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#main h4 a  {
	color: #d3771a;
}

#main .box01 {
	margin-bottom: 2em;
}
#home #main h2 {
	font-size: 1.2em;
	color: #FB8E3E;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

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




.twitter {
	margin-bottom: 5px;
	margin-top: 5px;
}
.facebook{
	overflow: hidden;
	height: auto;
	width: 280px;
}
.fb-like{
	height: auto;
	width: 280px;
	overflow: hidden;
}
/* main style
--------------------------------------------*/
vvv--------------- {
}

.margin-line {
	margin:1.8em 0 0 0;
}
.margin0-5 {
	margin:0.5em 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;
}
.margin15 {
	margin:15em 0 0 0;
}

.margin-bottom0 {
	margin:0 0 0 0;
}
.margin-bottom0_2 {
	margin:0 0 0.2em 0;
}

.indent1 {
	text-indent:1em;	
}

.right {
	text-align:right;
}

.both {
	clear: both;	
}

.borderbox{
	border-bottom: 2px solid #F8A05D;
	margin-bottom: 5px;
}

/*.box-left {
	float: left;
	width: 400px;
	margin-bottom: 1.2em;
}

.box-right {
	float: right;
	width: 190px;
	margin-bottom: 1.2em;
}*/

.center {
	text-align: center;
}

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

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

.green-circle {
	border: 2px dashed #6C9;
	padding: 0.6em;
	border-radius: 12px;
}


/* main table style(テーブルスタイル)
--------------------------------------------*/
vvvv--------------- {
}
#main table  {
	margin-left: 0px;
	border-collapse: collapse;
	width: 580px;
	margin-top: 10px;
}
#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;
	text-align: left;
	border-bottom-color: #FFD8B1;
}
#main table .odd {
	background-color: #FFF2E4;
}
#home #main table {
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	width: 577px;
}
#home #main th {
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 70px;
}
#home #main td {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#entry #main table {
}
#entry #main th {
	width: 35px;
}


#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;
}



.hyou1{
	/*border: 1px solid #666;*/
}

/* ワークショップ案内のスタイル
--------------------------------------------*/
vvv--------------- {
}
#ws #main .menu {
	margin-bottom: 15px;
}
#ws #main .menu h4 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ff8474;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-size: 110%;
	color: #666;
	padding-left: 3px;
}
#ws #main .menu ul li {
	font-size: 95%;
	list-style: none;
	padding-left: 10px;
	background-image: url(images/list05.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

#ws .hyou1 th{
	border: 1px solid #F96;
	width: 110px;
	font-size: 1.1em;
	/*font-weight: bold;*/
}
#ws .hyou1 td{
	border: 1px solid #F96;
	padding: 1em;
}




/* リストのスタイル
--------------------------------------------*/
vvv--------------- {
}
#main ul li {
	margin-left: 15px;
	list-style: url(images/list05.gif) none outside;
}

/* スタッフ紹介のスタイル
--------------------------------------------*/
vvv--------------- {
}
#aboutus #main img {
	border: 1px dashed #FF9B58;
	padding: 4px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

/*#aboutus #main .feedwind00 {
	mwidth: 90%;
	margin-left: auto;
	margin-right:auto;
}*/

/* 体験談のスタイル
--------------------------------------------*/
vvv--------------- {
}
#experience h3{

}

.underline1 {
	border-bottom: 2px solid #F8A05D;
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
}

/* ありっこクラブのスタイル
--------------------------------------------*/
#arikkoclub h5{
	font-size: 1.2em;
	color: #f07a56;	
}
/* Q&Aのスタイル
--------------------------------------------*/
#qanda img{
	max-width:100%;
}
/* 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;
}

/* フォントサイズとカラー
--------------------------------------------*/
vvv--------------- {
}
.Color01 {
	color: #FB8E3E;
}
.Color01-120 {
	font-size: 120%;
	color: #FB8E3E;
}
.Color01-90 {
	font-size: 90%;
	color: #FB8E3E;
}
.Color02 {
	color: #FF615C;
}
.Color02-120 {
	font-size: 120%;
	color: #FF615C;
}
.Color02-90 {
	font-size: 90%;
	color: #FF615C;
}
.Color03 {
	color: #FF8385;
}
.Color04 {
	color: #FFC080;
}
.Color05 {
	color: #66CC66;
}
.Color05-s90 {
	color: #66CC66;
	font-size: 0.9em;
}

.Color06-l150 {
	font-size: 150%;
	font-weight: bold;
	color: #09F;
}
.Color07-l150 {
	font-size: 150%;
	font-weight: bold;
	color: #F63;
}
.Color16s80 {
	font-size: 80%;
	color: #999;
}


.gray-ccc {
	color: #CCC;	
}
.gray-999-s90 {
	color: #999;
	font-size: 0.9em;
}

.gray-999-s80 {
	color: #999;
	font-size: 0.8em;
}
.gray-999-s85 {
	color: #999;
	font-size: 0.85em;
}
.gray-999-s95 {
	color: #999;
	font-size: 0.95em;
}



.small80 {
	font-size: 80%;
}
.small85 {
	font-size: 0.85em;	
}
.small90 {
	font-size: 0.9em;	
}
.small95 {
	font-size: 0.95em;	
}
.small120 {
	font-size: 1.2em;	
}
.small130 {
	font-size: 1.3em;	
}
.small140 {
	font-size: 1.4em;	
}
.small150 {
	font-size: 1.5em;	
}





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

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


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


/*突き出しインデント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;
}

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


#main .column1 {
	background-image: none;
	border: 2px dashed #fd7a7a;
	color: #fd7a7a;
	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;
}






/* メインメニュー 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: 5em;
	text-align: left;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right:5px;
}
#main table td  {
	width:80%;
}
#home #main table {
	
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
#home #main 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,#fdd586,#ffbd94);
	background: -moz-linear-gradient(left,#fdd586,#ffbd94);
	background: -webkit-gradient(linear,left top,right top, from(#fdd586), to(#ffbd94));
	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,#fdd586,#ffbd94);
	background: -moz-linear-gradient(left,#fdd586,#ffbd94);
	background: -webkit-gradient(linear,left top,right top, from(#fdd586), to(#ffbd94));
}
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%;
}

#sidebar .ipod-none {
	display:none;
}


/*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;
}


}


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

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

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

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

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



}
