@charset "utf-8";

/* -----------------------------------------------

	Site: 
	Type: top styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */


/* --- 1.common --- */


/* --- header --- */
header .inner {
	width: 1000px;
	margin: 0px auto;
}
#Title {
	text-align: center;
	padding: 15px 0px 30px 0px;
}
nav {
	width:1000px;
	margin: 0px auto 30px auto;
}
nav ul li {
	float:left;
	margin: 0px 0px 0px 47px;
}
nav ul li:first-child {
	margin: 0px;
}
nav ul li a {
	display: block;
	padding: 10px 0px;
}


/* --- Contents --- */
#Contents {
	width: 1000px;
	margin: 0px auto 100px auto;
	color: #6e4f3a;
}
#Pankuzu {
	font-size: 12px;
	margin: 0px 0px 0px 90px;
}
#Date {
	text-align: right;
	font-size: 12px;
	margin: -35px 0px 40px 0px;
}
#CatName {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0px 100px 20px 100px;
}
#Contents h1 {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
	background: url(../images/bg-h1.png) left top no-repeat;
	margin: -18px 0px 40px 0px;
	padding: 55px 15px 25px 110px;
}
#Contents h2 {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	background: #ffefbf;
	margin: 30px 50px 20px 50px;
	padding: 6px 25px 4px 25px;
	border-radius: 20px;        /* デフォルト */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */
}
#Contents h3 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 30px 100px 20px 100px;
	padding: 5px 0px 3px 0px;
	border-top: solid 2px #e77133;
	border-bottom: solid 2px #e77133;
}
#Contents h4 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 30px 100px 20px 100px;
	padding: 0px 0px 3px 0px;
	border-bottom: dashed 2px #6e4f3a;
}
#Contents h5 {
	font-size: 16px;
	line-height: 1.8;
	margin: 25px 100px 15px 100px;
	padding: 2px 0px 0px 22px;
	background: url(../images/bg-h5.png) left center no-repeat;
}
#Contents h6 {
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 100px 10px 100px;
	font-weight: bold;
}
#Contents p {
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 100px 10px 100px;
}
#Contents p.text-frame {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	margin: 40px 100px 40px 100px;
	padding: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: solid 2px #e77133;
	border-radius: 10px;        /* デフォルト */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}

#Contents ul, #Contents ol {
	margin: 15px 100px 30px 140px;
}
#Contents ul li, #Contents ol li {
	font-size: 14px;
	line-height: 1.8;
	margin: 0px 0px 3px 0px;
}
#Contents ul li {
	list-style-type: disc;
}
#Contents ol li {
	list-style-type: decimal;
}

#Contents ul.list-about, #Contents ul.list-admission, #Contents ul.list-class {
	text-align: center;
	margin: 50px 0px;
}
#Contents ul.list-about li {
	display: inline-block;
	padding: 0px 20px;
	list-style-type: none;
}
#Contents ul.list-admission li {
	display: inline-block;
	padding: 0px 80px;
	list-style-type: none;
}
#Contents ul.list-class li {
	display: inline-block;
	padding: 0px 15px 50px 15px;
	list-style-type: none;
}

#Contents ul.blog-list {
	margin: 15px 0px 30px 30px;
}
#Contents ul.blog-list li {
	float: left;
	display: block;
	width: 300px;
	height: 320px;
	font-size: 14px;
	line-height: 1.8;
	margin: 0px 20px 30px 0px;
	list-style-type: none;
}
.blog-photo {
	display: block;
	width: 300px;
	height: 225px;
	background-color: #f2f2f2;
	text-align: center;
}
.blog-photo span {
	width: 300px;
	height: 225px;
	display: table-cell;
	vertical-align: middle;
}
.blog-photo span img {
	max-width: 300px;
	max-height: 225px;
}
.BlogClass {
	font-size: 14px;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 5px;
	background: #6e4f3a;
	color: #fff;
	text-align: center;
}
.blog-date {
	margin: 5px 0px 0px 0px;
}
.blog-title {
	font-size: 16px;
}

#Contents table {
	margin: 15px 100px;
	border-collapse: collapse;
	border: solid 1px #6e4f3a;
}
#Contents table th, #Contents table td {
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 10px;
	border: solid 1px #6e4f3a;
}
#Contents table th {
	background: #ffefbf;
}
.curriculum #Contents table th, .curriculum #Contents table td {
	font-size: 12px;
}
.curriculum #Contents table th {
	text-align: center;
	vertical-align: middle;
}
.oneday #Contents table {
	margin: 15px 50px;
	border: solid 1px #e77133;
	width: 898px;
}
.oneday #Contents table th, .oneday #Contents table td {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: solid 1px #e77133;
}
.oneday #Contents table th {
	color: #fff;
	background: #e77133;
}
.oneday #Contents table th.time-cell {
	background: #6e4f3a;
}
.oneday #Contents table td.time-cell {
	background: #ffefbf;
}



/* --- Calendar --- */
#Calendar {
	width: 1000px;
	margin: -50px auto 100px auto;
}

.eventorganiser-event-meta hr {
	margin: 15px 80px;
}
.eo-event-venue-map {
	margin: 0px 100px;
}
.eo-event-date {
	margin: 10px 100px !important;
}
.eo-event-details, .eo-event-content {
	display: none !important;
}