@charset "utf-8";
p  , h1  ,h2,h3,h4,h5,h6,ul,ol,dl,dd,form,body{
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style-type: none;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a:link {
	color: #364E77;
}
a:visited {
	color: #364E77;
}
a:hover {
	color: #61ADB7;
	opacity:0.6;
}
a:active {
	color: #61ADB7;
}
h2, h3, h4 {
	margin: 0 0 20px;
	text-align: center;
}

div:after,ul:after {
content : "";
display:block;
clear:both;
}
body {
	background-color: #effbe2;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 2;
}
header {
	padding: 10px;
	text-align: center;
}
header h1 {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
}

.gnav {
	background-color: #FFF;
}
.gnav ul {
	margin: 0 auto;
	width: 980px;
}
.gnav ul li {
	float: left;
}
.gnav ul li a {
	padding: 15px 10px;
	display: block;
}


main {
	display: block;
	margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
}
.mainimage  {
	background-color: #f4f4d2;
	text-align: center;
	overflow: hidden;
	height: 300px;
}
.mainimage .slide {
	margin: 0 auto;
	width: 1000px;
	height:300px;
	overflow: hidden;
}

.mainimage .slide p {
	float: left;
}

main .newsarea {
	width: 960px;
	margin: 0 auto;
}

main .news {
	margin: 20px;
}
main .news table {
	width: 900px;
	margin-bottom: 0px;
}
main .news p.contact {
	padding: 20px 0;
	text-align: center;
}

main .news table table {
	margin: 0 auto;
	width: auto;
}

main .news td {
	padding: 5px 5px 5px 30px;
	text-align: left;
	border-bottom: 1px dotted #7B7B3F;
	background-image: url(images/bg-cercle.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	line-height: 40px;
}
main .news td td {
	padding: 0;
	background-image: none;
	border-style: none;
}

main .news .next a {
	background-color: #C1B29D;
	padding: 10px;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
main .news .next {
	text-align: right;
}


main .banner {
	padding: 20px 0;

}
main .banner p {
	float: left;
	margin: 5px;
	border: 1px solid #AF926D;
}
main .banner p a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C1B29D;
	padding: 5px;
	display: block;
}


main .banner-artist {
	padding: 20px;
	text-align: center;
	clear: both;
}
main .sns {
	padding: 20px 0 0 20px;
}
main .sns .inner {
	width: 470px;
	padding: 0 20px 0 0;
	float: left;
}

main .sns .fb-page {
	width: 470px;
}
main .sns .blogarea {
	margin: 10px 0 0;
	width: 470px;
}
main .sns .twitter {
	padding: 20px 0 0;

}
footer {
	background-color: #D2E6FB;
	padding: 50px 0;
	text-align: center;
}
.greeting  {
	color: #666;
	padding: 30px 0;
	text-align: center;
}
footer .formbtn {
	margin: 50px 0;
}
main .content {
	margin: 0;
}
main .smalltext {
	font-size: small;
}



main .content h3 {
	font-size: 2em;
	font-weight: normal;
	margin: 20px 0 0;
	color: #716E12;
}
main .content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0;
	color: #716E12;
	border:1px solid #716E12;
}

main .content h3 a {
	color: #716E12;
}
main strong {
	color: #FF286B;
}
main em {
	color: #016CAF;
	font-weight: bold;
}

.content main strong a {
	color: #FF286B;
}
main table{
	margin: 0 auto 50px;
	width: 960px;
	border-collapse: collapse;
}
main table th {
	background-image: url(images/bg-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
main table td{
	text-align: center;
}

main .halftable td{
	text-align: center;
	vertical-align:top;
}
main .lessontable  {
	background-color: #FFFFFF;
}
main .lessontable th, main .lessontable td {
	padding: 1em;
	border: 1px solid #8B8B8B;
	text-align: left;
}

main .lessontable th {
	background-color: #CFE8FF;
	width: 15%;
	vertical-align: top;
	color: #3B3962;
	background-image: none;
}

main .lessontable dl dt {
	color: #1D1C57;
}
main .lessontable dl dd {
	padding: 0 0 0 4em;
}
main .simpletable-green {
	text-align: center;

}
main .simpletable-green td {
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	width: 50%;
	vertical-align: top;
	background-image: url(images/bg-title2.png);
	background-repeat: no-repeat;
	background-position: center top;
}


main .photolottable {
	background-color: #FFFFFF;
	border: 10px solid #F7DAE8;
}
main .photolottable td {
	padding: 5px;
}


main .halftable {
	width:470px;
	background-color: #FFFFFF;
	margin:0 auto;
}
main .halftable th {
	height: 3em;
	background-image: url(images/bg-title3.png);
	background-repeat: no-repeat;
	padding: 20px 0;
	background-position: center bottom;
}
main .halftable td {
	vertical-align:bottom;
}
main .threetable {
	background-color: #FFFFFF;
}
main .threetable td {
	vertical-align: top;
	width: 310px;
	background-image: url(images/bg-title4.png);
	padding-top: 35px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background-repeat: no-repeat;
}
main .threetable td.w {
	background-image: url(images/bg-title4-2.png);
	background-position: center 0%;
}

main .halftable2 .end {
	background-image: url(images/bg-titlefoot.png);
	color: #CFCFCF;
	height: 40px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

main .coursetable {
	background-color: #FFFFFF;
}

main .coursetable td {
	padding: 20px 0 50px;
	background-image: url(images/bg-title3.png);
	background-repeat: no-repeat;
	vertical-align: top;
}
main .worktable {
	background-color: #FFFFFF;
}
main .worktable th {
	padding: 0 0 20px;
	color: #354D59;
	border-top: 1px dotted #79793F;
	padding: 20px 0;
}
main .worktable td {
	padding: 10px;
}
main .worktable .comment {
	color: #274355;
	background-image: url(images/bg-titlefoot.png);
	background-repeat: no-repeat;
	padding: 0 0 40px;
	background-position: center bottom;
}
main .profiletable  {
	background-color: #FFFFFF;
}
main .profiletable th, main .profiletable td {
	padding: 1em;
	border: 1px solid #8B8B8B;
	text-align: left;
}

main .profiletable th {
	background-color: #EADBF9;
	vertical-align: top;
	color: #3B3962;
	white-space: nowrap;
	background-image: none;
}
.content .snav {
	width: 90%;
	margin-left: 30px;
}
.content .snav li {
	margin: 2px;
	float: left;
	border-left: 2px solid #85C02D;
}
.content .snav li a {
	padding: 0 5px;
	display: block;
	text-decoration: none;
	background-color: #E5FFA1;
}

main .textonlytable2{
	width:600px;
	margin:20px auto;
	border-top:1px dotted #79793f;
}

main .textonlytable2 td{
	padding:5px;
	text-align:left;
	border-bottom:1px dotted #79793f;
}
main .textonlytable2 td.icon{
	background:url(images/ic-listtable.png) left center no-repeat;
	height:51px;
	width:24px;
}

main .textonlytable2 th{
	padding:5px;
	vertical-align:top;
	background:#efefef;
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #79793f;
	background-image:none;
}

.wrapper .center{
	text-align:center;
}
main .content .pets {
	margin: 0 auto;
	width: 980px;
}

.profiletable .noncolor{
	background: #fff;
}
















@media only screen and (max-width:960px){
	
table, tbody, thead, tfoot, tr, th, td {
display: block;
}
.gnav ul {
	margin: 0 auto;
	width: 100%;
}
.gnav ul li {
	float: left;
}
.mainimage {
	background-color: #f4f4d2;
	text-align: center;
	width: 100%;
	height: auto;
}
.mainimage .slide {
	width: 100%;
	height: auto;
}

.mainimage img{
	width: 100%;
	height: auto;
}
main {
	display: block;
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
}
main .news {
	margin: 20px 0;
}
main .news table {
	width: 80%;
}
main .news table table {
	width: auto;
}


main .banner-artist img {
	width: 90%;
}
main .sns {
	margin: 20px 0;
	padding: 0;
}
main .sns .inner {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 80%;
}

main .sns p {
	text-align: center;
}
main .sns .fb-page {
	margin: 0;
	float: none;
}
main .sns .blogarea {
	margin: 20px auto;
	float: none;
}
main .sns .twitter {
	margin: 30px 0 0;
	float: none;
	text-align: center;
}

main table{
	margin: 0 auto 50px;
	width: 90%;	
}
main .lessontable th {
	background-color: #CFE8FF;
	width: 100%;
	vertical-align: top;
	color: #3B3962;
	padding: 1em 0;
	text-align: center;
}
.column2 .coursetable td:nth-of-type(2) {
	background-image: none;

}

main .textonlytable2 td img{
	width:80%;
	height:auto;
}
main .textonlytable2 td.icon{
	background:#C4CFAE;
	background-image:none;
	height:20px;
	width:100%;
}
main .photo1table td img {
	width: 100%;
}
main .photolottable td img {
	width: 80%;
	height: auto;
}
main .lessontable th, main .lessontable td {
	border: none;
}
main .profiletable th, main .profiletable td {
	border: none;
}
main .simpletable-green td {
	width: 100%;
}
main .threetable td {
	width: 100%;
	background-position: center top;
}


main .newsarea {
	padding: 0;
	float: none;
	margin: 0;
	width: 100%;
}
main .photoarea table {
	margin: 20px 0 0;
}

/*main .banner {
	width: 100%;
	padding: 20px 0 0 10px;
	float: none;
	text-align:center;
}
*/
main .banner p {
	width: 30%;
/*	padding: 20px 0 0 10px;
*/	text-align: center;
	float: left;
}
.banner img {
	width: 90%;
	height: auto;

}


main .content h2 img {
	width:100%;
}
main .content .pets {
	margin: 0 auto;
	width: 90%;
}
main .content .pets {
	width: 100%;
}
main .content .pets img {
	width: 100%;
	height:auto;
}
.wrapper {
	width: 100%;
	max-width: 960px;
}
html {
	width: 100%;
}




}

@media only screen and (max-width:640px){

table, tbody, thead, tfoot, tr, th, td {
display: block;
}
h1 img,h2 img, h3 img, h4 img {
	width: 80%;
}
header h1 {
	width: 100%;
}

.gnav ul {
	margin: 0 auto;
	width: 100%;
}
main .sns .fb-page {
	width: 90%;
	float: none;
	overflow: auto;
}
main .sns .blogarea {
	width: 90%;
	float: none;
	overflow: hidden;
}
main .sns img {
	width: 100%;
}
footer .formbtn img {
	width: 90%;
}
footer {
	padding: 1em;
	text-align: center;
}
main .newsarea {
	width: 100%;
	padding: 0 10px 0 0;
	float: right;
}
.formbanner img {
	width: 80%;
	height: auto;
}

main .news {
	margin: 20px auto;
	width: 100%;
}
main .news table {
	width: 90%;
}
main table img{
	width:50%;
	height:auto;
}
main .halftable {
	width:90%;
	background-color: #FFFFFF;
	margin:0 auto;
}
main .textonlytable2{
	width:90%;
	margin:0px auto;
}

main .textonlytable2 td.icon{
	background:#C4CFAE;
	background-image:none;
	height:20px;
	width:100%;
}
.mainimage  {
	width: 100%;
	overflow: hidden;
}

.mainimage .slide {
	margin:0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mainimage .slide p {
	width: 100%;
	height: auto;

}
.mainimage .slide p img {
	width: 100%;
	height: auto;
}
main .content .pets {
	margin: 0 auto;
	width: 90%;
}
main .content .pets {
	width: 100%;
}
main .content .pets img {
	width: 100%;
	height:auto;
}

}
