/*==◆◆◆　パン屑 ◆◆◆==*/
ul#breadCrumb {
	display: block;
	width: 570px;
	padding: 0px;
	height: 31px;
	list-style: none;
	background-image: url(../image/common/bladecianb_base.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
ul#breadCrumb li {
	float: left;
	list-style: none;
	display: block;
	color: #000000;
	padding-left: 0px;
	background-image: url(../image/common/pan_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 7px;
	padding-right: 25px;
	height: 22px;
	margin-top: 1px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 0px;
	line-height: 1.5em;
}
ul#breadCrumb li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
ul#breadCrumb li a:hover {
	color: #FF0000;
}

/*==◆◆◆　article base ◆◆◆==*/
#article_wrap {
	display: block;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#article_content {
	display: block;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2 {
	margin: 0px;
	display: block;
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#article_wrap .left_side {
	display: block;
	float: left;
	width: 570px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#article_wrap .right_side {
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome　*/
	-moz-border-radius: 10px; /* Firefox　*/
	display: block;
	float: right;
	width: 320px;
	padding-top: 20px;
	padding-bottom: 25px;
	background-image: url(../image/common/content_base.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.contblock {
	border-radius: 10px;
 -webkit-border-radius: 10px; /* Safari,Google Chrome　*/
	-moz-border-radius: 10px; /* Firefox　*/
	background-image: url(../image/common/content_base.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 8px;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #292929;
	width: 555px;
}
.contblock p {
	text-indent: 1em;
	text-align: justify;
	display: block;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	letter-spacing: .1em;
}
.contblock .name {
	text-align: right;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.teacher {
	border-radius: 15px;
 -webkit-border-radius: 15px; /* Safari,Google Chrome　*/
	-moz-border-radius: 15px; /* Firefox　*/
	height: 17px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px 0px 10px;
	padding: 10px 5px 5px 20px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFFFFF;
}
.contblock h3 {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
	margin: 2px;
	color: #FFFFFF;
	background-image: url(../image/common/h3_back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contblock ol {
	list-style: none;
	margin: 5px 0px 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.contblock ol li {
	margin-bottom: 5px;
	margin-top: 5px;
}

/*==◆◆◆　content table ◆◆◆==*/
.program {
	display: table;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.program td {
	padding: 5px;
}
/*==◆◆◆　event table ◆◆◆==*/
.event  {
	display: table;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.event th {
	background-color: #CDE0EF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: table-cell;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.event td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*==◆◆◆　event table ◆◆◆==*/
.eventB {
	display: table;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin-left: 7px;
}
.eventB th {
	background-color: #BDE4A5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.eventB td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.colorA {
	background-color: #E4FFE7;
	display: table-cell;
}
.colorB {
	background-color: #ffffff;
	display: table-cell;
}
.colorC {
	background-color: #FFDE92;
}

.contblock dl {
	margin: 5px auto 10px;
	padding: 0px;
	width: 95%;
}
.contblock dt {
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: bold;
	color: #000000;
}
.contblock dd {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #006633;
}
.contblock .com {
	padding: 5px;
}
.event caption {
	text-align: right;
	padding-bottom: 5px;
}

.left_side iframe {
	display: table;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 2px;
	border: 1px solid #DCDCDC;
}


.gm {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	color: #339966;
	font-weight: bold;
}
.gm a {
	color: #339966;
}

.pri dl {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.pri dt {
	margin-top: 20px;
	color: #333333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 1.4em;
	padding-bottom: 3px;
}
.pri dd {
	padding-bottom: 10px;
	color: #333333;
	line-height: 1.6em;
}

.turnd {
	text-align: right;
	display: block;
	width: 95%;
}
.tadasi {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #C80F12;
}
.blognav {
	display: table;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.blog {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.6em;
}
.blog .po01 img {
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
}
.blog .po02 img {
	width: 49%;
	margin-bottom: 15px;
	float: left;
	display: block;
}
.blog .po03 img {
	width: 49%;
	margin-bottom: 15px;
	float: right;
	display: block;
}
.blogphoto {
	margin-top: 10px;
}
.cal_wrapper {
	margin-bottom: 20px;
}

#secondScroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 420px;
	padding: 0px;
	width: 313px;
	margin-bottom: 10px;
}
em {
	font-style: normal;
	font-weight: normal;
	color: #900;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.em_right {
	margin-left: 120px;
	line-height: 1.6em;
	font-size: .9em;
	color: #900;
}
.right_tag {
	text-align: right;
	margin-right: 5px;
	padding: 0px;
}
.en dd {
	margin-bottom: 20px;
}
.en dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 20px;
}
.en dl {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.en dd {
	line-height: 1.4em;
}
.en ol   {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.inden {
	text-indent: 1em;
}
.eo  {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}
.eo dt {
	padding: 8px;
	color: #093;
}
.eo .red {
	color: #FFF;
	background-color: #093;
	padding: 7px;
	display: inline-block;
}
.en li {
	line-height: 1.2em;
}

/*==◆◆◆　rec coment ◆◆◆==*/
.recruit_form  dl{
	margin: 0px;
	padding: 0px;
}
.recruit_form dt {
	margin-top: 10px;
	color: #063;
}
.recruit_form dd {
	margin-bottom: 10px;
	padding: 0px;
}
.recruit_form li .border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 10px;
}

/*==◆◆◆　right banner ◆◆◆==*/
.banner_second  {
	display: block;
	width: 49px;
	margin-left: 5px;
}
.banner_second img {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
