@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: #E7D473;
	font-size: 13px;
	color: #4D4D4D;
}
#PageTitleParent {
	color: #fff;
	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: #4AAFCC;
	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;
}
#Contents h4 {
	font-size: 18px;
	color: #4AAFCC;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 50px 30px 20px 30px;
	border-bottom: 1px solid #4AAFCC;
}
#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: #4AAFCC;
	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: #4AAFCC;
	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 40px 20px 40px
}
#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: #fff;
	background-color: #4AAFCC;
	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: 40px 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 #4AAFCC;
	margin: 20px 30px;
}
#Contents table th, #Contents table td {
	border: 1px solid #4AAFCC;
	padding: 10px;
	line-height: 1.4;
	font-size: 13px;
}
#Contents table th {
	background: #E7D473;
}
#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: #c3e6f9;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}
#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.BlogBtn {
	margin: 20px 0px 20px 0px;
	font-size: 0px;
	text-align: center;
}
#Contents ul.BlogBtn li {
	display: inline-block;
	width: 23%;
	font-size: 15px;
	list-style: none;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0px 0.8% 10px 0.8%;
}
#Contents ul.BlogBtn li a {
	display: block;
	color: #fff;
	padding: 7px 3px 5px 3px;
	background-color: #4AAFCC;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* 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.ListCourse li a:hover {
	opacity: 1;
}
#Contents ul.ListCourse li:nth-child(1) a {
	background-image: url(../admissions/images/btn_tokushin_off.jpg);
}
#Contents ul.ListCourse li:nth-child(2) a {
	background-image: url(../admissions/images/btn_sports_off.jpg);
}
#Contents ul.ListCourse li:nth-child(3) a {
	background-image: url(../admissions/images/btn_shingaku_off.jpg);
}
#Contents ul.ListCourse li:nth-child(4) a {
	background-image: url(../admissions/images/btn_business_off.jpg);
}
#Contents ul.ListCourse li:nth-child(5) a {
	background-image: url(../admissions/images/btn_mono_off.jpg);
}
#Contents ul.ListCourse li:nth-child(6) a {
	background-image: url(../admissions/images/btn_design_off.jpg);
}
#Contents ul.ListCourse li:nth-child(7) a {
	background-image: url(../admissions/images/btn_fasion_off.jpg);
}
#Contents ul.ListCourse li:nth-child(8) a {
	background-image: url(../admissions/images/btn_fukushi_off.jpg);
}
#Contents ul.ListCourse li:nth-child(9) a {
	background-image: url(../admissions/images/btn_kodomo_off.jpg);
}
#Contents ul.ListCourse li:nth-child(10) a {
	background-image: url(../admissions/images/btn_bunkyo_off.jpg);
}
#Contents ul.ListCourse li:nth-child(11) a {
	background-image: url(../admissions/images/btn_seika_off.jpg);
}
#Contents ul.ListCourse li:nth-child(12) a {
	background-image: url(../admissions/images/btn_chouri_off.jpg);
}
#Contents ul.ListCourse li:nth-child(1) a:hover {
	background-image: url(../admissions/images/btn_tokushin_on.jpg);
}
#Contents ul.ListCourse li:nth-child(2) a:hover {
	background-image: url(../admissions/images/btn_sports_on.jpg);
}
#Contents ul.ListCourse li:nth-child(3) a:hover {
	background-image: url(../admissions/images/btn_shingaku_on.jpg);
}
#Contents ul.ListCourse li:nth-child(4) a:hover {
	background-image: url(../admissions/images/btn_business_on.jpg);
}
#Contents ul.ListCourse li:nth-child(5) a:hover {
	background-image: url(../admissions/images/btn_mono_on.jpg);
}
#Contents ul.ListCourse li:nth-child(6) a:hover {
	background-image: url(../admissions/images/btn_design_on.jpg);
}
#Contents ul.ListCourse li:nth-child(7) a:hover {
	background-image: url(../admissions/images/btn_fasion_on.jpg);
}
#Contents ul.ListCourse li:nth-child(8) a:hover {
	background-image: url(../admissions/images/btn_fukushi_on.jpg);
}
#Contents ul.ListCourse li:nth-child(9) a:hover {
	background-image: url(../admissions/images/btn_kodomo_on.jpg);
}
#Contents ul.ListCourse li:nth-child(10) a:hover {
	background-image: url(../admissions/images/btn_bunkyo_on.jpg);
}
#Contents ul.ListCourse li:nth-child(11) a:hover {
	background-image: url(../admissions/images/btn_seika_on.jpg);
}
#Contents ul.ListCourse li:nth-child(12) a:hover {
	background-image: url(../admissions/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.partner-list {
	margin: 20px 0px 20px 0px;
	text-align: center;
}
#Contents ul.partner-list li {
	display: inline-block;
	list-style: none;
	min-width: 25%;
	margin: 0px 5px 10px 0px;
}
#Contents ul.partner-list li a {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	padding: 5px 20px;
	background-color: #eeedde;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}
#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 ul li .Eng {
	display: none;
}

#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;
}

.BlogCnt {
	position: relative;
	width: 800px;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px;
}
.BlogCnt .Photo {
	float: left;
	width: 200px;
	text-align: center;
}
.BlogCnt .Title {
	margin: 0px 0px 10px 220px;
	color: #4aafcc;
	font-size: 18px;
	padding: 0px 0px 5px 0px;
}
.BlogCnt .Etc {
	height: 35px;
	margin: 0px 0px 0px 220px;
}
.BlogCnt .Category {
	float: left;
	width: 50%;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	background-color: #4aafcc;
	padding: 4px 4px 2px 4px;
	border: solid 1px #4aafcc;
}
.BlogCnt .Date {
	float: right;
	width: 50%;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 4px 4px 2px 4px;
	border: solid 1px #4aafcc;
}
.BlogCnt .Text {
	margin: 0px 0px 0px 220px;
	font-size: 14px;
	line-height: 1.6;
}
.BlogCnt .More a {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 100%;
}
.BlogCnt .More a:hover {
	background-color: rgba(75,175,200,0.2);
	opacity: 1;
}

.Torikumi {
	width: 100%;
	margin: 40px 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;
}


/* --- BlogArchive --- */
#BlogWrapper {
	width: 1080px;
	margin: 40px auto 0px auto;
}
#Contents.Blog {
	float: left;
	max-width: 800px;
	min-height: 400px;
	margin: 0px;
	padding: 0px 0px 80px 0px;
}
#Contents.Blog p.PostDate {
	text-align: right;
	margin: 0px 40px 20px 40px
}
aside {
	float: right;
	width: 250px;
	padding: 0px 0px 80px 0px;
}
.WidgetBox {
	width: 100%;
	padding: 0px 0px 40px 0px;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}
.WidgetBox table {
	width: 100%;
}
.WidgetBox table caption {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin: 0px 0px 15px 0px;
}
.WidgetBox table thead th {
	padding: 0px 0px 10px 0px;
}
.WidgetBox table thead th:first-child {
	color: #F55757;
}
.WidgetBox table thead th:last-child {
	color: #3689E1;
}
.WidgetBox table tbody td {
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
.WidgetBox table tbody tr td:first-child {
	color: #F55757;
}
.WidgetBox table tbody tr td:last-child {
	color: #3689E1;
}
.WidgetBox table tbody td a {
	display: block;
	width: 100%;
	background-color: #c3e6f9;
	color: #4d4d4d;
	padding: 7px 0px;
}
.WidgetBox table tbody tr td:first-child a {
	color: #F55757;
}
.WidgetBox table tbody tr td:last-child a {
	color: #3689E1;
}
.WidgetBox table tfoot td {
	padding: 15px 0px 0px 0px;
}
.WidgetBox table tfoot td#next {
	text-align: right;
}
.WidgetBox table tfoot td a {
	color: #4d4d4d;
	background-color: #efefef;
	padding: 3px 15px;
	border-radius: 6px;        /* デフォルト */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */
}

aside ul li {
	display: block;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0px 0px 15px 0px;
}
aside ul li a {
	display: block;
	color: #fff;
	padding: 10px 10px 8px 10px;
	background-color: #4aafcc;
	position: relative;
}
aside ul li a::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	width: 8px;
	height: 10px;
	background-image: url(../images/blog-arrow01.png);
	background-size: cover;
}
aside ul li select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #4aafcc;
	background-image: url(../images/blog-arrow02.png);
	background-size: 10px 8px;
	background-repeat: no-repeat;
	background-position: 230px center;
	padding: 5px 8px 5px 8px;
	cursor: pointer;
}
aside ul li select::-ms-expand {
	display: none;
}
aside ul li select option {
	font-size: 14px;
	color: #4d4d4d;
	padding: 3px 0px;
	background-color: #fff;
}


/* --- footer --- */
