@charset "utf-8";

/* -----------------------------------------------

	Site: 
	Type: top styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */


/* --- 1.common --- */
body {
}

@media screen and (min-width:601px) and ( max-width:960px) {
}

@media screen and (max-width: 600px) {
}



/* --- PageTitle --- */
#PageTitle {
	background: url(../images/page-head-stripe.png) repeat-x;
	background-color: #4aafcc;
	font-size: 13px;
	color: #fff;
}
#PageTitleParent {
	color: #4D4D4D;
	background: url(../images/page-head-parenttitle.png) no-repeat bottom center;
	width: 250px;
	height: 100px;
	margin: 0 auto;
}
#PageTitleParent p.Single {
	font-size: 16px;
	text-align: center;
	padding-top: 27px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#PageTitleParent p.Page {
	font-size: 16px;
	text-align: center;
	padding-top: 17px;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
#PageTitleParent p.Page span {
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
}
#PageTitle h1 {
	font-size: 28px;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 20px 0px 70px 0px;
	background: url(../images/page-head-title.png) no-repeat center bottom;
}
#PageTitle h1.Page {
	padding: 20px 0px 45px 0px;
}
#PageTitle h1.Page span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 10px 0px 0px 0px;
}



/* --- Breadcrumb --- */
#Breadcrumb {
	font-size: 11px;
	color: #4D4D4D;
	line-height: 1.4;
	max-width: 1200px;
	margin: 20px auto 40px auto;
	padding: 0px 10px 0px 10px;
}
#Breadcrumb a {
	color: #4D4D4D;
}
#Breadcrumb span.Eng {
	display: none;
}


/* --- Contents --- */
#Contents {
	max-width: 800px;
	min-height: 400px;
	margin: 0px auto;
	padding: 0px 0px 80px 0px;
}
#Contents img {
	max-width: 100%;
	height: auto;
}
#Contents a {
	color: #4AAFCC;
}
#Contents h2 {
	font-size: 24px;
	color: #bba461;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 70px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	background: url(../images/page-h2.png) no-repeat bottom center;
}
#Contents h3 {
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 50px 0px 20px 0px;
	padding: 6px 10px 4px 30px;
	background: url(../images/page-h3.png) repeat-y top left;
	color: #fff;
}
#Contents h4 {
	font-size: 18px;
	color: #bba461;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 50px 30px 20px 30px;
	border-bottom: 1px solid #c2ab35;
}
#Contents h4.Name {
	font-size: 16px;
	color: #4d4d4d;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 20px 40px 20px 40px;
	border-bottom: 1px dotted #4d4d4d;
}
#Contents h5 {
	font-size: 16px;
	color: #bba461;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 40px 30px 20px 30px;
	padding: 5px 0px 0px 30px;
	background: url(../images/page-h5.png) no-repeat left center;
}
#Contents h6 {
	font-size: 14px;
	color: #bba461;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 30px 30px 20px 30px;
}
#Contents p {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 20px 40px;
}
#Contents p.PostDate {
	text-align: right;
	margin: -30px 30px 20px 30px
}
#Contents p.BlogLinkBtn {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
	margin: 100px 40px 50px 40px;
}
#Contents p.BlogLinkBtn a {
	color: #4d4d4d;
	background-color: #e7d473;
	padding: 10px 80px;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}
#Contents p.LinkBtn {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
	margin: 20px 40px 20px 40px;
}
#Contents p.LinkBtn a {
	color: #4d4d4d;
	background-color: #e7d473;
	padding: 10px 80px;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}

#Contents table {
	border: 1px solid #E7D473;
	margin: 20px 30px;
}
#Contents table th, #Contents table td {
	border: 1px solid #E7D473;
	padding: 10px;
	line-height: 1.4;
	font-size: 13px;
}
#Contents table th {
	background: #4AAFCC;
	color: #fff;
}
#Contents table.no-frame {
	border:none;
	margin: 20px 0px;
}
#Contents table.no-frame th, #Contents table.no-frame td {
	border: none;
}
#Contents table.no-frame th img, #Contents table.no-frame td img {
	width: 100%;
}

#Contents ul {
	margin: 20px 30px 20px 60px;
}
#Contents ul li {
	font-size: 13px;
	list-style: disc;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
#Contents ul.Shikaku {
	margin: 20px 30px 20px 30px;
}
#Contents ul.Shikaku li {
	display: inline-block;
	font-size: 14px;
	list-style: none;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0px 10px 15px 0px;
	padding: 5px 20px;
	background-color: #eeedde;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}
#Contents ul.ListEvent {
	margin: 20px 30px 20px 30px;
}
#Contents ul.ListEvent li {
	display: inline-block;
	font-size: 14px;
	list-style: none;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0px 10px 15px 0px;
	padding: 5px 20px;
	background-color: #e7d473;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}
#Contents ul.ListCourse {
	width: 1200px;
	margin: 20px -170px;
	font-size: 0px;
}
#Contents ul.ListCourse li {
	display: inline-block;
	width: 600px;
	height: 260px; 
	list-style: none;
	line-height: 1;
	letter-spacing: 0em;
	margin: 0px;
	font-size: 13px;
}
#Contents ul.ListCourse li a {
	display: block;
	width: 600px;
	height: 260px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#Contents ul.ListKyouka {
	width: 1200px;
	margin: 20px -170px;
	font-size: 0px;
}
#Contents ul.ListKyouka li {
	display: block;
	width: 100%;
	list-style: none;
	line-height: 1;
	letter-spacing: 0em;
	margin: 0px;
	font-size: 13px;
}
#Contents ul.ListKyouka li img {
	vertical-align: top;
}
#Contents ul.ListCourse li a:hover {
	opacity: 1;
}
#Contents ul.ListCourse li:nth-child(1) a {
	background-image: url(../images/btn_tokushin_off.jpg);
}
#Contents ul.ListCourse li:nth-child(2) a {
	background-image: url(../images/btn_sports_off.jpg);
}
#Contents ul.ListCourse li:nth-child(3) a {
	background-image: url(../images/btn_shingaku_off.jpg);
}
#Contents ul.ListCourse li:nth-child(4) a {
	background-image: url(../images/btn_business_off.jpg);
}
#Contents ul.ListCourse li:nth-child(5) a {
	background-image: url(../images/btn_mono_off.jpg);
}
#Contents ul.ListCourse li:nth-child(6) a {
	background-image: url(../images/btn_design_off.jpg);
}
#Contents ul.ListCourse li:nth-child(7) a {
	background-image: url(../images/btn_fasion_off.jpg);
}
#Contents ul.ListCourse li:nth-child(8) a {
	background-image: url(../images/btn_fukushi_off.jpg);
}
#Contents ul.ListCourse li:nth-child(9) a {
	background-image: url(../images/btn_kodomo_off.jpg);
}
#Contents ul.ListCourse li:nth-child(10) a {
	background-image: url(../images/btn_bunkyo_off.jpg);
}
#Contents ul.ListCourse li:nth-child(11) a {
	background-image: url(../images/btn_seika_off.jpg);
}
#Contents ul.ListCourse li:nth-child(12) a {
	background-image: url(../images/btn_chouri_off.jpg);
}
#Contents ul.ListCourse li:nth-child(1) a:hover {
	background-image: url(../images/btn_tokushin_on.jpg);
}
#Contents ul.ListCourse li:nth-child(2) a:hover {
	background-image: url(../images/btn_sports_on.jpg);
}
#Contents ul.ListCourse li:nth-child(3) a:hover {
	background-image: url(../images/btn_shingaku_on.jpg);
}
#Contents ul.ListCourse li:nth-child(4) a:hover {
	background-image: url(../images/btn_business_on.jpg);
}
#Contents ul.ListCourse li:nth-child(5) a:hover {
	background-image: url(../images/btn_mono_on.jpg);
}
#Contents ul.ListCourse li:nth-child(6) a:hover {
	background-image: url(../images/btn_design_on.jpg);
}
#Contents ul.ListCourse li:nth-child(7) a:hover {
	background-image: url(../images/btn_fasion_on.jpg);
}
#Contents ul.ListCourse li:nth-child(8) a:hover {
	background-image: url(../images/btn_fukushi_on.jpg);
}
#Contents ul.ListCourse li:nth-child(9) a:hover {
	background-image: url(../images/btn_kodomo_on.jpg);
}
#Contents ul.ListCourse li:nth-child(10) a:hover {
	background-image: url(../images/btn_bunkyo_on.jpg);
}
#Contents ul.ListCourse li:nth-child(11) a:hover {
	background-image: url(../images/btn_seika_on.jpg);
}
#Contents ul.ListCourse li:nth-child(12) a:hover {
	background-image: url(../images/btn_chouri_on.jpg);
}
#Contents ul.ListClub {
	margin: 20px 0px 20px 0px;
	font-size: 0px;
	text-align: center;
}
#Contents ul.ListClub li {
	display: inline-block;
	width: 200px;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 0px 30px 30px 30px;
}
#Contents ul.ListClub li a {
	color: #4d4d4d;
}
#Contents ul.ListOB {
	width: 1200px;
	margin: 20px -170px;
	font-size: 0px;
}
#Contents ul.ListOB li {
	display: inline-block;
	width: 590px;
	height: 350px; 
	list-style: none;
	line-height: 1;
	letter-spacing: 0em;
	font-size: 13px;
}
#Contents ul.ListOB li:nth-child(odd) {
	margin: 0px 0px 20px 0px;
}
#Contents ul.ListOB li:nth-child(even) {
	margin: 0px 0px 20px 20px;
}

#Contents ol {
	margin: 20px 30px 20px 60px;
}
#Contents ol li {
	font-size: 13px;
	list-style: decimal;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

#Contents p.FAQcat {
	font-size: 18px;
	letter-spacing: 0.3em;
	line-height: 1;
	text-align: center;
	margin: 30px 10px 0px 10px;
	padding: 10px 15px 8px 15px;
	cursor: pointer;
	background-color: #ddd;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#Contents p.FAQcat:hover {
	opacity: 0.5;
}
#Contents .FAQcnt {
	display: none;
}
#Contents .FAQcnt h4 {
	letter-spacing: 0.2em;
	margin: 30px 30px 20px 30px;
}
#Contents .FAQcnt p {
	text-indent: -1.2em;
	margin: 20px 40px 20px 60px;
}

#CourseImg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#CourseMenu {
	background-color: #eeedde;
	padding: 10px;
}
#CourseMenu ul {
	text-align: center;
}
#CourseMenu ul li {
	display: inline-block;
}
#CourseMenu ul li a {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #4d4d4d;
	padding: 20px 25px;
}

.Torikumi {
	width: 100%;
	margin: 0px 0px 40px 0px;
}
.Torikumi .LeftBox {
	float: left;
	width: 25%;
}
#Contents .Torikumi .LeftBox p {
	margin: 5px 0px 0px 0px;
}
.Torikumi .RightBox {
	float: right;
	width: 72%;
}
#Contents .Torikumi .RightBox h4 {
	margin: 0px 0px 20px 0px;
}
#Contents .Torikumi .RightBox p {
	margin: 0px;
}

.ClubMsg {
	background-color: #e7d473;
	margin: 30px 40px;
	padding: 40px;
	border-radius: 10px;        /* デフォルト */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}
#Contents .ClubMsg p.CatchCopy {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 0px;
}
#Contents .ClubMsg p.Kantoku {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: solid 1px #4d4d4d;
}
#Contents .ClubMsg p.ClubPhoto {
	float: left;
	margin: 30px 20px 0px 0px;
}
#Contents .ClubMsg p.ClubText {
	margin: 30px 0px 0px 0px;
}

#Contents p.Seito {
	width: 30%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	margin: 40px auto 0px auto;
	padding: 15px 0px 0px 0px;
	background-color: #4aafcc;
	border-radius: 50px 50px 0px 0px;        /* デフォルト */  
	-webkit-border-radius: 50px 50px 0px 0px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50px 50px 0px 0px;   /* Firefox用 */
}
#Contents p.SeitoText {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #fff;
	margin: 0px 40px 40px 40px;
	padding: 20px 40px 20px 40px;
	background-color: #4aafcc;
	border-radius: 10px;        /* デフォルト */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}

#Contents table.ClubAbout {
	border: none;
	margin: 20px 30px;
	width: 90%;
}
#Contents table.ClubAbout th, #Contents table.ClubAbout td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #eeedde;
	padding: 10px;
	line-height: 1.4;
	font-size: 13px;
}
#Contents table.ClubAbout th {
	background: #eeedde;
	color: #4d4d4d;
	text-align: center;
	border-bottom: solid 1px #fff;
}

.ObBox {
	margin: 40px 40px;
}
.ObBox .LeftBox {
	float: left;
	margin: 0px 20px 0px 0px;
}
#Contents .ObBox .RightBox p {
	margin: 0px 0px 20px 0px;
}

/* --- footer --- */
